/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_chipsfix -- ------------------------------------------------------ -- 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=47 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','2024-02-23 13:32:28','Admin Deleted item with id 2 from maincategory table at 2024-02-23 13:32:28','196.216.86.76',1),(2,'1','2024-02-23 13:32:28','Admin Deleted item with id 2 from maincategory table at 2024-02-23 13:32:28','196.216.86.76',1),(3,'1','2024-02-23 13:32:47','Admin Updated item with id 1 from maincategory table at 2024-02-23 13:32:47','196.216.86.76',1),(4,'1','2024-02-23 14:45:11','Admin Deleted item with id 1 from uomproducts table at 2024-02-23 14:45:11','196.216.86.76',1),(5,'1','2024-02-23 14:45:11','Admin Deleted item with id 1 from uomproducts table at 2024-02-23 14:45:11','196.216.86.76',1),(6,'1','2024-02-23 15:04:23','Admin Deleted item with id 1 from newstock table at 2024-02-23 15:04:23. Item Name: Raw chips backet(38) with S.P of : 0, Qty: 22.00','196.216.86.76',1),(7,'1','2024-02-23 15:04:46','Admin Deleted item with id 2 from newstock table at 2024-02-23 15:04:46. Item Name: Raw chips backet(38) with S.P of : 0, Qty: -22.00','196.216.86.76',1),(8,'1','2024-02-23 15:05:07','Admin Deleted item with id 3 from uomproducts table at 2024-02-23 15:05:07','196.216.86.76',1),(9,'1','2024-02-23 15:05:07','Admin Deleted item with id 3 from uomproducts table at 2024-02-23 15:05:07','196.216.86.76',1),(10,'1','2024-02-23 15:06:21','Admin Deleted item with id 2 from uomproducts table at 2024-02-23 15:06:21','196.216.86.76',1),(11,'1','2024-02-23 15:06:21','Admin Deleted item with id 2 from uomproducts table at 2024-02-23 15:06:21','196.216.86.76',1),(12,'1','2024-02-23 15:14:52','Admin Deleted item with id 5 from newstock table at 2024-02-23 15:14:52. Item Name: Raw chips backet(38) with S.P of : 0, Qty: 22.00','196.216.86.76',1),(13,'1','2024-02-23 16:05:46','Admin Deleted 1/4 Chicken with code of 7 and available quantity of 0.00 .The Buying price = 0 and selling price = 200 from branch 1 at 2024-02-23 16:05:46','196.216.86.76',1),(14,'1','2024-02-23 16:05:46','Admin Deleted 1/4 Chicken with code of 7 and available quantity of 0.00 .The Buying price = 0 and selling price = 200 from branch 1 at 2024-02-23 16:05:46','196.216.86.76',1),(15,'1','2024-02-23 16:06:02','Admin Deleted 1/2 Chicken with code of 8 and available quantity of 0.00 .The Buying price = 0 and selling price = 400 from branch 1 at 2024-02-23 16:06:02','196.216.86.76',1),(16,'1','2024-02-23 16:06:02','Admin Deleted 1/2 Chicken with code of 8 and available quantity of 0.00 .The Buying price = 0 and selling price = 400 from branch 1 at 2024-02-23 16:06:02','196.216.86.76',1),(17,'1','2024-03-27 17:09:29','Admin Deleted item with id 5 from uomproducts table at 2024-03-27 17:09:29','105.59.26.154',1),(18,'1','2024-03-27 17:09:29','Admin Deleted item with id 5 from uomproducts table at 2024-03-27 17:09:29','105.59.26.154',1),(19,'1','2024-05-09 16:25:37','Admin Deleted item with id 10 from uomproducts table at 2024-05-09 16:25:37','196.216.86.84',1),(20,'1','2024-05-09 16:25:37','Admin Deleted item with id 10 from uomproducts table at 2024-05-09 16:25:37','196.216.86.84',1),(21,'1','2024-05-11 10:01:34','Admin Deleted item with id 11 from uomproducts table at 2024-05-11 10:01:34','197.232.142.176',1),(22,'1','2024-05-11 10:01:34','Admin Deleted item with id 11 from uomproducts table at 2024-05-11 10:01:34','197.232.142.176',1),(23,'7','2024-08-23 12:14:45','Ignatius Changed the price of Minute maid 1tr to: buyingprice =0 ,sellingprice =200, qty= 12.00, items with id 243 . in Main level at 2024-08-23 12:14:45','149.102.239.231',1),(24,'7','2024-08-23 12:21:22','Ignatius Changed the price of Minute maid 1tr to: buyingprice =116.7 ,sellingprice =200, qty= 12.00, items with id 243 . in Main level at 2024-08-23 12:21:22','149.102.239.231',1),(25,'7','2024-08-24 11:59:09','Ignatius Changed the price of Dasani 500ml to: buyingprice =27.9 ,sellingprice =50, qty= 0.00, items with id 245 . in Main level at 2024-08-24 11:59:09','185.252.220.151',1),(26,'7','2024-08-24 12:02:15','Ignatius Changed the price of Dasani 500ml to: buyingprice =27.9 ,sellingprice =50, qty= 0.00, items with id 245 . in Main level at 2024-08-24 12:02:15','185.252.220.151',1),(27,'7','2024-08-24 15:53:35','Ignatius Changed the price of Dasani 1ltr to: buyingprice =48.3 ,sellingprice =100, qty= 5.00, items with id 30 . in counter (1) at 2024-08-24 15:53:35','185.177.125.65',1),(28,'7','2024-08-24 15:53:44','Ignatius Changed the price of Dasani 1ltr to: buyingprice =0 ,sellingprice =80, qty= 0.00, items with id 246 . in Main level at 2024-08-24 15:53:44','185.177.125.65',1),(29,'7','2024-08-24 15:58:01','Ignatius Changed the price of Dasani 1ltr to: buyingprice =48.3 ,sellingprice =100, qty= 5.00, items with id 30 . in counter (1) at 2024-08-24 15:58:01','185.177.125.65',1),(30,'7','2024-08-24 15:59:17','Ignatius Changed the price of Dasani 1ltr to: buyingprice =48.3 ,sellingprice =100, qty= 0.00, items with id 246 . in Main level at 2024-08-24 15:59:17','185.177.125.65',1),(31,'7','2024-08-24 16:00:19','Ignatius Changed the price of Dasani 1ltr to: buyingprice =48.3 ,sellingprice =100, qty= 0.00, items with id 246 . in Main level at 2024-08-24 16:00:19','185.177.125.65',1),(32,'7','2024-08-24 16:08:31','Ignatius Changed the price of Minute maid 400ml to: buyingprice =62.5 ,sellingprice =90, qty= 0.00, items with id 244 . in Main level at 2024-08-24 16:08:31','185.177.125.65',1),(33,'7','2024-08-24 16:10:45','Ignatius Changed the price of Minute maid 1tr to: buyingprice =116.7 ,sellingprice =200, qty= 12.00, items with id 243 . in Main level at 2024-08-24 16:10:45','185.177.125.65',1),(34,'7','2024-08-24 16:13:24','Ignatius Changed the price of Bottled soda 300ml to: buyingprice =32.5 ,sellingprice =50, qty= 86.00, items with id 238 . in Main level at 2024-08-24 16:13:24','185.177.125.65',1),(35,'7','2024-08-24 16:16:09','Ignatius Changed the price of Bottled soda 500ml to: buyingprice =50 ,sellingprice =80, qty= 45.00, items with id 239 . in Main level at 2024-08-24 16:16:09','185.177.125.65',1),(36,'7','2024-08-24 16:19:41','Ignatius Changed the price of Pep soda 500ml to: buyingprice =61.5 ,sellingprice =90, qty= 0.00, items with id 237 . in Main level at 2024-08-24 16:19:41','185.177.125.65',1),(37,'7','2024-08-24 16:22:45','Ignatius Changed the price of Pep soda 350ml to: buyingprice =41.6 ,sellingprice =60, qty= 0.00, items with id 236 . in Main level at 2024-08-24 16:22:45','185.177.125.65',1),(38,'7','2024-08-24 16:25:43','Ignatius Changed the price of Pep soda 1.25ltrs to: buyingprice =108.3 ,sellingprice =150, qty= 0.00, items with id 241 . in Main level at 2024-08-24 16:25:43','185.177.125.65',1),(39,'7','2024-08-24 16:29:17','Ignatius Changed the price of Chicken to: buyingprice =450 ,sellingprice =800, qty= 1.00, items with id 226 . in Main level at 2024-08-24 16:29:17','185.177.125.65',1),(40,'7','2024-08-24 16:33:47','Ignatius Changed the price of Smokie to: buyingprice =20.4 ,sellingprice =40, qty= 132.00, items with id 233 . in Main level at 2024-08-24 16:33:47','185.177.125.65',1),(41,'7','2024-08-24 16:36:24','Ignatius Changed the price of Sausages to: buyingprice =25.7 ,sellingprice =50, qty= 312.00, items with id 232 . in Main level at 2024-08-24 16:36:24','185.177.125.65',1),(42,'7','2024-08-24 17:27:18','Ignatius Changed the price of Carrier bag small to: buyingprice =3 ,sellingprice =10, qty= 0.00, items with id 249 . in Main level at 2024-08-24 17:27:18','185.177.125.65',1),(43,'7','2024-08-24 17:32:39','Ignatius Changed the price of Carrier bag large to: buyingprice =5 ,sellingprice =20, qty= 0.00, items with id 250 . in Main level at 2024-08-24 17:32:39','185.177.125.65',1),(44,'7','2024-08-27 18:35:02','Ignatius Changed the price of Smokie to: buyingprice =20.4 ,sellingprice =50, qty= 132.00, items with id 233 . in Main level at 2024-08-27 18:35:02','212.8.243.136',1),(45,'7','2025-01-04 13:26:42','Ignatius Changed the price of Potatoes sack to: buyingprice =6000 ,sellingprice =0, qty= 1.00, items with id 253 . in Main level at 2025-01-04 13:26:42','80.240.201.165',1),(46,'7','2025-06-30 17:24:35','Ignatius Changed the price of Pepsi 300ml to: buyingprice =31.25 ,sellingprice =50, qty= 0.00, items with id 258 . in Main level at 2025-06-30 17:24:35','41.220.242.240',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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `advance` -- LOCK TABLES `advance` WRITE; /*!40000 ALTER TABLE `advance` DISABLE KEYS */; /*!40000 ALTER TABLE `advance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `advancepayment` -- DROP TABLE IF EXISTS `advancepayment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `advancepayment` ( `id` int(30) NOT NULL AUTO_INCREMENT, `createdat` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `amount` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `description` text NOT NULL, `advanceid` int(30) DEFAULT NULL, `branchid` varchar(20) 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 `advancepayment` -- LOCK TABLES `advancepayment` WRITE; /*!40000 ALTER TABLE `advancepayment` DISABLE KEYS */; /*!40000 ALTER TABLE `advancepayment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent` -- DROP TABLE IF EXISTS `agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `agent` ( `id` int(40) NOT NULL, `firstname` varchar(100) NOT NULL, `lastname` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `description` text NOT NULL, `idno` varchar(100) NOT NULL, `country` varchar(100) NOT NULL, `gender` varchar(10) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `county` varchar(40) NOT NULL, `accountno` varchar(100) NOT NULL, `accountname` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `idno` (`idno`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent` -- LOCK TABLES `agent` WRITE; /*!40000 ALTER TABLE `agent` DISABLE KEYS */; /*!40000 ALTER TABLE `agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `alerts` -- DROP TABLE IF EXISTS `alerts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `alerts` ( `id` int(100) NOT NULL AUTO_INCREMENT, `contact` text NOT NULL, `postedtime` varchar(40) NOT NULL, `message` text NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `duedate` varchar(30) NOT NULL, `duetime` varchar(30) NOT NULL, `deliverystatus` varchar(10) NOT NULL DEFAULT 'new', `name` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `groupname` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `approvals` -- LOCK TABLES `approvals` WRITE; /*!40000 ALTER TABLE `approvals` DISABLE KEYS */; /*!40000 ALTER TABLE `approvals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `asignrooms` -- DROP TABLE IF EXISTS `asignrooms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `asignrooms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `roomid` varchar(40) NOT NULL, `plotno` varchar(100) 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 AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assessment` -- LOCK TABLES `assessment` WRITE; /*!40000 ALTER TABLE `assessment` DISABLE KEYS */; INSERT INTO `assessment` VALUES (1,'32222201607434545','777','433','rr343exx','r','','WEW','344r53','r','32323','232321','re3r','33333','3434','','We acknowledge the receit of your email with instructions. We confirm that we have assessed\nthe vehicle at Ruaka Town and below are the findings.\n','EQWEQE','WQEQ','The current market value of the vehicle is estimated at KSH 1,700,000.00\nThe repair estimate is at 10.97% of the market value. We therefore find the vehcle to be repairable\n',1,1,1,'2020-12-19 06:23:58','WEW','2020-12-23','2020-12-01','333','EWEW'),(2,'32222201607434545','777432x','QEQEdx','QWEQEddx','QWEQEx','','rx','rx','32213dx','QWEQx','WEx','re3rx','33333x','E12x','ROBERT','We acknowledge the receit of your email with instructions. We confirm that we have assessed\nthe vehicle at Ruaka Town and below are the findings.\n','ddx','ddx','The current market value of the vehicle is estimated at KSH 1,700,000.00\nThe repair estimate is at 10.97% of the market value. We therefore find the vehcle to be repairable\n',1,1,1,'2020-12-19 07:16:58','WEWx','2020-12-01','2020-12-01','QWEQddx','ee32e2x'); /*!40000 ALTER TABLE `assessment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assets` -- DROP TABLE IF EXISTS `assets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assets` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `tax_included` int(10) NOT NULL DEFAULT 16, `buyingprice` varchar(50) NOT NULL, `assetcondition` varchar(50) DEFAULT NULL, `type` varchar(50) DEFAULT NULL, `assetvalue` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `size` varchar(50) DEFAULT NULL, `store` varchar(50) DEFAULT NULL, `serialno` varchar(30) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `expdate` date NOT NULL, `orderamount` text NOT NULL, `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) NOT NULL, `mode` varchar(50) NOT NULL, `depreciationpercent` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL DEFAULT '1', `invoice` varchar(30) NOT NULL, `depreciation` varchar(30) NOT NULL DEFAULT '', `accumulativeaccount` varchar(30) DEFAULT NULL, `accumdepreciation` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assets` -- LOCK TABLES `assets` WRITE; /*!40000 ALTER TABLE `assets` DISABLE KEYS */; /*!40000 ALTER TABLE `assets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignbranches` -- DROP TABLE IF EXISTS `assignbranches`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assignbranches` ( `id` int(11) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `employeeno` int(11) DEFAULT NULL, `status` int(11) NOT NULL, `description` text DEFAULT NULL COMMENT 'Description of a credit / debit', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `employee` (`employeeno`), KEY `type` (`status`) ) ENGINE=InnoDB 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','robisearch2018','D:\\xampp\\mysql\\bin\\','D:/Backup/','active','2020-10-30 20:47:10',1,1,'robipos','offline'); /*!40000 ALTER TABLE `backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `banks` -- LOCK TABLES `banks` WRITE; /*!40000 ALTER TABLE `banks` DISABLE KEYS */; /*!40000 ALTER TABLE `banks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `batchlist` -- DROP TABLE IF EXISTS `batchlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `batchlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `exactime` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `batchno` int(11) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `batchlist` -- LOCK TABLES `batchlist` WRITE; /*!40000 ALTER TABLE `batchlist` DISABLE KEYS */; /*!40000 ALTER TABLE `batchlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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,'Counter','<H1 style=\"margin:0px;\">ROBISEARCH LTD( BAR AND RESTAURANT) </H1>\r\nNAIROBI, KENYA,0718667391, www.robisearch.com\r\n</BR>COMPANY PIN: P1XXXXXXX</br>\r\n</BR>TILL NO:111111111</br>\r\nCall us today if you need this Pos :0716413386\r\n\r\n','2024-02-01 05:31:04','active','1','','1','<H1 style=\"margin:0px;\">ROBISEARCH LTD( BAR AND RESTAURANT) </H1>\r\nNAIROBI, KENYA,0718667391, www.robisearch.com\r\n</BR>COMPANY PIN: P1XXXXXXX</br>\r\n</BR>TILL NO:111111111</br>\r\nCall us today if you need this Pos :0716413386\r\n\r\n','KES','2023-08-101691646451.jpeg'); /*!40000 ALTER TABLE `branch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `brands` -- DROP TABLE IF EXISTS `brands`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `brands` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `description` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `website` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `brands` -- LOCK TABLES `brands` WRITE; /*!40000 ALTER TABLE `brands` DISABLE KEYS */; INSERT INTO `brands` VALUES (1,'1','JKUAT','Our partner in ICT Field','karenmakena3@gmail.com','0702400635','','http://www.jkuat.ac.ke/','2016-12-13 06:47:33am','',0),(2,'1','SimbaNet','Our partner in in Nikague App','','','','https://www.simbanet.net/','','',0); /*!40000 ALTER TABLE `brands` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `budget` -- DROP TABLE IF EXISTS `budget`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `budget` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `expamount` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `todate` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `budget` -- LOCK TABLES `budget` WRITE; /*!40000 ALTER TABLE `budget` DISABLE KEYS */; /*!40000 ALTER TABLE `budget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bulkdispatch` -- DROP TABLE IF EXISTS `bulkdispatch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bulkdispatch` ( `id` int(11) NOT NULL AUTO_INCREMENT, `branchid` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `frombranch` varchar(50) NOT NULL, `remarks` varchar(100) NOT NULL, `enddate` varchar(50) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `createdate` varchar(50) NOT NULL, `description` text NOT NULL, `name` varchar(50) NOT NULL, `approvedby` int(20) NOT NULL, `dateapproved` int(20) NOT NULL, `tobranch` varchar(20) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `startdate` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Transfer', `category` varchar(20) NOT NULL DEFAULT 'products', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bulkdispatch` -- LOCK TABLES `bulkdispatch` WRITE; /*!40000 ALTER TABLE `bulkdispatch` DISABLE KEYS */; /*!40000 ALTER TABLE `bulkdispatch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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 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 */; /*!40000 ALTER TABLE `bulkreservation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `callcenter` -- DROP TABLE IF EXISTS `callcenter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `callcenter` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `callername` text NOT NULL, `receiver` text NOT NULL, `calldate` varchar(30) NOT NULL, `phone` varchar(50) NOT NULL, `media` text NOT NULL, `email` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `callcenter` -- LOCK TABLES `callcenter` WRITE; /*!40000 ALTER TABLE `callcenter` DISABLE KEYS */; /*!40000 ALTER TABLE `callcenter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `category` -- DROP TABLE IF EXISTS `category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `category` -- LOCK TABLES `category` WRITE; /*!40000 ALTER TABLE `category` DISABLE KEYS */; INSERT INTO `category` VALUES (1,'Everyone','','2023-12-29 07:55:55','active','1','','1'),(2,'OTHERS','','2021-08-23 03:04:54pm','active','1','','1'); /*!40000 ALTER TABLE `category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `charges` -- DROP TABLE IF EXISTS `charges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `charges` ( `id` int(20) NOT NULL AUTO_INCREMENT, `type` varchar(40) NOT NULL, `description` text NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `priority` int(11) NOT NULL, `companyid` int(5) NOT NULL DEFAULT 1, `branchid` int(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `charges` -- LOCK TABLES `charges` WRITE; /*!40000 ALTER TABLE `charges` DISABLE KEYS */; INSERT INTO `charges` VALUES (1,'RENT','','','2018-05-30 14:28:37','','',0,1,NULL),(2,'DEPOSIT','','','2018-05-30 14:27:39','','',0,1,NULL),(3,'WATER/POWER DEPOSIT','','','2018-05-30 14:28:49','','',0,1,NULL),(4,'PENALTY','','','2018-06-25 13:38:03','','',0,1,NULL),(5,'WATER','','','2018-06-27 11:33:55','','',0,1,NULL),(6,'PARTIAL PAYMENT','','','2018-06-29 16:22:30','','',0,1,NULL),(7,'GARBAGE','','','2018-07-03 16:56:46','','',0,1,NULL),(8,'DAMAGES','','','2018-07-17 12:30:05','','',0,1,NULL),(9,'AGREEMENT FORM','','','2018-07-23 10:21:11','','',0,1,NULL),(10,'POWER','','','2018-08-04 10:42:10','','',0,1,NULL),(11,'SEWAGE','SEWAGE','','2020-05-27 16:23:21','','',2,1,NULL),(12,'BED ONLY','','','2020-05-28 15:38:20','','',1,1,NULL),(13,'BED AND BREAKFAST','','','2020-05-28 15:38:39','','',2,1,NULL),(14,'PROJECTOR','','','2023-04-28 08:21:52','','',0,1,NULL),(15,'LAUNDRY','LAUNDRY','','2023-04-28 08:22:20','','',0,1,NULL),(16,'ROOM TRANSFER','200','','2023-04-30 06:16:29','','',2,1,NULL),(17,'BED 1','0','','2023-05-11 11:10:44','','',1,1,NULL),(18,'BED 2','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 `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 AUTO_INCREMENT=3 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 */; INSERT INTO `cheque` VALUES (1,'','500000','FEES','2024-01-13','JOHN','1030','1','1','2024-01-13 11:59:33','BANK-11705136339','UON','Outgoing','000000000000004','2024-01-13','New'),(2,'','80000','POS','2024-01-13','JOHN','KCB','1','1','2024-01-13 12:00:06','BANK-11705136373','JKUAT','Incoming','JKUTA000334','2024-01-13','New'); /*!40000 ALTER TABLE `cheque` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `collection` -- DROP TABLE IF EXISTS `collection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `collection` ( `id` int(11) NOT NULL AUTO_INCREMENT, `paiddate` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `remarks` varchar(100) NOT NULL, `balance` varchar(30) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `paymentmethodes` int(10) NOT NULL, `createdate` varchar(50) NOT NULL, `name` varchar(30) NOT NULL DEFAULT 'payment', `transactioncode` varchar(50) NOT NULL, `supplier` int(11) DEFAULT NULL, `branchid` int(11) DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `collection` -- LOCK TABLES `collection` WRITE; /*!40000 ALTER TABLE `collection` DISABLE KEYS */; /*!40000 ALTER TABLE `collection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `commission` -- DROP TABLE IF EXISTS `commission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `commission` ( `id` int(11) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `name` varchar(50) NOT NULL, `datesold` varchar(40) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `profit` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `paymentdate` varchar(50) NOT NULL, `rate` varchar(30) NOT NULL, `customer` varchar(30) NOT NULL, `customerphone` varchar(50) NOT NULL, `customeremail` varchar(50) NOT NULL, `customerlocation` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(40) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'New', `paid` decimal(10,2) NOT NULL, `expcommission` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `commission` -- LOCK TABLES `commission` WRITE; /*!40000 ALTER TABLE `commission` DISABLE KEYS */; /*!40000 ALTER TABLE `commission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `complain` -- DROP TABLE IF EXISTS `complain`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `complain` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) 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=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `constants` -- LOCK TABLES `constants` WRITE; /*!40000 ALTER TABLE `constants` DISABLE KEYS */; INSERT INTO `constants` VALUES (1,'Relief',2400.00,'active',1,1,'Relief'),(2,'Pension',200.00,'active',1,1,'Pension'),(3,'NSSF',200.00,'oldrate',1,1,'NSSF'),(4,'Minimum Paye',24000.00,'active',1,1,'MinimumPaye'); /*!40000 ALTER TABLE `constants` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact` -- DROP TABLE IF EXISTS `contact`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contact` ( `id` int(50) NOT NULL AUTO_INCREMENT, `country` varchar(60) NOT NULL, `firstname` varchar(50) NOT NULL, `lastname` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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=38 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'); /*!40000 ALTER TABLE `currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `currencycodes` -- DROP TABLE IF EXISTS `currencycodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `currencycodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `symbol` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=180 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `currencycodes` -- LOCK TABLES `currencycodes` WRITE; /*!40000 ALTER TABLE `currencycodes` DISABLE KEYS */; INSERT INTO `currencycodes` VALUES (1,'United Arab Emirates dirham','AED',NULL,'Y','AED','1'),(2,'Afghan afghani','AFN',NULL,'Y','AFN','2'),(3,'Albanian lek','ALL',NULL,'Y','ALL','3'),(4,'Armenian dram','AMD',NULL,'Y','AMD','4'),(5,'Netherlands Antillean guilder','ANG',NULL,'Y','ANG','5'),(6,'Angolan kwanza','AOA',NULL,'Y','AOA','6'),(7,'Argentine peso','ARS',NULL,'Y','ARS','7'),(8,'Australian dollar','AUD',NULL,'Y','AUD','8'),(9,'Aruban florin','AWG',NULL,'Y','AWG','9'),(10,'Azerbaijani manat','AZN',NULL,'Y','AZN','10'),(11,'Bosnia and Herzegovina convertible mark','BAM',NULL,'Y','BAM','11'),(12,'Barbados dollar','BBD',NULL,'Y','BBD','12'),(13,'Bangladeshi taka','BDT',NULL,'Y','BDT','13'),(14,'Bulgarian lev','BGN',NULL,'Y','BGN','14'),(15,'Bahraini dinar','BHD',NULL,'Y','BHD','15'),(16,'Burundian franc','BIF',NULL,'Y','BIF','16'),(17,'Bermudian dollar','BMD',NULL,'Y','BMD','17'),(18,'Brunei dollar','BND',NULL,'Y','BND','18'),(19,'Boliviano','BOB',NULL,'Y','BOB','19'),(20,'Bolivian Mvdol (funds code)','BOV',NULL,'Y','BOV','20'),(21,'Brazilian real','BRL',NULL,'Y','BRL','21'),(22,'Bahamian dollar','BSD',NULL,'Y','BSD','22'),(23,'Bhutanese ngultrum','BTN',NULL,'Y','BTN','23'),(24,'Botswana pula','BWP',NULL,'Y','BWP','24'),(25,'New Belarusian ruble','BYN',NULL,'Y','BYN','25'),(26,'Belarusian ruble','BYR',NULL,'Y','BYR','26'),(27,'Belize dollar','BZD',NULL,'Y','BZD','27'),(28,'Canadian dollar','CAD',NULL,'Y','CAD','28'),(29,'Congolese franc','CDF',NULL,'Y','CDF','29'),(30,'WIR Euro (complementary currency)','CHE',NULL,'Y','CHE','30'),(31,'Swiss franc','CHF',NULL,'Y','CHF','31'),(32,'WIR Franc (complementary currency)','CHW',NULL,'Y','CHW','32'),(33,'Unidad de Fomento (funds code)','CLF',NULL,'Y','CLF','33'),(34,'Chilean peso','CLP',NULL,'Y','CLP','34'),(35,'Chinese yuan','CNY',NULL,'Y','CNY','35'),(36,'Colombian peso','COP',NULL,'Y','COP','36'),(37,'Unidad de Valor Real (UVR) (funds code)','COU',NULL,'Y','COU','37'),(38,'Costa Rican colon','CRC',NULL,'Y','CRC','38'),(39,'Cuban convertible peso','CUC',NULL,'Y','CUC','39'),(40,'Cuban peso','CUP',NULL,'Y','CUP','40'),(41,'Cape Verde escudo','CVE',NULL,'Y','CVE','41'),(42,'Czech koruna','CZK',NULL,'Y','CZK','42'),(43,'Djiboutian franc','DJF',NULL,'Y','DJF','43'),(44,'Danish krone','DKK',NULL,'Y','DKK','44'),(45,'Dominican peso','DOP',NULL,'Y','DOP','45'),(46,'Algerian dinar','DZD',NULL,'Y','DZD','46'),(47,'Egyptian pound','EGP',NULL,'Y','EGP','47'),(48,'Eritrean nakfa','ERN',NULL,'Y','ERN','48'),(49,'Ethiopian birr','ETB',NULL,'Y','ETB','49'),(50,'Euro','EUR',NULL,'Y','EUR','50'),(51,'Fiji dollar','FJD',NULL,'Y','FJD','51'),(52,'Falkland Islands pound','FKP',NULL,'Y','FKP','52'),(53,'Pound sterling','GBP',NULL,'Y','GBP','53'),(54,'Georgian lari','GEL',NULL,'Y','GEL','54'),(55,'Ghanaian cedi','GHS',NULL,'Y','GHS','55'),(56,'Gibraltar pound','GIP',NULL,'Y','GIP','56'),(57,'Gambian dalasi','GMD',NULL,'Y','GMD','57'),(58,'Guinean franc','GNF',NULL,'Y','GNF','58'),(59,'Guatemalan quetzal','GTQ',NULL,'Y','GTQ','59'),(60,'Guyanese dollar','GYD',NULL,'Y','GYD','60'),(61,'Hong Kong dollar','HKD',NULL,'Y','HKD','61'),(62,'Honduran lempira','HNL',NULL,'Y','HNL','62'),(63,'Croatian kuna','HRK',NULL,'Y','HRK','63'),(64,'Haitian gourde','HTG',NULL,'Y','HTG','64'),(65,'Hungarian forint','HUF',NULL,'Y','HUF','65'),(66,'Indonesian rupiah','IDR',NULL,'Y','IDR','66'),(67,'Israeli new shekel','ILS',NULL,'Y','ILS','67'),(68,'Indian rupee','INR',NULL,'Y','INR','68'),(69,'Iraqi dinar','IQD',NULL,'Y','IQD','69'),(70,'Iranian rial','IRR',NULL,'Y','IRR','70'),(71,'Icelandic króna','ISK',NULL,'Y','ISK','71'),(72,'Jamaican dollar','JMD',NULL,'Y','JMD','72'),(73,'Jordanian dinar','JOD',NULL,'Y','JOD','73'),(74,'Japanese yen','JPY',NULL,'Y','JPY','74'),(75,'Kenyan shilling','KES',NULL,'Y','KES','75'),(76,'Kyrgyzstani som','KGS',NULL,'Y','KGS','76'),(77,'Cambodian riel','KHR',NULL,'Y','KHR','77'),(78,'Comoro franc','KMF',NULL,'Y','KMF','78'),(79,'North Korean won','KPW',NULL,'Y','KPW','79'),(80,'South Korean won','KRW',NULL,'Y','KRW','80'),(81,'Kuwaiti dinar','KWD',NULL,'Y','KWD','81'),(82,'Cayman Islands dollar','KYD',NULL,'Y','KYD','82'),(83,'Kazakhstani tenge','KZT',NULL,'Y','KZT','83'),(84,'Lao kip','LAK',NULL,'Y','LAK','84'),(85,'Lebanese pound','LBP',NULL,'Y','LBP','85'),(86,'Sri Lankan rupee','LKR',NULL,'Y','LKR','86'),(87,'Liberian dollar','LRD',NULL,'Y','LRD','87'),(88,'Lesotho loti','LSL',NULL,'Y','LSL','88'),(89,'Libyan dinar','LYD',NULL,'Y','LYD','89'),(90,'Moroccan dirham','MAD',NULL,'Y','MAD','90'),(91,'Moldovan leu','MDL',NULL,'Y','MDL','91'),(92,'Malagasy ariary','MGA',NULL,'Y','MGA','92'),(93,'Macedonian denar','MKD',NULL,'Y','MKD','93'),(94,'Myanmar kyat','MMK',NULL,'Y','MMK','94'),(95,'Mongolian tögrög','MNT',NULL,'Y','MNT','95'),(96,'Macanese pataca','MOP',NULL,'Y','MOP','96'),(97,'Mauritanian ouguiya','MRO',NULL,'Y','MRO','97'),(98,'Mauritian rupee','MUR',NULL,'Y','MUR','98'),(99,'Maldivian rufiyaa','MVR',NULL,'Y','MVR','99'),(100,'Malawian kwacha','MWK',NULL,'Y','MWK','100'),(101,'Mexican peso','MXN',NULL,'Y','MXN','101'),(102,'Mexican Unidad de Inversion (UDI) (funds code)','MXV',NULL,'Y','MXV','102'),(103,'Malaysian ringgit','MYR',NULL,'Y','MYR','103'),(104,'Mozambican metical','MZN',NULL,'Y','MZN','104'),(105,'Namibian dollar','NAD',NULL,'Y','NAD','105'),(106,'Nigerian naira','NGN',NULL,'Y','NGN','106'),(107,'Nicaraguan córdoba','NIO',NULL,'Y','NIO','107'),(108,'Norwegian krone','NOK',NULL,'Y','NOK','108'),(109,'Nepalese rupee','NPR',NULL,'Y','NPR','109'),(110,'New Zealand dollar','NZD',NULL,'Y','NZD','110'),(111,'Omani rial','OMR',NULL,'Y','OMR','111'),(112,'Panamanian balboa','PAB',NULL,'Y','PAB','112'),(113,'Peruvian Sol','PEN',NULL,'Y','PEN','113'),(114,'Papua New Guinean kina','PGK',NULL,'Y','PGK','114'),(115,'Philippine peso','PHP',NULL,'Y','PHP','115'),(116,'Pakistani rupee','PKR',NULL,'Y','PKR','116'),(117,'Polish zloty','PLN',NULL,'Y','PLN','117'),(118,'Paraguayan guaraní','PYG',NULL,'Y','PYG','118'),(119,'Qatari riyal','QAR',NULL,'Y','QAR','119'),(120,'Romanian leu','RON',NULL,'Y','RON','120'),(121,'Serbian dinar','RSD',NULL,'Y','RSD','121'),(122,'Russian ruble','RUB',NULL,'Y','RUB','122'),(123,'Rwandan franc','RWF',NULL,'Y','RWF','123'),(124,'Saudi riyal','SAR',NULL,'Y','SAR','124'),(125,'Solomon Islands dollar','SBD',NULL,'Y','SBD','125'),(126,'Seychelles rupee','SCR',NULL,'Y','SCR','126'),(127,'Sudanese pound','SDG',NULL,'Y','SDG','127'),(128,'Swedish krona/kronor','SEK',NULL,'Y','SEK','128'),(129,'Singapore dollar','SGD',NULL,'Y','SGD','129'),(130,'Saint Helena pound','SHP',NULL,'Y','SHP','130'),(131,'Sierra Leonean leone','SLL',NULL,'Y','SLL','131'),(132,'Somali shilling','SOS',NULL,'Y','SOS','132'),(133,'Surinamese dollar','SRD',NULL,'Y','SRD','133'),(134,'South Sudanese pound','SSP',NULL,'Y','SSP','134'),(135,'São Tomé and Príncipe dobra','STD',NULL,'Y','STD','135'),(136,'Salvadoran colón','SVC',NULL,'Y','SVC','136'),(137,'Syrian pound','SYP',NULL,'Y','SYP','137'),(138,'Swazi lilangeni','SZL',NULL,'Y','SZL','138'),(139,'Thai baht','THB',NULL,'Y','THB','139'),(140,'Tajikistani somoni','TJS',NULL,'Y','TJS','140'),(141,'Turkmenistani manat','TMT',NULL,'Y','TMT','141'),(142,'Tunisian dinar','TND',NULL,'Y','TND','142'),(143,'Tongan pa?anga','TOP',NULL,'Y','TOP','143'),(144,'Turkish lira','TRY',NULL,'Y','TRY','144'),(145,'Trinidad and Tobago dollar','TTD',NULL,'Y','TTD','145'),(146,'New Taiwan dollar','TWD',NULL,'Y','TWD','146'),(147,'Tanzanian shilling','TZS',NULL,'Y','TZS','147'),(148,'Ukrainian hryvnia','UAH',NULL,'Y','UAH','148'),(149,'Ugandan shilling','UGX',NULL,'Y','UGX','149'),(150,'United States dollar','USD',NULL,'Y','USD','150'),(151,'United States dollar (next day) (funds code)','USN',NULL,'Y','USN','151'),(152,'Uruguay Peso en Unidades Indexadas (URUIURUI) (funds code)','UYI',NULL,'Y','UYI','152'),(153,'Uruguayan peso','UYU',NULL,'Y','UYU','153'),(154,'Uzbekistan som','UZS',NULL,'Y','UZS','154'),(155,'Venezuelan bolívar','VEF',NULL,'Y','VEF','155'),(156,'Vietnamese dong','VND',NULL,'Y','VND','156'),(157,'Vanuatu vatu','VUV',NULL,'Y','VUV','157'),(158,'Samoan tala','WST',NULL,'Y','WST','158'),(159,'CFA franc BEAC','XAF',NULL,'Y','XAF','159'),(160,'Silver (one troy ounce)','XAG',NULL,'Y','XAG','160'),(161,'Gold (one troy ounce)','XAU',NULL,'Y','XAU','161'),(162,'European Composite Unit (EURCO) (bond market unit)','XBA',NULL,'Y','XBA','162'),(163,'European Monetary Unit (E.M.U.-6) (bond market unit)','XBB',NULL,'Y','XBB','163'),(164,'European Unit of Account 9 (E.U.A.-9) (bond market unit)','XBC',NULL,'Y','XBC','164'),(165,'European Unit of Account 17 (E.U.A.-17) (bond market unit)','XBD',NULL,'Y','XBD','165'),(166,'East Caribbean dollar','XCD',NULL,'Y','XCD','166'),(167,'Special drawing rights','XDR',NULL,'Y','XDR','167'),(168,'CFA franc BCEAO','XOF',NULL,'Y','XOF','168'),(169,'Palladium (one troy ounce)','XPD',NULL,'Y','XPD','169'),(170,'CFP franc (franc Pacifique)','XPF',NULL,'Y','XPF','170'),(171,'Platinum (one troy ounce)','XPT',NULL,'Y','XPT','171'),(172,'SUCRE','XSU',NULL,'Y','XSU','172'),(173,'Code reserved for testing purposes','XTS',NULL,'Y','XTS','173'),(174,'ADB Unit of Account','XUA',NULL,'Y','XUA','174'),(175,'No currency','XXX',NULL,'Y','XXX','175'),(176,'Yemeni rial','YER',NULL,'Y','YER','176'),(177,'South African rand','ZAR',NULL,'Y','ZAR','177'),(178,'Zambian kwacha','ZMW',NULL,'Y','ZMW','178'),(179,'Zimbabwean dollar A/10','ZWL',NULL,'Y','ZWL','179'); /*!40000 ALTER TABLE `currencycodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customedproductcategory` -- DROP TABLE IF EXISTS `customedproductcategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customedproductcategory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branchid` varchar(30) NOT NULL, `commission` varchar(20) NOT NULL DEFAULT '0', `shipping` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Percentage', `imgid` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customedproductcategory` -- LOCK TABLES `customedproductcategory` WRITE; /*!40000 ALTER TABLE `customedproductcategory` DISABLE KEYS */; /*!40000 ALTER TABLE `customedproductcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customer` -- DROP TABLE IF EXISTS `customer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `firstname` varchar(100) NOT NULL, `surname` varchar(50) NOT NULL, `username` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `business` varchar(50) NOT NULL, `county` varchar(50) NOT NULL, `createddate` varchar(50) NOT NULL, `password` varchar(30) NOT NULL, `website` varchar(100) NOT NULL, `dob` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `description` text NOT NULL, `box` varchar(50) NOT NULL, `source` varchar(50) DEFAULT NULL, `town` varchar(50) NOT NULL, `country` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `apiaccount_id` varchar(30) NOT NULL DEFAULT '1', `recoverpassword` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `companyid` int(10) NOT NULL DEFAULT 1, `service` text NOT NULL, `usertype` varchar(50) DEFAULT NULL, `smstype` int(10) NOT NULL DEFAULT 2, `refer` text NOT NULL, `email` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customer` -- LOCK TABLES `customer` WRITE; /*!40000 ALTER TABLE `customer` DISABLE KEYS */; /*!40000 ALTER TABLE `customer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customerfiscalyear` -- DROP TABLE IF EXISTS `customerfiscalyear`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customerfiscalyear` ( `id` int(40) NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `number` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `category` varchar(20) NOT NULL DEFAULT 'customer', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customerfiscalyear` -- LOCK TABLES `customerfiscalyear` WRITE; /*!40000 ALTER TABLE `customerfiscalyear` DISABLE KEYS */; INSERT INTO `customerfiscalyear` VALUES (1,'','active','2022-00-00 00:00:00','2021-00-00 00:00:00',1,1,'\r\n<div style=\"border:1px solid',3333.00,44444.00,0,'1',0,'member'); /*!40000 ALTER TABLE `customerfiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customersupplierbalance` -- DROP TABLE IF EXISTS `customersupplierbalance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customersupplierbalance` ( `id` int(40) NOT NULL AUTO_INCREMENT, `description` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `number` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `customerid` int(11) NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'customer', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customersupplierbalance` -- LOCK TABLES `customersupplierbalance` WRITE; /*!40000 ALTER TABLE `customersupplierbalance` DISABLE KEYS */; /*!40000 ALTER TABLE `customersupplierbalance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailycharges` -- DROP TABLE IF EXISTS `dailycharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailycharges` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(10) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL DEFAULT '16', `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'checkin', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `start` varchar(20) NOT NULL, `close` varchar(20) NOT NULL, `transactioncode` varchar(50) NOT NULL, `name` varchar(20) NOT NULL, `chargeid` varchar(20) NOT NULL, `plotno` varchar(20) NOT NULL, `houseno` varchar(20) NOT NULL, `cost` varchar(20) NOT NULL, `createdat` varchar(30) NOT NULL, `discountedtotal` varchar(20) DEFAULT NULL, `idno` varchar(20) DEFAULT NULL, `phone` varchar(50) DEFAULT NULL, `checkin` varchar(30) DEFAULT NULL, `checkout` varchar(30) DEFAULT NULL, `roomtype` varchar(20) DEFAULT NULL, `bedid` varchar(20) DEFAULT NULL, `bedname` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailycharges` -- LOCK TABLES `dailycharges` WRITE; /*!40000 ALTER TABLE `dailycharges` DISABLE KEYS */; /*!40000 ALTER TABLE `dailycharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailycollections` -- DROP TABLE IF EXISTS `dailycollections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailycollections` ( `id` int(40) NOT NULL AUTO_INCREMENT, `idno` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `createdat` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `name` varchar(30) NOT NULL, `total` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `mpesa` varchar(30) NOT NULL, `card` varchar(30) NOT NULL, `credit` varchar(30) NOT NULL, `voucher` varchar(10) NOT NULL, `cheque` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `controller` varchar(30) NOT NULL, `expense` varchar(30) NOT NULL, `cash` varchar(30) NOT NULL, `discount` varchar(30) NOT NULL, `entrydate` varchar(30) NOT NULL, `contact` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `tax` decimal(10,2) NOT NULL, `sort` decimal(10,2) NOT NULL, `sortmoney` decimal(10,2) NOT NULL, `transactiondate` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `openingbalance` decimal(10,2) NOT NULL, `closingbalance` decimal(10,2) NOT NULL, `cashcollected` decimal(10,2) NOT NULL, `totalsales` decimal(10,2) NOT NULL, `debt` decimal(10,0) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailycollections` -- LOCK TABLES `dailycollections` WRITE; /*!40000 ALTER TABLE `dailycollections` DISABLE KEYS */; /*!40000 ALTER TABLE `dailycollections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailytasks` -- DROP TABLE IF EXISTS `dailytasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailytasks` ( `id` int(30) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `status` varchar(11) NOT NULL DEFAULT 'active', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, `taskid` int(11) NOT NULL, `achieved` varchar(20) NOT NULL, `period` varchar(20) NOT NULL, `description` text NOT NULL, `exactdate` varchar(30) NOT NULL, `day` varchar(20) NOT NULL, `comment` text NOT NULL, `updatedby` int(11) NOT NULL, `mykey` varchar(50) NOT NULL, `approval` varchar(20) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailytasks` -- LOCK TABLES `dailytasks` WRITE; /*!40000 ALTER TABLE `dailytasks` DISABLE KEYS */; /*!40000 ALTER TABLE `dailytasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `damages` -- DROP TABLE IF EXISTS `damages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `damages` ( `id` int(10) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `datedamaged` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `product` text NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(5) DEFAULT 1, `invoice` varchar(50) NOT NULL, `buyingprice` varchar(20) NOT NULL, `ttbrice` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `damages` -- LOCK TABLES `damages` WRITE; /*!40000 ALTER TABLE `damages` DISABLE KEYS */; /*!40000 ALTER TABLE `damages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `deals` -- DROP TABLE IF EXISTS `deals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `deals` ( `id` int(50) NOT NULL AUTO_INCREMENT, `owner` varchar(100) NOT NULL, `title` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `nextstep` text NOT NULL, `contactname` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `fromdate` datetime NOT NULL, `todate` datetime NOT NULL, `probability` varchar(100) NOT NULL, `expectedrevenue` varchar(100) NOT NULL, `stage` varchar(100) NOT NULL, `status` varchar(100) NOT NULL DEFAULT 'active', `comments` text NOT NULL, `userid` varchar(100) NOT NULL, `dateposted` datetime NOT NULL, `companyid` varchar(100) NOT NULL, `allsteps` text NOT NULL, `dealowner` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `deals` -- LOCK TABLES `deals` WRITE; /*!40000 ALTER TABLE `deals` DISABLE KEYS */; /*!40000 ALTER TABLE `deals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dealsfeedback` -- DROP TABLE IF EXISTS `dealsfeedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dealsfeedback` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dealsfeedback` -- LOCK TABLES `dealsfeedback` WRITE; /*!40000 ALTER TABLE `dealsfeedback` DISABLE KEYS */; /*!40000 ALTER TABLE `dealsfeedback` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dealstatus` -- DROP TABLE IF EXISTS `dealstatus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dealstatus` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dealstatus` -- LOCK TABLES `dealstatus` WRITE; /*!40000 ALTER TABLE `dealstatus` DISABLE KEYS */; INSERT INTO `dealstatus` VALUES (1,'Interested',1),(2,'Not Interested',1),(3,'Closed',1),(4,'Don\'t Call me again',1),(5,'Ordered',1),(6,'Not Ordered',1),(7,'Not Picking',1),(8,'Call Later',1); /*!40000 ALTER TABLE `dealstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `debitcredit` -- DROP TABLE IF EXISTS `debitcredit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `debitcredit` ( `id` int(30) NOT NULL AUTO_INCREMENT, `account` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `crateddate` datetime NOT NULL, `debit` decimal(10,2) DEFAULT NULL, `credit` decimal(10,2) DEFAULT NULL, `balance` varchar(20) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `description` text NOT NULL, `branch` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `refno` varchar(30) NOT NULL, `mode` varchar(50) NOT NULL, `confirm` varchar(30) NOT NULL DEFAULT 'No', `updatedat` varchar(30) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `transactioncode` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=13568 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,'1010','11708688867','2024-02-23 14:48:54',155.00,NULL,'','1','1','Payment of goods sold','1','','payment','','1170868896463323632702','No',NULL,NULL,'E4Y'),(2,'4000','11708688867','2024-02-23 14:48:54',NULL,150.00,'','1','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3,'4000','11708688867','2024-02-23 14:48:54',NULL,5.00,'','1','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4,'1010','61708690565','2024-02-23 15:20:53',200.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6170869088202349363938','No',NULL,NULL,'T9T'),(5,'4000','61708690565','2024-02-23 15:20:53',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6,'4000','61708690565','2024-02-23 15:16:06',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7,'1010','61708690883','2024-02-23 15:28:23',300.00,NULL,'','6','1','Payment of goods sold','1','','payment','','6170869133069831333222','No',NULL,NULL,'7JW'),(8,'4000','61708690883','2024-02-23 15:28:23',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9,'1000','61708692858','2024-02-23 15:55:50',155.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'PW4'),(10,'4000','61708692858','2024-02-23 15:55:50',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11,'4000','61708692858','2024-02-23 15:54:18',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(12,'1000','61708693173','2024-02-23 16:10:51',850.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'D10'),(13,'4000','61708693173','2024-02-23 16:10:51',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14,'4000','61708693173','2024-02-23 15:59:33',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15,'1000','61708693956','2024-02-23 16:20:08',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16,'4000','61708693956','2024-02-23 16:20:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17,'1000','61708694417','2024-02-23 16:22:54',340.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'AYE'),(18,'4000','61708694417','2024-02-23 16:22:54',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19,'4000','61708694417','2024-02-23 16:20:17',NULL,30.00,'','6','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(20,'4000','61708694417','2024-02-23 16:21:17',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(21,'1000','61708694612','2024-02-23 16:37:39',650.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'ZAN'),(22,'4000','61708694612','2024-02-23 16:37:39',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(23,'4000','61708694612','2024-02-23 16:34:27',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(24,'4000','61708694612','2024-02-23 16:35:06',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(25,'1000','61708695536','2024-02-23 16:39:24',10.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(26,'4000','61708695536','2024-02-23 16:39:24',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(27,'1000','61708695568','2024-02-23 16:55:29',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(28,'4000','61708695568','2024-02-23 16:55:29',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(29,'1000','61708696536','2024-02-23 16:56:33',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5VF'),(30,'4000','61708696536','2024-02-23 16:56:33',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(31,'1000','61708696626','2024-02-23 16:58:29',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0AM'),(32,'4000','61708696626','2024-02-23 16:58:29',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(33,'4000','61708696626','2024-02-23 16:57:06',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(34,'1000','61708697378','2024-02-23 17:35:27',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'C2K'),(35,'4000','61708697378','2024-02-23 17:35:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(36,'4000','61708697378','2024-02-23 17:09:38',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(37,'1000','61708698962','2024-02-23 17:51:44',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'CIE'),(38,'4000','61708698962','2024-02-23 17:51:44',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(39,'4000','61708698962','2024-02-23 17:36:02',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(40,'1000','61708699927','2024-02-23 17:53:50',5.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'QZV'),(41,'4000','61708699927','2024-02-23 17:53:50',NULL,5.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(42,'1000','61708700057','2024-02-23 17:56:14',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(43,'4000','61708700057','2024-02-23 17:56:14',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(44,'1000','61708700181','2024-02-23 18:11:54',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'qJU'),(45,'4000','61708700181','2024-02-23 18:11:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(46,'4000','61708700181','2024-02-23 17:56:21',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(47,'4000','61708700181','2024-02-23 18:05:49',NULL,30.00,'','6','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(48,'1000','61708701137','2024-02-23 19:04:23',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1JB'),(49,'4000','61708701137','2024-02-23 19:04:23',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(50,'4000','61708701137','2024-02-23 18:12:17',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(51,'1000','61708704453','2024-02-23 19:25:33',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'FNR'),(52,'4000','61708704453','2024-02-23 19:25:33',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(53,'1000','61708705556','2024-02-23 19:27:29',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(54,'4000','61708705556','2024-02-23 19:27:29',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(55,'1000','61708706352','2024-02-23 19:40:24',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'HZP'),(56,'4000','61708706352','2024-02-23 19:40:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(57,'1000','61708706522','2024-02-23 19:42:35',155.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'W41'),(58,'4000','61708706522','2024-02-23 19:42:35',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(59,'4000','61708706522','2024-02-23 19:42:02',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(60,'1000','61708706595','2024-02-23 19:43:42',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'PU3'),(61,'4000','61708706595','2024-02-23 19:43:42',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(62,'1000','61708706777','2024-02-23 19:46:41',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'NP 5'),(63,'4000','61708706777','2024-02-23 19:46:41',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(64,'1000','61708706855','2024-02-23 19:49:17',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(65,'4000','61708706855','2024-02-23 19:49:17',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(66,'4000','61708706855','2024-02-23 19:47:35',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(67,'1000','61708706962','2024-02-23 19:52:03',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'NP5'),(68,'4000','61708706962','2024-02-23 19:52:03',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(71,'1000','61708708102','2024-02-23 20:15:13',70.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(72,'4000','61708708102','2024-02-23 20:15:13',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(73,'4000','61708708102','2024-02-23 20:20:19',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(74,'1000','61708708850','2024-02-23 20:21:30',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'AYE'),(75,'4000','61708708850','2024-02-23 20:21:30',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(76,'1000','71708709764','2024-02-23 20:39:25',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'IR7'),(77,'4000','71708709764','2024-02-23 20:39:25',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(81,'1000','71708711162','2024-02-23 21:03:16',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2IK'),(82,'4000','71708711162','2024-02-23 21:03:16',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(83,'1000','71708710223','2024-02-23 20:49:23',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(84,'4000','71708710223','2024-02-23 20:49:23',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(85,'4000','71708710223','2024-02-23 20:43:43',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(86,'1000','61708712471','2024-02-23 21:24:18',60.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(87,'4000','61708712471','2024-02-23 21:24:18',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(88,'1000','71708712700','2024-02-23 21:25:46',40.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'V30'),(89,'4000','71708712700','2024-02-23 21:25:46',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(90,'1000','61708762866','2024-02-24 11:40:18',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'ZFF'),(91,'4000','61708762866','2024-02-24 11:40:18',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(92,'4000','61708762866','2024-02-24 11:21:06',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(93,'1000','61708769623','2024-02-24 13:14:41',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'IKG'),(94,'4000','61708769623','2024-02-24 13:14:41',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(95,'4000','61708769623','2024-02-24 13:13:43',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(96,'1000','61708769870','2024-02-24 13:18:30',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'051'),(97,'4000','61708769870','2024-02-24 13:18:30',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(98,'1000','61708770399','2024-02-24 13:27:23',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Q6T'),(99,'4000','61708770399','2024-02-24 13:27:23',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(100,'1000','61708770484','2024-02-24 13:29:13',470.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'QVR'),(101,'4000','61708770484','2024-02-24 13:29:13',NULL,450.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(102,'4000','61708770484','2024-02-24 13:28:04',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(103,'1000','61708770710','2024-02-24 14:21:04',550.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(104,'4000','61708770710','2024-02-24 14:21:04',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(105,'4000','61708770710','2024-02-24 13:31:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(106,'1000','61708773666','2024-02-24 14:22:46',550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5T7'),(107,'4000','61708773666','2024-02-24 14:22:46',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(108,'4000','61708773666','2024-02-24 14:21:06',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(109,'4000','61708773666','2024-02-24 14:21:59',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(110,'1000','61708773804','2024-02-24 14:54:37',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'OGC'),(111,'4000','61708773804','2024-02-24 14:54:37',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(112,'1000','61708776765','2024-02-24 15:13:24',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'WM4'),(113,'4000','61708776765','2024-02-24 15:13:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(114,'1000','61708776824','2024-02-24 15:14:14',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(115,'4000','61708776824','2024-02-24 15:14:14',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(116,'1000','61708776865','2024-02-24 15:47:20',340.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(117,'4000','61708776865','2024-02-24 15:47:20',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(118,'4000','61708776865','2024-02-24 15:14:25',NULL,240.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(119,'1000','61708779072','2024-02-24 16:08:58',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'DAX'),(120,'4000','61708779072','2024-02-24 16:08:58',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(121,'1000','71708785423','2024-02-24 17:44:04',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'220'),(122,'4000','71708785423','2024-02-24 17:44:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(123,'4000','71708785423','2024-02-24 17:37:03',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(124,'1000','71708785916','2024-02-24 17:45:49',20.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3VC'),(125,'4000','71708785916','2024-02-24 17:45:49',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(126,'1000','71708785973','2024-02-24 17:47:04',190.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'45Z'),(127,'4000','71708785973','2024-02-24 17:47:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(128,'4000','71708785973','2024-02-24 17:46:13',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(129,'1000','71708786381','2024-02-24 17:53:17',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9TG'),(130,'4000','71708786381','2024-02-24 17:53:17',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(131,'1000','71708786434','2024-02-24 17:55:17',320.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(132,'4000','71708786434','2024-02-24 17:55:17',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(133,'4000','71708786434','2024-02-24 17:53:54',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(134,'4000','71708786434','2024-02-24 17:54:38',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(135,'1000','71708786522','2024-02-24 18:12:44',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'E11'),(136,'4000','71708786522','2024-02-24 18:12:44',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(137,'1000','71708787590','2024-02-24 19:27:23',310.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(138,'4000','71708787590','2024-02-24 19:27:23',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(139,'4000','71708787590','2024-02-24 18:13:10',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(140,'1000','61708970803','2024-02-26 21:07:11',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'TMD'),(141,'4000','61708970803','2024-02-26 21:07:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(142,'1000','61708970849','2024-02-26 21:07:48',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'NPF'),(143,'4000','61708970849','2024-02-26 21:07:48',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(144,'1000','61708970890','2024-02-26 21:08:23',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'AK3'),(145,'4000','61708970890','2024-02-26 21:08:23',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(146,'1000','61708970938','2024-02-26 21:09:15',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'XGU'),(147,'4000','61708970938','2024-02-26 21:09:15',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(148,'1000','61708970982','2024-02-26 21:10:33',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(149,'4000','61708970982','2024-02-26 21:10:33',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(150,'1000','61708971035','2024-02-26 21:11:02',60.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(151,'4000','61708971035','2024-02-26 21:11:02',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(152,'1000','71709023159','2024-02-27 11:40:02',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(153,'4000','71709023159','2024-02-27 11:40:02',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(154,'1000','71709025412','2024-02-27 12:19:18',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'AWU'),(155,'4000','71709025412','2024-02-27 12:19:18',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(156,'1000','71709025705','2024-02-27 12:29:12',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'BEY'),(157,'4000','71709025705','2024-02-27 12:29:12',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(158,'1000','71709029654','2024-02-27 13:32:59',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'J1D'),(159,'4000','71709029654','2024-02-27 13:32:59',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(160,'1000','71709030203','2024-02-27 13:47:40',180.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'AK9'),(161,'4000','71709030203','2024-02-27 13:47:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(162,'4000','71709030203','2024-02-27 13:36:43',NULL,30.00,'','7','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(163,'1000','71709030886','2024-02-27 14:09:43',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1Q3'),(164,'4000','71709030886','2024-02-27 14:09:43',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(165,'1000','71709032478','2024-02-27 14:15:15',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0E4'),(166,'4000','71709032478','2024-02-27 14:15:15',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(167,'1000','71709032555','2024-02-27 14:16:05',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'LFD'),(168,'4000','71709032555','2024-02-27 14:16:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(169,'1000','71709033248','2024-02-27 14:27:39',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'R3R'),(170,'4000','71709033248','2024-02-27 14:27:39',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(171,'1000','71709037884','2024-02-27 15:45:09',50.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(172,'4000','71709037884','2024-02-27 15:45:09',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(173,'1000','71709038017','2024-02-27 15:47:33',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'GIF'),(174,'4000','71709038017','2024-02-27 15:47:33',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(175,'1000','71709038118','2024-02-27 15:52:36',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6QW'),(176,'4000','71709038118','2024-02-27 15:52:36',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(177,'4000','71709038118','2024-02-27 15:49:57',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(178,'1000','71709044422','2024-02-27 17:37:53',360.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'JAX'),(179,'4000','71709044422','2024-02-27 17:37:53',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(180,'4000','71709044422','2024-02-27 17:35:43',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(181,'4000','71709044422','2024-02-27 17:36:08',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(182,'1000','71709047298','2024-02-27 19:17:30',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'VCR'),(183,'4000','71709047298','2024-02-27 19:17:30',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(184,'4000','71709047298','2024-02-27 18:21:38',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(185,'1000','71709050957','2024-02-27 19:31:08',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'VCR'),(186,'4000','71709050957','2024-02-27 19:31:08',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(187,'1000','71709051508','2024-02-27 19:32:01',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'SBL'),(188,'4000','71709051508','2024-02-27 19:32:01',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(189,'1000','71709051563','2024-02-27 19:50:15',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'TAU'),(190,'4000','71709051563','2024-02-27 19:50:15',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(191,'1000','71709052818','2024-02-27 19:59:55',550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'TLN'),(192,'4000','71709052818','2024-02-27 19:59:55',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(193,'4000','71709052818','2024-02-27 19:53:38',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(194,'1000','71709054788','2024-02-27 20:27:15',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,' CDU'),(195,'4000','71709054788','2024-02-27 20:27:15',NULL,450.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(196,'1000','71709054895','2024-02-27 20:35:46',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'YKI'),(197,'4000','71709054895','2024-02-27 20:35:46',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(198,'1000','71709055459','2024-02-27 20:37:50',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3SF'),(199,'4000','71709055459','2024-02-27 20:37:50',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(200,'1000','71709055501','2024-02-27 20:39:15',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'POO'),(201,'4000','71709055501','2024-02-27 20:39:15',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(202,'1000','71709055577','2024-02-27 21:15:34',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'ODT'),(203,'4000','71709055577','2024-02-27 21:15:34',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(204,'1000','71709058362','2024-02-27 21:26:19',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1T8'),(205,'4000','71709058362','2024-02-27 21:26:19',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(206,'1000','61709108452','2024-02-28 11:37:10',430.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'33J'),(207,'4000','61709108452','2024-02-28 11:37:10',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(208,'4000','61709108452','2024-02-28 11:20:52',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(209,'4000','61709108452','2024-02-28 11:36:23',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(210,'1000','61709109515','2024-02-28 12:04:09',710.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6JF'),(211,'4000','61709109515','2024-02-28 12:04:09',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(212,'4000','61709109515','2024-02-28 11:38:35',NULL,180.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(213,'4000','61709109515','2024-02-28 12:03:29',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(214,'1000','61709112181','2024-02-28 12:23:40',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'AZL'),(215,'4000','61709112181','2024-02-28 12:23:40',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(216,'4000','61709112181','2024-02-28 12:23:01',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(217,'1000','61709112432','2024-02-28 12:27:40',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'CL6'),(218,'4000','61709112432','2024-02-28 12:27:40',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(219,'1000','61709112483','2024-02-28 12:29:11',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'PB3'),(220,'4000','61709112483','2024-02-28 12:29:11',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(221,'1000','61709113402','2024-02-28 13:15:24',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(222,'4000','61709113402','2024-02-28 13:15:24',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(223,'1000','61709116047','2024-02-28 13:27:39',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(224,'4000','61709116047','2024-02-28 13:27:39',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(225,'1000','61709116067','2024-02-28 13:36:15',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8LF'),(226,'4000','61709116067','2024-02-28 13:36:15',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(227,'1000','61709116623','2024-02-28 14:18:57',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'KYV'),(228,'4000','61709116623','2024-02-28 14:18:57',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(229,'1000','61709119430','2024-02-28 14:46:28',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'HFI'),(230,'4000','61709119430','2024-02-28 14:46:28',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(231,'1000','61709121445','2024-02-28 14:57:44',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(232,'4000','61709121445','2024-02-28 14:57:44',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(233,'1000','61709121470','2024-02-28 15:00:26',420.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'42N'),(234,'4000','61709121470','2024-02-28 15:00:26',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(235,'4000','61709121470','2024-02-28 14:57:50',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(236,'4000','61709121470','2024-02-28 14:58:08',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(237,'4000','61709121470','2024-02-28 14:59:29',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(238,'1000','61709121669','2024-02-28 15:02:22',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'U4S'),(239,'4000','61709121669','2024-02-28 15:02:22',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(240,'4000','61709121669','2024-02-28 15:01:09',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(241,'4000','61709121669','2024-02-28 15:01:46',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(242,'1000','61709121826','2024-02-28 15:04:03',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'KW7'),(243,'4000','61709121826','2024-02-28 15:04:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(244,'1000','61709121891','2024-02-28 15:05:08',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'LTZ'),(245,'4000','61709121891','2024-02-28 15:05:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(246,'1000','61709122316','2024-02-28 15:12:15',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'OUX'),(247,'4000','61709122316','2024-02-28 15:12:15',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(248,'1000','61709123377','2024-02-28 15:54:40',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N9K'),(249,'4000','61709123377','2024-02-28 15:54:40',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(250,'4000','61709123377','2024-02-28 15:29:37',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(251,'1110','51709125961','2024-02-28 16:12:41',7219.20,NULL,'','5','1','Inventory Purchased','1','9','Purchases','16','','No',NULL,NULL,''),(252,'2130','51709125961','2024-02-28 16:12:41',NULL,7219.00,'','5','1','Account payable for inventory','1','9','Purchases','','','No',NULL,NULL,''),(253,'1000','61709126960','2024-02-28 16:41:04',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(254,'4000','61709126960','2024-02-28 16:41:04',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(255,'1000','61709128600','2024-02-28 16:57:12',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7L4'),(256,'4000','61709128600','2024-02-28 16:57:12',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(257,'4000','61709128600','2024-02-28 16:56:40',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(258,'1000','61709129220','2024-02-28 17:08:08',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5E5'),(259,'4000','61709129220','2024-02-28 17:08:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(260,'1000','61709131615','2024-02-28 17:49:35',1330.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'BPC'),(261,'4000','61709131615','2024-02-28 17:49:35',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(262,'4000','61709131615','2024-02-28 17:46:55',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(263,'4000','61709131615','2024-02-28 17:48:14',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(264,'4000','61709131615','2024-02-28 17:48:34',NULL,10.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(265,'4000','61709131615','2024-02-28 17:48:59',NULL,20.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(266,'1000','61709131992','2024-02-28 17:54:06',420.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'OC3'),(267,'4000','61709131992','2024-02-28 17:54:06',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(268,'4000','61709131992','2024-02-28 17:53:12',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(269,'4000','61709131992','2024-02-28 17:53:42',NULL,10.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(270,'1000','61709132070','2024-02-28 17:55:08',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'SZF'),(271,'4000','61709132070','2024-02-28 17:55:08',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(272,'4000','61709132070','2024-02-28 17:54:30',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(273,'4000','61709132070','2024-02-28 17:54:48',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(274,'1000','61709132196','2024-02-28 17:56:50',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'RBK'),(275,'4000','61709132196','2024-02-28 17:56:50',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(276,'1000','61709132231','2024-02-28 17:58:10',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B3Q'),(277,'4000','61709132231','2024-02-28 17:58:10',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(278,'1110','61709133130','2024-02-28 18:12:10',1980.00,NULL,'','6','1','Inventory Purchased','1','9','Purchases','17','','No',NULL,NULL,''),(279,'2130','61709133130','2024-02-28 18:12:10',NULL,1980.00,'','6','1','Account payable for inventory','1','9','Purchases','','','No',NULL,NULL,''),(280,'1000','61709134883','2024-02-28 18:41:54',205.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'JT9'),(281,'4000','61709134883','2024-02-28 18:41:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(282,'4000','61709134883','2024-02-28 18:41:23',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(283,'4000','61709134883','2024-02-28 18:41:33',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(284,'1000','61709135094','2024-02-28 18:45:07',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(285,'4000','61709135094','2024-02-28 18:45:07',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(286,'1000','61709135114','2024-02-28 18:53:59',700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(287,'4000','61709135114','2024-02-28 18:53:59',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(288,'4000','61709135114','2024-02-28 18:45:14',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(289,'1000','61709135643','2024-02-28 19:17:31',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F75'),(290,'4000','61709135643','2024-02-28 19:17:31',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(291,'4000','61709135643','2024-02-28 18:54:03',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(292,'1000','61709137667','2024-02-28 19:30:17',430.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1ZC'),(293,'4000','61709137667','2024-02-28 19:30:17',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(294,'4000','61709137667','2024-02-28 19:27:47',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(295,'4000','61709137667','2024-02-28 19:28:51',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(296,'4000','61709137667','2024-02-28 19:29:15',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(297,'1000','61709137947','2024-02-28 19:33:35',360.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'CLF'),(298,'4000','61709137947','2024-02-28 19:33:35',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(299,'4000','61709137947','2024-02-28 19:32:27',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(300,'1000','61709138078','2024-02-28 19:35:03',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'W8B'),(301,'4000','61709138078','2024-02-28 19:35:03',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(302,'1000','61709138905','2024-02-28 19:48:44',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(303,'4000','61709138905','2024-02-28 19:48:44',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(304,'1000','61709138928','2024-02-28 19:58:59',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H8Z'),(305,'4000','61709138928','2024-02-28 19:58:59',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(306,'1000','61709139708','2024-02-28 20:02:05',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'JP7'),(307,'4000','61709139708','2024-02-28 20:02:05',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(308,'4000','61709139708','2024-02-28 20:01:48',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(309,'1000','61709139745','2024-02-28 20:03:02',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'HP9'),(310,'4000','61709139745','2024-02-28 20:03:02',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(311,'1000','61709139814','2024-02-28 20:05:23',60.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'SCL'),(312,'4000','61709139814','2024-02-28 20:05:23',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(313,'1000','61709139952','2024-02-28 20:10:12',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'FM4'),(314,'4000','61709139952','2024-02-28 20:10:12',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(315,'4000','61709139952','2024-02-28 20:05:52',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(316,'1000','61709143445','2024-02-28 21:04:57',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'AWP'),(317,'4000','61709143445','2024-02-28 21:04:57',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(318,'4000','61709143445','2024-02-28 21:04:05',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(319,'1000','61709143523','2024-02-28 21:06:16',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M00'),(320,'4000','61709143523','2024-02-28 21:06:16',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(321,'1000','61709143654','2024-02-28 21:07:44',40.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(322,'4000','61709143654','2024-02-28 21:07:44',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(323,'1000','61709143803','2024-02-28 21:19:28',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'BC7'),(324,'4000','61709143803','2024-02-28 21:19:28',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(325,'4000','61709143803','2024-02-28 21:10:03',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(326,'1000','61709144814','2024-02-28 21:27:05',40.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(327,'4000','61709144814','2024-02-28 21:27:05',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(328,'1000','61709192513','2024-02-29 10:42:20',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'HJH'),(329,'4000','61709192513','2024-02-29 10:42:20',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(330,'1000','61709201896','2024-02-29 13:19:58',1050.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'KJ1'),(331,'4000','61709201896','2024-02-29 13:19:58',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(332,'4000','61709201896','2024-02-29 13:18:16',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(333,'4000','61709201896','2024-02-29 13:18:32',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(334,'4000','61709201896','2024-02-29 13:18:58',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(335,'1000','61709202029','2024-02-29 13:21:02',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1ZX'),(336,'4000','61709202029','2024-02-29 13:21:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(337,'1000','61709202103','2024-02-29 13:23:58',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Q75'),(338,'4000','61709202103','2024-02-29 13:23:58',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(339,'1000','61709203175','2024-02-29 13:39:58',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'JWR'),(340,'4000','61709203175','2024-02-29 13:39:58',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(341,'1000','61709203217','2024-02-29 13:40:49',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'TLH'),(342,'4000','61709203217','2024-02-29 13:40:49',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(343,'1000','61709203263','2024-02-29 13:42:02',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'L7P'),(344,'4000','61709203263','2024-02-29 13:42:02',NULL,30.00,'','6','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(345,'4000','61709203263','2024-02-29 13:41:03',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(346,'1000','61709203341','2024-02-29 13:42:56',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'U8T'),(347,'4000','61709203341','2024-02-29 13:42:56',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(348,'1000','61709203804','2024-02-29 14:18:23',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(349,'4000','61709203804','2024-02-29 14:18:23',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(350,'4000','61709203804','2024-02-29 13:50:04',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(351,'1000','61709206132','2024-02-29 14:29:23',800.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'EY9'),(352,'4000','61709206132','2024-02-29 14:29:23',NULL,600.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(353,'4000','61709206132','2024-02-29 14:28:52',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(354,'1000','61709206185','2024-02-29 14:30:12',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'PEA'),(355,'4000','61709206185','2024-02-29 14:30:12',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(356,'1000','61709206231','2024-02-29 14:31:12',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'EI5'),(357,'4000','61709206231','2024-02-29 14:31:12',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(358,'1000','61709206298','2024-02-29 14:31:58',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'LR5'),(359,'4000','61709206298','2024-02-29 14:31:58',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(360,'1000','61709207234','2024-02-29 14:47:57',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'AB1'),(361,'4000','61709207234','2024-02-29 14:47:57',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(362,'1000','61709207301','2024-02-29 14:48:42',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1OK'),(363,'4000','61709207301','2024-02-29 14:48:42',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(364,'1000','61709207347','2024-02-29 14:52:38',250.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(365,'4000','61709207347','2024-02-29 14:52:38',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(366,'4000','61709207347','2024-02-29 14:49:07',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(367,'4000','61709207347','2024-02-29 14:49:24',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(368,'1000','61709207567','2024-02-29 14:55:25',370.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(369,'4000','61709207567','2024-02-29 14:55:25',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(370,'4000','61709207567','2024-02-29 14:52:47',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(371,'4000','61709207567','2024-02-29 14:54:56',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(372,'1000','61709208305','2024-02-29 15:05:28',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(373,'4000','61709208305','2024-02-29 15:05:28',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(374,'1000','61709208331','2024-02-29 15:24:19',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(375,'4000','61709208331','2024-02-29 15:24:19',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(376,'4000','61709208331','2024-02-29 15:05:31',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(377,'1000','61709209461','2024-02-29 15:35:43',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'C8C'),(378,'4000','61709209461','2024-02-29 15:35:43',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(379,'1000','61709210160','2024-02-29 15:36:20',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'I5S'),(380,'4000','61709210160','2024-02-29 15:36:20',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(381,'1000','61709210197','2024-02-29 15:37:04',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'87X'),(382,'4000','61709210197','2024-02-29 15:37:04',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(383,'1000','61709210569','2024-02-29 15:43:07',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(384,'4000','61709210569','2024-02-29 15:43:07',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(385,'1000','61709211962','2024-02-29 16:06:23',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(386,'4000','61709211962','2024-02-29 16:06:23',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(387,'1000','61709212276','2024-02-29 16:13:43',155.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(388,'4000','61709212276','2024-02-29 16:13:43',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(389,'4000','61709212276','2024-02-29 16:13:26',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(390,'1000','61709212426','2024-02-29 16:14:04',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y0G'),(391,'4000','61709212426','2024-02-29 16:14:04',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(392,'4000','61709212426','2024-02-29 16:13:46',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(393,'1000','61709212667','2024-02-29 16:36:14',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8TR'),(394,'4000','61709212667','2024-02-29 16:36:14',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(395,'4000','61709212667','2024-02-29 16:17:47',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(396,'1000','61709213898','2024-02-29 16:39:30',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'FTV'),(397,'4000','61709213898','2024-02-29 16:39:30',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(398,'1000','61709217975','2024-02-29 17:46:25',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'34S'),(399,'4000','61709217975','2024-02-29 17:46:25',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(400,'1000','61709218169','2024-02-29 17:49:46',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'56X'),(401,'4000','61709218169','2024-02-29 17:49:46',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(402,'1000','61709218240','2024-02-29 17:53:55',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'071'),(403,'4000','61709218240','2024-02-29 17:53:55',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(404,'1000','61709222056','2024-02-29 18:54:29',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(405,'4000','61709222056','2024-02-29 18:54:29',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(406,'1000','61709222144','2024-02-29 18:56:01',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(407,'4000','61709222144','2024-02-29 18:56:01',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(408,'1000','61709224555','2024-02-29 19:36:14',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'11S'),(409,'4000','61709224555','2024-02-29 19:36:14',NULL,750.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(410,'1000','71709225442','2024-02-29 19:51:05',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'ZHZ'),(411,'4000','71709225442','2024-02-29 19:51:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(412,'1000','71709225496','2024-02-29 19:51:52',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'XAJ'),(413,'4000','71709225496','2024-02-29 19:51:52',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(414,'1000','71709225546','2024-02-29 19:53:13',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2X6'),(415,'4000','71709225546','2024-02-29 19:53:13',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(416,'4000','71709225546','2024-02-29 19:52:26',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(417,'1000','71709225657','2024-02-29 19:55:18',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'VSM'),(418,'4000','71709225657','2024-02-29 19:55:18',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(419,'1000','71709225806','2024-02-29 19:58:43',365.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(420,'4000','71709225806','2024-02-29 19:58:43',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(421,'4000','71709225806','2024-02-29 19:56:46',NULL,15.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(422,'4000','71709225806','2024-02-29 19:57:05',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(423,'1000','71709226892','2024-02-29 20:17:56',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4S1'),(424,'4000','71709226892','2024-02-29 20:17:56',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(425,'4000','71709226892','2024-02-29 20:14:52',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(426,'4000','71709226892','2024-02-29 20:15:30',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(427,'1000','61709286319','2024-03-01 12:45:40',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'D85'),(428,'4000','61709286319','2024-03-01 12:45:40',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(429,'4000','61709286319','2024-03-01 12:45:19',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(430,'1000','61709286375','2024-03-01 12:46:29',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'KER'),(431,'4000','61709286375','2024-03-01 12:46:29',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(432,'1000','61709286412','2024-03-01 12:48:54',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(433,'4000','61709286412','2024-03-01 12:48:54',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(434,'4000','61709286412','2024-03-01 12:46:52',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(435,'1000','61709286853','2024-03-01 12:54:23',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1J9'),(436,'4000','61709286853','2024-03-01 12:54:23',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(437,'1000','61709286888','2024-03-01 13:16:06',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(438,'4000','61709286888','2024-03-01 13:16:06',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(439,'1000','61709288606','2024-03-01 13:24:20',460.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4IA'),(440,'4000','61709288606','2024-03-01 13:24:20',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(441,'4000','61709288606','2024-03-01 13:23:26',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(442,'4000','61709288606','2024-03-01 13:23:43',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(443,'1000','61709289699','2024-03-01 13:42:36',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'UZ9'),(444,'4000','61709289699','2024-03-01 13:42:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(445,'4000','61709289699','2024-03-01 13:41:39',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(446,'4000','61709289699','2024-03-01 13:41:56',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(447,'1000','61709290552','2024-03-01 14:14:46',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'U7Y'),(448,'4000','61709290552','2024-03-01 14:14:46',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(449,'4000','61709290552','2024-03-01 13:55:52',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(450,'1000','61709291916','2024-03-01 14:18:57',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(451,'4000','61709291916','2024-03-01 14:18:57',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(452,'1000','61709293274','2024-03-01 14:42:43',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'YOW'),(453,'4000','61709293274','2024-03-01 14:42:43',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(454,'1000','61709293502','2024-03-01 14:59:59',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'QRM'),(455,'4000','61709293502','2024-03-01 14:59:59',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(456,'1000','61709295000','2024-03-01 15:10:17',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'301'),(457,'4000','61709295000','2024-03-01 15:10:17',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(458,'1000','61709295202','2024-03-01 15:25:12',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'OU5'),(459,'4000','61709295202','2024-03-01 15:25:12',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(460,'4000','61709295202','2024-03-01 15:13:22',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(461,'1000','61709295933','2024-03-01 15:25:51',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'SFW'),(462,'4000','61709295933','2024-03-01 15:25:51',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(463,'1000','61709295962','2024-03-01 15:56:46',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'OKH'),(464,'4000','61709295962','2024-03-01 15:56:46',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(465,'1000','61709297823','2024-03-01 16:11:57',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'QM6'),(466,'4000','61709297823','2024-03-01 16:11:57',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(467,'1000','61709306801','2024-03-01 18:27:37',90.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B81'),(468,'4000','61709306801','2024-03-01 18:27:37',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(469,'4000','61709306801','2024-03-01 18:26:41',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(470,'1000','61709306890','2024-03-01 18:28:31',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2XF'),(471,'4000','61709306890','2024-03-01 18:28:31',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(472,'1000','61709306930','2024-03-01 18:30:22',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'AVV'),(473,'4000','61709306930','2024-03-01 18:30:22',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(474,'4000','61709306930','2024-03-01 18:28:50',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(475,'1000','61709307035','2024-03-01 18:30:54',20.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1N4'),(476,'4000','61709307035','2024-03-01 18:30:54',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(477,'1000','61709307445','2024-03-01 18:37:35',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'HZI'),(478,'4000','61709307445','2024-03-01 18:37:35',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(479,'1000','61709307532','2024-03-01 19:12:51',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5UD'),(480,'4000','61709307532','2024-03-01 19:12:51',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(481,'4000','61709307532','2024-03-01 18:38:52',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(482,'1000','61709309606','2024-03-01 19:14:25',380.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'UVW'),(483,'4000','61709309606','2024-03-01 19:14:25',NULL,300.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(484,'4000','61709309606','2024-03-01 19:13:26',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(485,'1000','61709309739','2024-03-01 19:51:05',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R9X'),(486,'4000','61709309739','2024-03-01 19:51:05',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(487,'1000','61709387810','2024-03-02 16:57:05',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'PUX'),(488,'4000','61709387810','2024-03-02 16:57:05',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(489,'1000','61709387839','2024-03-02 17:15:24',1400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'TAE'),(490,'4000','61709387839','2024-03-02 17:15:24',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(491,'4000','61709387839','2024-03-02 16:57:19',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(492,'1000','61709388955','2024-03-02 17:16:54',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'OSE'),(493,'4000','61709388955','2024-03-02 17:16:54',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(494,'1000','61709389146','2024-03-02 17:41:06',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'K2E'),(495,'4000','61709389146','2024-03-02 17:41:06',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(496,'4000','61709389146','2024-03-02 17:19:06',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(497,'1000','61709390483','2024-03-02 17:41:31',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'HFW'),(498,'4000','61709390483','2024-03-02 17:41:31',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(499,'1000','61709390647','2024-03-02 17:58:05',160.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(500,'4000','61709390647','2024-03-02 17:58:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(501,'4000','61709390647','2024-03-02 17:44:07',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(502,'1000','61709392586','2024-03-02 18:16:41',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5VE'),(503,'4000','61709392586','2024-03-02 18:16:41',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(504,'1000','61709392650','2024-03-02 18:35:28',360.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8XM'),(505,'4000','61709392650','2024-03-02 18:35:28',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(506,'4000','61709392650','2024-03-02 18:17:30',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(507,'4000','61709392650','2024-03-02 18:31:07',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(508,'1000','61709393760','2024-03-02 18:36:27',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'EVV'),(509,'4000','61709393760','2024-03-02 18:36:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(510,'4000','61709393760','2024-03-02 18:36:00',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(511,'1000','61709395330','2024-03-02 19:02:22',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'G72'),(512,'4000','61709395330','2024-03-02 19:02:22',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(513,'1000','61709395368','2024-03-02 19:21:43',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(514,'4000','61709395368','2024-03-02 19:21:43',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(515,'1000','61709396505','2024-03-02 19:29:54',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(516,'4000','61709396505','2024-03-02 19:29:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(517,'1000','61709396996','2024-03-02 19:36:09',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'59U'),(518,'4000','61709396996','2024-03-02 19:36:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(519,'1000','61709398598','2024-03-02 19:57:03',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1A9'),(520,'4000','61709398598','2024-03-02 19:57:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(521,'1000','61709398647','2024-03-02 19:57:52',10.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(522,'4000','61709398647','2024-03-02 19:57:52',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(523,'4000','61709398647','2024-03-02 19:57:27',NULL,5.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(524,'1000','61709398675','2024-03-02 20:15:58',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Q2O'),(525,'4000','61709398675','2024-03-02 20:15:58',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(526,'4000','61709398675','2024-03-02 19:57:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(527,'1000','61709399793','2024-03-02 20:16:54',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'G8N'),(528,'4000','61709399793','2024-03-02 20:16:54',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(529,'1000','71709624153','2024-03-05 10:37:22',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2BD'),(530,'4000','71709624153','2024-03-05 10:37:22',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(531,'4000','71709624153','2024-03-05 10:35:53',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(532,'4000','71709624153','2024-03-05 10:36:35',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(533,'1000','71709630442','2024-03-05 12:20:59',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(534,'4000','71709630442','2024-03-05 12:20:59',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(535,'1000','71709630473','2024-03-05 12:21:33',80.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(536,'4000','71709630473','2024-03-05 12:21:33',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(537,'1000','71709630707','2024-03-05 12:25:25',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'385'),(538,'4000','71709630707','2024-03-05 12:25:25',NULL,300.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(539,'1000','71709630788','2024-03-05 12:34:13',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rar'),(540,'4000','71709630788','2024-03-05 12:34:13',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(541,'4000','71709630788','2024-03-05 12:26:28',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(542,'1000','71709631268','2024-03-05 12:34:55',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5pe'),(543,'4000','71709631268','2024-03-05 12:34:55',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(544,'1000','71709631695','2024-03-05 12:41:44',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Eo4'),(545,'4000','71709631695','2024-03-05 12:41:44',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(546,'1000','71709633352','2024-03-05 13:09:20',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Be7'),(547,'4000','71709633352','2024-03-05 13:09:20',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(548,'1000','71709633386','2024-03-05 13:49:02',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Acg'),(549,'4000','71709633386','2024-03-05 13:49:02',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(550,'4000','71709633386','2024-03-05 13:09:46',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(551,'4000','71709633386','2024-03-05 13:48:06',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(552,'1000','71709639055','2024-03-05 14:44:26',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7O2'),(553,'4000','71709639055','2024-03-05 14:44:26',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(554,'1000','71709639088','2024-03-05 14:53:09',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'ZEP'),(555,'4000','71709639088','2024-03-05 14:53:09',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(556,'1000','71709639610','2024-03-05 15:06:43',240.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'M0R'),(557,'4000','71709639610','2024-03-05 15:06:43',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(558,'4000','71709639610','2024-03-05 14:53:30',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(559,'4000','71709639610','2024-03-05 15:06:28',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(560,'1000','71709640987','2024-03-05 15:38:09',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'K31'),(561,'4000','71709640987','2024-03-05 15:38:09',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(562,'1000','71709642780','2024-03-05 16:00:33',400.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(563,'4000','71709642780','2024-03-05 16:00:33',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(564,'4000','71709642780','2024-03-05 15:46:20',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(565,'4000','71709642780','2024-03-05 15:54:53',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(566,'1000','71709646901','2024-03-05 16:55:20',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'KTT'),(567,'4000','71709646901','2024-03-05 16:55:20',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(568,'1000','71709646946','2024-03-05 17:25:34',550.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(569,'4000','71709646946','2024-03-05 17:25:34',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(570,'4000','71709646946','2024-03-05 16:55:46',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(571,'4000','71709646946','2024-03-05 17:24:45',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(572,'4000','71709646946','2024-03-05 17:25:06',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(573,'1000','71709648743','2024-03-05 17:25:49',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8V0'),(574,'4000','71709648743','2024-03-05 17:25:49',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(575,'1000','61710326810','2024-03-13 13:48:04',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'893'),(576,'4000','61710326810','2024-03-13 13:48:04',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(577,'4000','61710326810','2024-03-13 13:46:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(578,'1000','61710326923','2024-03-13 13:49:33',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'MLB'),(579,'4000','61710326923','2024-03-13 13:49:33',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(580,'4000','61710326923','2024-03-13 13:48:43',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(581,'1000','61710326999','2024-03-13 13:50:13',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'ZDL'),(582,'4000','61710326999','2024-03-13 13:50:13',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(583,'1000','61710327039','2024-03-13 13:51:01',60.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'ZWA'),(584,'4000','61710327039','2024-03-13 13:51:01',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(588,'1000','61710327077','2024-03-13 13:51:57',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'CH5'),(589,'4000','61710327077','2024-03-13 13:51:57',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(590,'1000','61710331267','2024-03-13 15:01:49',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F18'),(591,'4000','61710331267','2024-03-13 15:01:49',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(592,'1000','61710332841','2024-03-13 15:28:09',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'BNM'),(593,'4000','61710332841','2024-03-13 15:28:09',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(594,'4000','61710332841','2024-03-13 15:27:21',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(595,'1000','61710332914','2024-03-13 15:29:17',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0OM'),(596,'4000','61710332914','2024-03-13 15:29:17',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(597,'4000','61710332914','2024-03-13 15:28:34',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(598,'1000','61710333131','2024-03-13 15:32:38',180.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(599,'4000','61710333131','2024-03-13 15:32:38',NULL,30.00,'','6','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(600,'4000','61710333131','2024-03-13 15:32:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(601,'1000','61710333172','2024-03-13 15:33:18',550.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(602,'4000','61710333172','2024-03-13 15:33:18',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(603,'4000','61710333172','2024-03-13 15:32:52',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(604,'1000','61710334524','2024-03-13 15:55:42',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'EAO'),(605,'4000','61710334524','2024-03-13 15:55:42',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(606,'1000','61710334685','2024-03-13 15:58:16',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'MIJ'),(607,'4000','61710334685','2024-03-13 15:58:16',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(608,'1000','61710336935','2024-03-13 16:35:46',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'E9p'),(609,'4000','61710336935','2024-03-13 16:35:46',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(610,'1000','61710336983','2024-03-13 16:36:38',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'99W'),(611,'4000','61710336983','2024-03-13 16:36:38',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(612,'1000','61710337015','2024-03-13 17:00:09',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'JQU'),(613,'4000','61710337015','2024-03-13 17:00:09',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(614,'4000','61710337015','2024-03-13 16:36:55',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(615,'1000','61710338723','2024-03-13 17:05:35',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'UPT'),(616,'4000','61710338723','2024-03-13 17:05:35',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(617,'1000','61710341891','2024-03-13 18:36:08',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'ACF'),(618,'4000','61710341891','2024-03-13 18:36:08',NULL,160.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(619,'4000','61710341891','2024-03-13 17:58:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(620,'1000','61710344190','2024-03-13 18:37:00',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(621,'4000','61710344190','2024-03-13 18:37:00',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(622,'1000','61710344328','2024-03-13 18:48:24',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(623,'4000','61710344328','2024-03-13 18:48:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(627,'1000','61710347119','2024-03-13 19:25:55',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'AJ3'),(628,'4000','61710347119','2024-03-13 19:25:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(629,'4000','61710347119','2024-03-13 19:26:39',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(630,'1000','61710348802','2024-03-13 20:07:06',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4C5'),(631,'4000','61710348802','2024-03-13 20:07:06',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(632,'1000','61710349660','2024-03-13 20:28:25',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(633,'4000','61710349660','2024-03-13 20:28:25',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(634,'1000','61710350914','2024-03-13 20:29:39',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'TEA'),(635,'4000','61710350914','2024-03-13 20:29:39',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(636,'4000','61710350914','2024-03-13 20:28:34',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(637,'4000','61710350914','2024-03-13 20:29:00',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(638,'1000','61710351005','2024-03-13 20:35:15',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'RAO'),(639,'4000','61710351005','2024-03-13 20:35:15',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(640,'1000','61710351499','2024-03-13 20:39:00',700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(641,'4000','61710351499','2024-03-13 20:39:00',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(642,'4000','61710351499','2024-03-13 20:38:19',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(643,'1000','61710403706','2024-03-14 11:08:54',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(644,'4000','61710403706','2024-03-14 11:08:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(645,'1000','61710403813','2024-03-14 11:10:33',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(646,'4000','61710403813','2024-03-14 11:10:33',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(647,'1000','61710407333','2024-03-14 12:09:36',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'AOE'),(648,'4000','61710407333','2024-03-14 12:09:36',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(649,'4000','61710407333','2024-03-14 12:08:53',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(650,'1000','61710407400','2024-03-14 12:10:24',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'ZRM'),(651,'4000','61710407400','2024-03-14 12:10:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(652,'4000','61710407400','2024-03-14 12:10:00',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(653,'1000','61710407448','2024-03-14 12:40:32',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'IEO'),(654,'4000','61710407448','2024-03-14 12:40:32',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(655,'1000','61710409296','2024-03-14 13:03:58',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'GRI'),(656,'4000','61710409296','2024-03-14 13:03:58',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(657,'1000','61710410697','2024-03-14 13:24:53',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(658,'4000','61710410697','2024-03-14 13:24:53',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(659,'1000','61710415121','2024-03-14 14:18:48',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'QSC'),(660,'4000','61710415121','2024-03-14 14:18:48',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(661,'1000','61710415155','2024-03-14 14:19:28',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7LC'),(662,'4000','61710415155','2024-03-14 14:19:28',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(663,'1000','61710415191','2024-03-14 14:27:04',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'WZW'),(664,'4000','61710415191','2024-03-14 14:27:04',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(665,'1000','61710417456','2024-03-14 15:44:09',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H66'),(666,'4000','61710417456','2024-03-14 15:44:09',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(667,'1000','61710420274','2024-03-14 15:44:49',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'TH2'),(668,'4000','61710420274','2024-03-14 15:44:49',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(669,'1000','61710420315','2024-03-14 16:28:52',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(670,'4000','61710420315','2024-03-14 16:28:52',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(671,'1000','61710422939','2024-03-14 16:29:15',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'VBS'),(672,'4000','61710422939','2024-03-14 16:29:15',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(673,'1000','61710422979','2024-03-14 16:45:15',360.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'PKL'),(674,'4000','61710422979','2024-03-14 16:45:15',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(675,'4000','61710422979','2024-03-14 16:29:39',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(676,'4000','61710422979','2024-03-14 16:44:58',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(677,'1000','61710424314','2024-03-14 16:52:50',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M75'),(678,'4000','61710424314','2024-03-14 16:52:50',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(679,'1000','61710424399','2024-03-14 16:53:55',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'462'),(680,'4000','61710424399','2024-03-14 16:53:55',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(681,'4000','61710424399','2024-03-14 16:53:19',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(682,'1000','61710426045','2024-03-14 17:26:37',1355.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'EHZ'),(683,'4000','61710426045','2024-03-14 17:26:37',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(684,'4000','61710426045','2024-03-14 17:20:45',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(685,'4000','61710426045','2024-03-14 17:21:09',NULL,220.00,'','6','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(686,'4000','61710426045','2024-03-14 17:25:14',NULL,15.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(687,'4000','61710426045','2024-03-14 17:25:47',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(688,'1000','61710429978','2024-03-14 18:53:30',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(689,'4000','61710429978','2024-03-14 18:53:30',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(690,'1000','61710434369','2024-03-14 19:39:44',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'97P'),(691,'4000','61710434369','2024-03-14 19:39:44',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(692,'1000','61710434419','2024-03-14 19:40:55',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Q7D'),(693,'4000','61710434419','2024-03-14 19:40:55',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(694,'4000','61710434419','2024-03-14 19:40:19',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(695,'1000','61710434503','2024-03-14 19:42:15',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(696,'4000','61710434503','2024-03-14 19:42:15',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(697,'1000','61710435568','2024-03-14 20:02:01',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(698,'4000','61710435568','2024-03-14 20:02:01',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(699,'1000','61710436530','2024-03-14 20:17:19',650.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R6g'),(700,'4000','61710436530','2024-03-14 20:17:19',NULL,450.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(701,'4000','61710436530','2024-03-14 20:15:30',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(702,'1000','61710436759','2024-03-14 20:20:14',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(703,'4000','61710436759','2024-03-14 20:20:14',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(704,'4000','61710436759','2024-03-14 20:19:19',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(705,'4000','61710436759','2024-03-14 20:19:35',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(706,'1000','61710436819','2024-03-14 20:20:54',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rmf'),(707,'4000','61710436819','2024-03-14 20:20:54',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(708,'4000','61710436819','2024-03-14 20:20:19',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(709,'1000','61710436936','2024-03-14 21:10:20',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(710,'4000','61710436936','2024-03-14 21:10:20',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(711,'4000','61710436936','2024-03-14 20:22:16',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(712,'1000','61710439825','2024-03-14 21:10:34',60.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'KZ5'),(713,'4000','61710439825','2024-03-14 21:10:34',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(714,'1000','61710440834','2024-03-14 21:27:56',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'OYX'),(715,'4000','61710440834','2024-03-14 21:27:56',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(716,'4000','61710440834','2024-03-14 21:27:14',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(717,'1000','61710440906','2024-03-14 21:28:44',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(718,'4000','61710440906','2024-03-14 21:28:44',NULL,450.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(719,'1000','61710490423','2024-03-15 11:13:51',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'L4A'),(720,'4000','61710490423','2024-03-15 11:13:51',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(721,'1000','61710490452','2024-03-15 12:13:29',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'UFF'),(722,'4000','61710490452','2024-03-15 12:13:29',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(723,'1000','61710494419','2024-03-15 13:07:03',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'UUR'),(724,'4000','61710494419','2024-03-15 13:07:03',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(725,'1000','61710497241','2024-03-15 13:19:53',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9ZT'),(726,'4000','61710497241','2024-03-15 13:19:53',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(727,'4000','61710497241','2024-03-15 13:07:21',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(728,'1000','61710498018','2024-03-15 13:38:10',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'NNI'),(729,'4000','61710498018','2024-03-15 13:38:10',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(730,'1000','61710499111','2024-03-15 13:55:24',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1NL'),(731,'4000','61710499111','2024-03-15 13:55:24',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(732,'1000','61710502480','2024-03-15 14:35:54',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(733,'4000','61710502480','2024-03-15 14:35:54',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(734,'4000','61710502480','2024-03-15 14:34:40',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(735,'4000','61710502480','2024-03-15 14:35:15',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(736,'1000','61710502563','2024-03-15 14:36:19',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'FFM'),(737,'4000','61710502563','2024-03-15 14:36:19',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(738,'1000','61710502607','2024-03-15 14:37:34',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Z54'),(739,'4000','61710502607','2024-03-15 14:37:34',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(740,'4000','61710502607','2024-03-15 14:36:47',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(741,'1000','61710502689','2024-03-15 14:39:22',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'EIZ'),(742,'4000','61710502689','2024-03-15 14:39:22',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(743,'4000','61710502689','2024-03-15 14:38:37',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(744,'1000','61710502793','2024-03-15 14:47:51',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'LMB'),(745,'4000','61710502793','2024-03-15 14:47:51',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(746,'1000','61710503287','2024-03-15 14:49:02',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B7V'),(747,'4000','61710503287','2024-03-15 14:49:02',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(748,'4000','61710503287','2024-03-15 14:48:07',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(749,'4000','61710503287','2024-03-15 14:48:30',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(750,'1000','61710507332','2024-03-15 15:55:46',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(751,'4000','61710507332','2024-03-15 15:55:46',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(752,'1000','71710508833','2024-03-15 16:20:44',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4yi'),(753,'4000','71710508833','2024-03-15 16:20:44',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(754,'1000','61710510856','2024-03-15 16:55:16',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'XSI'),(755,'4000','61710510856','2024-03-15 16:55:16',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(756,'4000','61710510856','2024-03-15 16:54:16',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(757,'1000','61710510932','2024-03-15 17:32:54',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4CI'),(758,'4000','61710510932','2024-03-15 17:32:54',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(759,'4000','61710510932','2024-03-15 16:55:32',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(760,'1000','61710513231','2024-03-15 17:34:00',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4YI'),(761,'4000','61710513231','2024-03-15 17:34:00',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(762,'1000','61710513282','2024-03-15 17:37:30',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'OWX'),(763,'4000','61710513282','2024-03-15 17:37:30',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(764,'4000','61710513282','2024-03-15 17:34:42',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(765,'1000','61710514657','2024-03-15 18:00:03',540.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R5f'),(766,'4000','61710514657','2024-03-15 18:00:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(767,'4000','61710514657','2024-03-15 17:57:37',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(768,'4000','61710514657','2024-03-15 17:57:46',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(769,'4000','61710514657','2024-03-15 17:58:11',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(770,'1000','61710514863','2024-03-15 18:03:55',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'FAO'),(771,'4000','61710514863','2024-03-15 18:03:55',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(772,'4000','61710514863','2024-03-15 18:01:03',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(773,'1000','71710516023','2024-03-15 18:37:36',800.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1w1'),(774,'4000','71710516023','2024-03-15 18:37:36',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(775,'4000','71710516023','2024-03-15 18:20:23',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(776,'4000','71710516023','2024-03-15 18:36:36',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(777,'1000','71710517091','2024-03-15 18:40:54',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(778,'4000','71710517091','2024-03-15 18:40:54',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(779,'4000','71710517091','2024-03-15 18:38:12',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(780,'1000','71710518457','2024-03-15 19:20:52',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'12a'),(781,'4000','71710518457','2024-03-15 19:20:52',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(782,'1000','71710520212','2024-03-15 19:30:32',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(783,'4000','71710520212','2024-03-15 19:30:32',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(784,'1000','71710521144','2024-03-15 19:46:24',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gat'),(785,'4000','71710521144','2024-03-15 19:46:24',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(786,'4000','71710521144','2024-03-15 19:45:44',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(787,'1000','71710521834','2024-03-15 20:00:53',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2h5'),(788,'4000','71710521834','2024-03-15 20:00:53',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(789,'1000','71710522922','2024-03-15 20:16:32',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'IQU'),(790,'4000','71710522922','2024-03-15 20:16:32',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(791,'1000','71710524542','2024-03-15 20:44:01',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'WO6'),(792,'4000','71710524542','2024-03-15 20:44:01',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(793,'4000','71710524542','2024-03-15 20:42:22',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(794,'1000','71710527128','2024-03-15 21:28:33',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dlj'),(795,'4000','71710527128','2024-03-15 21:28:33',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(796,'4000','71710527128','2024-03-15 21:25:28',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(797,'1000','71710527692','2024-03-15 21:36:11',550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'F45'),(798,'4000','71710527692','2024-03-15 21:36:11',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(799,'4000','71710527692','2024-03-15 21:34:52',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(800,'4000','71710527692','2024-03-15 21:35:48',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(801,'1000','11710577804','2024-03-16 11:30:23',300.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(802,'4000','11710577804','2024-03-16 11:30:23',NULL,300.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(803,'1000','11710578083','2024-03-16 11:34:50',300.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(804,'4000','11710578083','2024-03-16 11:34:50',NULL,300.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(805,'1000','61710583765','2024-03-16 13:10:02',800.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'PWY'),(806,'4000','61710583765','2024-03-16 13:10:02',NULL,600.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(807,'4000','61710583765','2024-03-16 13:09:25',NULL,180.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(808,'4000','61710583765','2024-03-16 13:09:42',NULL,20.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(809,'1000','61710583850','2024-03-16 13:10:52',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'YLL'),(810,'4000','61710583850','2024-03-16 13:10:52',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(811,'1000','61710584258','2024-03-16 13:18:05',550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M68'),(812,'4000','61710584258','2024-03-16 13:18:05',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(813,'4000','61710584258','2024-03-16 13:17:38',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(814,'4000','61710584258','2024-03-16 13:17:53',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(815,'1000','61710585641','2024-03-16 13:41:02',460.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'XQE'),(816,'4000','61710585641','2024-03-16 13:41:02',NULL,450.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(817,'4000','61710585641','2024-03-16 13:40:41',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(818,'1000','61710585693','2024-03-16 13:41:43',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'DXI'),(819,'4000','61710585693','2024-03-16 13:41:43',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(820,'1000','61710586364','2024-03-16 13:52:59',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yxd'),(821,'4000','61710586364','2024-03-16 13:52:59',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(822,'4000','61710586364','2024-03-16 13:52:44',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(823,'1000','61710587330','2024-03-16 14:08:57',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3GJ'),(824,'4000','61710587330','2024-03-16 14:08:57',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(825,'1000','61710587656','2024-03-16 14:14:23',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8cz'),(826,'4000','61710587656','2024-03-16 14:14:23',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(827,'4000','61710587656','2024-03-16 14:14:16',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(828,'1000','61710589275','2024-03-16 14:59:20',1000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(829,'4000','61710589275','2024-03-16 14:59:20',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(830,'4000','61710589275','2024-03-16 14:41:31',NULL,300.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(831,'4000','61710589275','2024-03-16 14:41:42',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(832,'4000','61710589275','2024-03-16 14:42:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(833,'4000','61710589275','2024-03-16 14:43:18',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(834,'4000','61710589275','2024-03-16 14:58:55',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(835,'1000','61710590426','2024-03-16 15:00:33',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(836,'4000','61710590426','2024-03-16 15:00:33',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(837,'1000','61710590460','2024-03-16 15:01:06',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(838,'4000','61710590460','2024-03-16 15:01:06',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(839,'1000','61710590588','2024-03-16 15:03:11',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'X8p'),(840,'4000','61710590588','2024-03-16 15:03:11',NULL,300.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(841,'1000','61710591529','2024-03-16 15:19:16',630.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(842,'4000','61710591529','2024-03-16 15:19:16',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(843,'4000','61710591529','2024-03-16 15:18:49',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(844,'4000','61710591529','2024-03-16 15:18:52',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(845,'4000','61710591529','2024-03-16 15:18:55',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(846,'4000','61710591529','2024-03-16 15:19:08',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(847,'4000','61710591529','2024-03-16 15:19:12',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(848,'1000','61710591646','2024-03-16 15:20:48',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(849,'4000','61710591646','2024-03-16 15:20:48',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(850,'1000','61710593825','2024-03-16 15:57:11',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bca'),(851,'4000','61710593825','2024-03-16 15:57:11',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(852,'1000','61710593867','2024-03-16 15:57:48',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'E8r'),(853,'4000','61710593867','2024-03-16 15:57:48',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(854,'1000','61710593928','2024-03-16 15:58:55',30.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gxv'),(855,'4000','61710593928','2024-03-16 15:58:55',NULL,30.00,'','6','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(856,'1000','61710593964','2024-03-16 15:59:27',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'G6v'),(857,'4000','61710593964','2024-03-16 15:59:27',NULL,300.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(858,'1000','61710594019','2024-03-16 16:00:24',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'66A'),(859,'4000','61710594019','2024-03-16 16:00:24',NULL,750.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(860,'1000','61710594233','2024-03-16 16:06:49',1250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pce'),(861,'4000','61710594233','2024-03-16 16:06:49',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(862,'4000','61710594233','2024-03-16 16:03:53',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(863,'4000','61710594233','2024-03-16 16:05:00',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(864,'1000','61710594459','2024-03-16 16:09:00',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Woh'),(865,'4000','61710594459','2024-03-16 16:09:00',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(866,'4000','61710594459','2024-03-16 16:07:39',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(867,'1000','61710595052','2024-03-16 16:17:40',210.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Z65'),(868,'4000','61710595052','2024-03-16 16:17:40',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(869,'4000','61710595052','2024-03-16 16:17:32',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(870,'1000','61710595099','2024-03-16 16:28:03',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mqw'),(871,'4000','61710595099','2024-03-16 16:28:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(872,'1000','61710597002','2024-03-16 16:50:04',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nao'),(873,'4000','61710597002','2024-03-16 16:50:04',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(874,'1000','61710597031','2024-03-16 16:50:41',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qnn'),(875,'4000','61710597031','2024-03-16 16:50:41',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(876,'1000','61710597074','2024-03-16 16:51:15',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qnn'),(877,'4000','61710597074','2024-03-16 16:51:15',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(878,'1000','61710597096','2024-03-16 16:51:38',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(879,'4000','61710597096','2024-03-16 16:51:38',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(880,'1000','61710598658','2024-03-16 17:17:40',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9NF'),(881,'4000','61710598658','2024-03-16 17:17:40',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(882,'1000','61710598740','2024-03-16 17:19:03',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9LJ'),(883,'4000','61710598740','2024-03-16 17:19:03',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(884,'1000','71710599371','2024-03-16 17:48:48',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X1s'),(885,'4000','71710599371','2024-03-16 17:48:48',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(886,'4000','71710599371','2024-03-16 17:29:31',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(887,'4000','71710599371','2024-03-16 17:29:34',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(888,'4000','71710599371','2024-03-16 17:29:45',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(889,'4000','71710599371','2024-03-16 17:29:49',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(890,'1000','71710601099','2024-03-16 18:04:50',210.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bif'),(891,'4000','71710601099','2024-03-16 18:04:50',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(892,'4000','71710601099','2024-03-16 17:58:19',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(893,'1000','71710601907','2024-03-16 18:31:12',560.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(894,'4000','71710601907','2024-03-16 18:31:12',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(895,'4000','71710601907','2024-03-16 18:11:47',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(896,'4000','71710601907','2024-03-16 18:11:50',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(897,'4000','71710601907','2024-03-16 18:30:28',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(898,'4000','71710601907','2024-03-16 18:30:44',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(899,'4000','71710601907','2024-03-16 18:30:58',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(900,'1000','61710605098','2024-03-16 19:05:24',360.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(901,'4000','61710605098','2024-03-16 19:05:24',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(902,'4000','61710605098','2024-03-16 19:04:58',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(903,'4000','61710605098','2024-03-16 19:05:09',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(904,'1000','61710605301','2024-03-16 19:08:24',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xce'),(905,'4000','61710605301','2024-03-16 19:08:24',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(906,'1000','61710605677','2024-03-16 19:14:39',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5zl'),(907,'4000','61710605677','2024-03-16 19:14:39',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(908,'1000','61710605941','2024-03-16 19:20:35',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(909,'4000','61710605941','2024-03-16 19:20:35',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(910,'4000','61710605941','2024-03-16 19:19:01',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(911,'1000','61710606511','2024-03-16 19:28:37',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4ue'),(912,'4000','61710606511','2024-03-16 19:28:37',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(913,'1000','61710607953','2024-03-16 19:52:37',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Iq9'),(914,'4000','61710607953','2024-03-16 19:52:37',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(915,'1000','61710607981','2024-03-16 19:53:04',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'JNS'),(916,'4000','61710607981','2024-03-16 19:53:04',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(917,'1000','61710608478','2024-03-16 20:01:27',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ygg'),(918,'4000','61710608478','2024-03-16 20:01:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(919,'4000','61710608478','2024-03-16 20:01:18',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(920,'1000','61710609818','2024-03-16 20:23:40',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(921,'4000','61710609818','2024-03-16 20:23:40',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(922,'1000','61710611965','2024-03-16 20:59:27',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vfp'),(923,'4000','61710611965','2024-03-16 20:59:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(924,'1000','61710611993','2024-03-16 20:59:58',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(925,'4000','61710611993','2024-03-16 20:59:58',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(926,'1000','61710613709','2024-03-16 21:29:06',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H8A'),(927,'4000','61710613709','2024-03-16 21:29:06',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(928,'4000','61710613709','2024-03-16 21:28:29',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(929,'1000','61710613821','2024-03-16 21:30:26',10.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(930,'4000','61710613821','2024-03-16 21:30:26',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(931,'1000','71710603208','2024-03-16 21:33:37',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(932,'4000','71710603208','2024-03-16 21:33:37',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(933,'1000','61710758205','2024-03-18 13:36:55',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5xw'),(934,'4000','61710758205','2024-03-18 13:36:55',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(935,'4000','61710758205','2024-03-18 13:36:45',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(936,'1000','61710758333','2024-03-18 13:39:52',695.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vsk'),(937,'4000','61710758333','2024-03-18 13:39:52',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(938,'4000','61710758333','2024-03-18 13:38:53',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(939,'4000','61710758333','2024-03-18 13:39:00',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(940,'4000','61710758333','2024-03-18 13:39:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(941,'4000','61710758333','2024-03-18 13:39:07',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(942,'4000','61710758333','2024-03-18 13:39:11',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(943,'1000','61710759225','2024-03-18 13:53:50',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'60o'),(944,'4000','61710759225','2024-03-18 13:53:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(945,'4000','61710759225','2024-03-18 13:53:45',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(946,'1000','61710773865','2024-03-18 17:57:48',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(947,'4000','61710773865','2024-03-18 17:57:48',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(948,'1000','71710840779','2024-03-19 12:50:20',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(949,'4000','71710840779','2024-03-19 12:50:20',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(950,'1000','71710841981','2024-03-19 12:53:25',200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(951,'4000','71710841981','2024-03-19 12:53:25',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(952,'1000','71710842009','2024-03-19 12:59:16',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Doj'),(953,'4000','71710842009','2024-03-19 12:59:16',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(954,'1000','71710843121','2024-03-19 13:12:11',80.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(955,'4000','71710843121','2024-03-19 13:12:11',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(956,'1000','71710847221','2024-03-19 14:29:47',460.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(957,'4000','71710847221','2024-03-19 14:29:47',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(958,'4000','71710847221','2024-03-19 14:20:21',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(959,'4000','71710847221','2024-03-19 14:20:57',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(960,'4000','71710847221','2024-03-19 14:27:41',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(961,'1000','71710847987','2024-03-19 14:51:08',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Trm'),(962,'4000','71710847987','2024-03-19 14:51:08',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(963,'1000','71710849748','2024-03-19 15:13:36',465.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Q2t'),(964,'4000','71710849748','2024-03-19 15:13:36',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(965,'4000','71710849748','2024-03-19 15:03:42',NULL,15.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(966,'1000','71710850447','2024-03-19 15:15:41',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cyw'),(967,'4000','71710850447','2024-03-19 15:15:41',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(968,'4000','71710850447','2024-03-19 15:14:07',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(969,'1000','71710850573','2024-03-19 15:19:42',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uru'),(970,'4000','71710850573','2024-03-19 15:19:42',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(971,'1000','71710850996','2024-03-19 15:41:28',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gr8'),(972,'4000','71710850996','2024-03-19 15:41:28',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(973,'1000','71710852470','2024-03-19 15:48:26',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wmc'),(974,'4000','71710852470','2024-03-19 15:48:26',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(975,'4000','71710852470','2024-03-19 15:47:50',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(976,'1000','71710852551','2024-03-19 15:49:50',330.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'L38'),(977,'4000','71710852551','2024-03-19 15:49:50',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(978,'4000','71710852551','2024-03-19 15:49:11',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(979,'4000','71710852551','2024-03-19 15:49:29',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(980,'1000','71710855765','2024-03-19 16:43:05',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'E6b'),(981,'4000','71710855765','2024-03-19 16:43:05',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(982,'1000','71710855837','2024-03-19 16:44:25',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'R5s'),(983,'4000','71710855837','2024-03-19 16:44:25',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(984,'4000','71710855837','2024-03-19 16:43:57',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(985,'1000','71710855919','2024-03-19 16:45:49',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ala'),(986,'4000','71710855919','2024-03-19 16:45:49',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(987,'1000','71710856015','2024-03-19 17:08:03',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Grn'),(988,'4000','71710856015','2024-03-19 17:08:03',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(989,'1000','71710857308','2024-03-19 17:11:33',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'W5l'),(990,'4000','71710857308','2024-03-19 17:11:33',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(991,'1000','71710858538','2024-03-19 17:29:26',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ztr'),(992,'4000','71710858538','2024-03-19 17:29:26',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(993,'4000','71710858538','2024-03-19 17:28:58',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(994,'1000','71710862850','2024-03-19 18:43:35',610.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'S6e'),(995,'4000','71710862850','2024-03-19 18:43:35',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(996,'4000','71710862850','2024-03-19 18:41:26',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(997,'4000','71710862850','2024-03-19 18:41:38',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(998,'4000','71710862850','2024-03-19 18:42:42',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(999,'1000','71710863959','2024-03-19 19:02:00',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'J5x'),(1000,'4000','71710863959','2024-03-19 19:02:00',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1001,'1000','71710864157','2024-03-19 19:03:00',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cfr'),(1002,'4000','71710864157','2024-03-19 19:03:00',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(1003,'1000','71710864205','2024-03-19 19:04:28',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9mr'),(1004,'4000','71710864205','2024-03-19 19:04:28',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1005,'4000','71710864205','2024-03-19 19:03:25',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1006,'1000','71710864332','2024-03-19 19:05:42',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ru7'),(1007,'4000','71710864332','2024-03-19 19:05:42',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1008,'1000','71710869575','2024-03-19 20:40:29',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jrv'),(1009,'4000','71710869575','2024-03-19 20:40:29',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1010,'1000','71710870052','2024-03-19 20:48:52',90.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8fx'),(1011,'4000','71710870052','2024-03-19 20:48:52',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1012,'1000','71710872260','2024-03-19 21:18:08',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gq1'),(1013,'4000','71710872260','2024-03-19 21:18:08',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1014,'1000','71710872314','2024-03-19 21:19:43',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dqo'),(1015,'4000','71710872314','2024-03-19 21:19:43',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1016,'4000','71710872314','2024-03-19 21:19:00',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1017,'1000','71710872445','2024-03-19 21:21:11',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6cl'),(1018,'4000','71710872445','2024-03-19 21:21:11',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1019,'1000','71710872560','2024-03-19 21:23:04',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1020,'4000','71710872560','2024-03-19 21:23:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1021,'1000','71710872802','2024-03-19 21:27:28',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'E0w'),(1022,'4000','71710872802','2024-03-19 21:27:28',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1023,'4000','71710872802','2024-03-19 21:26:42',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1024,'1000','71710873003','2024-03-19 21:31:02',190.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hbv'),(1025,'4000','71710873003','2024-03-19 21:31:02',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1026,'4000','71710873003','2024-03-19 21:30:03',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1027,'1000','71710873078','2024-03-19 21:33:13',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9mr'),(1028,'4000','71710873078','2024-03-19 21:33:13',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1029,'4000','71710873078','2024-03-19 21:31:18',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1030,'4000','71710873078','2024-03-19 21:32:48',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1031,'1000','71710873236','2024-03-19 21:34:55',75.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1032,'4000','71710873236','2024-03-19 21:34:55',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(1033,'4000','71710873236','2024-03-19 21:33:56',NULL,15.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1034,'1000','61710927690','2024-03-20 12:41:33',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Krx'),(1035,'4000','61710927690','2024-03-20 12:41:33',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1036,'1000','61710927737','2024-03-20 12:42:19',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nfu'),(1037,'4000','61710927737','2024-03-20 12:42:19',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1038,'1000','61710927766','2024-03-20 12:42:49',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6py'),(1039,'4000','61710927766','2024-03-20 12:42:49',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1040,'1000','61710927797','2024-03-20 12:43:38',250.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1041,'4000','61710927797','2024-03-20 12:43:38',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1042,'4000','61710927797','2024-03-20 12:43:17',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1043,'4000','61710927797','2024-03-20 12:43:26',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1044,'1000','61710927830','2024-03-20 12:43:55',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1045,'4000','61710927830','2024-03-20 12:43:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1046,'4000','61710927830','2024-03-20 12:43:50',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1047,'1000','61710928855','2024-03-20 13:01:11',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zwt'),(1048,'4000','61710928855','2024-03-20 13:01:11',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1049,'4000','61710928855','2024-03-20 13:00:55',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1050,'1000','61710929806','2024-03-20 13:31:01',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Coj'),(1051,'4000','61710929806','2024-03-20 13:31:01',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1052,'4000','61710929806','2024-03-20 13:16:46',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1053,'4000','61710929806','2024-03-20 13:17:10',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1054,'1000','61710935182','2024-03-20 14:46:48',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B9y'),(1055,'4000','61710935182','2024-03-20 14:46:48',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1056,'4000','61710935182','2024-03-20 14:46:22',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1057,'4000','61710935182','2024-03-20 14:46:29',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1058,'1000','61710935259','2024-03-20 14:47:47',130.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'85p'),(1059,'4000','61710935259','2024-03-20 14:47:47',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1060,'4000','61710935259','2024-03-20 14:47:39',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1061,'1000','61710938724','2024-03-20 15:46:13',770.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'463'),(1062,'4000','61710938724','2024-03-20 15:46:13',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1063,'4000','61710938724','2024-03-20 15:45:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1064,'4000','61710938724','2024-03-20 15:45:47',NULL,220.00,'','6','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(1065,'1000','61710939723','2024-03-20 16:09:18',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fs0'),(1066,'4000','61710939723','2024-03-20 16:09:18',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1067,'4000','61710939723','2024-03-20 16:02:03',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(1068,'1000','61710940195','2024-03-20 16:10:05',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jmp'),(1069,'4000','61710940195','2024-03-20 16:10:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1070,'4000','61710940195','2024-03-20 16:09:55',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1071,'1000','61710940231','2024-03-20 16:10:45',380.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tr5'),(1072,'4000','61710940231','2024-03-20 16:10:45',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1073,'4000','61710940231','2024-03-20 16:10:31',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1074,'1000','61710940288','2024-03-20 16:11:32',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'J39'),(1075,'4000','61710940288','2024-03-20 16:11:32',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1076,'1000','61710941245','2024-03-20 16:27:27',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Suk'),(1077,'4000','61710941245','2024-03-20 16:27:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1078,'1000','61710942967','2024-03-20 16:56:09',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7zc'),(1079,'4000','61710942967','2024-03-20 16:56:09',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1080,'1000','61710950648','2024-03-20 19:04:11',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bje'),(1081,'4000','61710950648','2024-03-20 19:04:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1082,'1000','61710950685','2024-03-20 19:05:07',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yew'),(1083,'4000','61710950685','2024-03-20 19:05:07',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1084,'1000','61710950801','2024-03-20 19:06:44',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1085,'4000','61710950801','2024-03-20 19:06:44',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1086,'1000','61710950814','2024-03-20 19:06:55',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1087,'4000','61710950814','2024-03-20 19:06:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1088,'1000','61710950828','2024-03-20 19:07:18',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1089,'4000','61710950828','2024-03-20 19:07:18',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1090,'1000','71711012359','2024-03-21 12:13:20',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rs5'),(1091,'4000','71711012359','2024-03-21 12:13:20',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1092,'4000','71711012359','2024-03-21 12:12:39',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1093,'1000','61711017313','2024-03-21 13:35:21',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7go'),(1094,'4000','61711017313','2024-03-21 13:35:21',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1095,'4000','61711017313','2024-03-21 13:35:13',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1096,'1000','61711017348','2024-03-21 13:36:01',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5l4'),(1097,'4000','61711017348','2024-03-21 13:36:01',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1098,'4000','61711017348','2024-03-21 13:35:48',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1099,'1000','61711017395','2024-03-21 13:36:45',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bdg'),(1100,'4000','61711017395','2024-03-21 13:36:45',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1101,'4000','61711017395','2024-03-21 13:36:35',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1102,'1000','61711017484','2024-03-21 13:39:26',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1103,'4000','61711017484','2024-03-21 13:39:26',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1104,'4000','61711017484','2024-03-21 13:39:15',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1105,'1000','61711017929','2024-03-21 13:45:34',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1106,'4000','61711017929','2024-03-21 13:45:34',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1107,'1000','61711018671','2024-03-21 13:57:54',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'46z'),(1108,'4000','61711018671','2024-03-21 13:57:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1109,'1000','61711019533','2024-03-21 14:12:28',550.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1110,'4000','61711019533','2024-03-21 14:12:28',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1111,'4000','61711019533','2024-03-21 14:12:13',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1112,'4000','61711019533','2024-03-21 14:12:17',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1113,'1000','61711022405','2024-03-21 15:00:06',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qnf'),(1114,'4000','61711022405','2024-03-21 15:00:06',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1115,'1000','61711022767','2024-03-21 15:06:50',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R0n'),(1116,'4000','61711022767','2024-03-21 15:06:50',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1117,'4000','61711022767','2024-03-21 15:06:07',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1118,'1000','61711023075','2024-03-21 15:11:23',155.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jvc'),(1119,'4000','61711023075','2024-03-21 15:11:23',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1120,'4000','61711023075','2024-03-21 15:11:15',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1121,'1000','61711023251','2024-03-21 15:14:14',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lqf'),(1122,'4000','61711023251','2024-03-21 15:14:14',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1123,'1000','61711025883','2024-03-21 15:58:07',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y34'),(1124,'4000','61711025883','2024-03-21 15:58:07',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1125,'1000','61711025910','2024-03-21 15:58:32',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1126,'4000','61711025910','2024-03-21 15:58:32',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1127,'1000','61711025960','2024-03-21 15:59:23',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1128,'4000','61711025960','2024-03-21 15:59:23',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1129,'1000','61711025972','2024-03-21 15:59:44',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Q1k'),(1130,'4000','61711025972','2024-03-21 15:59:44',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1131,'4000','61711025972','2024-03-21 15:59:32',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1132,'1000','61711026722','2024-03-21 16:12:03',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F08'),(1133,'4000','61711026722','2024-03-21 16:12:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1134,'1000','61711026775','2024-03-21 16:13:02',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cqw'),(1135,'4000','61711026775','2024-03-21 16:13:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1136,'4000','61711026775','2024-03-21 16:12:55',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1137,'1000','61711026806','2024-03-21 16:13:40',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mcd'),(1138,'4000','61711026806','2024-03-21 16:13:40',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1139,'4000','61711026806','2024-03-21 16:13:26',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1140,'1000','61711027105','2024-03-21 16:18:26',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wxz'),(1141,'4000','61711027105','2024-03-21 16:18:26',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1142,'1000','61711027131','2024-03-21 16:38:10',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bks'),(1143,'4000','61711027131','2024-03-21 16:38:10',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1144,'1000','61711028337','2024-03-21 16:39:31',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2ld'),(1145,'4000','61711028337','2024-03-21 16:39:31',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1146,'1000','61711029025','2024-03-21 16:50:26',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'44d'),(1147,'4000','61711029025','2024-03-21 16:50:26',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1148,'1000','61711029061','2024-03-21 16:51:09',90.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1149,'4000','61711029061','2024-03-21 16:51:09',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1150,'4000','61711029061','2024-03-21 16:51:01',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1151,'1000','61711031570','2024-03-21 17:32:51',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rv5'),(1152,'4000','61711031570','2024-03-21 17:32:51',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1153,'1000','61711031605','2024-03-21 17:33:27',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B1k'),(1154,'4000','61711031605','2024-03-21 17:33:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1155,'1000','61711031625','2024-03-21 17:34:02',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1156,'4000','61711031625','2024-03-21 17:34:02',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1157,'1000','61711032209','2024-03-21 17:46:53',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rtd'),(1158,'4000','61711032209','2024-03-21 17:46:53',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1159,'4000','61711032209','2024-03-21 17:43:29',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1160,'1000','61711032463','2024-03-21 17:47:49',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1yj'),(1161,'4000','61711032463','2024-03-21 17:47:49',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1162,'4000','61711032463','2024-03-21 17:47:43',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1163,'1000','61711033843','2024-03-21 18:10:47',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wdc'),(1164,'4000','61711033843','2024-03-21 18:10:47',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1165,'1000','61711033927','2024-03-21 18:12:09',60.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6rn'),(1166,'4000','61711033927','2024-03-21 18:12:09',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(1167,'1000','61711034610','2024-03-21 18:23:31',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yxj'),(1168,'4000','61711034610','2024-03-21 18:23:31',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1169,'1000','61711037942','2024-03-21 19:20:27',1140.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xm8'),(1170,'4000','61711037942','2024-03-21 19:20:27',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1171,'4000','61711037942','2024-03-21 19:19:02',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1172,'4000','61711037942','2024-03-21 19:19:08',NULL,450.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1173,'4000','61711037942','2024-03-21 19:19:59',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1174,'1000','61711038526','2024-03-21 19:28:50',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Epr'),(1175,'4000','61711038526','2024-03-21 19:28:50',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1176,'1000','61711038560','2024-03-21 19:29:21',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ql1'),(1177,'4000','61711038560','2024-03-21 19:29:21',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1178,'1000','61711038592','2024-03-21 19:29:56',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'51r'),(1179,'4000','61711038592','2024-03-21 19:29:56',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1180,'1000','61711038658','2024-03-21 19:30:59',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7zy'),(1181,'4000','61711038658','2024-03-21 19:30:59',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1182,'1000','61711038695','2024-03-21 19:31:36',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'96a'),(1183,'4000','61711038695','2024-03-21 19:31:36',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1184,'1000','61711038762','2024-03-21 19:33:00',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y1s'),(1185,'4000','61711038762','2024-03-21 19:33:00',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1186,'4000','61711038762','2024-03-21 19:32:42',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1187,'1000','61711039724','2024-03-21 19:49:38',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4bc'),(1188,'4000','61711039724','2024-03-21 19:49:38',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1189,'4000','61711039724','2024-03-21 19:48:44',NULL,180.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1190,'4000','61711039724','2024-03-21 19:48:55',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(1191,'1000','61711039824','2024-03-21 19:50:31',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1192,'4000','61711039824','2024-03-21 19:50:31',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1193,'4000','61711039824','2024-03-21 19:50:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1194,'1000','61711040115','2024-03-21 19:55:20',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wtb'),(1195,'4000','61711040115','2024-03-21 19:55:20',NULL,250.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1196,'1000','61711040793','2024-03-21 20:06:35',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cnr'),(1197,'4000','61711040793','2024-03-21 20:06:35',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1198,'1000','61711043162','2024-03-21 20:46:06',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5um'),(1199,'4000','61711043162','2024-03-21 20:46:06',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1200,'1000','61711043238','2024-03-21 20:47:25',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ohm'),(1201,'4000','61711043238','2024-03-21 20:47:25',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1202,'4000','61711043238','2024-03-21 20:47:18',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1203,'1000','61711043274','2024-03-21 20:47:56',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1204,'4000','61711043274','2024-03-21 20:47:56',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1205,'1000','61711043291','2024-03-21 20:48:16',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1206,'4000','61711043291','2024-03-21 20:48:16',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1207,'1000','61711043415','2024-03-21 20:50:16',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1208,'4000','61711043415','2024-03-21 20:50:16',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(1209,'1000','71711099374','2024-03-22 12:23:42',400.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1210,'4000','71711099374','2024-03-22 12:23:42',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1211,'4000','71711099374','2024-03-22 12:22:54',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1212,'4000','71711099374','2024-03-22 12:23:02',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1213,'4000','71711099374','2024-03-22 12:23:38',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1214,'1000','71711099459','2024-03-22 12:24:20',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hm3'),(1215,'4000','71711099459','2024-03-22 12:24:20',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1216,'1000','61711105119','2024-03-22 13:58:50',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'I8u'),(1217,'4000','61711105119','2024-03-22 13:58:50',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1218,'4000','61711105119','2024-03-22 13:58:39',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1219,'1000','61711105171','2024-03-22 13:59:48',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ui2'),(1220,'4000','61711105171','2024-03-22 13:59:48',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1221,'4000','61711105171','2024-03-22 13:59:31',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1222,'4000','61711105171','2024-03-22 13:59:37',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1223,'1000','61711105240','2024-03-22 14:00:41',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yjn'),(1224,'4000','61711105240','2024-03-22 14:00:41',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1225,'1000','61711108133','2024-03-22 14:49:02',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1226,'4000','61711108133','2024-03-22 14:49:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1227,'4000','61711108133','2024-03-22 14:48:53',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1228,'1000','61711110809','2024-03-22 15:34:06',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1229,'4000','61711110809','2024-03-22 15:34:06',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1230,'4000','61711110809','2024-03-22 15:33:29',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1231,'1000','61711112063','2024-03-22 15:55:03',560.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3NV'),(1232,'4000','61711112063','2024-03-22 15:55:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1233,'4000','61711112063','2024-03-22 15:54:23',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(1234,'4000','61711112063','2024-03-22 15:54:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1235,'4000','61711112063','2024-03-22 15:54:42',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1236,'1000','61711112148','2024-03-22 15:55:50',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F88'),(1237,'4000','61711112148','2024-03-22 15:55:50',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(1238,'1000','61711112173','2024-03-22 15:56:32',170.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xy7'),(1239,'4000','61711112173','2024-03-22 15:56:32',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1240,'4000','61711112173','2024-03-22 15:56:13',NULL,20.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1241,'1000','61711112336','2024-03-22 15:59:23',790.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1242,'4000','61711112336','2024-03-22 15:59:23',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1243,'4000','61711112336','2024-03-22 15:58:56',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1244,'4000','61711112336','2024-03-22 15:59:02',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1245,'1000','61711113203','2024-03-22 16:13:39',430.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'064'),(1246,'4000','61711113203','2024-03-22 16:13:39',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1247,'4000','61711113203','2024-03-22 16:13:23',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1248,'4000','61711113203','2024-03-22 16:13:32',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1249,'1000','61711113759','2024-03-22 16:22:42',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zgd'),(1250,'4000','61711113759','2024-03-22 16:22:42',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1251,'1000','61711118275','2024-03-22 17:38:01',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1252,'4000','61711118275','2024-03-22 17:38:01',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1253,'4000','61711118275','2024-03-22 17:37:55',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1254,'1000','61711118339','2024-03-22 17:39:00',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'T4q'),(1255,'4000','61711118339','2024-03-22 17:39:00',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1256,'1000','61711118761','2024-03-22 17:46:04',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zgd'),(1257,'4000','61711118761','2024-03-22 17:46:04',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1258,'1000','61711119073','2024-03-22 17:51:22',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'J4s'),(1259,'4000','61711119073','2024-03-22 17:51:22',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1260,'4000','61711119073','2024-03-22 17:51:13',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1261,'1000','61711119615','2024-03-22 18:00:18',40.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1262,'4000','61711119615','2024-03-22 18:00:18',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1263,'1000','61711121104','2024-03-22 18:28:13',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'41k'),(1264,'4000','61711121104','2024-03-22 18:28:13',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1265,'1000','61711121369','2024-03-22 19:12:10',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9uo'),(1266,'4000','61711121369','2024-03-22 19:12:10',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1267,'1000','61711124015','2024-03-22 19:15:26',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P3z'),(1268,'4000','61711124015','2024-03-22 19:15:26',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1269,'4000','61711124015','2024-03-22 19:13:35',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1270,'1000','61711125921','2024-03-22 19:45:23',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Npo'),(1271,'4000','61711125921','2024-03-22 19:45:23',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1272,'1000','61711125953','2024-03-22 19:46:02',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cap'),(1273,'4000','61711125953','2024-03-22 19:46:02',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1274,'4000','61711125953','2024-03-22 19:45:53',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1275,'1000','61711126464','2024-03-22 19:54:29',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qvn'),(1276,'4000','61711126464','2024-03-22 19:54:29',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1277,'4000','61711126464','2024-03-22 19:54:24',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1278,'1000','61711126805','2024-03-22 20:00:31',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bk6'),(1279,'4000','61711126805','2024-03-22 20:00:31',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1280,'4000','61711126805','2024-03-22 20:00:05',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1281,'1000','61711128892','2024-03-22 20:34:55',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1282,'4000','61711128892','2024-03-22 20:34:55',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1283,'1000','61711129144','2024-03-22 20:39:06',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dbb'),(1284,'4000','61711129144','2024-03-22 20:39:06',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1285,'1000','61711130372','2024-03-22 20:59:44',950.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'X1v'),(1286,'4000','61711130372','2024-03-22 20:59:44',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1287,'4000','61711130372','2024-03-22 20:59:32',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1288,'1000','61711130455','2024-03-22 21:01:17',390.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dpk'),(1289,'4000','61711130455','2024-03-22 21:01:17',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1290,'4000','61711130455','2024-03-22 21:00:55',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1291,'4000','61711130455','2024-03-22 21:01:07',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1292,'1000','61711131264','2024-03-22 21:14:25',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tek'),(1293,'4000','61711131264','2024-03-22 21:14:25',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1294,'1000','61711132494','2024-03-22 21:44:50',240.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1295,'4000','61711132494','2024-03-22 21:44:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1296,'4000','61711132494','2024-03-22 21:34:54',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1297,'4000','61711132494','2024-03-22 21:44:39',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1298,'1000','61711188361','2024-03-23 13:06:05',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9m7'),(1299,'4000','61711188361','2024-03-23 13:06:05',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1300,'1000','61711188457','2024-03-23 13:07:39',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6t7'),(1301,'4000','61711188457','2024-03-23 13:07:39',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1302,'1000','61711189673','2024-03-23 13:27:56',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Er3'),(1303,'4000','61711189673','2024-03-23 13:27:56',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1304,'1000','61711189716','2024-03-23 13:28:42',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'48t'),(1305,'4000','61711189716','2024-03-23 13:28:42',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1306,'4000','61711189716','2024-03-23 13:28:36',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1307,'1000','61711189754','2024-03-23 13:29:18',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8c4'),(1308,'4000','61711189754','2024-03-23 13:29:18',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1309,'1000','61711189788','2024-03-23 13:30:12',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Isp'),(1310,'4000','61711189788','2024-03-23 13:30:12',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1311,'1000','61711189851','2024-03-23 13:31:18',1120.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zhf'),(1312,'4000','61711189851','2024-03-23 13:31:18',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1313,'4000','61711189851','2024-03-23 13:30:51',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1314,'4000','61711189851','2024-03-23 13:30:54',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1315,'4000','61711189851','2024-03-23 13:30:57',NULL,300.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1316,'4000','61711189851','2024-03-23 13:31:05',NULL,220.00,'','6','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(1317,'1000','61711189935','2024-03-23 13:32:23',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1318,'4000','61711189935','2024-03-23 13:32:23',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1319,'1000','61711191411','2024-03-23 13:57:35',320.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Q3k'),(1320,'4000','61711191411','2024-03-23 13:57:35',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1321,'4000','61711191411','2024-03-23 13:56:51',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1322,'4000','61711191411','2024-03-23 13:57:05',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1323,'4000','61711191411','2024-03-23 13:57:22',NULL,20.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1324,'1000','61711191900','2024-03-23 14:05:02',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4zr'),(1325,'4000','61711191900','2024-03-23 14:05:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1326,'1000','61711192258','2024-03-23 14:55:47',880.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ps1'),(1327,'4000','61711192258','2024-03-23 14:55:47',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1328,'4000','61711192258','2024-03-23 14:10:58',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(1329,'4000','61711192258','2024-03-23 14:21:12',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1330,'4000','61711192258','2024-03-23 14:21:31',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1331,'1000','61711195009','2024-03-23 14:57:18',420.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pe0'),(1332,'4000','61711195009','2024-03-23 14:57:18',NULL,420.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(1333,'1000','61711195070','2024-03-23 14:57:52',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ys8'),(1334,'4000','61711195070','2024-03-23 14:57:52',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1335,'1000','61711195175','2024-03-23 14:59:38',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6jz'),(1336,'4000','61711195175','2024-03-23 14:59:38',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1337,'1000','61711195466','2024-03-23 15:04:53',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R17'),(1338,'4000','61711195466','2024-03-23 15:04:53',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1339,'4000','61711195466','2024-03-23 15:04:26',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(1340,'4000','61711195466','2024-03-23 15:04:39',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1341,'1000','61711195515','2024-03-23 15:05:30',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jlf'),(1342,'4000','61711195515','2024-03-23 15:05:30',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1343,'4000','61711195515','2024-03-23 15:05:15',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1344,'1000','61711195861','2024-03-23 15:11:03',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1345,'4000','61711195861','2024-03-23 15:11:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1346,'1000','61711197472','2024-03-23 15:37:53',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vdo'),(1347,'4000','61711197472','2024-03-23 15:37:53',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1348,'1000','61711198667','2024-03-23 15:57:55',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1349,'4000','61711198667','2024-03-23 15:57:55',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1350,'1000','61711201262','2024-03-23 16:41:03',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jrj'),(1351,'4000','61711201262','2024-03-23 16:41:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1352,'1000','61711201297','2024-03-23 16:41:39',90.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N44'),(1353,'4000','61711201297','2024-03-23 16:41:39',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1354,'1000','61711201334','2024-03-23 16:42:43',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tg3'),(1355,'4000','61711201334','2024-03-23 16:42:43',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1356,'4000','61711201334','2024-03-23 16:42:14',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(1357,'1000','61711201404','2024-03-23 16:43:26',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pfq'),(1358,'4000','61711201404','2024-03-23 16:43:26',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1359,'1000','61711201435','2024-03-23 16:43:57',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7hk'),(1360,'4000','61711201435','2024-03-23 16:43:57',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1361,'1000','61711205874','2024-03-23 17:58:16',260.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9bm'),(1362,'4000','61711205874','2024-03-23 17:58:16',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1363,'4000','61711205874','2024-03-23 17:57:54',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1364,'4000','61711205874','2024-03-23 17:57:59',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1365,'1000','61711205933','2024-03-23 17:58:54',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'C9v'),(1366,'4000','61711205933','2024-03-23 17:58:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1367,'1000','61711205979','2024-03-23 17:59:41',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Njr'),(1368,'4000','61711205979','2024-03-23 17:59:41',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1369,'1000','61711206387','2024-03-23 18:06:28',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'L9y'),(1370,'4000','61711206387','2024-03-23 18:06:28',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1371,'1000','61711206437','2024-03-23 18:07:22',55.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cjn'),(1372,'4000','61711206437','2024-03-23 18:07:22',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1373,'4000','61711206437','2024-03-23 18:07:17',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1374,'1000','61711206477','2024-03-23 18:07:58',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'92e'),(1375,'4000','61711206477','2024-03-23 18:07:58',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1376,'1000','61711206502','2024-03-23 18:08:24',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1377,'4000','61711206502','2024-03-23 18:08:24',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1378,'1000','61711206505','2024-03-23 18:14:34',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ep5'),(1379,'4000','61711206505','2024-03-23 18:14:34',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1380,'1000','61711208455','2024-03-23 18:40:57',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1381,'4000','61711208455','2024-03-23 18:40:57',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1382,'1000','61711208498','2024-03-23 18:41:42',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1383,'4000','61711208498','2024-03-23 18:41:42',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1384,'1000','61711208503','2024-03-23 18:48:37',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'D2r'),(1385,'4000','61711208503','2024-03-23 18:48:37',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1386,'1000','61711209992','2024-03-23 19:06:34',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7df'),(1387,'4000','61711209992','2024-03-23 19:06:34',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1388,'1000','61711210446','2024-03-23 19:14:10',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'18b'),(1389,'4000','61711210446','2024-03-23 19:14:10',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1390,'1000','61711210512','2024-03-23 19:15:13',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7sf'),(1391,'4000','61711210512','2024-03-23 19:15:13',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1392,'1000','61711210583','2024-03-23 19:16:27',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xyn'),(1393,'4000','61711210583','2024-03-23 19:16:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1394,'1000','61711210755','2024-03-23 19:19:16',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1395,'4000','61711210755','2024-03-23 19:19:16',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1396,'1000','61711214316','2024-03-23 20:19:00',260.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rg1'),(1397,'4000','61711214316','2024-03-23 20:19:00',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1398,'4000','61711214316','2024-03-23 20:18:36',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1399,'4000','61711214316','2024-03-23 20:18:45',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1400,'1000','61711214381','2024-03-23 20:19:51',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Apd'),(1401,'4000','61711214381','2024-03-23 20:19:51',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1402,'4000','61711214381','2024-03-23 20:19:41',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1403,'1000','61711214426','2024-03-23 20:20:27',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Uvx'),(1404,'4000','61711214426','2024-03-23 20:20:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1405,'1000','61711214449','2024-03-23 20:20:50',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zwx'),(1406,'4000','61711214449','2024-03-23 20:20:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1407,'1000','61711214477','2024-03-23 20:21:26',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1408,'4000','61711214477','2024-03-23 20:21:26',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1409,'4000','61711214477','2024-03-23 20:21:17',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1410,'1000','61711214544','2024-03-23 20:22:27',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1411,'4000','61711214544','2024-03-23 20:22:27',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1412,'1000','61711215437','2024-03-23 20:37:20',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ast'),(1413,'4000','61711215437','2024-03-23 20:37:20',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1414,'1000','61711216334','2024-03-23 20:52:33',550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'S7z'),(1415,'4000','61711216334','2024-03-23 20:52:33',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1416,'4000','61711216334','2024-03-23 20:52:14',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1417,'4000','61711216334','2024-03-23 20:52:21',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1418,'1000','61711216386','2024-03-23 20:53:07',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N5l'),(1419,'4000','61711216386','2024-03-23 20:53:07',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1420,'1000','61711216418','2024-03-23 20:53:40',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'I32'),(1421,'4000','61711216418','2024-03-23 20:53:40',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1422,'1000','61711217415','2024-03-23 21:10:19',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5s2'),(1423,'4000','61711217415','2024-03-23 21:10:19',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1424,'1000','61711217920','2024-03-23 21:18:44',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sz9'),(1425,'4000','61711217920','2024-03-23 21:18:44',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1426,'1000','61711219193','2024-03-23 21:39:54',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cus'),(1427,'4000','61711219193','2024-03-23 21:39:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1428,'1000','61711219890','2024-03-23 21:51:32',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vhg'),(1429,'4000','61711219890','2024-03-23 21:51:32',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1430,'1000','61711220406','2024-03-23 22:00:29',900.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'V5a'),(1431,'4000','61711220406','2024-03-23 22:00:29',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1432,'4000','61711220406','2024-03-23 22:00:06',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1433,'4000','61711220406','2024-03-23 22:00:10',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1434,'1000','61711220548','2024-03-23 22:02:45',275.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pxs'),(1435,'4000','61711220548','2024-03-23 22:02:45',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1436,'4000','61711220548','2024-03-23 22:02:28',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1437,'4000','61711220548','2024-03-23 22:02:33',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1438,'1000','61711266784','2024-03-24 10:53:15',850.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F2c'),(1439,'4000','61711266784','2024-03-24 10:53:15',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1440,'4000','61711266784','2024-03-24 10:53:04',NULL,250.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1441,'1000','61711266836','2024-03-24 10:53:58',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1442,'4000','61711266836','2024-03-24 10:53:58',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1443,'1000','61711268274','2024-03-24 11:18:03',370.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oos'),(1444,'4000','61711268274','2024-03-24 11:18:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1445,'4000','61711268274','2024-03-24 11:17:54',NULL,220.00,'','6','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(1446,'1000','61711268311','2024-03-24 11:18:35',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'121'),(1447,'4000','61711268311','2024-03-24 11:18:35',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1448,'1000','61711270361','2024-03-24 12:10:23',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1449,'4000','61711270361','2024-03-24 12:10:23',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1450,'1000','61711271480','2024-03-24 12:11:24',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'92u'),(1451,'4000','61711271480','2024-03-24 12:11:24',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1452,'1000','61711271529','2024-03-24 12:12:23',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2yc'),(1453,'4000','61711271529','2024-03-24 12:12:23',NULL,600.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1454,'4000','61711271529','2024-03-24 12:12:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1455,'1000','61711271626','2024-03-24 12:13:54',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'D3k'),(1456,'4000','61711271626','2024-03-24 12:13:54',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1457,'4000','61711271626','2024-03-24 12:13:46',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1458,'1000','61711271672','2024-03-24 12:15:21',760.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vur'),(1459,'4000','61711271672','2024-03-24 12:15:21',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1460,'4000','61711271672','2024-03-24 12:14:32',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1461,'4000','61711271672','2024-03-24 12:14:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1462,'4000','61711271672','2024-03-24 12:14:37',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1463,'4000','61711271672','2024-03-24 12:14:39',NULL,160.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1464,'1000','61711271744','2024-03-24 12:15:49',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'I6d'),(1465,'4000','61711271744','2024-03-24 12:15:49',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1466,'1000','61711271792','2024-03-24 12:17:03',90.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1467,'4000','61711271792','2024-03-24 12:17:03',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1468,'4000','61711271792','2024-03-24 12:16:32',NULL,40.00,'','6','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(1469,'1000','61711271848','2024-03-24 12:17:31',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1470,'4000','61711271848','2024-03-24 12:17:31',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1471,'1000','61711273253','2024-03-24 12:40:54',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4bk'),(1472,'4000','61711273253','2024-03-24 12:40:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1473,'1000','61711273269','2024-03-24 12:46:46',900.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5pl'),(1474,'4000','61711273269','2024-03-24 12:46:46',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1475,'4000','61711273269','2024-03-24 12:41:09',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1476,'4000','61711273269','2024-03-24 12:46:15',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1477,'4000','61711273269','2024-03-24 12:46:24',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1478,'1000','71711273857','2024-03-24 12:52:16',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ua3'),(1479,'4000','71711273857','2024-03-24 12:52:16',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1480,'4000','71711273857','2024-03-24 12:50:58',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1481,'1000','71711274211','2024-03-24 12:59:08',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1482,'4000','71711274211','2024-03-24 12:59:08',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1483,'1000','71711274412','2024-03-24 13:15:29',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1484,'4000','71711274412','2024-03-24 13:15:29',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1485,'1000','71711275436','2024-03-24 13:17:31',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1486,'4000','71711275436','2024-03-24 13:17:31',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1487,'1000','71711275482','2024-03-24 13:18:50',340.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yeu'),(1488,'4000','71711275482','2024-03-24 13:18:50',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1489,'4000','71711275482','2024-03-24 13:18:02',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1492,'1000','71711275654','2024-03-24 13:23:07',440.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1493,'4000','71711275654','2024-03-24 13:23:07',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1494,'4000','71711275654','2024-03-24 13:21:05',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1495,'4000','71711275654','2024-03-24 13:21:39',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1496,'1000','71711275566','2024-03-24 13:19:53',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'S75'),(1497,'4000','71711275566','2024-03-24 13:19:53',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1498,'1000','71711276635','2024-03-24 13:37:39',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'S75'),(1499,'4000','71711276635','2024-03-24 13:37:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1500,'4000','71711276635','2024-03-24 13:37:15',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1501,'1000','71711276824','2024-03-24 13:41:39',490.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4ca'),(1502,'4000','71711276824','2024-03-24 13:41:39',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1503,'4000','71711276824','2024-03-24 13:40:24',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1504,'1000','71711277314','2024-03-24 13:50:15',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'362'),(1505,'4000','71711277314','2024-03-24 13:50:15',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1506,'4000','71711277314','2024-03-24 13:49:08',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1507,'1000','71711277591','2024-03-24 13:54:49',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1508,'4000','71711277591','2024-03-24 13:54:49',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1509,'1000','71711277751','2024-03-24 13:57:35',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qn1'),(1510,'4000','71711277751','2024-03-24 13:57:35',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1511,'4000','71711277751','2024-03-24 13:55:51',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1512,'1000','71711277973','2024-03-24 14:04:03',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1513,'4000','71711277973','2024-03-24 14:04:03',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1514,'4000','71711277973','2024-03-24 14:01:01',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1515,'1000','71711278315','2024-03-24 14:05:44',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fkw'),(1516,'4000','71711278315','2024-03-24 14:05:44',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1517,'1000','71711278548','2024-03-24 14:09:20',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yy3'),(1518,'4000','71711278548','2024-03-24 14:09:20',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1519,'1000','71711278854','2024-03-24 14:14:36',240.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ax9'),(1520,'4000','71711278854','2024-03-24 14:14:36',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1521,'4000','71711278854','2024-03-24 14:14:14',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1522,'1000','71711279351','2024-03-24 14:24:32',265.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'B63'),(1523,'4000','71711279351','2024-03-24 14:24:32',NULL,0.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1524,'4000','71711279351','2024-03-24 14:22:31',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1525,'4000','71711279351','2024-03-24 14:22:50',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1526,'4000','71711279351','2024-03-24 14:23:10',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(1527,'4000','71711279351','2024-03-24 14:23:22',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1528,'1000','71711279499','2024-03-24 14:26:52',650.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rs9'),(1529,'4000','71711279499','2024-03-24 14:26:52',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1530,'4000','71711279499','2024-03-24 14:26:25',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1531,'1000','71711279803','2024-03-24 14:30:32',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'I4s'),(1532,'4000','71711279803','2024-03-24 14:30:32',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1533,'1000','71711279862','2024-03-24 14:33:33',180.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'H0q'),(1534,'4000','71711279862','2024-03-24 14:33:33',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1535,'4000','71711279862','2024-03-24 14:31:03',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1536,'1000','71711280112','2024-03-24 14:35:43',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1eb'),(1537,'4000','71711280112','2024-03-24 14:35:43',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1538,'1000','71711280212','2024-03-24 14:37:46',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bd2'),(1539,'4000','71711280212','2024-03-24 14:37:46',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1540,'4000','71711280212','2024-03-24 14:36:52',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1541,'1000','71711280310','2024-03-24 14:46:41',1250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'78t'),(1542,'4000','71711280310','2024-03-24 14:46:41',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1543,'4000','71711280310','2024-03-24 14:38:30',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1544,'1000','71711280862','2024-03-24 14:49:42',600.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1545,'4000','71711280862','2024-03-24 14:49:42',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1546,'4000','71711280862','2024-03-24 14:47:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1547,'4000','71711280862','2024-03-24 14:47:59',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1548,'1000','71711281570','2024-03-24 14:59:59',1400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'F6a'),(1549,'4000','71711281570','2024-03-24 14:59:59',NULL,600.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1550,'4000','71711281570','2024-03-24 14:59:30',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1551,'1000','71711281705','2024-03-24 15:03:33',640.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1rb'),(1552,'4000','71711281705','2024-03-24 15:03:33',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1553,'4000','71711281705','2024-03-24 15:01:45',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1554,'4000','71711281705','2024-03-24 15:02:49',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1555,'1000','71711281849','2024-03-24 15:14:50',440.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0qw'),(1556,'4000','71711281849','2024-03-24 15:14:50',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1557,'4000','71711281849','2024-03-24 15:11:18',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1558,'4000','71711281849','2024-03-24 15:12:07',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1559,'1000','71711282517','2024-03-24 15:18:30',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Asj'),(1560,'4000','71711282517','2024-03-24 15:18:30',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1561,'1000','71711283261','2024-03-24 15:33:18',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1562,'4000','71711283261','2024-03-24 15:33:18',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1563,'1000','71711283657','2024-03-24 15:34:30',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'D18'),(1564,'4000','71711283657','2024-03-24 15:34:30',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1565,'1000','71711283686','2024-03-24 15:35:08',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0gc'),(1566,'4000','71711283686','2024-03-24 15:35:08',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1567,'1000','71711283792','2024-03-24 15:37:16',40.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rfh'),(1568,'4000','71711283792','2024-03-24 15:37:16',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1569,'1000','71711283857','2024-03-24 15:39:17',420.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4k5'),(1570,'4000','71711283857','2024-03-24 15:39:17',NULL,120.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1571,'4000','71711283857','2024-03-24 15:38:30',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1572,'1000','71711284014','2024-03-24 15:45:13',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6t6'),(1573,'4000','71711284014','2024-03-24 15:45:13',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1574,'1000','71711285075','2024-03-24 15:58:20',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Sww'),(1575,'4000','71711285075','2024-03-24 15:58:20',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1576,'1000','71711285133','2024-03-24 15:59:02',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tdn'),(1577,'4000','71711285133','2024-03-24 15:59:02',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1578,'1000','71711285273','2024-03-24 16:01:24',50.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1579,'4000','71711285273','2024-03-24 16:01:24',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1580,'1000','61711289504','2024-03-24 17:11:45',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'D88'),(1581,'4000','61711289504','2024-03-24 17:11:45',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1582,'1000','61711289526','2024-03-24 17:12:35',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'K2p'),(1583,'4000','61711289526','2024-03-24 17:12:35',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1584,'4000','61711289526','2024-03-24 17:12:06',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1585,'1000','61711289579','2024-03-24 17:13:00',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'72n'),(1586,'4000','61711289579','2024-03-24 17:13:00',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1587,'1000','61711289604','2024-03-24 17:13:32',30.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4l2'),(1588,'4000','61711289604','2024-03-24 17:13:32',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1589,'4000','61711289604','2024-03-24 17:13:24',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(1590,'1000','61711290214','2024-03-24 17:23:55',550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ral'),(1591,'4000','61711290214','2024-03-24 17:23:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1592,'4000','61711290214','2024-03-24 17:23:34',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1593,'1000','61711290548','2024-03-24 17:29:30',770.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ud2'),(1594,'4000','61711290548','2024-03-24 17:29:30',NULL,750.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1595,'4000','61711290548','2024-03-24 17:29:08',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(1596,'1000','61711290723','2024-03-24 17:32:40',700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1597,'4000','61711290723','2024-03-24 17:32:40',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1598,'4000','61711290723','2024-03-24 17:32:03',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1599,'1000','61711292046','2024-03-24 17:54:10',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hig'),(1600,'4000','61711292046','2024-03-24 17:54:10',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1601,'4000','61711292046','2024-03-24 17:54:06',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1602,'1000','61711293900','2024-03-24 18:25:05',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gyx'),(1603,'4000','61711293900','2024-03-24 18:25:05',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1604,'1000','61711293933','2024-03-24 18:25:52',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1605,'4000','61711293933','2024-03-24 18:25:52',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1606,'4000','61711293933','2024-03-24 18:25:33',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1607,'1000','61711294587','2024-03-24 18:36:38',155.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ub3'),(1608,'4000','61711294587','2024-03-24 18:36:38',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1609,'4000','61711294587','2024-03-24 18:36:27',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1610,'1000','61711294624','2024-03-24 18:37:07',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Irz'),(1611,'4000','61711294624','2024-03-24 18:37:07',NULL,600.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1612,'1000','61711294784','2024-03-24 18:39:46',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8ja'),(1613,'4000','61711294784','2024-03-24 18:39:46',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1614,'1000','61711295753','2024-03-24 18:55:55',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1615,'4000','61711295753','2024-03-24 18:55:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1616,'1000','61711295778','2024-03-24 19:50:15',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dnh'),(1617,'4000','61711295778','2024-03-24 19:50:15',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1618,'1000','61711299413','2024-03-24 19:56:57',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1619,'4000','61711299413','2024-03-24 19:56:57',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1620,'1000','61711299429','2024-03-24 19:57:13',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1621,'4000','61711299429','2024-03-24 19:57:13',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1622,'1000','61711299444','2024-03-24 19:57:40',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'X9x'),(1623,'4000','61711299444','2024-03-24 19:57:40',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1624,'4000','61711299444','2024-03-24 19:57:24',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1625,'1000','71711300405','2024-03-24 20:15:40',190.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'F9n'),(1626,'4000','71711300405','2024-03-24 20:15:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1627,'4000','71711300405','2024-03-24 20:13:25',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1628,'1000','71711300576','2024-03-24 20:17:34',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'K3a'),(1629,'4000','71711300576','2024-03-24 20:17:34',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1630,'1000','71711300837','2024-03-24 20:21:13',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nfa'),(1631,'4000','71711300837','2024-03-24 20:21:13',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1632,'1000','71711301936','2024-03-24 20:39:32',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fjr'),(1633,'4000','71711301936','2024-03-24 20:39:32',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1634,'1000','71711302517','2024-03-24 20:48:48',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hpu'),(1635,'4000','71711302517','2024-03-24 20:48:48',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1636,'1000','71711302611','2024-03-24 20:50:44',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nfa'),(1637,'4000','71711302611','2024-03-24 20:50:44',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1638,'1000','71711303101','2024-03-24 20:58:54',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1lf'),(1639,'4000','71711303101','2024-03-24 20:58:54',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1640,'1000','61711365233','2024-03-25 14:13:56',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Z9m'),(1641,'4000','61711365233','2024-03-25 14:13:56',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1642,'1000','61711365731','2024-03-25 14:22:16',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mzi'),(1643,'4000','61711365731','2024-03-25 14:22:16',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1644,'4000','61711365731','2024-03-25 14:22:11',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1645,'1000','61711365799','2024-03-25 14:23:27',155.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Anp'),(1646,'4000','61711365799','2024-03-25 14:23:27',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1647,'4000','61711365799','2024-03-25 14:23:19',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1648,'1000','61711365835','2024-03-25 14:23:58',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hsz'),(1649,'4000','61711365835','2024-03-25 14:23:58',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1650,'1000','61711365884','2024-03-25 14:24:57',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nkv'),(1651,'4000','61711365884','2024-03-25 14:24:57',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1652,'4000','61711365884','2024-03-25 14:24:44',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1653,'1000','61711365944','2024-03-25 14:25:46',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H7u'),(1654,'4000','61711365944','2024-03-25 14:25:46',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1655,'1000','61711365970','2024-03-25 14:26:21',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zbb'),(1656,'4000','61711365970','2024-03-25 14:26:21',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1657,'4000','61711365970','2024-03-25 14:26:10',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1658,'1000','61711366000','2024-03-25 14:26:42',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1659,'4000','61711366000','2024-03-25 14:26:42',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1660,'1000','61711367299','2024-03-25 14:48:39',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6q3'),(1661,'4000','61711367299','2024-03-25 14:48:39',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1662,'4000','61711367299','2024-03-25 14:48:19',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1663,'1000','61711371291','2024-03-25 15:54:53',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wem'),(1664,'4000','61711371291','2024-03-25 15:54:53',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1665,'1000','61711371332','2024-03-25 15:55:34',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1666,'4000','61711371332','2024-03-25 15:55:34',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1667,'1000','61711371367','2024-03-25 15:56:09',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1668,'4000','61711371367','2024-03-25 15:56:09',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1669,'1000','61711372587','2024-03-25 16:16:43',550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'57y'),(1670,'4000','61711372587','2024-03-25 16:16:43',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1671,'4000','61711372587','2024-03-25 16:16:27',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1672,'1000','61711373355','2024-03-25 16:29:16',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1673,'4000','61711373355','2024-03-25 16:29:16',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1674,'1000','61711377374','2024-03-25 17:36:19',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ezv'),(1675,'4000','61711377374','2024-03-25 17:36:19',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1676,'1000','61711378915','2024-03-25 18:01:58',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1677,'4000','61711378915','2024-03-25 18:01:58',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1678,'1000','61711379844','2024-03-25 18:18:11',640.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1679,'4000','61711379844','2024-03-25 18:18:11',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1680,'4000','61711379844','2024-03-25 18:17:24',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1681,'4000','61711379844','2024-03-25 18:17:28',NULL,180.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1682,'4000','61711379844','2024-03-25 18:17:36',NULL,160.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1683,'1000','61711380260','2024-03-25 18:24:21',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wtv'),(1684,'4000','61711380260','2024-03-25 18:24:21',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1685,'1000','61711380315','2024-03-25 18:25:18',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vi7'),(1686,'4000','61711380315','2024-03-25 18:25:18',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1687,'1000','61711380390','2024-03-25 18:26:31',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qjt'),(1688,'4000','61711380390','2024-03-25 18:26:31',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1689,'1000','61711380418','2024-03-25 18:27:54',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F88'),(1690,'4000','61711380418','2024-03-25 18:27:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1691,'4000','61711380418','2024-03-25 18:26:58',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1692,'4000','61711380418','2024-03-25 18:27:05',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1693,'1000','61711384577','2024-03-25 19:36:26',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4os'),(1694,'4000','61711384577','2024-03-25 19:36:26',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1695,'4000','61711384577','2024-03-25 19:36:18',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1696,'4000','61711384577','2024-03-25 19:36:21',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1697,'1000','61711384837','2024-03-25 19:40:53',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xkm'),(1698,'4000','61711384837','2024-03-25 19:40:53',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1699,'4000','61711384837','2024-03-25 19:40:37',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1700,'1000','61711384882','2024-03-25 19:43:17',1050.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wve'),(1701,'4000','61711384882','2024-03-25 19:43:17',NULL,450.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1702,'4000','61711384882','2024-03-25 19:41:22',NULL,600.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1703,'1000','61711386175','2024-03-25 20:02:57',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ctj'),(1704,'4000','61711386175','2024-03-25 20:02:57',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1705,'1000','61711386242','2024-03-25 20:04:11',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fcg'),(1706,'4000','61711386242','2024-03-25 20:04:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1707,'4000','61711386242','2024-03-25 20:04:02',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1708,'1000','61711386291','2024-03-25 20:04:54',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M9r'),(1709,'4000','61711386291','2024-03-25 20:04:54',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1710,'1000','61711386673','2024-03-25 20:11:16',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1711,'4000','61711386673','2024-03-25 20:11:16',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1712,'1000','61711389817','2024-03-25 21:03:38',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yas'),(1713,'4000','61711389817','2024-03-25 21:03:38',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1714,'1000','61711389861','2024-03-25 21:05:03',700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1715,'4000','61711389861','2024-03-25 21:05:03',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1716,'4000','61711389861','2024-03-25 21:04:21',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1717,'1000','61711390264','2024-03-25 21:11:06',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sxu'),(1718,'4000','61711390264','2024-03-25 21:11:06',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1719,'1000','61711390297','2024-03-25 21:12:11',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pxz'),(1720,'4000','61711390297','2024-03-25 21:12:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1721,'4000','61711390297','2024-03-25 21:11:37',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1722,'1000','61711390365','2024-03-25 21:13:12',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1ei'),(1723,'4000','61711390365','2024-03-25 21:13:12',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1724,'4000','61711390365','2024-03-25 21:12:45',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1725,'1000','61711390437','2024-03-25 21:13:59',10.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1ei'),(1726,'4000','61711390437','2024-03-25 21:13:59',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1727,'1000','61711390590','2024-03-25 21:16:32',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wzl'),(1728,'4000','61711390590','2024-03-25 21:16:32',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1729,'1000','61711390652','2024-03-25 21:17:39',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1730,'4000','61711390652','2024-03-25 21:17:39',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1731,'1000','61711391258','2024-03-25 21:30:26',420.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'X9l'),(1732,'4000','61711391258','2024-03-25 21:30:26',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1733,'4000','61711391258','2024-03-25 21:27:38',NULL,120.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(1734,'1000','71711447062','2024-03-26 12:58:00',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vpq'),(1735,'4000','71711447062','2024-03-26 12:58:00',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1736,'1000','71711447112','2024-03-26 13:02:03',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'C5q'),(1737,'4000','71711447112','2024-03-26 13:02:03',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1738,'4000','71711447112','2024-03-26 12:58:32',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1739,'1000','71711448563','2024-03-26 13:30:47',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'25v'),(1740,'4000','71711448563','2024-03-26 13:30:47',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1741,'4000','71711448563','2024-03-26 13:23:32',NULL,300.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1742,'1000','71711449077','2024-03-26 13:32:23',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Plv'),(1743,'4000','71711449077','2024-03-26 13:32:23',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1744,'4000','71711449077','2024-03-26 13:31:17',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1745,'4000','71711449077','2024-03-26 13:31:49',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1746,'4000','71711449077','2024-03-26 13:31:56',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1747,'1000','71711449623','2024-03-26 14:05:59',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Prb'),(1748,'4000','71711449623','2024-03-26 14:05:59',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1749,'4000','71711449623','2024-03-26 14:05:06',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1750,'1000','71711451178','2024-03-26 14:22:07',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fyv'),(1751,'4000','71711451178','2024-03-26 14:22:07',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1752,'1000','71711452256','2024-03-26 14:24:38',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'A5t'),(1753,'4000','71711452256','2024-03-26 14:24:38',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1754,'1000','71711452307','2024-03-26 14:25:23',200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1755,'4000','71711452307','2024-03-26 14:25:23',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1756,'1000','71711452348','2024-03-26 14:25:58',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1757,'4000','71711452348','2024-03-26 14:25:58',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1758,'1000','71711452739','2024-03-26 14:33:46',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8tu'),(1759,'4000','71711452739','2024-03-26 14:33:46',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1760,'1000','71711452852','2024-03-26 14:34:36',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'74n'),(1761,'4000','71711452852','2024-03-26 14:34:36',NULL,150.00,'','7','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(1762,'1000','71711455287','2024-03-26 15:15:04',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'My6'),(1763,'4000','71711455287','2024-03-26 15:15:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1764,'1000','71711455322','2024-03-26 15:15:35',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Stk'),(1765,'4000','71711455322','2024-03-26 15:15:35',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1766,'1000','71711455354','2024-03-26 15:16:16',10.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'L6t'),(1767,'4000','71711455354','2024-03-26 15:16:16',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1768,'1000','71711455391','2024-03-26 15:17:02',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1769,'4000','71711455391','2024-03-26 15:17:02',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1770,'4000','71711455391','2024-03-26 15:16:31',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1771,'1000','71711458427','2024-03-26 16:07:31',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yav'),(1772,'4000','71711458427','2024-03-26 16:07:31',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1773,'1000','71711458526','2024-03-26 16:09:06',50.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1774,'4000','71711458526','2024-03-26 16:09:06',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1775,'1000','71711458548','2024-03-26 16:55:55',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P00'),(1776,'4000','71711458548','2024-03-26 16:55:55',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1777,'1000','71711461382','2024-03-26 17:11:39',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dtq'),(1778,'4000','71711461382','2024-03-26 17:11:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1779,'4000','71711461382','2024-03-26 16:56:22',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1780,'1000','71711462319','2024-03-26 17:12:56',320.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6hh'),(1781,'4000','71711462319','2024-03-26 17:12:56',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1782,'4000','71711462319','2024-03-26 17:11:59',NULL,120.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(1783,'4000','71711462319','2024-03-26 17:12:19',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1784,'1000','71711462419','2024-03-26 17:14:56',190.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ey7'),(1785,'4000','71711462419','2024-03-26 17:14:56',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1786,'4000','71711462419','2024-03-26 17:13:39',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1787,'1000','71711462788','2024-03-26 17:31:46',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Noy'),(1788,'4000','71711462788','2024-03-26 17:31:46',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1789,'4000','71711462788','2024-03-26 17:19:48',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1790,'1000','71711464087','2024-03-26 17:46:04',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lpy'),(1791,'4000','71711464087','2024-03-26 17:46:04',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1792,'4000','71711464087','2024-03-26 17:41:28',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1793,'1000','71711464503','2024-03-26 18:01:27',310.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Noy'),(1794,'4000','71711464503','2024-03-26 18:01:27',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1795,'4000','71711464503','2024-03-26 18:00:40',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1796,'1000','71711465395','2024-03-26 18:04:25',460.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1797,'4000','71711465395','2024-03-26 18:04:25',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1798,'4000','71711465395','2024-03-26 18:03:15',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1799,'4000','71711465395','2024-03-26 18:03:36',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1800,'4000','71711465395','2024-03-26 18:03:53',NULL,160.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(1801,'1000','71711465480','2024-03-26 18:05:09',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cqc'),(1802,'4000','71711465480','2024-03-26 18:05:09',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1803,'1000','71711465564','2024-03-26 18:35:48',210.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fkj'),(1804,'4000','71711465564','2024-03-26 18:35:48',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1805,'4000','71711465564','2024-03-26 18:06:04',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(1806,'1000','71711467376','2024-03-26 18:36:47',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oc3'),(1807,'4000','71711467376','2024-03-26 18:36:47',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1808,'4000','71711467376','2024-03-26 18:36:16',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1809,'1000','71711467498','2024-03-26 18:50:56',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'L77'),(1810,'4000','71711467498','2024-03-26 18:50:56',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1811,'1000','71711468277','2024-03-26 18:51:43',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vto'),(1812,'4000','71711468277','2024-03-26 18:51:43',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1813,'1000','71711471886','2024-03-26 19:51:56',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Abr'),(1814,'4000','71711471886','2024-03-26 19:51:56',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1815,'4000','71711471886','2024-03-26 19:51:26',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1816,'1000','71711471938','2024-03-26 19:52:50',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6da'),(1817,'4000','71711471938','2024-03-26 19:52:50',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1818,'1000','71711471993','2024-03-26 19:58:59',260.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Be1'),(1819,'4000','71711471993','2024-03-26 19:58:59',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1820,'4000','71711471993','2024-03-26 19:57:30',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1821,'4000','71711471993','2024-03-26 19:57:41',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1822,'4000','71711471993','2024-03-26 19:58:10',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1823,'1000','71711472441','2024-03-26 20:04:44',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mus'),(1824,'4000','71711472441','2024-03-26 20:04:44',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1825,'4000','71711472441','2024-03-26 20:00:41',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1826,'1000','71711472849','2024-03-26 20:07:37',50.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1827,'4000','71711472849','2024-03-26 20:07:37',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1828,'1000','71711475353','2024-03-26 20:49:26',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'B1j'),(1829,'4000','71711475353','2024-03-26 20:49:26',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1830,'1000','71711475728','2024-03-26 20:55:49',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8l3'),(1831,'4000','71711475728','2024-03-26 20:55:49',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1832,'1000','71711475841','2024-03-26 21:25:05',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Y6c'),(1833,'4000','71711475841','2024-03-26 21:25:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1834,'1000','71711477526','2024-03-26 21:25:55',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gjl'),(1835,'4000','71711477526','2024-03-26 21:25:55',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1836,'4000','71711477526','2024-03-26 21:25:26',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1837,'1000','71711477694','2024-03-26 21:28:48',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Stx'),(1838,'4000','71711477694','2024-03-26 21:28:48',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1839,'4000','71711477694','2024-03-26 21:28:14',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1840,'1000','71711477750','2024-03-26 21:29:42',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Abr'),(1841,'4000','71711477750','2024-03-26 21:29:42',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1842,'4000','71711477750','2024-03-26 21:29:10',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1843,'1000','71711479009','2024-03-26 21:50:21',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'F7c'),(1844,'4000','71711479009','2024-03-26 21:50:21',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1845,'1000','71711479070','2024-03-26 21:55:43',690.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fbr'),(1846,'4000','71711479070','2024-03-26 21:55:43',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1847,'4000','71711479070','2024-03-26 21:51:10',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1848,'4000','71711479070','2024-03-26 21:54:04',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1849,'4000','71711479070','2024-03-26 21:54:53',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1850,'4000','71711479070','2024-03-26 21:55:08',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1851,'1000','71711479724','2024-03-26 22:03:15',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6jo'),(1852,'4000','71711479724','2024-03-26 22:03:15',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1853,'1000','61711535336','2024-03-27 13:29:11',380.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'A9f'),(1854,'4000','61711535336','2024-03-27 13:29:11',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1855,'4000','61711535336','2024-03-27 13:28:56',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(1856,'1000','61711537420','2024-03-27 14:03:43',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H3d'),(1857,'4000','61711537420','2024-03-27 14:03:43',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1858,'1000','61711537471','2024-03-27 14:04:33',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6hb'),(1859,'4000','61711537471','2024-03-27 14:04:33',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1860,'1000','61711537495','2024-03-27 14:04:56',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'E9b'),(1861,'4000','61711537495','2024-03-27 14:04:56',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1862,'1000','61711539714','2024-03-27 14:41:57',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hap'),(1863,'4000','61711539714','2024-03-27 14:41:57',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1864,'1000','61711541956','2024-03-27 15:19:17',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mr2'),(1865,'4000','61711541956','2024-03-27 15:19:17',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1866,'1000','61711543051','2024-03-27 15:37:33',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dbs'),(1867,'4000','61711543051','2024-03-27 15:37:33',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1868,'1000','61711543084','2024-03-27 15:38:05',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'784'),(1869,'4000','61711543084','2024-03-27 15:38:05',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1870,'1000','61711545540','2024-03-27 16:19:01',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1871,'4000','61711545540','2024-03-27 16:19:01',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1872,'1000','61711546625','2024-03-27 16:37:09',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fyl'),(1873,'4000','61711546625','2024-03-27 16:37:09',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1874,'1110','61711551637','2024-03-27 18:02:01',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1875,'1110','61711551637','2024-03-27 18:00:37',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1876,'5500','61711551637','2024-03-27 18:01:35',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1877,'1000','61711551637','2024-03-27 18:02:01',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1878,'4000','61711551637','2024-03-27 18:02:01',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1879,'4000','61711551637','2024-03-27 18:00:37',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1880,'1110','61711552431','2024-03-27 18:14:34',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1881,'1110','61711552431','2024-03-27 18:13:54',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(1882,'1110','61711552431','2024-03-27 18:14:26',NULL,0.00,'','6','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(1883,'5500','61711552431','2024-03-27 18:14:31',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1884,'1000','61711552431','2024-03-27 18:14:34',340.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mqe'),(1885,'4000','61711552431','2024-03-27 18:14:34',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1886,'4000','61711552431','2024-03-27 18:13:54',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1887,'4000','61711552431','2024-03-27 18:14:26',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(1888,'1110','61711558341','2024-03-27 19:52:25',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1889,'Asset','61711558341','2024-03-27 19:52:21',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1890,'1000','61711558341','2024-03-27 19:52:25',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1891,'4000','61711558341','2024-03-27 19:52:25',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1892,'1110','61711558442','2024-03-27 19:54:03',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1893,'Asset','61711558442','2024-03-27 19:54:02',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1894,'1000','61711558442','2024-03-27 19:54:03',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dtd'),(1895,'4000','61711558442','2024-03-27 19:54:03',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1896,'1000','61711558484','2024-03-27 19:54:46',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jun'),(1897,'4000','61711558484','2024-03-27 19:54:46',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(1898,'1000','61711558522','2024-03-27 19:55:27',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1x6'),(1899,'4000','61711558522','2024-03-27 19:55:27',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1900,'1000','61711559918','2024-03-27 20:18:49',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M24'),(1901,'4000','61711559918','2024-03-27 20:18:49',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1902,'4000','61711559918','2024-03-27 20:18:38',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1903,'1000','61711562823','2024-03-27 21:07:05',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'C20'),(1904,'4000','61711562823','2024-03-27 21:07:05',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1905,'1000','61711562978','2024-03-27 21:09:59',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hro'),(1906,'4000','61711562978','2024-03-27 21:09:59',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1907,'4000','61711562978','2024-03-27 21:09:38',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1908,'4000','61711562978','2024-03-27 21:09:51',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1909,'1110','61711563028','2024-03-27 21:10:43',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1910,'1110','61711563028','2024-03-27 21:10:28',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1911,'5500','61711563028','2024-03-27 21:10:35',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1912,'1000','61711563028','2024-03-27 21:10:43',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yia'),(1913,'4000','61711563028','2024-03-27 21:10:43',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1914,'4000','61711563028','2024-03-27 21:10:28',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1915,'1000','61711563082','2024-03-27 21:11:36',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2z1'),(1916,'4000','61711563082','2024-03-27 21:11:36',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1917,'4000','61711563082','2024-03-27 21:11:22',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1918,'1000','61711563248','2024-03-27 21:15:02',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0u9'),(1919,'4000','61711563248','2024-03-27 21:15:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1920,'4000','61711563248','2024-03-27 21:14:08',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1921,'4000','61711563248','2024-03-27 21:14:43',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1922,'1000','61711563359','2024-03-27 21:16:48',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'17m'),(1923,'4000','61711563359','2024-03-27 21:16:48',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1924,'4000','61711563359','2024-03-27 21:15:59',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1925,'1000','61711563443','2024-03-27 21:17:25',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8ex'),(1926,'4000','61711563443','2024-03-27 21:17:25',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1927,'1000','61711563523','2024-03-27 21:18:54',170.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F4b'),(1928,'4000','61711563523','2024-03-27 21:18:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1929,'4000','61711563523','2024-03-27 21:18:43',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(1930,'1000','61711563563','2024-03-27 21:19:24',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8kk'),(1931,'4000','61711563563','2024-03-27 21:19:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1932,'1000','61711564054','2024-03-27 21:28:07',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'He8'),(1933,'4000','61711564054','2024-03-27 21:28:07',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1934,'4000','61711564054','2024-03-27 21:27:34',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1935,'1000','61711564438','2024-03-27 21:35:09',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1936,'4000','61711564438','2024-03-27 21:35:09',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1937,'4000','61711564438','2024-03-27 21:33:58',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1938,'1000','61711621183','2024-03-28 13:20:03',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'D8z'),(1939,'4000','61711621183','2024-03-28 13:20:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1940,'4000','61711621183','2024-03-28 13:19:43',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1941,'4000','61711621183','2024-03-28 13:19:49',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(1942,'1000','61711621237','2024-03-28 13:20:38',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hm2'),(1943,'4000','61711621237','2024-03-28 13:20:38',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1944,'1000','61711621262','2024-03-28 13:23:35',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8ho'),(1945,'4000','61711621262','2024-03-28 13:23:35',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1946,'4000','61711621262','2024-03-28 13:21:02',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1947,'1000','61711621604','2024-03-28 13:27:00',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'687'),(1948,'4000','61711621604','2024-03-28 13:27:00',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1949,'1110','61711622385','2024-03-28 13:39:47',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1950,'Asset','61711622385','2024-03-28 13:39:45',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1951,'1000','61711622385','2024-03-28 13:39:47',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8n7'),(1952,'4000','61711622385','2024-03-28 13:39:47',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1953,'1000','61711623390','2024-03-28 13:56:39',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1954,'4000','61711623390','2024-03-28 13:56:39',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1955,'1000','61711623799','2024-03-28 14:03:27',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xvz'),(1956,'4000','61711623799','2024-03-28 14:03:27',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1957,'1000','61711623849','2024-03-28 14:04:12',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3n9'),(1958,'4000','61711623849','2024-03-28 14:04:12',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1959,'1110','61711625532','2024-03-28 14:32:21',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1960,'1110','61711625532','2024-03-28 14:32:12',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1961,'5500','61711625532','2024-03-28 14:32:19',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1962,'1000','61711625532','2024-03-28 14:32:21',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1n1'),(1963,'4000','61711625532','2024-03-28 14:32:21',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1964,'4000','61711625532','2024-03-28 14:32:12',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1965,'1110','61711625572','2024-03-28 14:32:56',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1966,'Asset','61711625572','2024-03-28 14:32:52',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1967,'1000','61711625572','2024-03-28 14:32:56',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ngq'),(1968,'4000','61711625572','2024-03-28 14:32:56',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1969,'1000','61711626575','2024-03-28 14:49:38',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gc3'),(1970,'4000','61711626575','2024-03-28 14:49:38',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1971,'1000','61711626615','2024-03-28 14:50:17',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qx4'),(1972,'4000','61711626615','2024-03-28 14:50:17',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1973,'1110','61711631304','2024-03-28 16:10:21',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1974,'1110','61711631304','2024-03-28 16:08:25',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1975,'5500','61711631304','2024-03-28 16:10:09',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1976,'1000','61711631304','2024-03-28 16:10:21',550.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1977,'4000','61711631304','2024-03-28 16:10:21',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1978,'4000','61711631304','2024-03-28 16:08:25',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1979,'1000','61711632652','2024-03-28 16:31:09',420.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M6f'),(1980,'4000','61711632652','2024-03-28 16:31:09',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1981,'4000','61711632652','2024-03-28 16:30:52',NULL,120.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(1982,'1000','61711634671','2024-03-28 17:05:11',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P2g'),(1983,'4000','61711634671','2024-03-28 17:05:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1984,'4000','61711634671','2024-03-28 17:04:31',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1985,'1110','61711634756','2024-03-28 17:05:59',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1986,'Asset','61711634756','2024-03-28 17:05:56',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1987,'1000','61711634756','2024-03-28 17:05:59',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8c3'),(1988,'4000','61711634756','2024-03-28 17:05:59',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1989,'1000','61711636662','2024-03-28 17:37:46',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Anf'),(1990,'4000','61711636662','2024-03-28 17:37:46',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1991,'1000','61711639014','2024-03-28 18:17:15',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oa9'),(1992,'4000','61711639014','2024-03-28 18:17:15',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1993,'1000','61711640767','2024-03-28 18:46:30',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'L09'),(1994,'4000','61711640767','2024-03-28 18:46:30',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1995,'1000','61711640826','2024-03-28 20:15:31',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y9a'),(1996,'4000','61711640826','2024-03-28 20:15:31',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1997,'1000','61711646155','2024-03-28 20:16:15',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Uc3'),(1998,'4000','61711646155','2024-03-28 20:16:15',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1999,'1000','61711646208','2024-03-28 20:18:27',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bpz'),(2000,'4000','61711646208','2024-03-28 20:18:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2001,'1000','61711647371','2024-03-28 20:36:14',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Iqp'),(2002,'4000','61711647371','2024-03-28 20:36:14',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2003,'1000','61711647455','2024-03-28 20:37:37',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gu8'),(2004,'4000','61711647455','2024-03-28 20:37:37',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2005,'1110','61711647489','2024-03-28 20:39:27',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2006,'1110','61711647489','2024-03-28 20:38:09',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2007,'5500','61711647489','2024-03-28 20:39:23',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2008,'1000','61711647489','2024-03-28 20:39:27',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'G75'),(2009,'4000','61711647489','2024-03-28 20:39:27',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2010,'4000','61711647489','2024-03-28 20:38:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2011,'1000','61711647618','2024-03-28 20:40:20',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'O47'),(2012,'4000','61711647618','2024-03-28 20:40:20',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2013,'1000','61711647654','2024-03-28 20:41:00',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'V79'),(2014,'4000','61711647654','2024-03-28 20:41:00',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2015,'4000','61711647654','2024-03-28 20:40:54',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2016,'1000','61711647692','2024-03-28 20:41:34',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'K4f'),(2017,'4000','61711647692','2024-03-28 20:41:34',NULL,300.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2018,'1000','61711647813','2024-03-28 21:00:00',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ybk'),(2019,'4000','61711647813','2024-03-28 21:00:00',NULL,600.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2020,'4000','61711647813','2024-03-28 20:43:33',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2021,'1000','61711648838','2024-03-28 21:01:09',205.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'I1m'),(2022,'4000','61711648838','2024-03-28 21:01:09',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2023,'4000','61711648838','2024-03-28 21:00:38',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2024,'4000','61711648838','2024-03-28 21:00:53',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(2025,'1000','61711648928','2024-03-28 21:02:42',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2026,'4000','61711648928','2024-03-28 21:02:42',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2027,'4000','61711648928','2024-03-28 21:02:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2028,'1000','61711649402','2024-03-28 21:10:06',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2029,'4000','61711649402','2024-03-28 21:10:06',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2030,'1000','61711651297','2024-03-28 21:43:28',1130.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kny'),(2031,'4000','61711651297','2024-03-28 21:43:28',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(2032,'4000','61711651297','2024-03-28 21:41:37',NULL,1050.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2033,'1000','61711651788','2024-03-28 21:50:16',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kx3'),(2034,'4000','61711651788','2024-03-28 21:50:16',NULL,750.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2035,'1000','61711651933','2024-03-28 21:52:39',1050.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Doy'),(2036,'4000','61711651933','2024-03-28 21:52:39',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2037,'4000','61711651933','2024-03-28 21:52:13',NULL,900.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2038,'1000','71711708386','2024-03-29 13:33:49',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'41t'),(2039,'4000','71711708386','2024-03-29 13:33:49',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2040,'4000','71711708386','2024-03-29 13:33:06',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2041,'1000','71711708456','2024-03-29 13:36:33',570.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dex'),(2042,'4000','71711708456','2024-03-29 13:36:33',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2043,'4000','71711708456','2024-03-29 13:34:16',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(2044,'4000','71711708456','2024-03-29 13:35:30',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(2045,'1000','71711708620','2024-03-29 13:37:19',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0l3'),(2046,'4000','71711708620','2024-03-29 13:37:19',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2047,'1000','71711708707','2024-03-29 13:38:49',60.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X4v'),(2048,'4000','71711708707','2024-03-29 13:38:49',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(2049,'1000','71711708767','2024-03-29 13:40:14',155.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Biv'),(2050,'4000','71711708767','2024-03-29 13:40:14',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2051,'4000','71711708767','2024-03-29 13:39:27',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(2052,'1000','71711708828','2024-03-29 13:40:52',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5kq'),(2053,'4000','71711708828','2024-03-29 13:40:52',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2054,'1000','71711708882','2024-03-29 13:45:17',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3ay'),(2055,'4000','71711708882','2024-03-29 13:45:17',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2056,'4000','71711708882','2024-03-29 13:42:35',NULL,450.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2057,'1000','71711709207','2024-03-29 13:48:09',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bhx'),(2058,'4000','71711709207','2024-03-29 13:48:09',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2059,'1000','71711709305','2024-03-29 13:48:48',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Soy'),(2060,'4000','71711709305','2024-03-29 13:48:48',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2061,'1000','71711709350','2024-03-29 13:49:28',40.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zs8'),(2062,'4000','71711709350','2024-03-29 13:49:28',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2063,'1000','71711709381','2024-03-29 14:02:17',380.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4r3'),(2064,'4000','71711709381','2024-03-29 14:02:17',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2065,'4000','71711709381','2024-03-29 14:01:57',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2066,'1000','71711710163','2024-03-29 14:02:51',40.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2067,'4000','71711710163','2024-03-29 14:02:51',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2068,'1000','71711714224','2024-03-29 15:11:22',650.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2069,'4000','71711714224','2024-03-29 15:11:22',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2070,'4000','71711714224','2024-03-29 15:10:24',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2071,'4000','71711714224','2024-03-29 15:10:38',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2072,'4000','71711714224','2024-03-29 15:10:48',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2073,'4000','71711714224','2024-03-29 15:11:13',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2074,'1000','71711714353','2024-03-29 15:12:39',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tz5'),(2075,'4000','71711714353','2024-03-29 15:12:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2076,'4000','71711714353','2024-03-29 15:12:33',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2077,'1000','71711714436','2024-03-29 15:14:04',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wov'),(2078,'4000','71711714436','2024-03-29 15:14:04',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2079,'4000','71711714436','2024-03-29 15:13:56',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2080,'4000','71711714436','2024-03-29 15:13:59',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2081,'4000','71711714436','2024-03-29 15:14:01',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2082,'1110','71711714552','2024-03-29 15:15:57',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2083,'1110','71711714552','2024-03-29 15:15:52',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2084,'1110','71711714552','2024-03-29 15:15:55',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2085,'Asset','71711714552','2024-03-29 15:15:57',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2086,'1000','71711714552','2024-03-29 15:15:57',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qmu'),(2087,'4000','71711714552','2024-03-29 15:15:57',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2088,'4000','71711714552','2024-03-29 15:15:52',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2089,'4000','71711714552','2024-03-29 15:15:55',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2090,'1110','71711714601','2024-03-29 15:16:47',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2091,'1110','71711714601','2024-03-29 15:16:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2092,'5500','71711714601','2024-03-29 15:16:46',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2093,'1000','71711714601','2024-03-29 15:16:47',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2094,'4000','71711714601','2024-03-29 15:16:47',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2095,'4000','71711714601','2024-03-29 15:16:41',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2096,'1110','71711715368','2024-03-29 15:29:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(2097,'1110','71711715368','2024-03-29 15:29:28',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2098,'1110','71711715368','2024-03-29 15:29:34',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2099,'5500','71711715368','2024-03-29 15:29:35',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2100,'1000','71711715368','2024-03-29 15:29:36',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2101,'4000','71711715368','2024-03-29 15:29:36',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2102,'4000','71711715368','2024-03-29 15:29:28',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2103,'4000','71711715368','2024-03-29 15:29:34',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2104,'1110','61711717339','2024-03-29 16:02:46',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2105,'1110','61711717339','2024-03-29 16:02:19',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2106,'1110','61711717339','2024-03-29 16:02:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2107,'1110','61711717339','2024-03-29 16:02:28',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(2108,'1110','61711717339','2024-03-29 16:02:36',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(2109,'5500','61711717339','2024-03-29 16:02:45',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2110,'1000','61711717339','2024-03-29 16:02:46',800.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P44'),(2111,'4000','61711717339','2024-03-29 16:02:46',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2112,'4000','61711717339','2024-03-29 16:02:19',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2113,'4000','61711717339','2024-03-29 16:02:23',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2114,'4000','61711717339','2024-03-29 16:02:28',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2115,'4000','61711717339','2024-03-29 16:02:36',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2116,'1000','61711717973','2024-03-29 16:13:03',210.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2117,'4000','61711717973','2024-03-29 16:13:03',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(2118,'4000','61711717973','2024-03-29 16:12:53',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2119,'1000','61711718705','2024-03-29 16:25:11',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cpg'),(2120,'4000','61711718705','2024-03-29 16:25:11',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2121,'1000','61711719719','2024-03-29 16:42:02',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fxb'),(2122,'4000','61711719719','2024-03-29 16:42:02',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2123,'1000','61711719760','2024-03-29 16:42:44',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2124,'4000','61711719760','2024-03-29 16:42:44',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2125,'1000','61711721300','2024-03-29 17:08:33',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'36d'),(2126,'4000','61711721300','2024-03-29 17:08:33',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2127,'4000','61711721300','2024-03-29 17:08:20',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2128,'1000','61711721346','2024-03-29 17:09:07',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tzd'),(2129,'4000','61711721346','2024-03-29 17:09:07',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2130,'1000','61711721638','2024-03-29 17:14:09',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gpw'),(2131,'4000','61711721638','2024-03-29 17:14:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2132,'4000','61711721638','2024-03-29 17:13:58',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2133,'1110','61711722590','2024-03-29 17:30:57',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2134,'1110','61711722590','2024-03-29 17:29:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(2135,'5500','61711722590','2024-03-29 17:30:32',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2136,'1000','61711722590','2024-03-29 17:30:57',210.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2137,'4000','61711722590','2024-03-29 17:30:57',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2138,'4000','61711722590','2024-03-29 17:29:50',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(2139,'1000','61711723380','2024-03-29 17:43:44',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zu9'),(2140,'4000','61711723380','2024-03-29 17:43:44',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2141,'1000','61711723458','2024-03-29 17:44:19',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'G6r'),(2142,'4000','61711723458','2024-03-29 17:44:19',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2143,'1110','61711724804','2024-03-29 18:06:49',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2144,'1110','61711724804','2024-03-29 18:06:44',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2145,'5500','61711724804','2024-03-29 18:06:47',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2146,'1000','61711724804','2024-03-29 18:06:49',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Izz'),(2147,'4000','61711724804','2024-03-29 18:06:49',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2148,'4000','61711724804','2024-03-29 18:06:44',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2149,'1000','61711725842','2024-03-29 18:24:07',900.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'55r'),(2150,'4000','61711725842','2024-03-29 18:24:07',NULL,900.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2151,'1000','61711726457','2024-03-29 18:34:19',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kb8'),(2152,'4000','61711726457','2024-03-29 18:34:19',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2153,'1000','61711726486','2024-03-29 18:34:52',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'A2t'),(2154,'4000','61711726486','2024-03-29 18:34:52',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2155,'1000','61711727597','2024-03-29 18:53:21',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nup'),(2156,'4000','61711727597','2024-03-29 18:53:21',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2157,'1000','61711728806','2024-03-29 19:13:27',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'67x'),(2158,'4000','61711728806','2024-03-29 19:13:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2159,'1000','61711729143','2024-03-29 19:19:24',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ase'),(2160,'4000','61711729143','2024-03-29 19:19:24',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(2161,'1000','61711729173','2024-03-29 19:40:27',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R2g'),(2162,'4000','61711729173','2024-03-29 19:40:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2163,'4000','61711729173','2024-03-29 19:39:24',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2164,'1000','61711730481','2024-03-29 19:41:38',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'L6y'),(2165,'4000','61711730481','2024-03-29 19:41:38',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2166,'1000','61711730516','2024-03-29 19:42:36',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cw6'),(2167,'4000','61711730516','2024-03-29 19:42:36',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2168,'4000','61711730516','2024-03-29 19:41:56',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2169,'1000','61711731142','2024-03-29 20:02:37',460.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2170,'4000','61711731142','2024-03-29 20:02:37',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2171,'4000','61711731142','2024-03-29 19:53:04',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2172,'4000','61711731142','2024-03-29 19:53:39',NULL,160.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2173,'1000','61711731913','2024-03-29 20:06:06',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1o8'),(2174,'4000','61711731913','2024-03-29 20:06:06',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2175,'4000','61711731913','2024-03-29 20:05:13',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2176,'1000','61711732080','2024-03-29 20:08:08',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2177,'4000','61711732080','2024-03-29 20:08:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2178,'1000','61711732392','2024-03-29 20:13:49',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lj2'),(2179,'4000','61711732392','2024-03-29 20:13:49',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2180,'1000','61711732459','2024-03-29 20:32:24',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ros'),(2181,'4000','61711732459','2024-03-29 20:32:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2182,'4000','61711732459','2024-03-29 20:31:45',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2183,'1000','61711733606','2024-03-29 20:45:42',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ql9'),(2184,'4000','61711733606','2024-03-29 20:45:42',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2185,'1000','61711734415','2024-03-29 21:14:46',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tdn'),(2186,'4000','61711734415','2024-03-29 21:14:46',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2187,'1000','61711736108','2024-03-29 21:15:21',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'05s'),(2188,'4000','61711736108','2024-03-29 21:15:21',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2189,'1000','61711736176','2024-03-29 21:16:45',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6ct'),(2190,'4000','61711736176','2024-03-29 21:16:45',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2191,'1000','61711791669','2024-03-30 12:41:13',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ws6'),(2192,'4000','61711791669','2024-03-30 12:41:13',NULL,750.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2193,'1000','61711791719','2024-03-30 12:42:01',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5cg'),(2194,'4000','61711791719','2024-03-30 12:42:01',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2195,'1000','61711791812','2024-03-30 12:43:36',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7pp'),(2196,'4000','61711791812','2024-03-30 12:43:36',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2197,'1000','61711791843','2024-03-30 12:44:05',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2198,'4000','61711791843','2024-03-30 12:44:05',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2199,'1110','61711791962','2024-03-30 12:47:42',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2200,'1110','61711791962','2024-03-30 12:46:02',NULL,0.00,'','6','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(2201,'5500','61711791962','2024-03-30 12:47:35',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2202,'1000','61711791962','2024-03-30 12:47:42',670.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2km'),(2203,'4000','61711791962','2024-03-30 12:47:42',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2204,'4000','61711791962','2024-03-30 12:46:02',NULL,220.00,'','6','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(2205,'1000','61711794110','2024-03-30 13:22:13',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R7t'),(2206,'4000','61711794110','2024-03-30 13:22:13',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2207,'4000','61711794110','2024-03-30 13:21:50',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2208,'1000','61711794151','2024-03-30 13:36:13',1050.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2209,'4000','61711794151','2024-03-30 13:36:13',NULL,1050.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2210,'1000','61711796272','2024-03-30 13:57:54',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2211,'4000','61711796272','2024-03-30 13:57:54',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2212,'1000','61711796319','2024-03-30 14:01:21',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xw1'),(2213,'4000','61711796319','2024-03-30 14:01:21',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2214,'4000','61711796319','2024-03-30 13:58:39',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(2215,'1000','61711796501','2024-03-30 14:02:01',1050.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dmo'),(2216,'4000','61711796501','2024-03-30 14:02:01',NULL,1050.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2217,'1000','61711798210','2024-03-30 14:30:39',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'L6l'),(2218,'4000','61711798210','2024-03-30 14:30:39',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2219,'4000','61711798210','2024-03-30 14:30:10',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2220,'1110','61711798264','2024-03-30 14:38:11',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(2221,'1110','61711798264','2024-03-30 14:31:04',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2222,'1110','61711798264','2024-03-30 14:36:38',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2223,'1110','61711798264','2024-03-30 14:36:55',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2224,'5500','61711798264','2024-03-30 14:37:41',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2225,'1000','61711798264','2024-03-30 14:38:11',850.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'40f'),(2226,'4000','61711798264','2024-03-30 14:38:11',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2227,'4000','61711798264','2024-03-30 14:31:04',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2228,'4000','61711798264','2024-03-30 14:36:38',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2229,'4000','61711798264','2024-03-30 14:36:55',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2230,'1000','61711798712','2024-03-30 15:00:39',90.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zxu'),(2231,'4000','61711798712','2024-03-30 15:00:39',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(2232,'1000','61711800069','2024-03-30 15:01:27',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nyw'),(2233,'4000','61711800069','2024-03-30 15:01:27',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2234,'1000','61711800523','2024-03-30 15:12:39',1320.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gpw'),(2235,'4000','61711800523','2024-03-30 15:12:39',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2236,'4000','61711800523','2024-03-30 15:08:43',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2237,'4000','61711800523','2024-03-30 15:08:54',NULL,220.00,'','6','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(2238,'1000','71711806052','2024-03-30 16:41:35',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0h9'),(2239,'4000','71711806052','2024-03-30 16:41:35',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2240,'1000','71711806280','2024-03-30 16:45:18',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bes'),(2241,'4000','71711806280','2024-03-30 16:45:18',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2242,'1000','71711806333','2024-03-30 16:46:03',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3nx'),(2243,'4000','71711806333','2024-03-30 16:46:03',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2244,'1000','71711806391','2024-03-30 16:46:48',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5cs'),(2245,'4000','71711806391','2024-03-30 16:46:48',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2246,'1110','71711806435','2024-03-30 16:50:00',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2247,'1110','71711806435','2024-03-30 16:47:15',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2248,'1110','71711806435','2024-03-30 16:47:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(2249,'5500','71711806435','2024-03-30 16:49:37',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2250,'1000','71711806435','2024-03-30 16:50:00',620.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X3t'),(2251,'4000','71711806435','2024-03-30 16:50:00',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2252,'4000','71711806435','2024-03-30 16:47:15',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2253,'4000','71711806435','2024-03-30 16:47:27',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(2254,'1000','71711806966','2024-03-30 16:57:42',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Sb1'),(2255,'4000','71711806966','2024-03-30 16:57:42',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2256,'1000','71711807490','2024-03-30 17:08:40',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8vx'),(2257,'4000','71711807490','2024-03-30 17:08:40',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2258,'4000','71711807490','2024-03-30 17:04:50',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2259,'1000','71711810443','2024-03-30 17:57:19',830.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zly'),(2260,'4000','71711810443','2024-03-30 17:57:19',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2261,'4000','71711810443','2024-03-30 17:54:08',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2262,'4000','71711810443','2024-03-30 17:56:06',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2263,'4000','71711810443','2024-03-30 17:57:15',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(2264,'1000','71711811564','2024-03-30 18:12:44',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2265,'4000','71711811564','2024-03-30 18:12:44',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2266,'1000','71711811650','2024-03-30 18:14:43',850.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Aez'),(2267,'4000','71711811650','2024-03-30 18:14:43',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2268,'4000','71711811650','2024-03-30 18:14:10',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2269,'4000','71711811650','2024-03-30 18:14:15',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2270,'4000','71711811650','2024-03-30 18:14:18',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2271,'1000','71711812023','2024-03-30 18:20:35',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'A4w'),(2272,'4000','71711812023','2024-03-30 18:20:35',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2273,'4000','71711812023','2024-03-30 18:20:23',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2274,'1000','71711812128','2024-03-30 18:22:08',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'C9k'),(2275,'4000','71711812128','2024-03-30 18:22:08',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2276,'1000','71711812177','2024-03-30 18:23:22',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2277,'4000','71711812177','2024-03-30 18:23:22',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2278,'4000','71711812177','2024-03-30 18:22:57',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2279,'1000','71711814123','2024-03-30 18:55:25',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2280,'4000','71711814123','2024-03-30 18:55:25',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2281,'1110','71711814164','2024-03-30 18:56:05',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2282,'Asset','71711814164','2024-03-30 18:56:04',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2283,'1000','71711814164','2024-03-30 18:56:05',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Z88'),(2284,'4000','71711814164','2024-03-30 18:56:05',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2285,'1000','71711814209','2024-03-30 18:57:04',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8AZ'),(2286,'4000','71711814209','2024-03-30 18:57:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2287,'4000','71711814209','2024-03-30 18:56:49',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2288,'4000','71711814209','2024-03-30 18:56:59',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2289,'1000','71711814337','2024-03-30 18:59:03',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Y2y'),(2290,'4000','71711814337','2024-03-30 18:59:03',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2291,'4000','71711814337','2024-03-30 18:58:57',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2292,'4000','71711814337','2024-03-30 18:59:00',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2293,'4000','71711814337','2024-03-30 18:59:01',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2294,'1000','71711814429','2024-03-30 19:00:30',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,' cgc'),(2295,'4000','71711814429','2024-03-30 19:00:30',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2296,'1000','61711819033','2024-03-30 20:17:22',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H5l'),(2297,'4000','61711819033','2024-03-30 20:17:22',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2298,'4000','61711819033','2024-03-30 20:17:13',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2299,'1000','61711819072','2024-03-30 20:17:54',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lif'),(2300,'4000','61711819072','2024-03-30 20:17:54',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2301,'1000','61711819165','2024-03-30 20:19:32',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yfh'),(2302,'4000','61711819165','2024-03-30 20:19:32',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2303,'4000','61711819165','2024-03-30 20:19:25',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2304,'1000','61711819232','2024-03-30 20:20:34',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6ro'),(2305,'4000','61711819232','2024-03-30 20:20:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2306,'1000','61711819293','2024-03-30 20:21:34',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Q3m'),(2307,'4000','61711819293','2024-03-30 20:21:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2308,'1000','61711819321','2024-03-30 20:22:03',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4m6'),(2309,'4000','61711819321','2024-03-30 20:22:03',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2310,'1000','61711819363','2024-03-30 20:24:21',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Uvb'),(2311,'4000','61711819363','2024-03-30 20:24:21',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2312,'4000','61711819363','2024-03-30 20:22:43',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2313,'4000','61711819363','2024-03-30 20:23:12',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2314,'1000','61711819484','2024-03-30 20:24:46',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'T90'),(2315,'4000','61711819484','2024-03-30 20:24:46',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2316,'1000','61711819684','2024-03-30 20:28:12',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H7g'),(2317,'4000','61711819684','2024-03-30 20:28:12',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2318,'1000','61711819723','2024-03-30 20:29:03',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1th'),(2319,'4000','61711819723','2024-03-30 20:29:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2320,'4000','61711819723','2024-03-30 20:28:43',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2321,'1000','61711819947','2024-03-30 20:32:36',550.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2322,'4000','61711819947','2024-03-30 20:32:36',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2323,'4000','61711819947','2024-03-30 20:32:27',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2324,'1000','61711820300','2024-03-30 20:38:26',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2325,'4000','61711820300','2024-03-30 20:38:26',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2326,'1000','61711822666','2024-03-30 21:17:54',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2be'),(2327,'4000','61711822666','2024-03-30 21:17:54',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2328,'1000','61711822723','2024-03-30 21:18:58',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xg7'),(2329,'4000','61711822723','2024-03-30 21:18:58',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2330,'4000','61711822723','2024-03-30 21:18:43',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2331,'1000','61711823468','2024-03-30 21:32:07',340.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2332,'4000','61711823468','2024-03-30 21:32:07',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2333,'4000','61711823468','2024-03-30 21:31:08',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2334,'1000','61711871522','2024-03-31 10:52:05',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'25w'),(2335,'4000','61711871522','2024-03-31 10:52:05',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2336,'1000','61711871548','2024-03-31 10:52:43',380.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2337,'4000','61711871548','2024-03-31 10:52:43',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2338,'4000','61711871548','2024-03-31 10:52:28',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2339,'1000','61711873274','2024-03-31 11:27:30',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'04n'),(2340,'4000','61711873274','2024-03-31 11:27:30',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2341,'1000','61711873777','2024-03-31 11:29:39',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tbf'),(2342,'4000','61711873777','2024-03-31 11:29:39',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2343,'1000','61711873793','2024-03-31 11:29:57',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ocv'),(2344,'4000','61711873793','2024-03-31 11:29:57',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2345,'1000','61711874688','2024-03-31 11:44:55',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'I41'),(2346,'4000','61711874688','2024-03-31 11:44:55',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2347,'4000','61711874688','2024-03-31 11:44:48',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2348,'1110','61711874959','2024-03-31 11:49:30',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2349,'1110','61711874959','2024-03-31 11:49:19',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2350,'1110','61711874959','2024-03-31 11:49:22',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2351,'1110','61711874959','2024-03-31 11:49:26',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(2352,'5500','61711874959','2024-03-31 11:49:29',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2353,'1000','61711874959','2024-03-31 11:49:30',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hgw'),(2354,'4000','61711874959','2024-03-31 11:49:30',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2355,'4000','61711874959','2024-03-31 11:49:19',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2356,'4000','61711874959','2024-03-31 11:49:22',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2357,'4000','61711874959','2024-03-31 11:49:26',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2358,'1110','61711876648','2024-03-31 12:17:34',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2359,'Asset','61711876648','2024-03-31 12:17:28',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2360,'1000','61711876648','2024-03-31 12:17:34',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Eyd'),(2361,'4000','61711876648','2024-03-31 12:17:34',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2362,'1000','61711876705','2024-03-31 12:18:27',800.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jcx'),(2363,'4000','61711876705','2024-03-31 12:18:27',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2364,'1110','71711879245','2024-03-31 13:01:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2365,'1110','71711879245','2024-03-31 13:00:45',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2366,'Asset','71711879245','2024-03-31 13:01:08',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2367,'1000','71711879245','2024-03-31 13:01:20',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ujy'),(2368,'4000','71711879245','2024-03-31 13:01:20',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2369,'4000','71711879245','2024-03-31 13:00:45',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2370,'1000','71711879315','2024-03-31 13:02:13',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bs4'),(2371,'4000','71711879315','2024-03-31 13:02:13',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2372,'1000','71711879915','2024-03-31 13:12:06',600.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2373,'4000','71711879915','2024-03-31 13:12:06',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2374,'1000','71711879938','2024-03-31 13:12:41',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vl8'),(2375,'4000','71711879938','2024-03-31 13:12:41',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2376,'1110','71711881702','2024-03-31 13:45:02',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2377,'1110','71711881702','2024-03-31 13:41:42',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(2378,'5500','71711881702','2024-03-31 13:44:16',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2379,'1000','71711881702','2024-03-31 13:45:02',490.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Era'),(2380,'4000','71711881702','2024-03-31 13:45:02',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2381,'4000','71711881702','2024-03-31 13:41:42',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2382,'1000','71711881919','2024-03-31 13:47:59',800.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vph'),(2383,'4000','71711881919','2024-03-31 13:47:59',NULL,0.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2384,'4000','71711881919','2024-03-31 13:45:19',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2385,'4000','71711881919','2024-03-31 13:46:02',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2386,'1000','71711882532','2024-03-31 13:55:53',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2387,'4000','71711882532','2024-03-31 13:55:53',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2388,'1000','71711882556','2024-03-31 13:56:40',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jzl'),(2389,'4000','71711882556','2024-03-31 13:56:40',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2390,'1110','71711882619','2024-03-31 13:57:17',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2391,'Asset','71711882619','2024-03-31 13:56:59',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2392,'1000','71711882619','2024-03-31 13:57:17',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vma'),(2393,'4000','71711882619','2024-03-31 13:57:17',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2394,'1000','71711882740','2024-03-31 14:10:31',750.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2395,'4000','71711882740','2024-03-31 14:10:31',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2396,'4000','71711882740','2024-03-31 14:09:17',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2397,'1000','71711883509','2024-03-31 14:13:40',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0fo'),(2398,'4000','71711883509','2024-03-31 14:13:40',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2399,'4000','71711883509','2024-03-31 14:11:49',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2400,'1110','71711884080','2024-03-31 14:28:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2401,'1110','71711884080','2024-03-31 14:21:20',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2402,'1110','71711884080','2024-03-31 14:21:35',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(2403,'1110','71711884080','2024-03-31 14:21:43',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(2404,'5500','71711884080','2024-03-31 14:27:18',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2405,'1000','71711884080','2024-03-31 14:28:28',470.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jzr'),(2406,'4000','71711884080','2024-03-31 14:28:28',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2407,'4000','71711884080','2024-03-31 14:21:20',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2408,'4000','71711884080','2024-03-31 14:21:35',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(2409,'4000','71711884080','2024-03-31 14:21:43',NULL,15.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(2410,'1000','71711884548','2024-03-31 14:29:27',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4an'),(2411,'4000','71711884548','2024-03-31 14:29:27',NULL,160.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(2412,'1000','71711884586','2024-03-31 14:30:06',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qn1'),(2413,'4000','71711884586','2024-03-31 14:30:06',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2414,'1000','71711884617','2024-03-31 14:32:17',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Liv'),(2415,'4000','71711884617','2024-03-31 14:32:17',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2416,'1000','71711885017','2024-03-31 14:38:14',465.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Py9'),(2417,'4000','71711885017','2024-03-31 14:38:14',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2418,'4000','71711885017','2024-03-31 14:36:57',NULL,15.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(2419,'1000','71711885165','2024-03-31 14:40:00',100.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2420,'4000','71711885165','2024-03-31 14:40:00',NULL,100.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2421,'1000','71711885202','2024-03-31 14:40:32',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vkn'),(2422,'4000','71711885202','2024-03-31 14:40:32',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2423,'1000','71711885253','2024-03-31 14:45:04',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fp3'),(2424,'4000','71711885253','2024-03-31 14:45:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2425,'1000','71711885522','2024-03-31 14:45:59',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'085'),(2426,'4000','71711885522','2024-03-31 14:45:59',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2427,'1000','71711885579','2024-03-31 14:49:37',800.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2428,'4000','71711885579','2024-03-31 14:49:37',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2429,'4000','71711885579','2024-03-31 14:48:44',NULL,200.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2430,'1000','71711885799','2024-03-31 14:50:59',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kql'),(2431,'4000','71711885799','2024-03-31 14:50:59',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2432,'1000','71711886009','2024-03-31 14:54:24',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'B6b'),(2433,'4000','71711886009','2024-03-31 14:54:24',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2434,'1000','71711886171','2024-03-31 14:58:19',260.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gj7'),(2435,'4000','71711886171','2024-03-31 14:58:19',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(2436,'4000','71711886171','2024-03-31 14:56:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2437,'4000','71711886171','2024-03-31 14:57:22',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2438,'1000','71711886497','2024-03-31 15:05:02',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Y7b'),(2439,'4000','71711886497','2024-03-31 15:05:02',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2440,'4000','71711886497','2024-03-31 15:01:37',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2441,'1000','71711886947','2024-03-31 15:09:46',720.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'592'),(2442,'4000','71711886947','2024-03-31 15:09:46',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2443,'4000','71711886947','2024-03-31 15:09:07',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2444,'4000','71711886947','2024-03-31 15:09:27',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(2445,'1000','71711887569','2024-03-31 15:22:27',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'U3h'),(2446,'4000','71711887569','2024-03-31 15:22:27',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2447,'1110','71711890520','2024-03-31 16:12:28',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2448,'1110','71711890520','2024-03-31 16:08:40',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(2449,'5500','71711890520','2024-03-31 16:09:43',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2450,'1000','71711890520','2024-03-31 16:12:28',250.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2451,'4000','71711890520','2024-03-31 16:12:28',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2452,'4000','71711890520','2024-03-31 16:08:40',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2453,'1110','71711890752','2024-03-31 16:13:29',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2454,'1110','71711890752','2024-03-31 16:12:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(2455,'1110','71711890752','2024-03-31 16:12:40',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(2456,'5500','71711890752','2024-03-31 16:13:20',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2457,'1000','71711890752','2024-03-31 16:13:29',210.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6kj'),(2458,'4000','71711890752','2024-03-31 16:13:29',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2459,'4000','71711890752','2024-03-31 16:12:32',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2460,'4000','71711890752','2024-03-31 16:12:40',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(2461,'1000','71711890861','2024-03-31 16:14:40',40.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ekq'),(2462,'4000','71711890861','2024-03-31 16:14:40',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2463,'1000','71711890890','2024-03-31 16:16:26',370.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9qs'),(2464,'4000','71711890890','2024-03-31 16:16:26',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2465,'4000','71711890890','2024-03-31 16:14:50',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2466,'4000','71711890890','2024-03-31 16:15:03',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(2467,'1000','71711891003','2024-03-31 16:17:24',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2jo'),(2468,'4000','71711891003','2024-03-31 16:17:24',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2469,'1000','71711891059','2024-03-31 16:18:00',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Drb'),(2470,'4000','71711891059','2024-03-31 16:18:00',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2471,'1000','71711892287','2024-03-31 16:38:13',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'G85'),(2472,'4000','71711892287','2024-03-31 16:38:13',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2473,'4000','71711892287','2024-03-31 16:38:07',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2474,'4000','71711892287','2024-03-31 16:38:10',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2475,'1000','71711892659','2024-03-31 16:52:49',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rrr'),(2476,'4000','71711892659','2024-03-31 16:52:49',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2477,'4000','71711892659','2024-03-31 16:44:19',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2478,'4000','71711892659','2024-03-31 16:44:22',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2479,'1110','71711893215','2024-03-31 16:53:43',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2480,'1110','71711893215','2024-03-31 16:53:35',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(2481,'1110','71711893215','2024-03-31 16:53:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(2482,'5500','71711893215','2024-03-31 16:53:42',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2483,'1000','71711893215','2024-03-31 16:53:43',230.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2484,'4000','71711893215','2024-03-31 16:53:43',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2485,'4000','71711893215','2024-03-31 16:53:35',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2486,'4000','71711893215','2024-03-31 16:53:39',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2487,'1000','61711893423','2024-03-31 16:57:06',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'314'),(2488,'4000','61711893423','2024-03-31 16:57:06',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2489,'1000','71711895292','2024-03-31 17:28:19',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'314'),(2490,'4000','71711895292','2024-03-31 17:28:19',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2491,'1000','71711895805','2024-03-31 17:37:01',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hgw'),(2492,'4000','71711895805','2024-03-31 17:37:01',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2493,'1000','71711895836','2024-03-31 17:37:56',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yd1'),(2494,'4000','71711895836','2024-03-31 17:37:56',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2495,'1000','71711895899','2024-03-31 17:39:00',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jcx'),(2496,'4000','71711895899','2024-03-31 17:39:00',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2497,'1000','71711898858','2024-03-31 18:28:22',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jcx'),(2498,'4000','71711898858','2024-03-31 18:28:22',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2499,'1000','71711899163','2024-03-31 18:32:55',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'25w'),(2500,'4000','71711899163','2024-03-31 18:32:55',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2501,'1000','71711899193','2024-03-31 18:34:55',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ply'),(2502,'4000','71711899193','2024-03-31 18:34:55',NULL,600.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2503,'1000','71711899306','2024-03-31 18:35:35',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Am1'),(2504,'4000','71711899306','2024-03-31 18:35:35',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2505,'1110','71711899366','2024-03-31 18:38:13',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2506,'Asset','71711899366','2024-03-31 18:36:06',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2507,'1000','71711899366','2024-03-31 18:38:13',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ujy'),(2508,'4000','71711899366','2024-03-31 18:38:13',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2509,'1000','71711899517','2024-03-31 18:40:46',1250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'00n'),(2510,'4000','71711899517','2024-03-31 18:40:46',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2511,'4000','71711899517','2024-03-31 18:38:37',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2512,'1110','71711899718','2024-03-31 18:42:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(2513,'1110','71711899718','2024-03-31 18:41:58',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(2514,'1110','71711899718','2024-03-31 18:42:09',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(2515,'1110','71711899718','2024-03-31 18:42:16',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2516,'Asset','71711899718','2024-03-31 18:42:25',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2517,'1000','71711899718','2024-03-31 18:42:39',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Sh4'),(2518,'4000','71711899718','2024-03-31 18:42:39',NULL,250.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2519,'4000','71711899718','2024-03-31 18:41:58',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2520,'4000','71711899718','2024-03-31 18:42:09',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(2521,'4000','71711899718','2024-03-31 18:42:16',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2522,'1000','71711900368','2024-03-31 18:54:05',950.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6zz'),(2523,'4000','71711900368','2024-03-31 18:54:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2524,'4000','71711900368','2024-03-31 18:52:48',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2525,'1000','71711900467','2024-03-31 18:54:45',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'W0m'),(2526,'4000','71711900467','2024-03-31 18:54:45',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2527,'1000','71711900499','2024-03-31 18:55:14',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3kr'),(2528,'4000','71711900499','2024-03-31 18:55:14',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2529,'1000','71711901526','2024-03-31 19:12:29',1800.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kx9'),(2530,'4000','71711901526','2024-03-31 19:12:29',NULL,1800.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2531,'1000','71711901581','2024-03-31 19:13:27',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jdl'),(2532,'4000','71711901581','2024-03-31 19:13:27',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2533,'4000','71711901581','2024-03-31 19:13:01',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2534,'1000','71711902425','2024-03-31 19:28:46',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6yt'),(2535,'4000','71711902425','2024-03-31 19:28:46',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2536,'4000','71711902425','2024-03-31 19:27:05',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2537,'1110','71711902567','2024-03-31 19:30:56',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2538,'Asset','71711902567','2024-03-31 19:29:27',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2539,'1000','71711902567','2024-03-31 19:30:56',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jkr'),(2540,'4000','71711902567','2024-03-31 19:30:56',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2541,'1110','71711902675','2024-03-31 19:32:55',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2542,'Asset','71711902675','2024-03-31 19:31:15',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2543,'1000','71711902675','2024-03-31 19:32:55',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,' vg7'),(2544,'4000','71711902675','2024-03-31 19:32:55',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2545,'1000','71711902792','2024-03-31 19:34:08',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gzl'),(2546,'4000','71711902792','2024-03-31 19:34:08',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2547,'1000','71711902863','2024-03-31 19:35:55',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0ev'),(2548,'4000','71711902863','2024-03-31 19:35:55',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2549,'1110','71711902976','2024-03-31 19:44:58',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2550,'1110','71711902976','2024-03-31 19:36:17',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2551,'Asset','71711902976','2024-03-31 19:42:30',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2552,'1000','71711902976','2024-03-31 19:44:58',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yw8'),(2553,'4000','71711902976','2024-03-31 19:44:58',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2554,'4000','71711902976','2024-03-31 19:36:17',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2555,'1110','71711903570','2024-03-31 19:46:50',NULL,454.50,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2556,'Asset','71711903570','2024-03-31 19:46:10',454.50,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2557,'1000','71711903570','2024-03-31 19:46:50',1500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vrz'),(2558,'4000','71711903570','2024-03-31 19:46:50',NULL,1500.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2559,'1000','71711904087','2024-03-31 19:56:21',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vdd'),(2560,'4000','71711904087','2024-03-31 19:56:21',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2561,'4000','71711904087','2024-03-31 19:54:47',NULL,0.00,'','7','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(2562,'1000','71711908124','2024-03-31 21:02:26',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'38q'),(2563,'4000','71711908124','2024-03-31 21:02:26',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2564,'1000','71711908171','2024-03-31 21:03:50',320.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hra'),(2565,'4000','71711908171','2024-03-31 21:03:50',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2566,'4000','71711908171','2024-03-31 21:02:51',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(2567,'1000','71711908259','2024-03-31 21:04:54',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mfn'),(2568,'4000','71711908259','2024-03-31 21:04:54',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2569,'4000','71711908259','2024-03-31 21:04:19',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2570,'1000','71711908498','2024-03-31 21:09:20',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tci'),(2571,'4000','71711908498','2024-03-31 21:09:20',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2572,'1000','71711909031','2024-03-31 21:17:42',490.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Era'),(2573,'4000','71711909031','2024-03-31 21:17:42',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2574,'4000','71711909031','2024-03-31 21:17:21',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2575,'1000','71711909073','2024-03-31 21:19:15',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gzl'),(2576,'4000','71711909073','2024-03-31 21:19:15',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2577,'1000','71711909174','2024-03-31 21:35:57',100.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2578,'4000','71711909174','2024-03-31 21:35:57',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2579,'1000','71711910213','2024-03-31 21:37:01',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2580,'4000','71711910213','2024-03-31 21:37:01',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2581,'1000','71711910244','2024-03-31 21:39:25',3000.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jyj'),(2582,'4000','71711910244','2024-03-31 21:39:25',NULL,3000.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2583,'1000','71711910414','2024-03-31 21:40:54',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jvh'),(2584,'4000','71711910414','2024-03-31 21:40:54',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2585,'1110','71711910503','2024-03-31 21:42:16',NULL,181.80,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2586,'1110','71711910503','2024-03-31 21:41:43',NULL,0.00,'','7','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(2587,'5500','71711910503','2024-03-31 21:41:58',181.80,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2588,'1000','71711910503','2024-03-31 21:42:16',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kx9'),(2589,'4000','71711910503','2024-03-31 21:42:16',NULL,600.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2590,'4000','71711910503','2024-03-31 21:41:43',NULL,150.00,'','7','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2591,'1000','71711910560','2024-03-31 21:44:49',520.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X3s'),(2592,'4000','71711910560','2024-03-31 21:44:49',NULL,220.00,'','7','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(2593,'4000','71711910560','2024-03-31 21:42:40',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2594,'1000','71711910705','2024-03-31 21:46:47',1100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1vv'),(2595,'4000','71711910705','2024-03-31 21:46:47',NULL,900.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2596,'4000','71711910705','2024-03-31 21:45:05',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2597,'1000','61711965933','2024-04-01 13:14:52',1050.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lmm'),(2598,'4000','61711965933','2024-04-01 13:14:52',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2599,'4000','61711965933','2024-04-01 13:05:33',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2600,'4000','61711965933','2024-04-01 13:06:11',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2601,'1000','61711966878','2024-04-01 13:21:21',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zdc'),(2602,'4000','61711966878','2024-04-01 13:21:21',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2603,'1000','61711966912','2024-04-01 13:23:08',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2604,'4000','61711966912','2024-04-01 13:23:08',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2605,'4000','61711966912','2024-04-01 13:21:52',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2606,'1000','61711969178','2024-04-01 14:04:05',850.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Acs'),(2607,'4000','61711969178','2024-04-01 14:04:05',NULL,750.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2608,'4000','61711969178','2024-04-01 13:59:38',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2609,'1000','61711969544','2024-04-01 14:06:00',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3ba'),(2610,'4000','61711969544','2024-04-01 14:06:00',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2611,'4000','61711969544','2024-04-01 14:05:44',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2612,'1000','61711969587','2024-04-01 14:06:28',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1qf'),(2613,'4000','61711969587','2024-04-01 14:06:28',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2614,'1000','61711971401','2024-04-01 14:37:03',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2615,'4000','61711971401','2024-04-01 14:37:03',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2616,'4000','61711971401','2024-04-01 14:36:41',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2617,'1000','61711975579','2024-04-01 15:46:23',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0qj'),(2618,'4000','61711975579','2024-04-01 15:46:23',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2619,'1000','61711975610','2024-04-01 15:46:55',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'14v'),(2620,'4000','61711975610','2024-04-01 15:46:55',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2621,'4000','61711975610','2024-04-01 15:46:50',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2622,'1000','61711975647','2024-04-01 15:47:34',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ogo'),(2623,'4000','61711975647','2024-04-01 15:47:34',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2624,'4000','61711975647','2024-04-01 15:47:27',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2625,'1000','61711975692','2024-04-01 15:48:33',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2626,'4000','61711975692','2024-04-01 15:48:33',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2627,'4000','61711975692','2024-04-01 15:48:12',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2628,'1000','61711978035','2024-04-01 16:27:17',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zpn'),(2629,'4000','61711978035','2024-04-01 16:27:17',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2630,'1000','61711980515','2024-04-01 17:08:38',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cn3'),(2631,'4000','61711980515','2024-04-01 17:08:38',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2632,'1000','61711980560','2024-04-01 17:09:23',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jwj'),(2633,'4000','61711980560','2024-04-01 17:09:23',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2634,'1000','61711981201','2024-04-01 17:20:03',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jw0'),(2635,'4000','61711981201','2024-04-01 17:20:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2636,'1000','61711981238','2024-04-01 17:20:40',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H22'),(2637,'4000','61711981238','2024-04-01 17:20:40',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2638,'1000','61711981311','2024-04-01 17:21:53',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fcp'),(2639,'4000','61711981311','2024-04-01 17:21:53',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2640,'1000','61711981345','2024-04-01 17:23:07',1420.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tor'),(2641,'4000','61711981345','2024-04-01 17:23:07',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2642,'4000','61711981345','2024-04-01 17:22:25',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2643,'4000','61711981345','2024-04-01 17:22:47',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(2644,'1000','61711981445','2024-04-01 17:24:07',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ahm'),(2645,'4000','61711981445','2024-04-01 17:24:07',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2646,'1000','61711981476','2024-04-01 17:24:38',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wya'),(2647,'4000','61711981476','2024-04-01 17:24:38',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2648,'1000','61711981547','2024-04-01 17:26:20',320.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'S71'),(2649,'4000','61711981547','2024-04-01 17:26:20',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2650,'4000','61711981547','2024-04-01 17:25:47',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2651,'4000','61711981547','2024-04-01 17:25:53',NULL,10.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(2652,'4000','61711981547','2024-04-01 17:26:07',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(2653,'1000','61711981610','2024-04-01 17:26:51',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H79'),(2654,'4000','61711981610','2024-04-01 17:26:51',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2655,'1000','61711981683','2024-04-01 17:28:13',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0qg'),(2656,'4000','61711981683','2024-04-01 17:28:13',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2657,'4000','61711981683','2024-04-01 17:28:03',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2658,'1000','61711983127','2024-04-01 17:52:16',180.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2659,'4000','61711983127','2024-04-01 17:52:16',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2660,'4000','61711983127','2024-04-01 17:52:07',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(2661,'1000','61711983233','2024-04-01 17:54:00',120.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vtl'),(2662,'4000','61711983233','2024-04-01 17:54:00',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2663,'1000','61711983282','2024-04-01 17:55:11',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'75o'),(2664,'4000','61711983282','2024-04-01 17:55:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2665,'4000','61711983282','2024-04-01 17:54:42',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2666,'1000','61711983717','2024-04-01 18:02:16',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ics'),(2667,'4000','61711983717','2024-04-01 18:02:16',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2668,'4000','61711983717','2024-04-01 18:01:57',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2669,'1000','61711984313','2024-04-01 18:11:58',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0gh'),(2670,'4000','61711984313','2024-04-01 18:11:58',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2671,'1000','61711985684','2024-04-01 18:35:01',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vzg'),(2672,'4000','61711985684','2024-04-01 18:35:01',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2673,'4000','61711985684','2024-04-01 18:34:44',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2674,'1000','61711986149','2024-04-01 18:42:31',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2675,'4000','61711986149','2024-04-01 18:42:31',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2676,'1000','61711987752','2024-04-01 19:09:17',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Uu1'),(2677,'4000','61711987752','2024-04-01 19:09:17',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2678,'1000','61711987782','2024-04-01 19:09:44',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mtm'),(2679,'4000','61711987782','2024-04-01 19:09:44',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2680,'1000','61711987813','2024-04-01 19:10:20',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7yt'),(2681,'4000','61711987813','2024-04-01 19:10:20',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2682,'4000','61711987813','2024-04-01 19:10:13',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2683,'1000','61711990166','2024-04-01 19:49:27',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2684,'4000','61711990166','2024-04-01 19:49:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2685,'1000','61711990187','2024-04-01 19:49:49',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2pf'),(2686,'4000','61711990187','2024-04-01 19:49:49',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2687,'1000','61711990499','2024-04-01 19:55:01',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Egj'),(2688,'4000','61711990499','2024-04-01 19:55:01',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2689,'1000','71712057883','2024-04-02 14:38:16',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2690,'4000','71712057883','2024-04-02 14:38:16',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2691,'1000','71712057910','2024-04-02 14:46:50',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jsd'),(2692,'4000','71712057910','2024-04-02 14:46:50',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2693,'1000','71712058428','2024-04-02 14:47:49',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2nm'),(2694,'4000','71712058428','2024-04-02 14:47:49',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2695,'1000','71712058514','2024-04-02 14:48:49',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dvu'),(2696,'4000','71712058514','2024-04-02 14:48:49',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2697,'1110','71712058577','2024-04-02 14:50:25',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2698,'Asset','71712058577','2024-04-02 14:49:37',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2699,'1000','71712058577','2024-04-02 14:50:25',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2700,'4000','71712058577','2024-04-02 14:50:25',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2701,'1000','71712059132','2024-04-02 14:59:02',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jsd'),(2702,'4000','71712059132','2024-04-02 14:59:02',NULL,450.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2703,'1000','71712059204','2024-04-02 15:08:08',630.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2704,'4000','71712059204','2024-04-02 15:08:08',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2705,'4000','71712059204','2024-04-02 15:07:20',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2706,'4000','71712059204','2024-04-02 15:07:29',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2707,'1110','71712059789','2024-04-02 15:59:14',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2708,'1110','71712059789','2024-04-02 15:44:57',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2709,'1110','71712059789','2024-04-02 15:58:14',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2710,'1110','71712059789','2024-04-02 15:58:21',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2711,'1110','71712059789','2024-04-02 15:58:35',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(2712,'5500','71712059789','2024-04-02 15:58:50',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2713,'1000','71712059789','2024-04-02 15:59:14',1000.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X8w'),(2714,'4000','71712059789','2024-04-02 15:59:14',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2715,'4000','71712059789','2024-04-02 15:44:57',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2716,'4000','71712059789','2024-04-02 15:58:14',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2717,'4000','71712059789','2024-04-02 15:58:21',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2718,'4000','71712059789','2024-04-02 15:58:35',NULL,400.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2719,'1000','71712062774','2024-04-02 16:01:09',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3kx'),(2720,'4000','71712062774','2024-04-02 16:01:09',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2721,'1000','71712063271','2024-04-02 16:08:11',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gsj'),(2722,'4000','71712063271','2024-04-02 16:08:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2723,'1000','71712063332','2024-04-02 16:10:06',550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nqn'),(2724,'4000','71712063332','2024-04-02 16:10:06',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2725,'4000','71712063332','2024-04-02 16:08:52',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2726,'1000','71712063416','2024-04-02 16:22:37',1100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3kd'),(2727,'4000','71712063416','2024-04-02 16:22:37',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2728,'4000','71712063416','2024-04-02 16:10:16',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2729,'1110','71712064179','2024-04-02 16:23:37',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2730,'Asset','71712064179','2024-04-02 16:22:59',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2731,'1000','71712064179','2024-04-02 16:23:37',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bjg'),(2732,'4000','71712064179','2024-04-02 16:23:37',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2733,'1000','71712064228','2024-04-02 16:24:06',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wks'),(2734,'4000','71712064228','2024-04-02 16:24:06',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2735,'1000','71712064869','2024-04-02 16:34:46',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'V6t'),(2736,'4000','71712064869','2024-04-02 16:34:46',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2737,'1000','71712066506','2024-04-02 17:02:02',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lui'),(2738,'4000','71712066506','2024-04-02 17:02:02',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2739,'1000','71712066536','2024-04-02 17:06:56',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yjs'),(2740,'4000','71712066536','2024-04-02 17:06:56',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2741,'4000','71712066536','2024-04-02 17:02:25',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2742,'1000','71712066843','2024-04-02 17:34:20',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rsx'),(2743,'4000','71712066843','2024-04-02 17:34:20',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2744,'4000','71712066843','2024-04-02 17:07:23',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2745,'1000','71712070217','2024-04-02 18:33:28',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oym'),(2746,'4000','71712070217','2024-04-02 18:33:28',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2747,'4000','71712070217','2024-04-02 18:03:37',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2748,'4000','71712070217','2024-04-02 18:32:56',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2749,'1000','71712072077','2024-04-02 18:35:31',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nom'),(2750,'4000','71712072077','2024-04-02 18:35:31',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2751,'1000','71712072197','2024-04-02 18:37:09',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1re'),(2752,'4000','71712072197','2024-04-02 18:37:09',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2753,'1110','71712072500','2024-04-02 18:42:16',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2754,'Asset','71712072500','2024-04-02 18:41:40',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2755,'1000','71712072500','2024-04-02 18:42:16',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2756,'4000','71712072500','2024-04-02 18:42:16',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2757,'1000','71712075174','2024-04-02 19:26:21',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ov5'),(2758,'4000','71712075174','2024-04-02 19:26:21',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2759,'1110','71712075213','2024-04-02 19:27:18',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2760,'1110','71712075213','2024-04-02 19:26:53',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2761,'Asset','71712075213','2024-04-02 19:27:06',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2762,'1000','71712075213','2024-04-02 19:27:18',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Caw'),(2763,'4000','71712075213','2024-04-02 19:27:18',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2764,'4000','71712075213','2024-04-02 19:26:53',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2765,'1000','71712075258','2024-04-02 19:27:54',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nx4'),(2766,'4000','71712075258','2024-04-02 19:27:54',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(2767,'1110','71712075293','2024-04-02 19:28:50',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2768,'1110','71712075293','2024-04-02 19:28:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2769,'5500','71712075293','2024-04-02 19:28:34',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2770,'1000','71712075293','2024-04-02 19:28:50',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uzs'),(2771,'4000','71712075293','2024-04-02 19:28:50',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2772,'4000','71712075293','2024-04-02 19:28:13',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2773,'1000','71712075366','2024-04-02 19:39:51',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'80a'),(2774,'4000','71712075366','2024-04-02 19:39:51',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2775,'4000','71712075366','2024-04-02 19:29:26',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2776,'1000','71712076030','2024-04-02 19:40:43',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2777,'4000','71712076030','2024-04-02 19:40:43',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2778,'1000','71712076077','2024-04-02 20:34:19',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ldf'),(2779,'4000','71712076077','2024-04-02 20:34:19',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2780,'1000','71712079284','2024-04-02 20:35:33',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2781,'4000','71712079284','2024-04-02 20:35:33',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2782,'1000','71712081494','2024-04-02 21:11:44',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'38y'),(2783,'4000','71712081494','2024-04-02 21:11:44',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2784,'1000','71712081518','2024-04-02 21:12:36',5.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2a5'),(2785,'4000','71712081518','2024-04-02 21:12:36',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(2786,'1000','71712082857','2024-04-02 21:34:25',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3h9'),(2787,'4000','71712082857','2024-04-02 21:34:25',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2788,'1000','61712132999','2024-04-03 11:30:03',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H3c'),(2789,'4000','61712132999','2024-04-03 11:30:03',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2790,'1000','61712139386','2024-04-03 13:16:29',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sog'),(2791,'4000','61712139386','2024-04-03 13:16:29',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2792,'1000','61712139585','2024-04-03 13:19:56',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8km'),(2793,'4000','61712139585','2024-04-03 13:19:56',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2794,'1000','61712139644','2024-04-03 13:20:46',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B8w'),(2795,'4000','61712139644','2024-04-03 13:20:46',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2796,'1000','61712139687','2024-04-03 13:21:41',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'O12'),(2797,'4000','61712139687','2024-04-03 13:21:41',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2798,'4000','61712139687','2024-04-03 13:21:27',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2799,'4000','61712139687','2024-04-03 13:21:31',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2800,'1000','61712139722','2024-04-03 13:30:25',630.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xv5'),(2801,'4000','61712139722','2024-04-03 13:30:25',NULL,450.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2802,'4000','61712139722','2024-04-03 13:22:02',NULL,180.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(2803,'1000','61712141030','2024-04-03 13:43:52',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2i2'),(2804,'4000','61712141030','2024-04-03 13:43:52',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2805,'1000','61712141064','2024-04-03 13:44:34',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6nk'),(2806,'4000','61712141064','2024-04-03 13:44:34',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2807,'4000','61712141064','2024-04-03 13:44:24',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2808,'1000','61712142621','2024-04-03 14:15:23',210.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ynh'),(2809,'4000','61712142621','2024-04-03 14:15:23',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2810,'4000','61712142621','2024-04-03 14:10:21',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(2811,'1000','61712142951','2024-04-03 14:16:07',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qfb'),(2812,'4000','61712142951','2024-04-03 14:16:07',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2813,'4000','61712142951','2024-04-03 14:15:51',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2814,'1000','61712144877','2024-04-03 14:48:06',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Iyw'),(2815,'4000','61712144877','2024-04-03 14:48:06',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2816,'4000','61712144877','2024-04-03 14:47:57',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2817,'1000','61712144916','2024-04-03 14:48:52',430.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2818,'4000','61712144916','2024-04-03 14:48:52',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2819,'4000','61712144916','2024-04-03 14:48:36',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2820,'4000','61712144916','2024-04-03 14:48:45',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2821,'4000','61712144916','2024-04-03 14:48:48',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2822,'1000','61712146389','2024-04-03 15:13:18',650.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2823,'4000','61712146389','2024-04-03 15:13:18',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2824,'4000','61712146389','2024-04-03 15:13:09',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2825,'1000','61712152481','2024-04-03 16:54:47',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wnt'),(2826,'4000','61712152481','2024-04-03 16:54:47',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2827,'1000','61712152538','2024-04-03 16:55:40',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rwg'),(2828,'4000','61712152538','2024-04-03 16:55:40',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2829,'1000','61712152566','2024-04-03 16:56:31',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Asm'),(2830,'4000','61712152566','2024-04-03 16:56:31',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2831,'1000','61712152621','2024-04-03 16:57:04',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kqv'),(2832,'4000','61712152621','2024-04-03 16:57:04',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2833,'1000','61712152675','2024-04-03 16:57:56',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Eqi'),(2834,'4000','61712152675','2024-04-03 16:57:56',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2835,'1000','61712152766','2024-04-03 16:59:28',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1pu'),(2836,'4000','61712152766','2024-04-03 16:59:28',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2837,'1000','61712153211','2024-04-03 17:06:58',190.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2838,'4000','61712153211','2024-04-03 17:06:58',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2839,'4000','61712153211','2024-04-03 17:06:51',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2840,'1000','61712155811','2024-04-03 17:52:26',550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F2k'),(2841,'4000','61712155811','2024-04-03 17:52:26',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2842,'4000','61712155811','2024-04-03 17:50:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2843,'1000','61712156251','2024-04-03 17:57:41',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dws'),(2844,'4000','61712156251','2024-04-03 17:57:41',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2845,'4000','61712156251','2024-04-03 17:57:31',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2846,'1000','61712159373','2024-04-03 18:49:36',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ya1'),(2847,'4000','61712159373','2024-04-03 18:49:36',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2848,'1000','61712161623','2024-04-03 19:27:21',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0y6'),(2849,'4000','61712161623','2024-04-03 19:27:21',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2850,'4000','61712161623','2024-04-03 19:27:03',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2851,'1000','61712161666','2024-04-03 19:27:48',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oyw'),(2852,'4000','61712161666','2024-04-03 19:27:48',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2853,'1000','61712161689','2024-04-03 19:28:16',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2854,'4000','61712161689','2024-04-03 19:28:16',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2855,'4000','61712161689','2024-04-03 19:28:09',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2856,'1000','61712162220','2024-04-03 19:37:01',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oij'),(2857,'4000','61712162220','2024-04-03 19:37:01',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2858,'1000','61712166292','2024-04-03 20:44:53',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9j7'),(2859,'4000','61712166292','2024-04-03 20:44:53',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2860,'1000','61712166334','2024-04-03 20:45:44',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wcx'),(2861,'4000','61712166334','2024-04-03 20:45:44',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2862,'1000','61712166400','2024-04-03 20:46:49',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6tn'),(2863,'4000','61712166400','2024-04-03 20:46:49',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2864,'4000','61712166400','2024-04-03 20:46:40',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2865,'1000','61712166466','2024-04-03 20:47:47',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2866,'4000','61712166466','2024-04-03 20:47:47',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2867,'1000','61712166594','2024-04-03 20:50:05',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2868,'4000','61712166594','2024-04-03 20:50:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2869,'4000','61712166594','2024-04-03 20:49:54',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2870,'4000','61712166594','2024-04-03 20:49:58',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2871,'1000','61712168436','2024-04-03 21:21:36',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F5w'),(2872,'4000','61712168436','2024-04-03 21:21:36',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2873,'4000','61712168436','2024-04-03 21:20:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2874,'1000','61712168520','2024-04-03 21:22:01',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0e9'),(2875,'4000','61712168520','2024-04-03 21:22:01',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2876,'1000','71712227093','2024-04-04 13:45:13',920.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'394'),(2877,'4000','71712227093','2024-04-04 13:45:13',NULL,900.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2878,'4000','71712227093','2024-04-04 13:38:13',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(2879,'1000','71712227701','2024-04-04 13:48:43',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6tw'),(2880,'4000','71712227701','2024-04-04 13:48:43',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2881,'1000','71712227738','2024-04-04 13:49:20',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oyy'),(2882,'4000','71712227738','2024-04-04 13:49:20',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2883,'1000','71712227771','2024-04-04 14:03:07',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2884,'4000','71712227771','2024-04-04 14:03:07',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2885,'4000','71712227771','2024-04-04 13:49:31',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2886,'4000','71712227771','2024-04-04 14:02:14',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2887,'1000','71712228626','2024-04-04 14:04:55',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3t9'),(2888,'4000','71712228626','2024-04-04 14:04:55',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2889,'4000','71712228626','2024-04-04 14:04:29',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2890,'1000','71712228716','2024-04-04 14:05:57',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2891,'4000','71712228716','2024-04-04 14:05:57',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2892,'4000','71712228716','2024-04-04 14:05:16',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2893,'1000','71712228763','2024-04-04 14:06:24',900.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mqc'),(2894,'4000','71712228763','2024-04-04 14:06:24',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2895,'4000','71712228763','2024-04-04 14:06:03',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2896,'1000','71712229481','2024-04-04 14:21:12',460.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3jb'),(2897,'4000','71712229481','2024-04-04 14:21:12',NULL,300.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2898,'4000','71712229481','2024-04-04 14:18:01',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2899,'4000','71712229481','2024-04-04 14:19:47',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2900,'4000','71712229481','2024-04-04 14:20:07',NULL,40.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(2901,'4000','71712229481','2024-04-04 14:20:18',NULL,10.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(2902,'4000','71712229481','2024-04-04 14:20:42',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(2903,'1000','71712229715','2024-04-04 14:22:19',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'R7m'),(2904,'4000','71712229715','2024-04-04 14:22:19',NULL,450.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2905,'1000','71712229769','2024-04-04 14:24:16',220.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vx2'),(2906,'4000','71712229769','2024-04-04 14:24:16',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2907,'4000','71712229769','2024-04-04 14:23:10',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(2908,'4000','71712229769','2024-04-04 14:23:27',NULL,10.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(2909,'1000','71712231131','2024-04-04 14:46:07',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gcd'),(2910,'4000','71712231131','2024-04-04 14:46:07',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2911,'4000','71712231131','2024-04-04 14:45:31',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2912,'1000','71712232370','2024-04-04 15:07:25',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dod'),(2913,'4000','71712232370','2024-04-04 15:07:25',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2914,'1000','71712232749','2024-04-04 15:12:45',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'W51'),(2915,'4000','71712232749','2024-04-04 15:12:45',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2916,'1000','71712232778','2024-04-04 15:13:21',170.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yxk'),(2917,'4000','71712232778','2024-04-04 15:13:21',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2918,'4000','71712232778','2024-04-04 15:12:58',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(2919,'1110','71712232812','2024-04-04 15:13:49',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2920,'Asset','71712232812','2024-04-04 15:13:33',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2921,'1000','71712232812','2024-04-04 15:13:49',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Riq'),(2922,'4000','71712232812','2024-04-04 15:13:49',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2923,'1000','71712232843','2024-04-04 15:14:28',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'R2d'),(2924,'4000','71712232843','2024-04-04 15:14:28',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2925,'4000','71712232843','2024-04-04 15:14:03',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2926,'1000','71712234271','2024-04-04 15:37:51',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mr2'),(2927,'4000','71712234271','2024-04-04 15:37:51',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2928,'1000','71712236130','2024-04-04 16:09:31',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Y9q'),(2929,'4000','71712236130','2024-04-04 16:09:31',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2930,'4000','71712236130','2024-04-04 16:08:50',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2931,'4000','71712236130','2024-04-04 16:09:23',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2932,'1000','71712236216','2024-04-04 16:10:22',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bsy'),(2933,'4000','71712236216','2024-04-04 16:10:22',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2934,'4000','71712236216','2024-04-04 16:10:16',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2935,'1000','71712236246','2024-04-04 16:11:00',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,' vqy'),(2936,'4000','71712236246','2024-04-04 16:11:00',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2937,'4000','71712236246','2024-04-04 16:10:46',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2938,'4000','71712236246','2024-04-04 16:10:49',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2939,'4000','71712236246','2024-04-04 16:10:58',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2940,'1000','71712236324','2024-04-04 16:12:06',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hlj'),(2941,'4000','71712236324','2024-04-04 16:12:06',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2942,'1000','71712236363','2024-04-04 16:13:06',550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uhw'),(2943,'4000','71712236363','2024-04-04 16:13:06',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2944,'4000','71712236363','2024-04-04 16:12:43',NULL,300.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2945,'4000','71712236363','2024-04-04 16:12:51',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2946,'1000','71712236483','2024-04-04 16:15:01',210.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'T08'),(2947,'4000','71712236483','2024-04-04 16:15:01',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2948,'4000','71712236483','2024-04-04 16:14:43',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(2949,'4000','71712236483','2024-04-04 16:14:55',NULL,5.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(2950,'1000','71712236548','2024-04-04 16:15:49',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uus'),(2951,'4000','71712236548','2024-04-04 16:15:49',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2952,'1000','71712236583','2024-04-04 16:16:24',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ikb'),(2953,'4000','71712236583','2024-04-04 16:16:24',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2954,'1000','71712238781','2024-04-04 16:53:08',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yfz'),(2955,'4000','71712238781','2024-04-04 16:53:08',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2956,'4000','71712238781','2024-04-04 16:53:01',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2957,'1000','71712238830','2024-04-04 16:56:45',550.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2958,'4000','71712238830','2024-04-04 16:56:45',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2959,'4000','71712238830','2024-04-04 16:53:50',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2960,'1000','71712239083','2024-04-04 16:58:06',80.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2961,'4000','71712239083','2024-04-04 16:58:06',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2962,'4000','71712239083','2024-04-04 16:58:03',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(2963,'1110','71712239657','2024-04-04 17:07:38',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2964,'Asset','71712239657','2024-04-04 17:07:37',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2965,'1000','71712239657','2024-04-04 17:07:38',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8ho'),(2966,'4000','71712239657','2024-04-04 17:07:38',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2967,'1110','71712239691','2024-04-04 17:08:13',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2968,'Asset','71712239691','2024-04-04 17:08:11',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2969,'1000','71712239691','2024-04-04 17:08:13',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mfw'),(2970,'4000','71712239691','2024-04-04 17:08:13',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2971,'1000','71712241897','2024-04-04 17:45:14',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6fg'),(2972,'4000','71712241897','2024-04-04 17:45:14',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2973,'4000','71712241897','2024-04-04 17:44:57',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2974,'1000','71712241971','2024-04-04 17:46:20',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'C63'),(2975,'4000','71712241971','2024-04-04 17:46:20',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2976,'4000','71712241971','2024-04-04 17:46:11',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2977,'4000','71712241971','2024-04-04 17:46:13',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2978,'4000','71712241971','2024-04-04 17:46:18',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2979,'1000','71712242026','2024-04-04 17:47:20',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vt3'),(2980,'4000','71712242026','2024-04-04 17:47:20',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2981,'4000','71712242026','2024-04-04 17:47:06',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2982,'4000','71712242026','2024-04-04 17:47:08',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2983,'1000','71712242075','2024-04-04 17:48:08',70.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2uy'),(2984,'4000','71712242075','2024-04-04 17:48:08',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(2985,'4000','71712242075','2024-04-04 17:47:55',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2986,'4000','71712242075','2024-04-04 17:48:05',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2987,'1000','71712243278','2024-04-04 18:08:02',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2988,'4000','71712243278','2024-04-04 18:08:02',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2989,'4000','71712243278','2024-04-04 18:07:58',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2990,'1000','71712244753','2024-04-04 18:32:34',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4v9'),(2991,'4000','71712244753','2024-04-04 18:32:34',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2992,'1000','71712246105','2024-04-04 18:55:08',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kfr'),(2993,'4000','71712246105','2024-04-04 18:55:08',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2994,'4000','71712246105','2024-04-04 18:55:05',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2995,'1000','71712246847','2024-04-04 19:08:05',715.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cxl'),(2996,'4000','71712246847','2024-04-04 19:08:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2997,'4000','71712246847','2024-04-04 19:07:27',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2998,'4000','71712246847','2024-04-04 19:07:31',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2999,'4000','71712246847','2024-04-04 19:07:44',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3000,'4000','71712246847','2024-04-04 19:07:57',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3001,'4000','71712246847','2024-04-04 19:08:00',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3002,'1000','71712248316','2024-04-04 19:32:28',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ioi'),(3003,'4000','71712248316','2024-04-04 19:32:28',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3004,'4000','71712248316','2024-04-04 19:32:02',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3005,'1000','71712250272','2024-04-04 20:05:56',310.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4rl'),(3006,'4000','71712250272','2024-04-04 20:05:56',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3007,'4000','71712250272','2024-04-04 20:04:32',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3008,'4000','71712250272','2024-04-04 20:05:26',NULL,120.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3009,'1110','71712252149','2024-04-04 20:35:49',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3010,'Asset','71712252149','2024-04-04 20:35:49',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3011,'1000','71712252149','2024-04-04 20:35:49',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'K24'),(3012,'4000','71712252149','2024-04-04 20:35:49',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3013,'1000','71712253463','2024-04-04 20:58:05',250.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3014,'4000','71712253463','2024-04-04 20:58:05',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3015,'4000','71712253463','2024-04-04 20:57:43',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3016,'1110','71712253754','2024-04-04 21:02:34',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3017,'Asset','71712253754','2024-04-04 21:02:34',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3018,'1000','71712253754','2024-04-04 21:02:34',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ep1'),(3019,'4000','71712253754','2024-04-04 21:02:34',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3020,'1000','71712399909','2024-04-06 13:43:55',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0mp'),(3021,'4000','71712399909','2024-04-06 13:43:55',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3022,'4000','71712399909','2024-04-06 13:38:29',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3023,'1000','71712400894','2024-04-06 13:55:22',320.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Q0v'),(3024,'4000','71712400894','2024-04-06 13:55:22',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3025,'4000','71712400894','2024-04-06 13:54:54',NULL,20.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(3026,'1000','71712400943','2024-04-06 13:56:28',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qlo'),(3027,'4000','71712400943','2024-04-06 13:56:28',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3028,'4000','71712400943','2024-04-06 13:55:43',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3029,'1000','71712401007','2024-04-06 13:56:58',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xhh'),(3030,'4000','71712401007','2024-04-06 13:56:58',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3031,'1000','71712401034','2024-04-06 13:57:25',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Z9a'),(3032,'4000','71712401034','2024-04-06 13:57:25',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3033,'1000','71712401064','2024-04-06 13:57:53',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xri'),(3034,'4000','71712401064','2024-04-06 13:57:53',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3035,'1000','71712401090','2024-04-06 13:58:21',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dob'),(3036,'4000','71712401090','2024-04-06 13:58:21',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3037,'1000','71712401118','2024-04-06 13:59:01',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4gb'),(3038,'4000','71712401118','2024-04-06 13:59:01',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3039,'1000','71712401154','2024-04-06 13:59:26',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jl3'),(3040,'4000','71712401154','2024-04-06 13:59:26',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3041,'1000','71712401196','2024-04-06 14:00:15',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xiv'),(3042,'4000','71712401196','2024-04-06 14:00:15',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3043,'1000','71712401227','2024-04-06 14:00:35',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3044,'4000','71712401227','2024-04-06 14:00:35',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3045,'1000','71712402725','2024-04-06 14:25:29',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3046,'4000','71712402725','2024-04-06 14:25:29',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3047,'4000','71712402725','2024-04-06 14:25:25',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3048,'1000','71712404168','2024-04-06 14:49:47',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ou5'),(3049,'4000','71712404168','2024-04-06 14:49:47',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3050,'4000','71712404168','2024-04-06 14:49:28',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3051,'4000','71712404168','2024-04-06 14:49:32',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3052,'1000','71712404222','2024-04-06 14:50:22',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'165'),(3053,'4000','71712404222','2024-04-06 14:50:22',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3054,'1000','71712404353','2024-04-06 14:52:34',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zuc'),(3055,'4000','71712404353','2024-04-06 14:52:34',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3056,'1000','71712404381','2024-04-06 14:53:07',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nk3'),(3057,'4000','71712404381','2024-04-06 14:53:07',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3058,'4000','71712404381','2024-04-06 14:53:01',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3059,'4000','71712404381','2024-04-06 14:53:03',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3060,'1000','71712404583','2024-04-06 14:56:26',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jyt'),(3061,'4000','71712404583','2024-04-06 14:56:26',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3062,'4000','71712404583','2024-04-06 14:56:23',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3063,'1000','71712404605','2024-04-06 14:56:51',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oxr'),(3064,'4000','71712404605','2024-04-06 14:56:51',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3065,'4000','71712404605','2024-04-06 14:56:45',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3066,'1000','71712405622','2024-04-06 15:13:54',360.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pxx'),(3067,'4000','71712405622','2024-04-06 15:13:54',NULL,160.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(3068,'4000','71712405622','2024-04-06 15:13:42',NULL,160.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(3069,'4000','71712405622','2024-04-06 15:13:46',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3070,'1000','71712405707','2024-04-06 15:15:18',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'V9k'),(3071,'4000','71712405707','2024-04-06 15:15:18',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3072,'4000','71712405707','2024-04-06 15:15:07',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3073,'1000','71712405775','2024-04-06 15:17:00',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fby'),(3074,'4000','71712405775','2024-04-06 15:17:00',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3075,'4000','71712405775','2024-04-06 15:16:15',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3076,'4000','71712405775','2024-04-06 15:16:18',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3077,'4000','71712405775','2024-04-06 15:16:21',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3078,'4000','71712405775','2024-04-06 15:16:58',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3079,'1110','71712405851','2024-04-06 15:17:35',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3080,'1110','71712405851','2024-04-06 15:17:31',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3081,'Asset','71712405851','2024-04-06 15:17:35',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3082,'1000','71712405851','2024-04-06 15:17:35',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kus'),(3083,'4000','71712405851','2024-04-06 15:17:35',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3084,'4000','71712405851','2024-04-06 15:17:31',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3085,'1000','71712406259','2024-04-06 15:24:19',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3086,'4000','71712406259','2024-04-06 15:24:19',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3087,'1000','71712406453','2024-04-06 15:27:34',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'W6h'),(3088,'4000','71712406453','2024-04-06 15:27:34',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3089,'1000','71712407595','2024-04-06 15:46:42',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Trn'),(3090,'4000','71712407595','2024-04-06 15:46:42',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3091,'4000','71712407595','2024-04-06 15:46:36',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3092,'1000','71712407631','2024-04-06 15:47:16',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wru'),(3093,'4000','71712407631','2024-04-06 15:47:16',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3094,'4000','71712407631','2024-04-06 15:47:11',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3095,'1110','71712407661','2024-04-06 15:48:03',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3096,'1110','71712407661','2024-04-06 15:47:41',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3097,'1110','71712407661','2024-04-06 15:47:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3098,'5500','71712407661','2024-04-06 15:48:02',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3099,'1000','71712407661','2024-04-06 15:48:03',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'51k'),(3100,'4000','71712407661','2024-04-06 15:48:03',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3101,'4000','71712407661','2024-04-06 15:47:41',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3102,'4000','71712407661','2024-04-06 15:47:44',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3103,'1000','71712407721','2024-04-06 15:48:42',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3104,'4000','71712407721','2024-04-06 15:48:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3105,'1000','71712407724','2024-04-06 17:03:08',2080.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ib9'),(3106,'4000','71712407724','2024-04-06 17:03:08',NULL,1200.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3107,'4000','71712407724','2024-04-06 15:48:44',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3108,'4000','71712407724','2024-04-06 17:02:23',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3109,'1000','71712412310','2024-04-06 17:05:28',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ms8'),(3110,'4000','71712412310','2024-04-06 17:05:28',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3111,'1000','71712412343','2024-04-06 17:06:05',20.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'A4s'),(3112,'4000','71712412343','2024-04-06 17:06:05',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3113,'1000','71712412753','2024-04-06 17:13:18',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Trn'),(3114,'4000','71712412753','2024-04-06 17:13:18',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3115,'4000','71712412753','2024-04-06 17:12:33',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3116,'1000','71712412814','2024-04-06 17:13:43',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wru'),(3117,'4000','71712412814','2024-04-06 17:13:43',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3118,'1000','71712412864','2024-04-06 17:14:51',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Sml'),(3119,'4000','71712412864','2024-04-06 17:14:51',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3120,'4000','71712412864','2024-04-06 17:14:24',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3121,'1110','71712412906','2024-04-06 17:15:26',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3122,'Asset','71712412906','2024-04-06 17:15:06',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3123,'1000','71712412906','2024-04-06 17:15:26',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pcb'),(3124,'4000','71712412906','2024-04-06 17:15:26',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3125,'1000','71712412944','2024-04-06 17:16:07',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Sb7'),(3126,'4000','71712412944','2024-04-06 17:16:07',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3127,'1110','71712413214','2024-04-06 17:20:24',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3128,'Asset','71712413214','2024-04-06 17:20:14',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3129,'1000','71712413214','2024-04-06 17:20:24',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nru'),(3130,'4000','71712413214','2024-04-06 17:20:24',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3131,'1000','71712413260','2024-04-06 17:32:22',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nfk'),(3132,'4000','71712413260','2024-04-06 17:32:22',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3133,'4000','71712413260','2024-04-06 17:21:00',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3134,'4000','71712413260','2024-04-06 17:31:57',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3135,'1000','71712413974','2024-04-06 17:34:01',90.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zek'),(3136,'4000','71712413974','2024-04-06 17:34:01',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(3137,'1000','71712414058','2024-04-06 17:34:37',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'39v'),(3138,'4000','71712414058','2024-04-06 17:34:37',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3139,'1000','71712414510','2024-04-06 17:44:02',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wgb'),(3140,'4000','71712414510','2024-04-06 17:44:02',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3141,'1000','71712416866','2024-04-06 18:23:30',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zit'),(3142,'4000','71712416866','2024-04-06 18:23:30',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3143,'1000','71712417041','2024-04-06 18:24:11',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'C7m'),(3144,'4000','71712417041','2024-04-06 18:24:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3145,'1000','71712417149','2024-04-06 19:16:42',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3146,'4000','71712417149','2024-04-06 19:16:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3147,'4000','71712417149','2024-04-06 18:25:49',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3148,'1000','71712420207','2024-04-06 19:24:59',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6jl'),(3149,'4000','71712420207','2024-04-06 19:24:59',NULL,600.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3150,'1000','71712421016','2024-04-06 19:35:11',285.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ivc'),(3151,'4000','71712421016','2024-04-06 19:35:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3152,'4000','71712421016','2024-04-06 19:30:16',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3153,'4000','71712421016','2024-04-06 19:30:47',NULL,5.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(3154,'4000','71712421016','2024-04-06 19:34:28',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3155,'1000','71712421483','2024-04-06 19:39:59',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'D6l'),(3156,'4000','71712421483','2024-04-06 19:39:59',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3157,'1000','71712421617','2024-04-06 19:40:36',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'32j'),(3158,'4000','71712421617','2024-04-06 19:40:36',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3159,'1000','71712421681','2024-04-06 19:41:57',830.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3160,'4000','71712421681','2024-04-06 19:41:57',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3161,'4000','71712421681','2024-04-06 19:41:21',NULL,30.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3162,'1000','71712421953','2024-04-06 19:46:12',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3163,'4000','71712421953','2024-04-06 19:46:12',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3164,'1000','71712422302','2024-04-06 20:00:23',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7lq'),(3165,'4000','71712422302','2024-04-06 20:00:23',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3166,'1000','71712422863','2024-04-06 20:01:19',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rjt'),(3167,'4000','71712422863','2024-04-06 20:01:19',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3168,'1000','71712424113','2024-04-06 20:34:12',470.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ezr'),(3169,'4000','71712424113','2024-04-06 20:34:12',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3170,'4000','71712424113','2024-04-06 20:23:07',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3171,'4000','71712424113','2024-04-06 20:24:00',NULL,160.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3172,'4000','71712424113','2024-04-06 20:24:12',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3173,'1000','71712424865','2024-04-06 20:34:57',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tvw'),(3174,'4000','71712424865','2024-04-06 20:34:57',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3175,'1000','71712424913','2024-04-06 20:35:29',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ceb'),(3176,'4000','71712424913','2024-04-06 20:35:29',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3177,'1110','71712424958','2024-04-06 20:36:13',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3178,'Asset','71712424958','2024-04-06 20:35:58',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3179,'1000','71712424958','2024-04-06 20:36:13',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5av'),(3180,'4000','71712424958','2024-04-06 20:36:13',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3181,'1000','71712427761','2024-04-06 21:23:14',230.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3182,'4000','71712427761','2024-04-06 21:23:14',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3183,'4000','71712427761','2024-04-06 21:22:41',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3184,'4000','71712427761','2024-04-06 21:22:50',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3185,'1000','71712427833','2024-04-06 21:23:54',50.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3186,'4000','71712427833','2024-04-06 21:23:54',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3187,'1000','71712428201','2024-04-06 21:31:20',155.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'E4b'),(3188,'4000','71712428201','2024-04-06 21:31:20',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3189,'4000','71712428201','2024-04-06 21:30:01',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3190,'1000','71712428746','2024-04-06 21:40:43',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P4p'),(3191,'4000','71712428746','2024-04-06 21:40:43',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3192,'1000','71712428942','2024-04-06 21:43:01',250.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3193,'4000','71712428942','2024-04-06 21:43:01',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3194,'4000','71712428942','2024-04-06 21:42:22',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3195,'1000','71712482461','2024-04-07 12:37:04',650.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9p3'),(3196,'4000','71712482461','2024-04-07 12:37:04',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3197,'4000','71712482461','2024-04-07 12:34:21',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3198,'1000','71712483282','2024-04-07 12:48:12',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'76A'),(3199,'4000','71712483282','2024-04-07 12:48:12',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3200,'1000','71712483497','2024-04-07 12:58:23',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xcs'),(3201,'4000','71712483497','2024-04-07 12:58:23',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3202,'4000','71712483497','2024-04-07 12:52:20',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3203,'1000','71712483921','2024-04-07 12:59:46',420.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3204,'4000','71712483921','2024-04-07 12:59:46',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3205,'4000','71712483921','2024-04-07 12:58:41',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3206,'4000','71712483921','2024-04-07 12:59:04',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3207,'1000','71712484193','2024-04-07 13:03:38',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vsg'),(3208,'4000','71712484193','2024-04-07 13:03:38',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3209,'1000','71712484246','2024-04-07 13:04:27',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9gc'),(3210,'4000','71712484246','2024-04-07 13:04:27',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3211,'1000','71712484297','2024-04-07 13:12:29',1020.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ba0'),(3212,'4000','71712484297','2024-04-07 13:12:29',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3213,'4000','71712484297','2024-04-07 13:04:57',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3214,'4000','71712484297','2024-04-07 13:08:51',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3215,'4000','71712484297','2024-04-07 13:09:01',NULL,400.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3216,'4000','71712484297','2024-04-07 13:11:11',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3217,'1000','71712484769','2024-04-07 13:14:34',155.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'M2a'),(3218,'4000','71712484769','2024-04-07 13:14:34',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3219,'4000','71712484769','2024-04-07 13:12:49',NULL,5.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(3220,'1000','71712484925','2024-04-07 13:17:41',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'03o'),(3221,'4000','71712484925','2024-04-07 13:17:41',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3222,'1000','71712485075','2024-04-07 13:18:05',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8n9'),(3223,'4000','71712485075','2024-04-07 13:18:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3224,'1000','71712485097','2024-04-07 13:18:42',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4se'),(3225,'4000','71712485097','2024-04-07 13:18:42',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3226,'1000','71712485237','2024-04-07 13:20:44',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3227,'4000','71712485237','2024-04-07 13:20:44',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3228,'1000','71712488656','2024-04-07 14:24:24',470.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uit'),(3229,'4000','71712488656','2024-04-07 14:24:24',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3230,'4000','71712488656','2024-04-07 14:17:36',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3231,'1110','71712489152','2024-04-07 14:26:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(3232,'1110','71712489152','2024-04-07 14:25:52',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3233,'1110','71712489152','2024-04-07 14:26:04',NULL,0.00,'','7','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(3234,'5500','71712489152','2024-04-07 14:26:36',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3235,'1000','71712489152','2024-04-07 14:26:46',420.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yrw'),(3236,'4000','71712489152','2024-04-07 14:26:46',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3237,'4000','71712489152','2024-04-07 14:25:52',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3238,'4000','71712489152','2024-04-07 14:26:04',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3239,'1000','71712489217','2024-04-07 14:27:12',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0kg'),(3240,'4000','71712489217','2024-04-07 14:27:12',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3241,'1000','71712489246','2024-04-07 14:27:57',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jsh'),(3242,'4000','71712489246','2024-04-07 14:27:57',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3243,'1000','71712489286','2024-04-07 14:28:22',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7r5'),(3244,'4000','71712489286','2024-04-07 14:28:22',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3245,'1000','71712489314','2024-04-07 14:29:03',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'G6r'),(3246,'4000','71712489314','2024-04-07 14:29:03',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3247,'4000','71712489314','2024-04-07 14:28:34',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3248,'1000','71712489356','2024-04-07 14:29:29',20.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pxl'),(3249,'4000','71712489356','2024-04-07 14:29:29',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3250,'1000','71712489387','2024-04-07 14:30:24',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ank'),(3251,'4000','71712489387','2024-04-07 14:30:24',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3252,'4000','71712489387','2024-04-07 14:29:47',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3253,'1000','71712489435','2024-04-07 14:36:39',920.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jbg'),(3254,'4000','71712489435','2024-04-07 14:36:39',NULL,900.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3255,'4000','71712489435','2024-04-07 14:30:35',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3256,'1000','71712489991','2024-04-07 14:42:06',480.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5ha'),(3257,'4000','71712489991','2024-04-07 14:42:06',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3258,'4000','71712489991','2024-04-07 14:39:51',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3259,'4000','71712489991','2024-04-07 14:41:45',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3260,'1000','71712490143','2024-04-07 14:45:57',590.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Saa'),(3261,'4000','71712490143','2024-04-07 14:45:57',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3262,'4000','71712490143','2024-04-07 14:42:23',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3263,'4000','71712490143','2024-04-07 14:43:43',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3264,'4000','71712490143','2024-04-07 14:43:59',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3265,'4000','71712490143','2024-04-07 14:44:16',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(3266,'1000','71712490391','2024-04-07 14:52:30',210.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gd9'),(3267,'4000','71712490391','2024-04-07 14:52:30',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3268,'4000','71712490391','2024-04-07 14:46:31',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(3269,'1000','71712490775','2024-04-07 14:53:39',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dqf'),(3270,'4000','71712490775','2024-04-07 14:53:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3271,'1000','71712491102','2024-04-07 15:05:58',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'C0f'),(3272,'4000','71712491102','2024-04-07 15:05:58',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3273,'4000','71712491102','2024-04-07 14:58:22',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3274,'1000','71712491577','2024-04-07 15:06:38',600.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3275,'4000','71712491577','2024-04-07 15:06:38',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3276,'1000','71712491604','2024-04-07 15:07:06',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Byd'),(3277,'4000','71712491604','2024-04-07 15:07:06',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3278,'1000','71712491638','2024-04-07 16:43:33',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zk1'),(3279,'4000','71712491638','2024-04-07 16:43:33',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3280,'4000','71712491638','2024-04-07 15:07:18',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3281,'1000','71712497431','2024-04-07 16:44:02',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Agq'),(3282,'4000','71712497431','2024-04-07 16:44:02',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3283,'1000','71712497458','2024-04-07 16:44:54',470.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yon'),(3284,'4000','71712497458','2024-04-07 16:44:54',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3285,'4000','71712497458','2024-04-07 16:44:18',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3286,'1000','71712497523','2024-04-07 16:45:35',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7pg'),(3287,'4000','71712497523','2024-04-07 16:45:35',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3288,'1110','71712497555','2024-04-07 16:46:09',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3289,'Asset','71712497555','2024-04-07 16:45:55',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3290,'1000','71712497555','2024-04-07 16:46:09',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'73r'),(3291,'4000','71712497555','2024-04-07 16:46:09',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3292,'1000','71712497583','2024-04-07 16:48:51',720.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0tm'),(3293,'4000','71712497583','2024-04-07 16:48:51',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3294,'4000','71712497583','2024-04-07 16:46:23',NULL,150.00,'','7','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3295,'4000','71712497583','2024-04-07 16:48:23',NULL,120.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3296,'1000','71712497753','2024-04-07 16:49:31',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Y3s'),(3297,'4000','71712497753','2024-04-07 16:49:31',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3298,'1110','71712497783','2024-04-07 16:49:55',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3299,'Asset','71712497783','2024-04-07 16:49:43',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3300,'1000','71712497783','2024-04-07 16:49:55',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6j3'),(3301,'4000','71712497783','2024-04-07 16:49:55',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3302,'1110','71712497806','2024-04-07 16:51:26',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3303,'Asset','71712497806','2024-04-07 16:50:06',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3304,'1000','71712497806','2024-04-07 16:51:26',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jur'),(3305,'4000','71712497806','2024-04-07 16:51:26',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3306,'1000','71712497894','2024-04-07 16:51:50',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ej9'),(3307,'4000','71712497894','2024-04-07 16:51:50',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3308,'1000','71712497923','2024-04-07 16:52:33',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3rb'),(3309,'4000','71712497923','2024-04-07 16:52:33',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3310,'4000','71712497923','2024-04-07 16:52:03',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3311,'1000','71712497966','2024-04-07 16:53:54',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Byd'),(3312,'4000','71712497966','2024-04-07 16:53:54',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3313,'4000','71712497966','2024-04-07 16:52:46',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3314,'1000','71712498168','2024-04-07 17:02:56',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jge'),(3315,'4000','71712498168','2024-04-07 17:02:56',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3316,'4000','71712498168','2024-04-07 16:56:08',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3317,'1000','71712498612','2024-04-07 17:47:25',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dvj'),(3318,'4000','71712498612','2024-04-07 17:47:25',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3319,'1000','71712501258','2024-04-07 17:49:13',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fe4'),(3320,'4000','71712501258','2024-04-07 17:49:13',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3321,'4000','71712501258','2024-04-07 17:47:38',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3322,'1000','71712501366','2024-04-07 17:50:26',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vek'),(3323,'4000','71712501366','2024-04-07 17:50:26',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3324,'4000','71712501366','2024-04-07 17:49:26',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3325,'4000','71712501366','2024-04-07 17:50:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3326,'1000','71712501436','2024-04-07 17:51:14',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ow3'),(3327,'4000','71712501436','2024-04-07 17:51:14',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3328,'1000','71712501490','2024-04-07 17:53:33',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Srs'),(3329,'4000','71712501490','2024-04-07 17:53:33',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3330,'4000','71712501490','2024-04-07 17:51:30',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3331,'1000','71712501911','2024-04-07 17:59:17',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0zk'),(3332,'4000','71712501911','2024-04-07 17:59:17',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3333,'4000','71712501911','2024-04-07 17:58:31',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3334,'1000','71712502111','2024-04-07 18:07:17',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Idd'),(3335,'4000','71712502111','2024-04-07 18:07:17',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3336,'4000','71712502111','2024-04-07 18:01:51',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3337,'1000','71712502551','2024-04-07 18:09:33',140.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jh2'),(3338,'4000','71712502551','2024-04-07 18:09:33',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(3339,'4000','71712502551','2024-04-07 18:09:11',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3340,'1000','71712502764','2024-04-07 18:13:50',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'O6f'),(3341,'4000','71712502764','2024-04-07 18:13:50',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3342,'4000','71712502764','2024-04-07 18:12:44',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3343,'4000','71712502764','2024-04-07 18:13:29',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3344,'1000','71712502844','2024-04-07 18:14:35',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fhn'),(3345,'4000','71712502844','2024-04-07 18:14:35',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3346,'1000','71712502887','2024-04-07 18:15:29',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wjf'),(3347,'4000','71712502887','2024-04-07 18:15:29',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3348,'4000','71712502887','2024-04-07 18:14:47',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3349,'1000','71712502946','2024-04-07 18:16:53',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Niw'),(3350,'4000','71712502946','2024-04-07 18:16:53',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3351,'4000','71712502946','2024-04-07 18:15:46',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3352,'1000','71712503029','2024-04-07 18:21:30',1070.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jjt'),(3353,'4000','71712503029','2024-04-07 18:21:30',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3354,'4000','71712503029','2024-04-07 18:17:09',NULL,900.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3355,'4000','71712503029','2024-04-07 18:20:21',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3356,'1110','71712503338','2024-04-07 18:22:49',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3357,'Asset','71712503338','2024-04-07 18:22:18',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3358,'1000','71712503338','2024-04-07 18:22:49',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'A29'),(3359,'4000','71712503338','2024-04-07 18:22:49',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3360,'1000','71712503428','2024-04-07 18:25:15',530.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9g'),(3361,'4000','71712503428','2024-04-07 18:25:15',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3362,'4000','71712503428','2024-04-07 18:23:48',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3363,'1000','71712504854','2024-04-07 18:48:00',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jbk'),(3364,'4000','71712504854','2024-04-07 18:48:00',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3365,'1000','71712507846','2024-04-07 19:37:27',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ggl'),(3366,'4000','71712507846','2024-04-07 19:37:27',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3367,'1000','71712507872','2024-04-07 19:37:53',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2js'),(3368,'4000','71712507872','2024-04-07 19:37:53',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3369,'1000','61712507956','2024-04-07 19:39:25',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hjt'),(3370,'4000','61712507956','2024-04-07 19:39:25',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3371,'1110','61712507990','2024-04-07 19:40:14',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3372,'1110','61712507990','2024-04-07 19:39:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3373,'1110','61712507990','2024-04-07 19:40:06',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3374,'5500','61712507990','2024-04-07 19:40:12',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3375,'1000','61712507990','2024-04-07 19:40:14',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Quj'),(3376,'4000','61712507990','2024-04-07 19:40:14',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3377,'4000','61712507990','2024-04-07 19:39:50',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3378,'4000','61712507990','2024-04-07 19:40:06',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3379,'1000','61712508037','2024-04-07 19:40:40',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'G5j'),(3380,'4000','61712508037','2024-04-07 19:40:40',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3381,'1000','61712508124','2024-04-07 19:42:08',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3382,'4000','61712508124','2024-04-07 19:42:08',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3383,'1110','71712574047','2024-04-08 14:01:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3384,'1110','71712574047','2024-04-08 14:00:47',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3385,'Asset','71712574047','2024-04-08 14:01:14',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3386,'1000','71712574047','2024-04-08 14:01:25',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6p5'),(3387,'4000','71712574047','2024-04-08 14:01:25',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3388,'4000','71712574047','2024-04-08 14:00:47',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3389,'1000','71712575679','2024-04-08 14:28:02',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pin'),(3390,'4000','71712575679','2024-04-08 14:28:02',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3391,'4000','71712575679','2024-04-08 14:27:59',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3392,'1000','71712581528','2024-04-08 16:09:31',330.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3393,'4000','71712581528','2024-04-08 16:09:31',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3394,'4000','71712581528','2024-04-08 16:05:28',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3395,'4000','71712581528','2024-04-08 16:07:08',NULL,80.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(3396,'1000','71712581799','2024-04-08 16:10:08',170.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8lb'),(3397,'4000','71712581799','2024-04-08 16:10:08',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3398,'4000','71712581799','2024-04-08 16:09:59',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3399,'1000','71712581858','2024-04-08 16:10:58',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9r4'),(3400,'4000','71712581858','2024-04-08 16:10:58',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3401,'1000','71712581887','2024-04-08 16:11:28',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3ot'),(3402,'4000','71712581887','2024-04-08 16:11:28',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3403,'1000','71712582307','2024-04-08 16:18:40',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5d3'),(3404,'4000','71712582307','2024-04-08 16:18:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3405,'4000','71712582307','2024-04-08 16:18:27',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3406,'1000','71712582352','2024-04-08 16:19:15',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6p5'),(3407,'4000','71712582352','2024-04-08 16:19:15',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3408,'4000','71712582352','2024-04-08 16:19:12',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3409,'1000','71712582399','2024-04-08 16:20:48',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'J5t'),(3410,'4000','71712582399','2024-04-08 16:20:48',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3411,'4000','71712582399','2024-04-08 16:19:59',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3412,'1110','71712587380','2024-04-08 17:43:03',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3413,'1110','71712587380','2024-04-08 17:43:00',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3414,'5500','71712587380','2024-04-08 17:43:02',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3415,'1000','71712587380','2024-04-08 17:43:03',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3416,'4000','71712587380','2024-04-08 17:43:03',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3417,'4000','71712587380','2024-04-08 17:43:00',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3418,'1000','71712587529','2024-04-08 17:46:41',605.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ogq'),(3419,'4000','71712587529','2024-04-08 17:46:41',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3420,'4000','71712587529','2024-04-08 17:45:29',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3421,'4000','71712587529','2024-04-08 17:45:57',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3422,'1000','71712587627','2024-04-08 17:47:08',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bdh'),(3423,'4000','71712587627','2024-04-08 17:47:08',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3424,'1110','71712587890','2024-04-08 17:56:31',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3425,'1110','71712587890','2024-04-08 17:51:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3426,'1110','71712587890','2024-04-08 17:51:34',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3427,'1110','71712587890','2024-04-08 17:55:43',NULL,0.00,'','7','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(3428,'1110','71712587890','2024-04-08 17:56:09',NULL,0.00,'','7','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(3429,'1110','71712587890','2024-04-08 17:56:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','28','','No',NULL,NULL,''),(3430,'1110','71712587890','2024-04-08 17:56:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(3431,'1110','71712587890','2024-04-08 17:56:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(3432,'5500','71712587890','2024-04-08 17:56:30',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3433,'1000','71712587890','2024-04-08 17:56:31',650.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dot'),(3434,'4000','71712587890','2024-04-08 17:56:31',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3435,'4000','71712587890','2024-04-08 17:51:30',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3436,'4000','71712587890','2024-04-08 17:51:34',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3437,'4000','71712587890','2024-04-08 17:55:43',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3438,'4000','71712587890','2024-04-08 17:56:09',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3439,'4000','71712587890','2024-04-08 17:56:12',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(3440,'4000','71712587890','2024-04-08 17:56:20',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3441,'4000','71712587890','2024-04-08 17:56:27',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3442,'1000','61712511761','2024-04-08 20:30:18',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8iq'),(3443,'4000','61712511761','2024-04-08 20:30:18',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3444,'4000','61712511761','2024-04-07 20:42:41',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3445,'1000','61712597442','2024-04-08 20:30:44',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ivt'),(3446,'4000','61712597442','2024-04-08 20:30:44',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3447,'1000','71712599657','2024-04-08 21:07:38',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fkh'),(3448,'4000','71712599657','2024-04-08 21:07:38',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3449,'1110','71712599680','2024-04-08 21:08:05',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3450,'1110','71712599680','2024-04-08 21:08:00',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(3451,'5500','71712599680','2024-04-08 21:08:04',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3452,'1000','71712599680','2024-04-08 21:08:05',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7wj'),(3453,'4000','71712599680','2024-04-08 21:08:05',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3454,'4000','71712599680','2024-04-08 21:08:00',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3455,'1000','71712599710','2024-04-08 21:08:31',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rx7'),(3456,'4000','71712599710','2024-04-08 21:08:31',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3457,'1110','71712599734','2024-04-08 21:09:00',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3458,'1110','71712599734','2024-04-08 21:08:54',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(3459,'5500','71712599734','2024-04-08 21:09:00',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3460,'1000','71712599734','2024-04-08 21:09:00',155.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Iq1'),(3461,'4000','71712599734','2024-04-08 21:09:00',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3462,'4000','71712599734','2024-04-08 21:08:54',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3463,'1110','71712599762','2024-04-08 21:09:23',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3464,'Asset','71712599762','2024-04-08 21:09:22',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3465,'1000','71712599762','2024-04-08 21:09:23',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6u9'),(3466,'4000','71712599762','2024-04-08 21:09:23',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3467,'1110','71712599790','2024-04-08 21:09:52',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3468,'Asset','71712599790','2024-04-08 21:09:50',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3469,'1000','71712599790','2024-04-08 21:09:52',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'T9z'),(3470,'4000','71712599790','2024-04-08 21:09:52',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3471,'1110','71712599823','2024-04-08 21:10:23',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3472,'Asset','71712599823','2024-04-08 21:10:23',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3473,'1000','71712599823','2024-04-08 21:10:23',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xkt'),(3474,'4000','71712599823','2024-04-08 21:10:23',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3475,'1000','71712599843','2024-04-08 21:10:44',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gj2'),(3476,'4000','71712599843','2024-04-08 21:10:44',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3477,'1000','71712599867','2024-04-08 21:11:09',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'T7r'),(3478,'4000','71712599867','2024-04-08 21:11:09',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3479,'1000','71712599924','2024-04-08 21:12:05',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rja'),(3480,'4000','71712599924','2024-04-08 21:12:05',NULL,80.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(3481,'1110','71712599947','2024-04-08 21:12:44',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3482,'1110','71712599947','2024-04-08 21:12:27',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3483,'1110','71712599947','2024-04-08 21:12:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(3484,'1110','71712599947','2024-04-08 21:12:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(3485,'5500','71712599947','2024-04-08 21:12:44',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3486,'1000','71712599947','2024-04-08 21:12:44',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'K0o'),(3487,'4000','71712599947','2024-04-08 21:12:44',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3488,'4000','71712599947','2024-04-08 21:12:27',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3489,'4000','71712599947','2024-04-08 21:12:29',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3490,'4000','71712599947','2024-04-08 21:12:36',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3491,'1110','71712599995','2024-04-08 21:13:16',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3492,'Asset','71712599995','2024-04-08 21:13:15',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3493,'1000','71712599995','2024-04-08 21:13:16',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'75b'),(3494,'4000','71712599995','2024-04-08 21:13:16',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3495,'1110','71712600026','2024-04-08 21:13:47',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3496,'Asset','71712600026','2024-04-08 21:13:46',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3497,'1000','71712600026','2024-04-08 21:13:47',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wrh'),(3498,'4000','71712600026','2024-04-08 21:13:47',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3499,'1110','71712600057','2024-04-08 21:14:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3500,'1110','71712600057','2024-04-08 21:14:17',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3501,'1110','71712600057','2024-04-08 21:14:18',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3502,'1110','71712600057','2024-04-08 21:14:19',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3503,'1110','71712600057','2024-04-08 21:14:20',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3504,'1110','71712600057','2024-04-08 21:14:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3505,'1110','71712600057','2024-04-08 21:14:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3506,'5500','71712600057','2024-04-08 21:14:27',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3507,'1000','71712600057','2024-04-08 21:14:28',1700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jlb'),(3508,'4000','71712600057','2024-04-08 21:14:28',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3509,'4000','71712600057','2024-04-08 21:14:17',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3510,'4000','71712600057','2024-04-08 21:14:18',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3511,'4000','71712600057','2024-04-08 21:14:19',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3512,'4000','71712600057','2024-04-08 21:14:20',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3513,'4000','71712600057','2024-04-08 21:14:20',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3514,'4000','71712600057','2024-04-08 21:14:24',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3515,'1000','71712600091','2024-04-08 21:15:15',360.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'T10'),(3516,'4000','71712600091','2024-04-08 21:15:15',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3517,'4000','71712600091','2024-04-08 21:14:51',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3518,'4000','71712600091','2024-04-08 21:15:08',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3519,'1110','71712600151','2024-04-08 21:16:10',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3520,'1110','71712600151','2024-04-08 21:15:51',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3521,'5500','71712600151','2024-04-08 21:16:10',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3522,'1000','71712600151','2024-04-08 21:16:10',550.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3523,'4000','71712600151','2024-04-08 21:16:10',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3524,'4000','71712600151','2024-04-08 21:15:51',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3525,'1110','71712660679','2024-04-09 14:05:08',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3526,'1110','71712660679','2024-04-09 14:04:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(3527,'5500','71712660679','2024-04-09 14:04:56',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3528,'1000','71712660679','2024-04-09 14:05:08',340.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yz6'),(3529,'4000','71712660679','2024-04-09 14:05:08',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3530,'4000','71712660679','2024-04-09 14:04:39',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3531,'1000','71712660729','2024-04-09 14:30:12',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3sq'),(3532,'4000','71712660729','2024-04-09 14:30:12',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3533,'4000','71712660729','2024-04-09 14:05:29',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3534,'1000','71712662307','2024-04-09 14:32:11',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bkz'),(3535,'4000','71712662307','2024-04-09 14:32:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3536,'1000','71712662376','2024-04-09 14:37:55',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3xg'),(3537,'4000','71712662376','2024-04-09 14:37:55',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3538,'4000','71712662376','2024-04-09 14:32:56',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3539,'1000','71712662691','2024-04-09 14:38:40',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ly6'),(3540,'4000','71712662691','2024-04-09 14:38:40',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3541,'1110','71712662740','2024-04-09 14:39:30',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3542,'Asset','71712662740','2024-04-09 14:39:00',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3543,'1000','71712662740','2024-04-09 14:39:30',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yjj'),(3544,'4000','71712662740','2024-04-09 14:39:30',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3545,'1000','71712662827','2024-04-09 14:40:47',270.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lv0'),(3546,'4000','71712662827','2024-04-09 14:40:47',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3547,'4000','71712662827','2024-04-09 14:40:27',NULL,120.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3548,'1000','71712662860','2024-04-09 14:41:34',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'84a'),(3549,'4000','71712662860','2024-04-09 14:41:34',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3550,'1000','71712665330','2024-04-09 15:22:27',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Sdp'),(3551,'4000','71712665330','2024-04-09 15:22:27',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3552,'1110','71712665356','2024-04-09 15:22:56',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3553,'1110','71712665356','2024-04-09 15:22:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(3554,'5500','71712665356','2024-04-09 15:22:49',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3555,'1000','71712665356','2024-04-09 15:22:56',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Sr9'),(3556,'4000','71712665356','2024-04-09 15:22:56',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3557,'4000','71712665356','2024-04-09 15:22:36',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3558,'1000','71712665390','2024-04-09 15:23:25',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'C1v'),(3559,'4000','71712665390','2024-04-09 15:23:25',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3560,'1110','71712665440','2024-04-09 16:28:17',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3561,'1110','71712665440','2024-04-09 15:24:00',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3562,'Asset','71712665440','2024-04-09 16:16:21',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3563,'1000','71712665440','2024-04-09 16:28:17',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pnq'),(3564,'4000','71712665440','2024-04-09 16:28:17',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3565,'4000','71712665440','2024-04-09 15:24:00',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3566,'1110','71712669370','2024-04-09 16:29:58',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3567,'1110','71712669370','2024-04-09 16:29:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(3568,'5500','71712669370','2024-04-09 16:29:44',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3569,'1000','71712669370','2024-04-09 16:29:58',470.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ez8'),(3570,'4000','71712669370','2024-04-09 16:29:58',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3571,'4000','71712669370','2024-04-09 16:29:30',NULL,20.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3572,'1000','71712669413','2024-04-09 16:30:32',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'54k'),(3573,'4000','71712669413','2024-04-09 16:30:32',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3574,'1000','71712669454','2024-04-09 16:31:10',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3575,'4000','71712669454','2024-04-09 16:31:10',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3576,'1000','71712676617','2024-04-09 18:30:44',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9o6'),(3577,'4000','71712676617','2024-04-09 18:30:44',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3578,'1000','71712676662','2024-04-09 18:31:18',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cnx'),(3579,'4000','71712676662','2024-04-09 18:31:18',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3580,'1110','71712677314','2024-04-09 18:42:47',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3581,'1110','71712677314','2024-04-09 18:41:54',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3582,'Asset','71712677314','2024-04-09 18:42:36',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3583,'1000','71712677314','2024-04-09 18:42:47',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5lt'),(3584,'4000','71712677314','2024-04-09 18:42:47',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3585,'4000','71712677314','2024-04-09 18:41:54',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3586,'1000','71712677405','2024-04-09 18:43:40',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uhv'),(3587,'4000','71712677405','2024-04-09 18:43:40',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3588,'1000','71712677429','2024-04-09 18:44:05',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0k8'),(3589,'4000','71712677429','2024-04-09 18:44:05',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3590,'1000','71712677465','2024-04-09 18:44:39',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gyl'),(3591,'4000','71712677465','2024-04-09 18:44:39',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3592,'1000','71712677488','2024-04-09 18:45:10',100.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3593,'4000','71712677488','2024-04-09 18:45:10',NULL,100.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3594,'1000','71712685036','2024-04-09 20:50:44',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8ey'),(3595,'4000','71712685036','2024-04-09 20:50:44',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3596,'1000','71712685058','2024-04-09 20:51:15',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vxh'),(3597,'4000','71712685058','2024-04-09 20:51:15',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3598,'1000','61712747639','2024-04-10 14:14:05',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'K4a'),(3599,'4000','61712747639','2024-04-10 14:14:05',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3600,'1000','61712748196','2024-04-10 14:23:26',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Z8z'),(3601,'4000','61712748196','2024-04-10 14:23:26',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3602,'1000','61712748239','2024-04-10 14:24:21',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Br1'),(3603,'4000','61712748239','2024-04-10 14:24:21',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3604,'1110','61712748297','2024-04-10 14:25:05',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3605,'1110','61712748297','2024-04-10 14:24:57',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3606,'1110','61712748297','2024-04-10 14:25:00',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(3607,'5500','61712748297','2024-04-10 14:25:04',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3608,'1000','61712748297','2024-04-10 14:25:05',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pg3'),(3609,'4000','61712748297','2024-04-10 14:25:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3610,'4000','61712748297','2024-04-10 14:24:57',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3611,'4000','61712748297','2024-04-10 14:25:00',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3612,'1110','61712748355','2024-04-10 14:25:59',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3613,'1110','61712748355','2024-04-10 14:25:55',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3614,'5500','61712748355','2024-04-10 14:25:58',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3615,'1000','61712748355','2024-04-10 14:25:59',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'L91'),(3616,'4000','61712748355','2024-04-10 14:25:59',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3617,'4000','61712748355','2024-04-10 14:25:55',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3618,'1000','61712748398','2024-04-10 14:26:48',170.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'I98'),(3619,'4000','61712748398','2024-04-10 14:26:48',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3620,'4000','61712748398','2024-04-10 14:26:38',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3621,'1110','61712748432','2024-04-10 14:27:14',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3622,'Asset','61712748432','2024-04-10 14:27:12',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3623,'1000','61712748432','2024-04-10 14:27:14',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Djr'),(3624,'4000','61712748432','2024-04-10 14:27:14',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3625,'1000','61712750249','2024-04-10 14:57:34',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Uan'),(3626,'4000','61712750249','2024-04-10 14:57:34',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3627,'1000','61712750308','2024-04-10 14:58:44',420.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Toq'),(3628,'4000','61712750308','2024-04-10 14:58:44',NULL,220.00,'','6','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(3629,'4000','61712750308','2024-04-10 14:58:28',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3630,'4000','61712750308','2024-04-10 14:58:33',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3631,'1000','61712750351','2024-04-10 14:59:13',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kwz'),(3632,'4000','61712750351','2024-04-10 14:59:13',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3633,'1110','61712750377','2024-04-10 14:59:50',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3634,'Asset','61712750377','2024-04-10 14:59:37',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3635,'1000','61712750377','2024-04-10 14:59:50',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gq9'),(3636,'4000','61712750377','2024-04-10 14:59:50',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3637,'1000','61712750940','2024-04-10 15:09:01',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jjh'),(3638,'4000','61712750940','2024-04-10 15:09:01',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3639,'1000','61712750967','2024-04-10 15:09:34',120.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bsq'),(3640,'4000','61712750967','2024-04-10 15:09:34',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3641,'4000','61712750967','2024-04-10 15:09:27',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3642,'1000','61712750997','2024-04-10 15:09:58',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ueu'),(3643,'4000','61712750997','2024-04-10 15:09:58',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3644,'1000','61712751063','2024-04-10 15:11:14',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5po'),(3645,'4000','61712751063','2024-04-10 15:11:14',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3646,'4000','61712751063','2024-04-10 15:11:03',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3647,'1000','61712751119','2024-04-10 15:15:15',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xpn'),(3648,'4000','61712751119','2024-04-10 15:15:15',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3649,'4000','61712751119','2024-04-10 15:11:59',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3650,'4000','61712751119','2024-04-10 15:12:02',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3651,'4000','61712751119','2024-04-10 15:12:08',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3652,'1000','61712751368','2024-04-10 15:16:11',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Iyz'),(3653,'4000','61712751368','2024-04-10 15:16:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3654,'1000','61712751419','2024-04-10 15:17:16',230.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3655,'4000','61712751419','2024-04-10 15:17:16',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3656,'4000','61712751419','2024-04-10 15:16:59',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3657,'1000','61712751468','2024-04-10 15:17:51',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'T7o'),(3658,'4000','61712751468','2024-04-10 15:17:51',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3659,'1000','61712751511','2024-04-10 15:18:35',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Awp'),(3660,'4000','61712751511','2024-04-10 15:18:35',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3661,'1000','61712751594','2024-04-10 15:20:03',155.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6zi'),(3662,'4000','61712751594','2024-04-10 15:20:03',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3663,'4000','61712751594','2024-04-10 15:19:54',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3664,'1000','61712751630','2024-04-10 15:20:34',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cc5'),(3665,'4000','61712751630','2024-04-10 15:20:34',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3666,'4000','61712751630','2024-04-10 15:20:30',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3667,'1000','61712751673','2024-04-10 15:21:17',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tg8'),(3668,'4000','61712751673','2024-04-10 15:21:17',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3669,'1000','61712752188','2024-04-10 15:30:06',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3670,'4000','61712752188','2024-04-10 15:30:06',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3671,'4000','61712752188','2024-04-10 15:29:48',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3672,'1000','61712752358','2024-04-10 15:32:50',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3673,'4000','61712752358','2024-04-10 15:32:50',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3674,'1000','61712753557','2024-04-10 15:52:42',750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3675,'4000','61712753557','2024-04-10 15:52:42',NULL,750.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3676,'1110','61712755000','2024-04-10 16:17:20',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3677,'1110','61712755000','2024-04-10 16:16:40',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3678,'1110','61712755000','2024-04-10 16:16:48',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3679,'1110','61712755000','2024-04-10 16:17:06',NULL,0.00,'','6','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(3680,'5500','61712755000','2024-04-10 16:17:17',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3681,'1000','61712755000','2024-04-10 16:17:20',740.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'310'),(3682,'4000','61712755000','2024-04-10 16:17:20',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3683,'4000','61712755000','2024-04-10 16:16:40',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3684,'4000','61712755000','2024-04-10 16:16:48',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3685,'4000','61712755000','2024-04-10 16:17:06',NULL,40.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3686,'1000','61712755078','2024-04-10 16:18:01',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yd5'),(3687,'4000','61712755078','2024-04-10 16:18:01',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3688,'1000','61712755112','2024-04-10 16:18:33',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'A5f'),(3689,'4000','61712755112','2024-04-10 16:18:33',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3690,'1000','61712755136','2024-04-10 16:18:57',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Req'),(3691,'4000','61712755136','2024-04-10 16:18:57',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3692,'1000','61712755161','2024-04-10 16:19:36',570.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bc9'),(3693,'4000','61712755161','2024-04-10 16:19:36',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3694,'4000','61712755161','2024-04-10 16:19:21',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3695,'1000','61712756430','2024-04-10 16:40:31',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3696,'4000','61712756430','2024-04-10 16:40:31',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3697,'1000','61712758337','2024-04-10 17:17:55',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fiq'),(3698,'4000','61712758337','2024-04-10 17:17:55',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(3699,'4000','61712758337','2024-04-10 17:12:17',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3700,'1000','61712758877','2024-04-10 17:21:23',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Q80'),(3701,'4000','61712758877','2024-04-10 17:21:23',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3702,'1000','61712758916','2024-04-10 17:22:04',170.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4Qo'),(3703,'4000','61712758916','2024-04-10 17:22:04',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3704,'4000','61712758916','2024-04-10 17:21:56',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3705,'1000','61712758957','2024-04-10 17:22:39',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,' 46E'),(3706,'4000','61712758957','2024-04-10 17:22:39',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3707,'1000','61712763872','2024-04-10 18:44:42',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3708,'4000','61712763872','2024-04-10 18:44:42',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3709,'1000','61712764834','2024-04-10 19:00:58',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3710,'4000','61712764834','2024-04-10 19:00:58',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3711,'4000','61712764834','2024-04-10 19:00:34',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3712,'1000','61712764883','2024-04-10 19:01:25',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dto'),(3713,'4000','61712764883','2024-04-10 19:01:25',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3714,'1000','61712765015','2024-04-10 19:03:40',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8f3'),(3715,'4000','61712765015','2024-04-10 19:03:40',NULL,750.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3716,'1000','61712767281','2024-04-10 19:41:23',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3717,'4000','61712767281','2024-04-10 19:41:23',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3718,'1110','61712770831','2024-04-10 20:40:33',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3719,'Asset','61712770831','2024-04-10 20:40:31',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3720,'1000','61712770831','2024-04-10 20:40:33',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3721,'4000','61712770831','2024-04-10 20:40:33',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3722,'1000','61712770983','2024-04-10 20:43:06',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Uco'),(3723,'4000','61712770983','2024-04-10 20:43:06',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3724,'1000','61712771008','2024-04-10 20:43:43',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8dg'),(3725,'4000','61712771008','2024-04-10 20:43:43',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3726,'4000','61712771008','2024-04-10 20:43:28',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3727,'1000','61712771078','2024-04-10 20:44:39',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1jv'),(3728,'4000','61712771078','2024-04-10 20:44:39',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3729,'1000','61712771126','2024-04-10 20:45:27',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ja5'),(3730,'4000','61712771126','2024-04-10 20:45:27',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3731,'1000','61712771834','2024-04-10 20:57:32',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'A8o'),(3732,'4000','61712771834','2024-04-10 20:57:32',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3733,'4000','61712771834','2024-04-10 20:57:14',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3734,'4000','61712771834','2024-04-10 20:57:21',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(3735,'1000','61712771911','2024-04-10 20:58:35',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kjx'),(3736,'4000','61712771911','2024-04-10 20:58:35',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3737,'1000','61712771971','2024-04-10 20:59:33',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'V8w'),(3738,'4000','61712771971','2024-04-10 20:59:33',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3739,'1000','61712772000','2024-04-10 21:00:17',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'D88'),(3740,'4000','61712772000','2024-04-10 21:00:17',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3741,'4000','61712772000','2024-04-10 21:00:00',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3742,'1000','61712772119','2024-04-10 21:02:01',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5qr'),(3743,'4000','61712772119','2024-04-10 21:02:01',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3744,'1000','61712772172','2024-04-10 21:02:54',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dvp'),(3745,'4000','61712772172','2024-04-10 21:02:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3746,'1000','61712772258','2024-04-10 21:04:20',160.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3747,'4000','61712772258','2024-04-10 21:04:20',NULL,160.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(3748,'1000','61712772304','2024-04-10 21:05:05',40.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3749,'4000','61712772304','2024-04-10 21:05:05',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3750,'1000','61712772689','2024-04-10 21:11:50',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3751,'4000','61712772689','2024-04-10 21:11:50',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3752,'1000','61712773425','2024-04-10 21:23:49',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'U6c'),(3753,'4000','61712773425','2024-04-10 21:23:49',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3754,'4000','61712773425','2024-04-10 21:23:45',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3755,'1000','61712773486','2024-04-10 21:24:56',270.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rgt'),(3756,'4000','61712773486','2024-04-10 21:24:56',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3757,'4000','61712773486','2024-04-10 21:24:46',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3758,'1000','71712830146','2024-04-11 13:10:53',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Idt'),(3759,'4000','71712830146','2024-04-11 13:10:53',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3760,'4000','71712830146','2024-04-11 13:09:06',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3761,'1000','71712830276','2024-04-11 13:11:31',60.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ie9'),(3762,'4000','71712830276','2024-04-11 13:11:31',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(3763,'1000','71712830868','2024-04-11 13:21:31',50.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3764,'4000','71712830868','2024-04-11 13:21:31',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3765,'1000','71712837532','2024-04-11 15:12:13',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'T1n'),(3766,'4000','71712837532','2024-04-11 15:12:13',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3767,'1000','71712837567','2024-04-11 15:12:48',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4kq'),(3768,'4000','71712837567','2024-04-11 15:12:48',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3769,'1000','71712837597','2024-04-11 15:13:18',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'In2'),(3770,'4000','71712837597','2024-04-11 15:13:18',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3771,'1000','71712837624','2024-04-11 15:13:44',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bkw'),(3772,'4000','71712837624','2024-04-11 15:13:44',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3773,'1000','71712837659','2024-04-11 15:14:32',420.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3774,'4000','71712837659','2024-04-11 15:14:32',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3775,'4000','71712837659','2024-04-11 15:14:19',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3776,'4000','71712837659','2024-04-11 15:14:22',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3777,'4000','71712837659','2024-04-11 15:14:27',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3778,'4000','71712837659','2024-04-11 15:14:29',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3779,'1110','71712837744','2024-04-11 15:15:49',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3780,'1110','71712837744','2024-04-11 15:15:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(3781,'5500','71712837744','2024-04-11 15:15:49',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3782,'1000','71712837744','2024-04-11 15:15:49',190.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3783,'4000','71712837744','2024-04-11 15:15:49',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3784,'4000','71712837744','2024-04-11 15:15:44',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3785,'1000','71712839822','2024-04-11 15:50:27',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uiv'),(3786,'4000','71712839822','2024-04-11 15:50:27',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3787,'4000','71712839822','2024-04-11 15:50:22',NULL,600.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3788,'1000','71712839854','2024-04-11 15:52:00',440.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'43j'),(3789,'4000','71712839854','2024-04-11 15:52:00',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3790,'4000','71712839854','2024-04-11 15:50:54',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3791,'4000','71712839854','2024-04-11 15:51:16',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(3792,'1000','71712839945','2024-04-11 15:52:26',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2u1'),(3793,'4000','71712839945','2024-04-11 15:52:26',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3794,'1000','71712842831','2024-04-11 16:40:52',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'N55'),(3795,'4000','71712842831','2024-04-11 16:40:52',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3796,'4000','71712842831','2024-04-11 16:40:31',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3797,'1000','71712843218','2024-04-11 16:46:59',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2ey'),(3798,'4000','71712843218','2024-04-11 16:46:59',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3799,'1000','71712843285','2024-04-11 16:48:17',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3800,'4000','71712843285','2024-04-11 16:48:17',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3801,'4000','71712843285','2024-04-11 16:48:05',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3802,'4000','71712843285','2024-04-11 16:48:09',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3803,'1110','71712843512','2024-04-11 17:29:02',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3804,'1110','71712843512','2024-04-11 16:51:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(3805,'5500','71712843512','2024-04-11 17:28:55',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3806,'1000','71712843512','2024-04-11 17:29:02',320.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Klo'),(3807,'4000','71712843512','2024-04-11 17:29:02',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3808,'4000','71712843512','2024-04-11 16:51:52',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3809,'1000','71712846836','2024-04-11 17:47:19',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'H23'),(3810,'4000','71712846836','2024-04-11 17:47:19',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3811,'4000','71712846836','2024-04-11 17:47:16',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3812,'1000','71712846957','2024-04-11 17:49:18',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'G7d'),(3813,'4000','71712846957','2024-04-11 17:49:18',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3814,'1000','71712849236','2024-04-11 18:27:20',80.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3815,'4000','71712849236','2024-04-11 18:27:20',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3816,'4000','71712849236','2024-04-11 18:27:16',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3817,'1000','71712849642','2024-04-11 18:34:04',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3818,'4000','71712849642','2024-04-11 18:34:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3819,'4000','71712849642','2024-04-11 18:34:02',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3820,'1110','71712852683','2024-04-11 19:25:15',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3821,'1110','71712852683','2024-04-11 19:24:43',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3822,'1110','71712852683','2024-04-11 19:24:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(3823,'1110','71712852683','2024-04-11 19:24:47',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3824,'1110','71712852683','2024-04-11 19:25:04',NULL,0.00,'','7','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(3825,'5500','71712852683','2024-04-11 19:25:11',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3826,'1000','71712852683','2024-04-11 19:25:15',1010.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jz7'),(3827,'4000','71712852683','2024-04-11 19:25:15',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3828,'4000','71712852683','2024-04-11 19:24:43',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3829,'4000','71712852683','2024-04-11 19:24:44',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3830,'4000','71712852683','2024-04-11 19:24:47',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3831,'4000','71712852683','2024-04-11 19:25:04',NULL,160.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(3832,'1000','71712853130','2024-04-11 19:38:58',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ze9'),(3833,'4000','71712853130','2024-04-11 19:38:58',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3834,'1000','71712853844','2024-04-11 19:45:43',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2la'),(3835,'4000','71712853844','2024-04-11 19:45:43',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3836,'1000','71712854946','2024-04-11 20:02:32',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3837,'4000','71712854946','2024-04-11 20:02:32',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3838,'4000','71712854946','2024-04-11 20:02:26',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3839,'4000','71712854946','2024-04-11 20:02:30',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3840,'1000','71712854959','2024-04-11 20:03:04',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1r8'),(3841,'4000','71712854959','2024-04-11 20:03:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3842,'4000','71712854959','2024-04-11 20:02:39',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3843,'1000','71712855009','2024-04-11 20:03:40',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fjy'),(3844,'4000','71712855009','2024-04-11 20:03:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3845,'4000','71712855009','2024-04-11 20:03:29',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3846,'1000','71712855053','2024-04-11 20:04:13',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'R2s'),(3847,'4000','71712855053','2024-04-11 20:04:13',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3848,'1000','71712855079','2024-04-11 20:04:53',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bu3'),(3849,'4000','71712855079','2024-04-11 20:04:53',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3850,'4000','71712855079','2024-04-11 20:04:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3851,'4000','71712855079','2024-04-11 20:04:40',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3852,'1000','71712855791','2024-04-11 20:16:35',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mm4'),(3853,'4000','71712855791','2024-04-11 20:16:35',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3854,'4000','71712855791','2024-04-11 20:16:31',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3855,'1000','71712855820','2024-04-11 20:17:01',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3856,'4000','71712855820','2024-04-11 20:17:01',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3857,'1000','71712857023','2024-04-11 20:37:07',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3858,'4000','71712857023','2024-04-11 20:37:07',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3859,'4000','71712857023','2024-04-11 20:37:03',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3860,'1000','71712857882','2024-04-11 20:51:25',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3861,'4000','71712857882','2024-04-11 20:51:25',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3862,'1000','71712857921','2024-04-11 20:52:02',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3863,'4000','71712857921','2024-04-11 20:52:02',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3864,'1000','71712857957','2024-04-11 20:52:38',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jgn'),(3865,'4000','71712857957','2024-04-11 20:52:38',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3866,'1000','71712857992','2024-04-11 20:53:25',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wvm'),(3867,'4000','71712857992','2024-04-11 20:53:25',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3868,'4000','71712857992','2024-04-11 20:53:12',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3869,'4000','71712857992','2024-04-11 20:53:22',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3870,'1000','71712858055','2024-04-11 20:54:15',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9j5'),(3871,'4000','71712858055','2024-04-11 20:54:15',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3872,'1000','71712858208','2024-04-11 20:56:49',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9x5'),(3873,'4000','71712858208','2024-04-11 20:56:49',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3874,'1000','71712858250','2024-04-11 20:58:43',470.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3875,'4000','71712858250','2024-04-11 20:58:43',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3876,'4000','71712858250','2024-04-11 20:57:30',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3877,'4000','71712858250','2024-04-11 20:57:31',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3878,'4000','71712858250','2024-04-11 20:57:34',NULL,5.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(3879,'4000','71712858250','2024-04-11 20:58:36',NULL,5.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(3880,'4000','71712858250','2024-04-11 20:58:37',NULL,5.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(3881,'4000','71712858250','2024-04-11 20:58:40',NULL,5.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(3882,'1000','71712858849','2024-04-11 21:07:29',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3883,'4000','71712858849','2024-04-11 21:07:29',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3884,'1000','71712859248','2024-04-11 21:14:51',310.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cd8'),(3885,'4000','71712859248','2024-04-11 21:14:51',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3886,'4000','71712859248','2024-04-11 21:14:08',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3887,'4000','71712859248','2024-04-11 21:14:44',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3888,'4000','71712859248','2024-04-11 21:14:49',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3889,'1000','71712859320','2024-04-11 21:15:20',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4w7'),(3890,'4000','71712859320','2024-04-11 21:15:20',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3891,'1000','71712859397','2024-04-11 21:16:38',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cpz'),(3892,'4000','71712859397','2024-04-11 21:16:38',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3893,'1000','71712859611','2024-04-11 21:20:11',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jw7'),(3894,'4000','71712859611','2024-04-11 21:20:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3895,'1110','71712921653','2024-04-12 14:34:33',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3896,'Asset','71712921653','2024-04-12 14:34:13',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3897,'1000','71712921653','2024-04-12 14:34:33',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'T8y'),(3898,'4000','71712921653','2024-04-12 14:34:33',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3899,'1000','71712921694','2024-04-12 14:35:06',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ls4'),(3900,'4000','71712921694','2024-04-12 14:35:06',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3901,'1000','71712921720','2024-04-12 14:36:02',610.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bmw'),(3902,'4000','71712921720','2024-04-12 14:36:02',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3903,'4000','71712921720','2024-04-12 14:35:20',NULL,160.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3904,'1000','71712921960','2024-04-12 14:40:40',1200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ayh'),(3905,'4000','71712921960','2024-04-12 14:40:40',NULL,600.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3906,'4000','71712921960','2024-04-12 14:39:20',NULL,150.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3907,'4000','71712921960','2024-04-12 14:39:31',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3908,'1000','71712924946','2024-04-12 15:29:22',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hhj'),(3909,'4000','71712924946','2024-04-12 15:29:22',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3910,'4000','71712924946','2024-04-12 15:29:06',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3911,'4000','71712924946','2024-04-12 15:29:09',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3912,'1000','71712925819','2024-04-12 15:43:42',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dwo'),(3913,'4000','71712925819','2024-04-12 15:43:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3914,'4000','71712925819','2024-04-12 15:43:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3915,'1110','71712925845','2024-04-12 15:44:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3916,'1110','71712925845','2024-04-12 15:44:05',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3917,'1110','71712925845','2024-04-12 15:44:08',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3918,'Asset','71712925845','2024-04-12 15:44:13',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3919,'1000','71712925845','2024-04-12 15:44:13',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hqx'),(3920,'4000','71712925845','2024-04-12 15:44:13',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3921,'4000','71712925845','2024-04-12 15:44:05',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3922,'4000','71712925845','2024-04-12 15:44:08',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3923,'1000','71712925881','2024-04-12 15:45:10',440.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yly'),(3924,'4000','71712925881','2024-04-12 15:45:10',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3925,'4000','71712925881','2024-04-12 15:44:41',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3926,'4000','71712925881','2024-04-12 15:44:47',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3927,'4000','71712925881','2024-04-12 15:44:53',NULL,5.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(3928,'4000','71712925881','2024-04-12 15:44:55',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3929,'1110','61712926109','2024-04-12 15:48:36',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3930,'1110','61712926109','2024-04-12 15:48:29',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3931,'5500','61712926109','2024-04-12 15:48:33',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3932,'1000','61712926109','2024-04-12 15:48:36',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3933,'4000','61712926109','2024-04-12 15:48:36',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3934,'4000','61712926109','2024-04-12 15:48:29',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3935,'1000','61712926154','2024-04-12 15:49:18',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3936,'4000','61712926154','2024-04-12 15:49:18',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3937,'1000','61712926208','2024-04-12 15:50:12',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3938,'4000','61712926208','2024-04-12 15:50:12',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3939,'1000','61712926255','2024-04-12 15:50:59',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3940,'4000','61712926255','2024-04-12 15:50:59',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3941,'1110','61712930687','2024-04-12 17:04:50',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3942,'Asset','61712930687','2024-04-12 17:04:47',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3943,'1000','61712930687','2024-04-12 17:04:50',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3rp'),(3944,'4000','61712930687','2024-04-12 17:04:50',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3945,'1000','61712930718','2024-04-12 17:05:20',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Az5'),(3946,'4000','61712930718','2024-04-12 17:05:20',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3947,'1000','61712930763','2024-04-12 17:06:04',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ibw'),(3948,'4000','61712930763','2024-04-12 17:06:04',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3949,'1000','61712939102','2024-04-12 19:25:21',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'06l'),(3950,'4000','61712939102','2024-04-12 19:25:21',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3951,'1000','61712939209','2024-04-12 19:26:51',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R60'),(3952,'4000','61712939209','2024-04-12 19:26:51',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3953,'1000','61712939242','2024-04-12 19:27:24',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'A6l'),(3954,'4000','61712939242','2024-04-12 19:27:24',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3955,'1000','61712939272','2024-04-12 19:28:06',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4qr'),(3956,'4000','61712939272','2024-04-12 19:28:06',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3957,'4000','61712939272','2024-04-12 19:27:52',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3958,'1110','61712939331','2024-04-12 19:29:02',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3959,'1110','61712939331','2024-04-12 19:28:52',NULL,0.00,'','6','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(3960,'5500','61712939331','2024-04-12 19:29:00',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3961,'1000','61712939331','2024-04-12 19:29:02',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Eu3'),(3962,'4000','61712939331','2024-04-12 19:29:02',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3963,'4000','61712939331','2024-04-12 19:28:52',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3964,'1000','61712939378','2024-04-12 19:29:50',340.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3965,'4000','61712939378','2024-04-12 19:29:50',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3966,'4000','61712939378','2024-04-12 19:29:38',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3967,'1000','61712945266','2024-04-12 21:07:49',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'K2d'),(3968,'4000','61712945266','2024-04-12 21:07:49',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3969,'1000','61712945320','2024-04-12 21:08:48',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R36'),(3970,'4000','61712945320','2024-04-12 21:08:48',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3971,'1000','61712945411','2024-04-12 21:10:30',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4gg'),(3972,'4000','61712945411','2024-04-12 21:10:30',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3973,'1000','61712945491','2024-04-12 21:11:32',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Aib'),(3974,'4000','61712945491','2024-04-12 21:11:32',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3975,'1000','61712945506','2024-04-12 21:28:42',1000.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Doe'),(3976,'4000','61712945506','2024-04-12 21:28:42',NULL,900.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3977,'4000','61712945506','2024-04-12 21:11:46',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3978,'4000','61712945506','2024-04-12 21:28:16',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3979,'1110','71712926024','2024-04-13 12:48:48',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3980,'1110','71712926024','2024-04-12 15:47:04',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3981,'1110','71712926024','2024-04-13 12:48:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3982,'1110','71712926024','2024-04-13 12:48:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(3983,'5500','71712926024','2024-04-13 12:48:39',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3984,'1000','71712926024','2024-04-13 12:48:48',470.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xhf'),(3985,'4000','71712926024','2024-04-13 12:48:48',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3986,'4000','71712926024','2024-04-12 15:47:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3987,'4000','71712926024','2024-04-13 12:48:02',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3988,'4000','71712926024','2024-04-13 12:48:25',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3989,'1000','71713002114','2024-04-13 12:55:39',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2v7'),(3990,'4000','71713002114','2024-04-13 12:55:39',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3991,'4000','71713002114','2024-04-13 12:55:14',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3992,'1000','71713002179','2024-04-13 13:02:59',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Os5'),(3993,'4000','71713002179','2024-04-13 13:02:59',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3994,'4000','71713002179','2024-04-13 12:56:19',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(3995,'1110','71713002627','2024-04-13 13:10:21',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3996,'1110','71713002627','2024-04-13 13:03:47',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(3997,'5500','71713002627','2024-04-13 13:10:05',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3998,'1000','71713002627','2024-04-13 13:10:21',380.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nyo'),(3999,'4000','71713002627','2024-04-13 13:10:21',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4000,'4000','71713002627','2024-04-13 13:03:47',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4001,'1000','71713003039','2024-04-13 13:16:28',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'794'),(4002,'4000','71713003039','2024-04-13 13:16:28',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4003,'1000','71713005653','2024-04-13 13:54:32',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4004,'4000','71713005653','2024-04-13 13:54:32',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4005,'1000','71713005674','2024-04-13 13:54:42',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4006,'4000','71713005674','2024-04-13 13:54:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4007,'1000','71713005685','2024-04-13 13:54:52',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'D5e'),(4008,'4000','71713005685','2024-04-13 13:54:52',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4009,'1000','61713009193','2024-04-13 14:53:17',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B6h'),(4010,'4000','61713009193','2024-04-13 14:53:17',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4011,'1000','61713009231','2024-04-13 14:53:54',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7yk'),(4012,'4000','61713009231','2024-04-13 14:53:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4013,'1000','61713009277','2024-04-13 14:54:45',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y1y'),(4014,'4000','61713009277','2024-04-13 14:54:45',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4015,'4000','61713009277','2024-04-13 14:54:37',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4016,'1000','61713009316','2024-04-13 14:55:18',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'46j'),(4017,'4000','61713009316','2024-04-13 14:55:18',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4018,'1110','61713009356','2024-04-13 14:55:58',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4019,'Asset','61713009356','2024-04-13 14:55:56',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4020,'1000','61713009356','2024-04-13 14:55:58',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3hy'),(4021,'4000','61713009356','2024-04-13 14:55:58',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4022,'1000','61713009403','2024-04-13 14:57:13',265.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9lk'),(4023,'4000','61713009403','2024-04-13 14:57:13',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4024,'4000','61713009403','2024-04-13 14:56:43',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4025,'4000','61713009403','2024-04-13 14:56:51',NULL,15.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4026,'4000','61713009403','2024-04-13 14:57:00',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4027,'1000','61713009968','2024-04-13 15:06:14',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4028,'4000','61713009968','2024-04-13 15:06:14',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4029,'1000','61713009982','2024-04-13 15:06:24',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sto'),(4030,'4000','61713009982','2024-04-13 15:06:24',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4031,'1000','61713015045','2024-04-13 16:30:48',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P3f'),(4032,'4000','61713015045','2024-04-13 16:30:48',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4033,'1000','61713015075','2024-04-13 16:31:26',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bys'),(4034,'4000','61713015075','2024-04-13 16:31:26',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4035,'4000','61713015075','2024-04-13 16:31:15',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4036,'1000','61713015122','2024-04-13 16:32:13',460.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7ti'),(4037,'4000','61713015122','2024-04-13 16:32:13',NULL,300.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4038,'4000','61713015122','2024-04-13 16:32:02',NULL,160.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(4039,'1000','61713015161','2024-04-13 16:33:38',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Efi'),(4040,'4000','61713015161','2024-04-13 16:33:38',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4041,'4000','61713015161','2024-04-13 16:32:41',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4042,'1000','61713015248','2024-04-13 16:34:22',420.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4043,'4000','61713015248','2024-04-13 16:34:22',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4044,'4000','61713015248','2024-04-13 16:34:08',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4045,'1000','61713015679','2024-04-13 16:41:53',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4046,'4000','61713015679','2024-04-13 16:41:53',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4047,'1000','61713015737','2024-04-13 16:42:36',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4048,'4000','61713015737','2024-04-13 16:42:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4049,'1000','61713015758','2024-04-13 16:46:02',420.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,' 3c5'),(4050,'4000','61713015758','2024-04-13 16:46:02',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4051,'4000','61713015758','2024-04-13 16:42:38',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4052,'4000','61713015758','2024-04-13 16:45:40',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4053,'1000','61713016056','2024-04-13 17:02:42',380.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Uve'),(4054,'4000','61713016056','2024-04-13 17:02:42',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4055,'4000','61713016056','2024-04-13 16:47:36',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4056,'1000','61713017102','2024-04-13 17:05:29',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6ls'),(4057,'4000','61713017102','2024-04-13 17:05:29',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4058,'1000','61713017295','2024-04-13 17:08:39',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y3l'),(4059,'4000','61713017295','2024-04-13 17:08:39',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4060,'1000','71713019145','2024-04-13 17:39:42',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dsb'),(4061,'4000','71713019145','2024-04-13 17:39:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4062,'4000','71713019145','2024-04-13 17:39:05',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4063,'1000','71713019382','2024-04-13 17:53:06',470.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'C4n'),(4064,'4000','71713019382','2024-04-13 17:53:06',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4065,'4000','71713019382','2024-04-13 17:43:02',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4066,'1000','71713023406','2024-04-13 18:50:34',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4067,'4000','71713023406','2024-04-13 18:50:34',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4068,'4000','71713023406','2024-04-13 18:50:06',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4069,'1000','71713023483','2024-04-13 19:03:52',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zn4'),(4070,'4000','71713023483','2024-04-13 19:03:52',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4071,'1000','71713024251','2024-04-13 19:06:32',570.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0kr'),(4072,'4000','71713024251','2024-04-13 19:06:32',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4073,'4000','71713024251','2024-04-13 19:04:11',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4074,'4000','71713024251','2024-04-13 19:05:09',NULL,220.00,'','7','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(4075,'1000','71713025712','2024-04-13 19:28:33',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4076,'4000','71713025712','2024-04-13 19:28:33',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4077,'1000','71713026142','2024-04-13 19:35:56',570.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4078,'4000','71713026142','2024-04-13 19:35:56',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4079,'4000','71713026142','2024-04-13 19:35:42',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4080,'4000','71713026142','2024-04-13 19:35:47',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4081,'4000','71713026142','2024-04-13 19:35:51',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4082,'4000','71713026142','2024-04-13 19:35:54',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4083,'1000','61713028524','2024-04-13 20:15:26',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qbi'),(4084,'4000','61713028524','2024-04-13 20:15:26',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4085,'1000','61713028545','2024-04-13 20:15:47',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ep4'),(4086,'4000','61713028545','2024-04-13 20:15:47',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4087,'1000','61713028570','2024-04-13 20:16:21',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'A2y'),(4088,'4000','61713028570','2024-04-13 20:16:21',NULL,600.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4089,'1000','61713028614','2024-04-13 20:17:25',370.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Okr'),(4090,'4000','61713028614','2024-04-13 20:17:25',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4091,'4000','61713028614','2024-04-13 20:16:54',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4092,'4000','61713028614','2024-04-13 20:16:59',NULL,20.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(4093,'1000','61713031706','2024-04-13 21:08:38',60.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tay'),(4094,'4000','61713031706','2024-04-13 21:08:38',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(4095,'1000','61713031743','2024-04-13 21:09:04',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2t4'),(4096,'4000','61713031743','2024-04-13 21:09:04',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4097,'1000','61713031767','2024-04-13 21:09:30',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tzy'),(4098,'4000','61713031767','2024-04-13 21:09:30',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4099,'1000','61713031796','2024-04-13 21:09:58',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hfh'),(4100,'4000','61713031796','2024-04-13 21:09:58',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4101,'1000','61713031808','2024-04-13 21:37:16',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gdu'),(4102,'4000','61713031808','2024-04-13 21:37:16',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4103,'4000','61713031808','2024-04-13 21:31:09',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4104,'4000','61713031808','2024-04-13 21:35:53',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4105,'1000','61713033478','2024-04-13 21:38:34',90.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tdl'),(4106,'4000','61713033478','2024-04-13 21:38:34',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(4107,'1000','61713033620','2024-04-13 21:40:30',20.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tdl'),(4108,'4000','61713033620','2024-04-13 21:40:30',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4109,'1000','61713085427','2024-04-14 12:19:30',390.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wti'),(4110,'4000','61713085427','2024-04-14 12:19:30',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4111,'4000','61713085427','2024-04-14 12:03:47',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4112,'4000','61713085427','2024-04-14 12:09:27',NULL,160.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(4113,'4000','61713085427','2024-04-14 12:11:27',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4114,'1000','61713086388','2024-04-14 12:20:15',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gl5'),(4115,'4000','61713086388','2024-04-14 12:20:15',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4116,'4000','61713086388','2024-04-14 12:19:48',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4117,'1000','61713086486','2024-04-14 12:21:54',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lcr'),(4118,'4000','61713086486','2024-04-14 12:21:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4119,'1000','61713086530','2024-04-14 12:22:43',470.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xp8'),(4120,'4000','61713086530','2024-04-14 12:22:43',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4121,'4000','61713086530','2024-04-14 12:22:11',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4122,'1000','61713086668','2024-04-14 12:26:23',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'He2'),(4123,'4000','61713086668','2024-04-14 12:26:23',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4124,'4000','61713086668','2024-04-14 12:24:28',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4125,'1000','61713086832','2024-04-14 12:27:24',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4126,'4000','61713086832','2024-04-14 12:27:24',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4127,'1000','71713086852','2024-04-14 12:27:55',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jr9'),(4128,'4000','71713086852','2024-04-14 12:27:55',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4129,'4000','71713086852','2024-04-14 12:27:32',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4130,'1110','71713086887','2024-04-14 12:28:24',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4131,'Asset','71713086887','2024-04-14 12:28:07',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4132,'1000','71713086887','2024-04-14 12:28:24',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'T6r'),(4133,'4000','71713086887','2024-04-14 12:28:24',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4134,'1110','71713086921','2024-04-14 12:29:08',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4135,'1110','71713086921','2024-04-14 12:28:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(4136,'5500','71713086921','2024-04-14 12:29:02',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4137,'1000','71713086921','2024-04-14 12:29:08',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'O4c'),(4138,'4000','71713086921','2024-04-14 12:29:08',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4139,'4000','71713086921','2024-04-14 12:28:41',NULL,100.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4140,'1000','71713086966','2024-04-14 12:29:47',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'D87'),(4141,'4000','71713086966','2024-04-14 12:29:47',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4142,'1000','71713087004','2024-04-14 12:30:59',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7wl'),(4143,'4000','71713087004','2024-04-14 12:30:59',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4144,'4000','71713087004','2024-04-14 12:30:04',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4145,'1000','71713087084','2024-04-14 13:16:31',550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Byk'),(4146,'4000','71713087084','2024-04-14 13:16:31',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4147,'4000','71713087084','2024-04-14 13:14:41',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4148,'1000','71713089895','2024-04-14 13:18:40',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'71p'),(4149,'4000','71713089895','2024-04-14 13:18:40',NULL,160.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(4150,'1000','71713089933','2024-04-14 13:19:09',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'D6a'),(4151,'4000','71713089933','2024-04-14 13:19:09',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4152,'1110','71713090087','2024-04-14 13:21:48',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4153,'1110','71713090087','2024-04-14 13:21:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4154,'5500','71713090087','2024-04-14 13:21:35',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4155,'1000','71713090087','2024-04-14 13:21:48',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4156,'4000','71713090087','2024-04-14 13:21:48',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4157,'4000','71713090087','2024-04-14 13:21:27',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4158,'1000','71713091741','2024-04-14 13:49:42',510.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xy5'),(4159,'4000','71713091741','2024-04-14 13:49:42',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(4160,'4000','71713091741','2024-04-14 13:49:01',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4161,'4000','71713091741','2024-04-14 13:49:19',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4162,'1110','71713091851','2024-04-14 13:52:21',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4163,'Asset','71713091851','2024-04-14 13:50:51',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4164,'1000','71713091851','2024-04-14 13:52:21',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ovl'),(4165,'4000','71713091851','2024-04-14 13:52:21',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4166,'1000','71713091961','2024-04-14 13:54:28',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zya'),(4167,'4000','71713091961','2024-04-14 13:54:28',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4168,'4000','71713091961','2024-04-14 13:52:41',NULL,100.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4169,'1110','71713092088','2024-04-14 13:55:45',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4170,'1110','71713092088','2024-04-14 13:54:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(4171,'5500','71713092088','2024-04-14 13:55:31',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4172,'1000','71713092088','2024-04-14 13:55:45',420.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'N43'),(4173,'4000','71713092088','2024-04-14 13:55:45',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4174,'4000','71713092088','2024-04-14 13:54:48',NULL,120.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4175,'1000','71713092164','2024-04-14 13:56:22',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xy5'),(4176,'4000','71713092164','2024-04-14 13:56:22',NULL,300.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4177,'1000','71713092232','2024-04-14 13:57:38',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ulv'),(4178,'4000','71713092232','2024-04-14 13:57:38',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4179,'1000','71713092271','2024-04-14 13:59:19',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vij'),(4180,'4000','71713092271','2024-04-14 13:59:19',NULL,80.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(4181,'1000','71713092372','2024-04-14 14:00:26',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8yh'),(4182,'4000','71713092372','2024-04-14 14:00:26',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4183,'1000','71713092453','2024-04-14 14:03:20',95.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4184,'4000','71713092453','2024-04-14 14:03:20',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4185,'4000','71713092453','2024-04-14 14:00:53',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4186,'4000','71713092453','2024-04-14 14:02:48',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4187,'1000','71713094789','2024-04-14 14:41:03',1600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ox3'),(4188,'4000','71713094789','2024-04-14 14:41:03',NULL,1200.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4189,'4000','71713094789','2024-04-14 14:39:49',NULL,400.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4190,'1000','71713094958','2024-04-14 14:46:57',200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4191,'4000','71713094958','2024-04-14 14:46:57',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4192,'4000','71713094958','2024-04-14 14:42:38',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4193,'1000','71713095230','2024-04-14 14:47:30',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xmj'),(4194,'4000','71713095230','2024-04-14 14:47:30',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4195,'4000','71713095230','2024-04-14 14:47:10',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4196,'1000','71713095266','2024-04-14 14:54:31',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4197,'4000','71713095266','2024-04-14 14:54:31',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4198,'1000','71713095742','2024-04-14 14:55:57',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zb4'),(4199,'4000','71713095742','2024-04-14 14:55:57',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4200,'1110','71713095784','2024-04-14 14:56:34',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4201,'Asset','71713095784','2024-04-14 14:56:24',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4202,'1000','71713095784','2024-04-14 14:56:34',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1nq'),(4203,'4000','71713095784','2024-04-14 14:56:34',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4204,'1000','71713095810','2024-04-14 14:57:02',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2kg'),(4205,'4000','71713095810','2024-04-14 14:57:02',NULL,450.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4206,'1110','71713095838','2024-04-14 14:58:05',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4207,'1110','71713095838','2024-04-14 14:57:18',NULL,0.00,'','7','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(4208,'5500','71713095838','2024-04-14 14:57:43',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4209,'1000','71713095838','2024-04-14 14:58:05',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'F3b'),(4210,'4000','71713095838','2024-04-14 14:58:05',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4211,'4000','71713095838','2024-04-14 14:57:18',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4212,'1000','71713095902','2024-04-14 14:59:02',800.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oqb'),(4213,'4000','71713095902','2024-04-14 14:59:02',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4214,'4000','71713095902','2024-04-14 14:58:22',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4215,'4000','71713095902','2024-04-14 14:58:40',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4216,'1000','71713096002','2024-04-14 15:00:10',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3s3'),(4217,'4000','71713096002','2024-04-14 15:00:10',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4218,'1110','71713096034','2024-04-14 15:00:55',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4219,'Asset','71713096034','2024-04-14 15:00:49',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4220,'1000','71713096034','2024-04-14 15:00:55',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6eq'),(4221,'4000','71713096034','2024-04-14 15:00:55',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4222,'1000','71713096150','2024-04-14 15:12:19',1250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'O98'),(4223,'4000','71713096150','2024-04-14 15:12:19',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4224,'4000','71713096150','2024-04-14 15:02:30',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4225,'1000','71713096834','2024-04-14 15:22:27',380.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'76k'),(4226,'4000','71713096834','2024-04-14 15:22:27',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4227,'4000','71713096834','2024-04-14 15:13:54',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4228,'1000','71713098893','2024-04-14 15:48:28',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4229,'4000','71713098893','2024-04-14 15:48:28',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4230,'4000','71713098893','2024-04-14 15:48:13',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4231,'4000','71713098893','2024-04-14 15:48:16',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4232,'1000','71713098919','2024-04-14 15:48:39',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4233,'4000','71713098919','2024-04-14 15:48:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4234,'1000','71713098926','2024-04-14 15:48:47',80.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4235,'4000','71713098926','2024-04-14 15:48:47',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4236,'1000','71713098938','2024-04-14 15:49:00',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4237,'4000','71713098938','2024-04-14 15:49:00',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4238,'4000','71713098938','2024-04-14 15:48:58',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4239,'1110','71713098944','2024-04-14 16:07:54',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4240,'Asset','71713098944','2024-04-14 15:49:04',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4241,'1000','71713098944','2024-04-14 16:07:54',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4242,'4000','71713098944','2024-04-14 16:07:54',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4243,'1000','71713100075','2024-04-14 16:10:58',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4244,'4000','71713100075','2024-04-14 16:10:58',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4245,'4000','71713100075','2024-04-14 16:09:21',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(4246,'1000','71713100437','2024-04-14 16:14:58',200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4247,'4000','71713100437','2024-04-14 16:14:58',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4248,'1000','71713100505','2024-04-14 16:21:41',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jsk'),(4249,'4000','71713100505','2024-04-14 16:21:41',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4250,'1000','71713100908','2024-04-14 16:22:28',190.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'27t'),(4251,'4000','71713100908','2024-04-14 16:22:28',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4252,'4000','71713100908','2024-04-14 16:21:48',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4253,'1000','71713100974','2024-04-14 16:23:05',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1sh'),(4254,'4000','71713100974','2024-04-14 16:23:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4255,'1000','71713101076','2024-04-14 16:24:50',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0sl'),(4256,'4000','71713101076','2024-04-14 16:24:50',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4257,'1000','71713101154','2024-04-14 16:26:16',380.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'76k'),(4258,'4000','71713101154','2024-04-14 16:26:16',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4259,'4000','71713101154','2024-04-14 16:25:54',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4260,'1000','71713101211','2024-04-14 16:27:14',100.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4261,'4000','71713101211','2024-04-14 16:27:14',NULL,100.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4262,'1000','71713101720','2024-04-14 16:36:01',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gsq'),(4263,'4000','71713101720','2024-04-14 16:36:01',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4264,'4000','71713101720','2024-04-14 16:35:20',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4265,'4000','71713101720','2024-04-14 16:35:47',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4266,'1000','71713101990','2024-04-14 16:40:53',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'H2g'),(4267,'4000','71713101990','2024-04-14 16:40:53',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4268,'4000','71713101990','2024-04-14 16:39:50',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4269,'1000','71713104033','2024-04-14 17:14:15',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jiz'),(4270,'4000','71713104033','2024-04-14 17:14:15',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4271,'1000','71713104068','2024-04-14 17:15:01',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4yl'),(4272,'4000','71713104068','2024-04-14 17:15:01',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4273,'4000','71713104068','2024-04-14 17:14:28',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4274,'1000','71713104148','2024-04-14 17:15:58',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Woi'),(4275,'4000','71713104148','2024-04-14 17:15:58',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4276,'1000','71713104168','2024-04-14 17:16:19',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Q16'),(4277,'4000','71713104168','2024-04-14 17:16:19',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4278,'1000','71713104205','2024-04-14 17:16:58',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oym'),(4279,'4000','71713104205','2024-04-14 17:16:58',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4280,'1000','71713108298','2024-04-14 18:25:01',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1Ip'),(4281,'4000','71713108298','2024-04-14 18:25:01',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4282,'4000','71713108298','2024-04-14 18:24:58',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4283,'1110','71713110467','2024-04-14 19:01:07',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4284,'Asset','71713110467','2024-04-14 19:01:07',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4285,'1000','71713110467','2024-04-14 19:01:07',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4286,'4000','71713110467','2024-04-14 19:01:07',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4287,'1000','71713110519','2024-04-14 19:02:00',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hmm'),(4288,'4000','71713110519','2024-04-14 19:02:00',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4289,'1000','71713112497','2024-04-14 19:34:58',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7ar'),(4290,'4000','71713112497','2024-04-14 19:34:58',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4291,'1000','71713112524','2024-04-14 19:35:30',190.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cjf'),(4292,'4000','71713112524','2024-04-14 19:35:30',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4293,'4000','71713112524','2024-04-14 19:35:24',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4294,'1000','71713117236','2024-04-14 20:54:34',600.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4295,'4000','71713117236','2024-04-14 20:54:34',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4296,'1000','71713117277','2024-04-14 21:03:35',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4297,'4000','71713117277','2024-04-14 21:03:35',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4298,'1000','71713117874','2024-04-14 21:05:11',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mmp'),(4299,'4000','71713117874','2024-04-14 21:05:11',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4300,'1000','71713117919','2024-04-14 21:06:02',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'E0l'),(4301,'4000','71713117919','2024-04-14 21:06:02',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4302,'1000','71713117981','2024-04-14 21:06:31',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rbl'),(4303,'4000','71713117981','2024-04-14 21:06:31',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4304,'1000','71713118000','2024-04-14 21:06:54',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uvg'),(4305,'4000','71713118000','2024-04-14 21:06:54',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4306,'1110','71713118025','2024-04-14 21:07:17',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4307,'Asset','71713118025','2024-04-14 21:07:05',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4308,'1000','71713118025','2024-04-14 21:07:17',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uod'),(4309,'4000','71713118025','2024-04-14 21:07:17',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4310,'1000','71713118048','2024-04-14 21:08:04',210.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cuv'),(4311,'4000','71713118048','2024-04-14 21:08:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4312,'4000','71713118048','2024-04-14 21:07:28',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(4313,'1000','71713118131','2024-04-14 21:08:58',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5fq'),(4314,'4000','71713118131','2024-04-14 21:08:58',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4315,'1000','71713118151','2024-04-14 21:09:24',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'C2u'),(4316,'4000','71713118151','2024-04-14 21:09:24',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4317,'1000','71713118177','2024-04-14 21:09:48',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cop'),(4318,'4000','71713118177','2024-04-14 21:09:48',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4319,'1110','71713118268','2024-04-14 21:21:55',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4320,'Asset','71713118268','2024-04-14 21:11:08',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4321,'1000','71713118268','2024-04-14 21:21:55',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4dh'),(4322,'4000','71713118268','2024-04-14 21:21:55',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4323,'1000','71713118960','2024-04-14 21:27:18',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'D3d'),(4324,'4000','71713118960','2024-04-14 21:27:18',NULL,160.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4325,'1000','61713179414','2024-04-15 14:10:18',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6ip'),(4326,'4000','61713179414','2024-04-15 14:10:18',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4327,'1000','61713179445','2024-04-15 14:10:47',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8lc'),(4328,'4000','61713179445','2024-04-15 14:10:47',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4329,'1000','61713179471','2024-04-15 14:11:13',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'87s'),(4330,'4000','61713179471','2024-04-15 14:11:13',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4331,'1000','61713179500','2024-04-15 14:11:51',940.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Frp'),(4332,'4000','61713179500','2024-04-15 14:11:51',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4333,'4000','61713179500','2024-04-15 14:11:40',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4334,'4000','61713179500','2024-04-15 14:11:44',NULL,40.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4335,'1000','61713179533','2024-04-15 14:12:33',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9ui'),(4336,'4000','61713179533','2024-04-15 14:12:33',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4337,'4000','61713179533','2024-04-15 14:12:13',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4338,'4000','61713179533','2024-04-15 14:12:18',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4339,'4000','61713179533','2024-04-15 14:12:23',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(4340,'1000','61713179578','2024-04-15 14:13:05',155.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P5a'),(4341,'4000','61713179578','2024-04-15 14:13:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4342,'4000','61713179578','2024-04-15 14:12:58',NULL,5.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(4343,'1000','61713180867','2024-04-15 14:34:31',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4344,'4000','61713180867','2024-04-15 14:34:31',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4345,'1000','61713183840','2024-04-15 15:24:28',250.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4346,'4000','61713183840','2024-04-15 15:24:28',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4347,'4000','61713183840','2024-04-15 15:24:00',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(4348,'4000','61713183840','2024-04-15 15:24:10',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4349,'1000','61713183878','2024-04-15 15:24:40',60.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4350,'4000','61713183878','2024-04-15 15:24:40',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(4351,'1000','61713185995','2024-04-15 15:59:57',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kp8'),(4352,'4000','61713185995','2024-04-15 15:59:57',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4353,'1000','61713186020','2024-04-15 16:00:21',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Eoo'),(4354,'4000','61713186020','2024-04-15 16:00:21',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4355,'1000','61713186042','2024-04-15 16:00:49',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3f6'),(4356,'4000','61713186042','2024-04-15 16:00:49',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4357,'4000','61713186042','2024-04-15 16:00:42',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4358,'1000','61713186072','2024-04-15 16:01:37',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lo2'),(4359,'4000','61713186072','2024-04-15 16:01:37',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4360,'4000','61713186072','2024-04-15 16:01:12',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4361,'1000','61713187132','2024-04-15 16:18:53',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4362,'4000','61713187132','2024-04-15 16:18:53',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4363,'1000','61713192099','2024-04-15 17:41:52',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4364,'4000','61713192099','2024-04-15 17:41:52',NULL,300.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4365,'1000','61713192168','2024-04-15 17:42:56',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4366,'4000','61713192168','2024-04-15 17:42:56',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4367,'4000','61713192168','2024-04-15 17:42:48',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4368,'4000','61713192168','2024-04-15 17:42:51',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4369,'1000','61713192212','2024-04-15 17:43:50',270.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4370,'4000','61713192212','2024-04-15 17:43:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4371,'4000','61713192212','2024-04-15 17:43:32',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4372,'4000','61713192212','2024-04-15 17:43:41',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4373,'1000','61713194402','2024-04-15 18:20:05',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4k9'),(4374,'4000','61713194402','2024-04-15 18:20:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4375,'1000','61713194437','2024-04-15 18:28:43',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mm4'),(4376,'4000','61713194437','2024-04-15 18:28:43',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4377,'1000','61713195002','2024-04-15 18:30:03',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rzu'),(4378,'4000','61713195002','2024-04-15 18:30:03',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4379,'1000','61713195032','2024-04-15 18:30:34',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4380,'4000','61713195032','2024-04-15 18:30:34',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(4381,'1000','61713195088','2024-04-15 18:31:32',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4382,'4000','61713195088','2024-04-15 18:31:32',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4383,'1110','61713195100','2024-04-15 18:31:57',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4384,'1110','61713195100','2024-04-15 18:31:40',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4385,'1110','61713195100','2024-04-15 18:31:45',NULL,0.00,'','6','1','Inventory sold','1','','sales','28','','No',NULL,NULL,''),(4386,'1110','61713195100','2024-04-15 18:31:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(4387,'5500','61713195100','2024-04-15 18:31:56',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4388,'1000','61713195100','2024-04-15 18:31:57',440.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4389,'4000','61713195100','2024-04-15 18:31:57',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4390,'4000','61713195100','2024-04-15 18:31:40',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4391,'4000','61713195100','2024-04-15 18:31:45',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(4392,'4000','61713195100','2024-04-15 18:31:51',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4393,'1000','61713196307','2024-04-15 18:51:53',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4394,'4000','61713196307','2024-04-15 18:51:53',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4395,'1110','71713198835','2024-04-15 19:46:03',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4396,'Asset','71713198835','2024-04-15 19:33:55',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4397,'1000','71713198835','2024-04-15 19:46:03',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4k9'),(4398,'4000','71713198835','2024-04-15 19:46:03',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4399,'1000','71713199684','2024-04-15 19:48:15',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xyu'),(4400,'4000','71713199684','2024-04-15 19:48:15',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4401,'1000','71713199706','2024-04-15 19:49:21',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Z4g'),(4402,'4000','71713199706','2024-04-15 19:49:21',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4403,'4000','71713199706','2024-04-15 19:48:26',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4404,'1000','71713199777','2024-04-15 19:50:10',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5qj'),(4405,'4000','71713199777','2024-04-15 19:50:10',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4406,'4000','71713199777','2024-04-15 19:49:37',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4407,'1000','71713199987','2024-04-15 19:55:00',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'G20'),(4408,'4000','71713199987','2024-04-15 19:55:00',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4409,'4000','71713199987','2024-04-15 19:53:07',NULL,150.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4410,'1000','71713200412','2024-04-15 20:00:20',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9ic'),(4411,'4000','71713200412','2024-04-15 20:00:20',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4412,'1110','71713203880','2024-04-15 20:58:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4413,'1110','71713203880','2024-04-15 20:58:00',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4414,'1110','71713203880','2024-04-15 20:58:04',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4415,'Asset','71713203880','2024-04-15 20:58:05',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4416,'1000','71713203880','2024-04-15 20:58:06',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4xm'),(4417,'4000','71713203880','2024-04-15 20:58:06',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4418,'4000','71713203880','2024-04-15 20:58:00',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4419,'4000','71713203880','2024-04-15 20:58:04',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4420,'1000','71713270015','2024-04-16 15:21:14',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kb4'),(4421,'4000','71713270015','2024-04-16 15:21:14',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4422,'1110','71713270088','2024-04-16 15:22:06',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4423,'1110','71713270088','2024-04-16 15:21:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(4424,'5500','71713270088','2024-04-16 15:21:56',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4425,'1000','71713270088','2024-04-16 15:22:06',155.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fde'),(4426,'4000','71713270088','2024-04-16 15:22:06',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4427,'4000','71713270088','2024-04-16 15:21:28',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4428,'1000','71713270134','2024-04-16 15:23:38',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Z3h'),(4429,'4000','71713270134','2024-04-16 15:23:38',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4430,'1110','71713270250','2024-04-16 15:25:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(4431,'1110','71713270250','2024-04-16 15:24:11',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(4432,'1110','71713270250','2024-04-16 15:24:28',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4433,'1110','71713270250','2024-04-16 15:24:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(4434,'1110','71713270250','2024-04-16 15:25:11',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4435,'5500','71713270250','2024-04-16 15:25:33',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4436,'1000','71713270250','2024-04-16 15:25:41',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ugh'),(4437,'4000','71713270250','2024-04-16 15:25:41',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4438,'4000','71713270250','2024-04-16 15:24:11',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4439,'4000','71713270250','2024-04-16 15:24:28',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4440,'4000','71713270250','2024-04-16 15:24:46',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4441,'4000','71713270250','2024-04-16 15:25:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4442,'1000','71713270366','2024-04-16 15:26:16',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4443,'4000','71713270366','2024-04-16 15:26:16',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4444,'1000','71713274510','2024-04-16 16:35:25',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qb1'),(4445,'4000','71713274510','2024-04-16 16:35:25',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4446,'1000','71713274552','2024-04-16 16:36:06',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'24a'),(4447,'4000','71713274552','2024-04-16 16:36:06',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4448,'1000','71713274579','2024-04-16 16:39:48',650.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0ay'),(4449,'4000','71713274579','2024-04-16 16:39:48',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4450,'4000','71713274579','2024-04-16 16:36:19',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4451,'1000','71713274847','2024-04-16 16:42:33',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kir'),(4452,'4000','71713274847','2024-04-16 16:42:33',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4453,'1110','71713275017','2024-04-16 16:43:52',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4454,'Asset','71713275017','2024-04-16 16:43:37',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4455,'1000','71713275017','2024-04-16 16:43:52',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'M8w'),(4456,'4000','71713275017','2024-04-16 16:43:52',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4457,'1110','71713275077','2024-04-16 16:45:51',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4458,'Asset','71713275077','2024-04-16 16:44:37',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4459,'1000','71713275077','2024-04-16 16:45:51',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dzh'),(4460,'4000','71713275077','2024-04-16 16:45:51',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4461,'1000','71713275367','2024-04-16 16:51:07',160.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4462,'4000','71713275367','2024-04-16 16:51:07',NULL,160.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4463,'1000','71713281102','2024-04-16 18:25:24',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'K76'),(4464,'4000','71713281102','2024-04-16 18:25:24',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4465,'1000','71713281154','2024-04-16 18:26:42',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Y01'),(4466,'4000','71713281154','2024-04-16 18:26:42',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4467,'1000','71713281225','2024-04-16 18:27:21',60.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'80p'),(4468,'4000','71713281225','2024-04-16 18:27:21',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(4469,'1000','71713281312','2024-04-16 18:28:46',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2ko'),(4470,'4000','71713281312','2024-04-16 18:28:46',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4471,'1110','71713281338','2024-04-16 18:29:29',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4472,'Asset','71713281338','2024-04-16 18:28:58',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4473,'1000','71713281338','2024-04-16 18:29:29',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4474,'4000','71713281338','2024-04-16 18:29:29',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4475,'1000','71713282800','2024-04-16 18:53:33',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'N98'),(4476,'4000','71713282800','2024-04-16 18:53:33',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4477,'1110','71713284170','2024-04-16 19:16:40',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4478,'1110','71713284170','2024-04-16 19:16:10',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4479,'5500','71713284170','2024-04-16 19:16:22',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4480,'1000','71713284170','2024-04-16 19:16:40',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7xo'),(4481,'4000','71713284170','2024-04-16 19:16:40',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4482,'4000','71713284170','2024-04-16 19:16:10',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4483,'1000','71713284277','2024-04-16 19:18:06',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kzn'),(4484,'4000','71713284277','2024-04-16 19:18:06',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4485,'1000','71713284297','2024-04-16 19:18:40',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ibe'),(4486,'4000','71713284297','2024-04-16 19:18:40',NULL,450.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4487,'4000','71713284297','2024-04-16 19:18:17',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4488,'1000','71713284342','2024-04-16 19:30:54',320.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4489,'4000','71713284342','2024-04-16 19:30:54',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4490,'4000','71713284342','2024-04-16 19:30:19',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4491,'4000','71713284342','2024-04-16 19:30:27',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4492,'1110','71713286677','2024-04-16 19:58:19',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4493,'1110','71713286677','2024-04-16 19:57:57',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4494,'Asset','71713286677','2024-04-16 19:58:10',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4495,'1000','71713286677','2024-04-16 19:58:19',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ryf'),(4496,'4000','71713286677','2024-04-16 19:58:19',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4497,'4000','71713286677','2024-04-16 19:57:57',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4498,'1000','71713291119','2024-04-16 21:12:28',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6m0'),(4499,'4000','71713291119','2024-04-16 21:12:28',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4500,'1000','71713291260','2024-04-16 21:14:39',60.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'G8o'),(4501,'4000','71713291260','2024-04-16 21:14:39',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(4502,'1110','61713346105','2024-04-17 12:28:41',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4503,'1110','61713346105','2024-04-17 12:28:25',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4504,'Asset','61713346105','2024-04-17 12:28:31',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4505,'1000','61713346105','2024-04-17 12:28:41',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gbo'),(4506,'4000','61713346105','2024-04-17 12:28:41',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4507,'4000','61713346105','2024-04-17 12:28:25',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4508,'1110','61713346628','2024-04-17 12:37:14',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4509,'Asset','61713346628','2024-04-17 12:37:08',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4510,'1000','61713346628','2024-04-17 12:37:14',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'961'),(4511,'4000','61713346628','2024-04-17 12:37:14',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4512,'1000','61713353998','2024-04-17 14:40:05',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Aof'),(4513,'4000','61713353998','2024-04-17 14:40:05',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4514,'4000','61713353998','2024-04-17 14:39:58',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4515,'1000','61713355322','2024-04-17 15:02:05',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fpv'),(4516,'4000','61713355322','2024-04-17 15:02:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4517,'1000','61713355388','2024-04-17 15:03:28',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Igm'),(4518,'4000','61713355388','2024-04-17 15:03:28',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4519,'1000','71713434267','2024-04-18 12:58:51',1400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9pu'),(4520,'4000','71713434267','2024-04-18 12:58:51',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4521,'4000','71713434267','2024-04-18 12:57:47',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4522,'4000','71713434267','2024-04-18 12:58:07',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4523,'1000','71713436756','2024-04-18 13:44:18',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zzf'),(4524,'4000','71713436756','2024-04-18 13:44:18',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4525,'1110','71713437072','2024-04-18 13:44:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4526,'1110','71713437072','2024-04-18 13:44:32',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4527,'Asset','71713437072','2024-04-18 13:44:41',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4528,'1000','71713437072','2024-04-18 13:44:48',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Y7s'),(4529,'4000','71713437072','2024-04-18 13:44:48',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4530,'4000','71713437072','2024-04-18 13:44:32',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4531,'1000','71713437253','2024-04-18 13:47:40',5.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4532,'4000','71713437253','2024-04-18 13:47:40',NULL,5.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(4533,'1000','71713437739','2024-04-18 13:55:40',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'I92'),(4534,'4000','71713437739','2024-04-18 13:55:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4535,'1000','71713437773','2024-04-18 13:56:37',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P6k'),(4536,'4000','71713437773','2024-04-18 13:56:37',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4537,'4000','71713437773','2024-04-18 13:56:13',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4538,'1000','71713437853','2024-04-18 13:57:45',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2fl'),(4539,'4000','71713437853','2024-04-18 13:57:45',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4540,'4000','71713437853','2024-04-18 13:57:33',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4541,'4000','71713437853','2024-04-18 13:57:35',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4542,'1000','71713437913','2024-04-18 14:54:29',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jqm'),(4543,'4000','71713437913','2024-04-18 14:54:29',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4544,'4000','71713437913','2024-04-18 13:58:33',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4545,'4000','71713437913','2024-04-18 14:45:16',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4546,'4000','71713437913','2024-04-18 14:49:16',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4547,'1000','71713441319','2024-04-18 14:55:56',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Otl'),(4548,'4000','71713441319','2024-04-18 14:55:56',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4549,'1000','71713441373','2024-04-18 14:56:24',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ypa'),(4550,'4000','71713441373','2024-04-18 14:56:24',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4551,'1110','71713441396','2024-04-18 14:56:59',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4552,'Asset','71713441396','2024-04-18 14:56:36',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4553,'1000','71713441396','2024-04-18 14:56:59',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'926'),(4554,'4000','71713441396','2024-04-18 14:56:59',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4555,'1000','71713441468','2024-04-18 14:58:37',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Iyj'),(4556,'4000','71713441468','2024-04-18 14:58:37',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4557,'1000','71713441899','2024-04-18 15:05:16',550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'H2b'),(4558,'4000','71713441899','2024-04-18 15:05:16',NULL,450.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4559,'4000','71713441899','2024-04-18 15:04:59',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4560,'1000','71713442008','2024-04-18 15:07:02',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'51p'),(4561,'4000','71713442008','2024-04-18 15:07:02',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4562,'1000','71713442036','2024-04-18 15:08:03',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'64m'),(4563,'4000','71713442036','2024-04-18 15:08:03',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4564,'4000','71713442036','2024-04-18 15:07:16',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4565,'1000','61713446937','2024-04-18 16:29:09',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'J6g'),(4566,'4000','61713446937','2024-04-18 16:29:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4567,'1000','61713446979','2024-04-18 16:29:42',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sn6'),(4568,'4000','61713446979','2024-04-18 16:29:42',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4569,'1000','61713448491','2024-04-18 17:03:17',440.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2ao'),(4570,'4000','61713448491','2024-04-18 17:03:17',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4571,'4000','61713448491','2024-04-18 16:54:51',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4572,'4000','61713448491','2024-04-18 17:02:45',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(4573,'1000','61713449236','2024-04-18 17:08:00',30.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Z2d'),(4574,'4000','61713449236','2024-04-18 17:08:00',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4575,'4000','61713449236','2024-04-18 17:07:16',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4576,'1000','61713449732','2024-04-18 17:20:23',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4577,'4000','61713449732','2024-04-18 17:20:23',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4578,'4000','61713449732','2024-04-18 17:15:32',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4579,'1000','61713453639','2024-04-18 18:20:53',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pql'),(4580,'4000','61713453639','2024-04-18 18:20:53',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4581,'4000','61713453639','2024-04-18 18:20:39',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4582,'1000','61713453689','2024-04-18 18:21:30',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B7v'),(4583,'4000','61713453689','2024-04-18 18:21:30',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4584,'1000','61713453714','2024-04-18 18:22:03',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4585,'4000','61713453714','2024-04-18 18:22:03',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4586,'1000','61713453780','2024-04-18 18:23:01',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M9d'),(4587,'4000','61713453780','2024-04-18 18:23:01',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4588,'1000','61713454068','2024-04-18 18:27:54',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pel'),(4589,'4000','61713454068','2024-04-18 18:27:54',NULL,750.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4590,'1000','61713454659','2024-04-18 18:37:45',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4591,'4000','61713454659','2024-04-18 18:37:45',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4592,'1000','61713454672','2024-04-18 18:37:53',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jyi'),(4593,'4000','61713454672','2024-04-18 18:37:53',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4594,'1000','61713457101','2024-04-18 19:18:26',160.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4595,'4000','61713457101','2024-04-18 19:18:26',NULL,160.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4596,'1000','61713457179','2024-04-18 19:19:49',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qya'),(4597,'4000','61713457179','2024-04-18 19:19:49',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4598,'4000','61713457179','2024-04-18 19:19:39',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4599,'1000','61713457247','2024-04-18 19:20:48',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4600,'4000','61713457247','2024-04-18 19:20:48',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4601,'1000','61713458741','2024-04-18 19:45:43',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4602,'4000','61713458741','2024-04-18 19:45:43',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4603,'1000','61713458753','2024-04-18 19:46:02',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4604,'4000','61713458753','2024-04-18 19:46:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4605,'1000','61713461717','2024-04-18 20:36:08',305.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hn9'),(4606,'4000','61713461717','2024-04-18 20:36:08',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4607,'4000','61713461717','2024-04-18 20:35:17',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4608,'1000','61713461874','2024-04-18 20:38:05',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4609,'4000','61713461874','2024-04-18 20:38:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4610,'1000','61713462683','2024-04-18 20:51:24',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3ij'),(4611,'4000','61713462683','2024-04-18 20:51:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4612,'1000','61713463567','2024-04-18 21:06:08',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B5z'),(4613,'4000','61713463567','2024-04-18 21:06:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4614,'1000','61713463596','2024-04-18 21:06:38',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4615,'4000','61713463596','2024-04-18 21:06:38',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4616,'1000','71713520944','2024-04-19 13:03:56',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Y9g'),(4617,'4000','71713520944','2024-04-19 13:03:56',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4618,'1000','71713521053','2024-04-19 13:04:31',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'64f'),(4619,'4000','71713521053','2024-04-19 13:04:31',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4620,'1000','71713521106','2024-04-19 13:06:02',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oyx'),(4621,'4000','71713521106','2024-04-19 13:06:02',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4622,'1000','71713521179','2024-04-19 13:11:17',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uze'),(4623,'4000','71713521179','2024-04-19 13:11:17',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4624,'4000','71713521179','2024-04-19 13:06:19',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4625,'1000','71713521494','2024-04-19 13:11:45',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4626,'4000','71713521494','2024-04-19 13:11:45',NULL,300.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4627,'1000','61713533591','2024-04-19 16:33:19',240.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ipc'),(4628,'4000','61713533591','2024-04-19 16:33:19',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4629,'4000','61713533591','2024-04-19 16:33:11',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(4630,'1000','61713533627','2024-04-19 16:33:49',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oga'),(4631,'4000','61713533627','2024-04-19 16:33:49',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(4632,'1000','61713533655','2024-04-19 16:34:17',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gmn'),(4633,'4000','61713533655','2024-04-19 16:34:17',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4634,'1000','61713533676','2024-04-19 16:34:37',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yfz'),(4635,'4000','61713533676','2024-04-19 16:34:37',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4636,'1000','61713533701','2024-04-19 16:35:02',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'S4a'),(4637,'4000','61713533701','2024-04-19 16:35:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4638,'1000','61713533748','2024-04-19 16:38:08',210.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3ro'),(4639,'4000','61713533748','2024-04-19 16:38:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4640,'4000','61713533748','2024-04-19 16:35:48',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(4641,'1000','61713536458','2024-04-19 17:20:59',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3zu'),(4642,'4000','61713536458','2024-04-19 17:20:59',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4643,'1000','61713536484','2024-04-19 17:21:25',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F28'),(4644,'4000','61713536484','2024-04-19 17:21:25',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4645,'1000','61713536505','2024-04-19 17:21:54',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nd3'),(4646,'4000','61713536505','2024-04-19 17:21:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4647,'4000','61713536505','2024-04-19 17:21:45',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4648,'1000','61713544333','2024-04-19 19:32:39',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4649,'4000','61713544333','2024-04-19 19:32:39',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4650,'4000','61713544333','2024-04-19 19:32:13',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4651,'1000','61713544388','2024-04-19 19:33:31',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'L15'),(4652,'4000','61713544388','2024-04-19 19:33:31',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4653,'4000','61713544388','2024-04-19 19:33:08',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4654,'1000','61713544448','2024-04-19 19:34:18',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lv9'),(4655,'4000','61713544448','2024-04-19 19:34:18',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4656,'4000','61713544448','2024-04-19 19:34:08',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4657,'1000','61713544483','2024-04-19 19:35:59',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sk2'),(4658,'4000','61713544483','2024-04-19 19:35:59',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4659,'4000','61713544483','2024-04-19 19:34:43',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4660,'1000','61713544619','2024-04-19 19:38:02',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mr2'),(4661,'4000','61713544619','2024-04-19 19:38:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4662,'1000','61713544898','2024-04-19 19:41:39',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F80'),(4663,'4000','61713544898','2024-04-19 19:41:39',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4664,'1000','61713544936','2024-04-19 19:45:15',1480.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wbw'),(4665,'4000','61713544936','2024-04-19 19:45:15',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4666,'4000','61713544936','2024-04-19 19:42:16',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4667,'4000','61713544936','2024-04-19 19:42:19',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4668,'4000','61713544936','2024-04-19 19:43:13',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4669,'4000','61713544936','2024-04-19 19:43:20',NULL,160.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(4670,'4000','61713544936','2024-04-19 19:45:06',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4671,'1000','61713547499','2024-04-19 20:25:10',800.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pgf'),(4672,'4000','61713547499','2024-04-19 20:25:10',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4673,'4000','61713547499','2024-04-19 20:24:59',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4674,'1000','61713548253','2024-04-19 20:37:36',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ovd'),(4675,'4000','61713548253','2024-04-19 20:37:36',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4676,'1000','61713550264','2024-04-19 21:11:07',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4677,'4000','61713550264','2024-04-19 21:11:07',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4678,'1000','61713551740','2024-04-19 21:35:42',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4zj'),(4679,'4000','61713551740','2024-04-19 21:35:42',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4680,'1000','61713551764','2024-04-19 21:36:05',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4681,'4000','61713551764','2024-04-19 21:36:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4682,'1000','61713605148','2024-04-20 12:28:39',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3mn'),(4683,'4000','61713605148','2024-04-20 12:28:39',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4684,'1000','61713605332','2024-04-20 12:30:05',270.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Eaz'),(4685,'4000','61713605332','2024-04-20 12:30:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4686,'4000','61713605332','2024-04-20 12:28:52',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4687,'4000','61713605332','2024-04-20 12:29:06',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4688,'4000','61713605332','2024-04-20 12:29:39',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4689,'1000','61713605426','2024-04-20 12:31:01',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ofj'),(4690,'4000','61713605426','2024-04-20 12:31:01',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4691,'4000','61713605426','2024-04-20 12:30:26',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4692,'1000','61713605508','2024-04-20 12:32:31',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'L4y'),(4693,'4000','61713605508','2024-04-20 12:32:31',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4694,'4000','61713605508','2024-04-20 12:31:48',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4695,'1000','61713605570','2024-04-20 12:33:56',360.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xzg'),(4696,'4000','61713605570','2024-04-20 12:33:56',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4697,'4000','61713605570','2024-04-20 12:32:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4698,'4000','61713605570','2024-04-20 12:33:16',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(4699,'1000','61713605652','2024-04-20 12:34:28',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4jp'),(4700,'4000','61713605652','2024-04-20 12:34:28',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4701,'1000','61713612509','2024-04-20 14:28:33',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4702,'4000','61713612509','2024-04-20 14:28:33',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4703,'1000','61713612562','2024-04-20 14:29:25',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4704,'4000','61713612562','2024-04-20 14:29:25',NULL,600.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4705,'1000','61713612573','2024-04-20 14:30:11',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'024'),(4706,'4000','61713612573','2024-04-20 14:30:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4707,'4000','61713612573','2024-04-20 14:29:33',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4708,'4000','61713612573','2024-04-20 14:29:40',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4709,'1000','61713612635','2024-04-20 14:30:37',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nwj'),(4710,'4000','61713612635','2024-04-20 14:30:37',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4711,'1000','61713612976','2024-04-20 14:36:21',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ea6'),(4712,'4000','61713612976','2024-04-20 14:36:21',NULL,250.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4713,'1000','61713615214','2024-04-20 15:13:39',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4714,'4000','61713615214','2024-04-20 15:13:39',NULL,600.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4715,'1000','61713615242','2024-04-20 15:14:05',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ivo'),(4716,'4000','61713615242','2024-04-20 15:14:05',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4717,'1000','61713621203','2024-04-20 16:53:57',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4718,'4000','61713621203','2024-04-20 16:53:57',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4719,'4000','61713621203','2024-04-20 16:53:23',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4720,'1000','61713621345','2024-04-20 16:55:47',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tkt'),(4721,'4000','61713621345','2024-04-20 16:55:47',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4722,'1000','61713621370','2024-04-20 16:56:11',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'W8a'),(4723,'4000','61713621370','2024-04-20 16:56:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4724,'1000','61713621557','2024-04-20 16:59:30',205.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jj7'),(4725,'4000','61713621557','2024-04-20 16:59:30',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4726,'4000','61713621557','2024-04-20 16:59:17',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4727,'4000','61713621557','2024-04-20 16:59:21',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4728,'1000','61713621596','2024-04-20 17:00:20',650.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1h7'),(4729,'4000','61713621596','2024-04-20 17:00:20',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4730,'4000','61713621596','2024-04-20 16:59:56',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4731,'4000','61713621596','2024-04-20 17:00:02',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4732,'1000','61713621666','2024-04-20 17:01:30',560.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'L9p'),(4733,'4000','61713621666','2024-04-20 17:01:30',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4734,'4000','61713621666','2024-04-20 17:01:06',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4735,'4000','61713621666','2024-04-20 17:01:12',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4736,'1000','61713621755','2024-04-20 17:02:39',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'616'),(4737,'4000','61713621755','2024-04-20 17:02:39',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4738,'1000','61713621784','2024-04-20 17:03:17',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H7n'),(4739,'4000','61713621784','2024-04-20 17:03:17',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4740,'4000','61713621784','2024-04-20 17:03:04',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4741,'1000','61713625806','2024-04-20 18:10:09',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tf8'),(4742,'4000','61713625806','2024-04-20 18:10:09',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4743,'1000','61713625846','2024-04-20 18:10:59',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'68x'),(4744,'4000','61713625846','2024-04-20 18:10:59',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4745,'4000','61713625846','2024-04-20 18:10:46',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4746,'1000','61713625892','2024-04-20 18:11:35',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4747,'4000','61713625892','2024-04-20 18:11:35',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4748,'1000','61713630451','2024-04-20 19:29:04',20.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8am'),(4749,'4000','61713630451','2024-04-20 19:29:04',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4750,'1000','71713630599','2024-04-20 19:32:35',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fvw'),(4751,'4000','71713630599','2024-04-20 19:32:35',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4752,'1000','71713630839','2024-04-20 19:34:45',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fzk'),(4753,'4000','71713630839','2024-04-20 19:34:45',NULL,160.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4754,'1000','71713630914','2024-04-20 19:39:10',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2kw'),(4755,'4000','71713630914','2024-04-20 19:39:10',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4756,'1110','71713632043','2024-04-20 19:54:18',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4757,'Asset','71713632043','2024-04-20 19:54:03',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4758,'1000','71713632043','2024-04-20 19:54:18',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kjv'),(4759,'4000','71713632043','2024-04-20 19:54:18',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4760,'1000','71713632069','2024-04-20 19:56:41',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xy8'),(4761,'4000','71713632069','2024-04-20 19:56:41',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4762,'4000','71713632069','2024-04-20 19:54:29',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4763,'1110','71713632226','2024-04-20 19:57:46',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4764,'1110','71713632226','2024-04-20 19:57:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4765,'5500','71713632226','2024-04-20 19:57:32',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4766,'1000','71713632226','2024-04-20 19:57:46',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Skj'),(4767,'4000','71713632226','2024-04-20 19:57:46',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4768,'4000','71713632226','2024-04-20 19:57:06',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4769,'1000','71713632279','2024-04-20 19:58:21',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6n2'),(4770,'4000','71713632279','2024-04-20 19:58:21',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4771,'4000','71713632279','2024-04-20 19:57:59',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4772,'1110','71713632420','2024-04-20 20:01:32',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4773,'1110','71713632420','2024-04-20 20:00:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(4774,'5500','71713632420','2024-04-20 20:00:49',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4775,'1000','71713632420','2024-04-20 20:01:32',420.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0w5'),(4776,'4000','71713632420','2024-04-20 20:01:32',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4777,'4000','71713632420','2024-04-20 20:00:20',NULL,120.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4778,'1000','71713632506','2024-04-20 20:02:06',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P5l'),(4779,'4000','71713632506','2024-04-20 20:02:06',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4780,'1000','71713632537','2024-04-20 20:02:31',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bq3'),(4781,'4000','71713632537','2024-04-20 20:02:31',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4782,'1110','71713632563','2024-04-20 20:03:05',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4783,'1110','71713632563','2024-04-20 20:02:43',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4784,'Asset','71713632563','2024-04-20 20:02:55',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4785,'1000','71713632563','2024-04-20 20:03:05',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Un3'),(4786,'4000','71713632563','2024-04-20 20:03:05',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4787,'4000','71713632563','2024-04-20 20:02:43',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4788,'1000','71713632662','2024-04-20 20:04:29',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4789,'4000','71713632662','2024-04-20 20:04:29',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4790,'1000','71713633141','2024-04-20 20:12:39',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'W8x'),(4791,'4000','71713633141','2024-04-20 20:12:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4792,'1000','61713635537','2024-04-20 20:52:24',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'18b'),(4793,'4000','61713635537','2024-04-20 20:52:24',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4794,'1000','61713635670','2024-04-20 20:55:48',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4795,'4000','61713635670','2024-04-20 20:55:48',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4796,'1000','61713635951','2024-04-20 21:05:36',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4797,'4000','61713635951','2024-04-20 21:05:36',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4798,'1000','61713636342','2024-04-20 21:16:43',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4799,'4000','61713636342','2024-04-20 21:16:43',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4800,'1000','71713693953','2024-04-21 13:07:22',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pug'),(4801,'4000','71713693953','2024-04-21 13:07:22',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4802,'4000','71713693953','2024-04-21 13:05:53',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4803,'1000','71713694139','2024-04-21 13:13:33',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rt1'),(4804,'4000','71713694139','2024-04-21 13:13:33',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4805,'4000','71713694139','2024-04-21 13:08:59',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4806,'4000','71713694139','2024-04-21 13:09:20',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4807,'1000','71713694482','2024-04-21 13:15:12',550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X1q'),(4808,'4000','71713694482','2024-04-21 13:15:12',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4809,'4000','71713694482','2024-04-21 13:14:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4810,'1110','71713694563','2024-04-21 13:16:51',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4811,'1110','71713694563','2024-04-21 13:16:03',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4812,'5500','71713694563','2024-04-21 13:16:22',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4813,'1000','71713694563','2024-04-21 13:16:51',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'D1m'),(4814,'4000','71713694563','2024-04-21 13:16:51',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4815,'4000','71713694563','2024-04-21 13:16:03',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4816,'1000','71713694660','2024-04-21 13:33:24',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wge'),(4817,'4000','71713694660','2024-04-21 13:33:24',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4818,'4000','71713694660','2024-04-21 13:17:40',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4819,'1000','71713695622','2024-04-21 13:35:03',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4v7'),(4820,'4000','71713695622','2024-04-21 13:35:03',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4821,'4000','71713695622','2024-04-21 13:33:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4822,'1000','71713695717','2024-04-21 13:35:44',1100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pmx'),(4823,'4000','71713695717','2024-04-21 13:35:44',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4824,'4000','71713695717','2024-04-21 13:35:17',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4825,'1000','71713695805','2024-04-21 13:36:58',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0yz'),(4826,'4000','71713695805','2024-04-21 13:36:58',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4827,'1000','71713695835','2024-04-21 13:44:48',1050.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Q08'),(4828,'4000','71713695835','2024-04-21 13:44:48',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4829,'4000','71713695835','2024-04-21 13:37:15',NULL,600.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4830,'1110','71713696337','2024-04-21 13:45:47',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4831,'Asset','71713696337','2024-04-21 13:45:37',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4832,'1000','71713696337','2024-04-21 13:45:47',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4833,'4000','71713696337','2024-04-21 13:45:47',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4834,'1000','71713696350','2024-04-21 13:45:59',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4835,'4000','71713696350','2024-04-21 13:45:59',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4836,'1000','61713711252','2024-04-21 17:54:18',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dsm'),(4837,'4000','61713711252','2024-04-21 17:54:18',NULL,750.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4838,'1000','61713711287','2024-04-22 13:42:51',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zhx'),(4839,'4000','61713711287','2024-04-22 13:42:51',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4840,'1000','61713783249','2024-04-22 13:54:12',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gih'),(4841,'4000','61713783249','2024-04-22 13:54:12',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4842,'1000','61713783296','2024-04-22 13:54:58',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5y7'),(4843,'4000','61713783296','2024-04-22 13:54:58',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4844,'1000','61713783469','2024-04-22 13:57:58',240.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lwc'),(4845,'4000','61713783469','2024-04-22 13:57:58',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4846,'4000','61713783469','2024-04-22 13:57:49',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(4847,'1000','61713783532','2024-04-22 13:59:18',195.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Eao'),(4848,'4000','61713783532','2024-04-22 13:59:18',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4849,'4000','61713783532','2024-04-22 13:58:52',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4850,'4000','61713783532','2024-04-22 13:59:01',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4851,'1000','61713783601','2024-04-22 14:00:28',240.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vxy'),(4852,'4000','61713783601','2024-04-22 14:00:28',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4853,'4000','61713783601','2024-04-22 14:00:01',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(4854,'1000','61713786640','2024-04-22 14:51:24',410.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4855,'4000','61713786640','2024-04-22 14:51:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4856,'4000','61713786640','2024-04-22 14:50:40',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4857,'4000','61713786640','2024-04-22 14:50:54',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(4858,'1000','61713786722','2024-04-22 14:52:06',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4859,'4000','61713786722','2024-04-22 14:52:06',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4860,'1000','61713786741','2024-04-22 14:52:22',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4kk'),(4861,'4000','61713786741','2024-04-22 14:52:22',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4862,'1000','61713786766','2024-04-22 14:52:49',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Srk'),(4863,'4000','61713786766','2024-04-22 14:52:49',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4864,'1000','61713786805','2024-04-22 14:53:29',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fb6'),(4865,'4000','61713786805','2024-04-22 14:53:29',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4866,'1000','61713797665','2024-04-22 17:54:26',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'X82'),(4867,'4000','61713797665','2024-04-22 17:54:26',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4868,'1000','61713797706','2024-04-22 17:55:09',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Puz'),(4869,'4000','61713797706','2024-04-22 17:55:09',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4870,'1000','61713797736','2024-04-22 17:55:47',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3wn'),(4871,'4000','61713797736','2024-04-22 17:55:47',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4872,'4000','61713797736','2024-04-22 17:55:36',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(4873,'1000','61713797785','2024-04-22 17:56:34',155.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P9v'),(4874,'4000','61713797785','2024-04-22 17:56:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4875,'4000','61713797785','2024-04-22 17:56:25',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4876,'1000','61713800208','2024-04-22 18:36:51',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4877,'4000','61713800208','2024-04-22 18:36:51',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4878,'1110','61713800268','2024-04-22 18:40:14',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4879,'1110','61713800268','2024-04-22 18:37:48',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4880,'1110','61713800268','2024-04-22 18:37:52',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4881,'5500','61713800268','2024-04-22 18:39:12',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4882,'1000','61713800268','2024-04-22 18:40:14',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ive'),(4883,'4000','61713800268','2024-04-22 18:40:14',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4884,'4000','61713800268','2024-04-22 18:37:48',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4885,'4000','61713800268','2024-04-22 18:37:52',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4886,'1000','61713800441','2024-04-22 18:40:44',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8h2'),(4887,'4000','61713800441','2024-04-22 18:40:44',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4888,'1000','61713801328','2024-04-22 18:55:29',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'08p'),(4889,'4000','61713801328','2024-04-22 18:55:29',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4890,'1000','61713801358','2024-04-22 18:56:01',120.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5su'),(4891,'4000','61713801358','2024-04-22 18:56:01',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4892,'1110','61713801436','2024-04-22 18:57:36',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4893,'1110','61713801436','2024-04-22 18:57:16',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4894,'Asset','61713801436','2024-04-22 18:57:31',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4895,'1000','61713801436','2024-04-22 18:57:36',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4896,'4000','61713801436','2024-04-22 18:57:36',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4897,'4000','61713801436','2024-04-22 18:57:16',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4898,'1000','61713801467','2024-04-22 18:57:48',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4899,'4000','61713801467','2024-04-22 18:57:48',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4900,'1000','61713806496','2024-04-22 20:23:05',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'K3c'),(4901,'4000','61713806496','2024-04-22 20:23:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4902,'4000','61713806496','2024-04-22 20:21:36',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4903,'1000','71713864448','2024-04-23 12:31:59',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jjq'),(4904,'4000','71713864448','2024-04-23 12:31:59',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4905,'1000','71713864796','2024-04-23 12:33:41',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yam'),(4906,'4000','71713864796','2024-04-23 12:33:41',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4907,'4000','71713864796','2024-04-23 12:33:16',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4908,'1000','71713864834','2024-04-23 12:34:02',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4909,'4000','71713864834','2024-04-23 12:34:02',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4910,'1110','71713868032','2024-04-23 13:27:29',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4911,'Asset','71713868032','2024-04-23 13:27:12',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4912,'1000','71713868032','2024-04-23 13:27:29',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Poo'),(4913,'4000','71713868032','2024-04-23 13:27:29',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4914,'1000','71713868063','2024-04-23 13:27:56',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'A1f'),(4915,'4000','71713868063','2024-04-23 13:27:56',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4916,'1000','71713868145','2024-04-23 13:29:37',900.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dlb'),(4917,'4000','71713868145','2024-04-23 13:29:37',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4918,'4000','71713868145','2024-04-23 13:29:05',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4919,'1000','71713868277','2024-04-23 13:54:09',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ev9'),(4920,'4000','71713868277','2024-04-23 13:54:09',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4921,'1000','71713870240','2024-04-23 14:04:10',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2gw'),(4922,'4000','71713870240','2024-04-23 14:04:10',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4923,'1000','71713870265','2024-04-23 14:04:34',10.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4vm'),(4924,'4000','71713870265','2024-04-23 14:04:34',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(4925,'1110','71713870504','2024-04-23 14:35:18',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4926,'1110','71713870504','2024-04-23 14:08:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4927,'1110','71713870504','2024-04-23 14:34:05',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(4928,'1110','71713870504','2024-04-23 14:34:14',NULL,0.00,'','7','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(4929,'5500','71713870504','2024-04-23 14:35:03',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4930,'1000','71713870504','2024-04-23 14:35:18',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'F4m'),(4931,'4000','71713870504','2024-04-23 14:35:18',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4932,'4000','71713870504','2024-04-23 14:08:24',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4933,'4000','71713870504','2024-04-23 14:34:05',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4934,'4000','71713870504','2024-04-23 14:34:14',NULL,100.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4935,'1000','71713872141','2024-04-23 14:35:57',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4936,'4000','71713872141','2024-04-23 14:35:57',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4937,'1000','71713872823','2024-04-23 14:47:16',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oxl'),(4938,'4000','71713872823','2024-04-23 14:47:16',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4939,'1000','71713872864','2024-04-23 14:58:10',200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4940,'4000','71713872864','2024-04-23 14:58:10',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4941,'1000','71713873508','2024-04-23 15:11:02',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gse'),(4942,'4000','71713873508','2024-04-23 15:11:02',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4943,'4000','71713873508','2024-04-23 14:58:28',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4944,'1000','71713874717','2024-04-23 16:21:52',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nqf'),(4945,'4000','71713874717','2024-04-23 16:21:52',NULL,300.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4946,'1110','71713878523','2024-04-23 16:22:33',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4947,'1110','71713878523','2024-04-23 16:22:03',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(4948,'5500','71713878523','2024-04-23 16:22:24',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4949,'1000','71713878523','2024-04-23 16:22:33',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Q55'),(4950,'4000','71713878523','2024-04-23 16:22:33',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4951,'4000','71713878523','2024-04-23 16:22:03',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4952,'1110','71713878846','2024-04-23 17:15:49',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4953,'Asset','71713878846','2024-04-23 16:27:26',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4954,'1000','71713878846','2024-04-23 17:15:49',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vwb'),(4955,'4000','71713878846','2024-04-23 17:15:49',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4956,'1000','71713881762','2024-04-23 17:16:13',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X3t'),(4957,'4000','71713881762','2024-04-23 17:16:13',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4958,'1000','71713882413','2024-04-23 17:47:05',250.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4959,'4000','71713882413','2024-04-23 17:47:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4960,'4000','71713882413','2024-04-23 17:26:53',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4961,'1000','71713883654','2024-04-23 17:47:49',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vxc'),(4962,'4000','71713883654','2024-04-23 17:47:49',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4963,'1000','71713883715','2024-04-23 17:53:02',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P1r'),(4964,'4000','71713883715','2024-04-23 17:53:02',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4965,'1000','71713884758','2024-04-23 18:06:05',40.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'C1u'),(4966,'4000','71713884758','2024-04-23 18:06:05',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(4967,'1000','71713885862','2024-04-23 18:24:44',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'O4d'),(4968,'4000','71713885862','2024-04-23 18:24:44',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4969,'1000','71713885897','2024-04-23 18:25:19',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P8u'),(4970,'4000','71713885897','2024-04-23 18:25:19',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4971,'1000','71713885961','2024-04-23 18:29:34',50.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4972,'4000','71713885961','2024-04-23 18:29:34',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(4973,'1110','71713886176','2024-04-23 18:41:48',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4974,'1110','71713886176','2024-04-23 18:29:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4975,'5500','71713886176','2024-04-23 18:41:41',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4976,'1000','71713886176','2024-04-23 18:41:48',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Z7h'),(4977,'4000','71713886176','2024-04-23 18:41:48',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4978,'4000','71713886176','2024-04-23 18:29:36',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4979,'1110','71713889687','2024-04-23 19:28:31',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4980,'1110','71713889687','2024-04-23 19:28:07',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(4981,'5500','71713889687','2024-04-23 19:28:15',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4982,'1000','71713889687','2024-04-23 19:28:31',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,' 9w1'),(4983,'4000','71713889687','2024-04-23 19:28:31',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4984,'4000','71713889687','2024-04-23 19:28:07',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4985,'1000','71713889734','2024-04-23 19:30:03',440.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wlb'),(4986,'4000','71713889734','2024-04-23 19:30:03',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4987,'4000','71713889734','2024-04-23 19:28:54',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4988,'4000','71713889734','2024-04-23 19:29:30',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(4989,'1000','71713890899','2024-04-23 19:50:17',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'35t'),(4990,'4000','71713890899','2024-04-23 19:50:17',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4991,'1000','71713891042','2024-04-23 19:51:42',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bqp'),(4992,'4000','71713891042','2024-04-23 19:51:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4993,'4000','71713891042','2024-04-23 19:50:42',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4994,'1000','71713891124','2024-04-23 19:52:18',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'496'),(4995,'4000','71713891124','2024-04-23 19:52:18',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4996,'1000','71713891210','2024-04-23 19:53:44',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4997,'4000','71713891210','2024-04-23 19:53:44',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4998,'1000','71713891241','2024-04-23 19:57:58',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wd2'),(4999,'4000','71713891241','2024-04-23 19:57:58',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5000,'1000','71713893628','2024-04-23 20:34:01',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1vl'),(5001,'4000','71713893628','2024-04-23 20:34:01',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5002,'1000','71713893676','2024-04-23 20:35:09',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5qx'),(5003,'4000','71713893676','2024-04-23 20:35:09',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5004,'4000','71713893676','2024-04-23 20:34:37',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5005,'1000','71713893726','2024-04-23 20:35:53',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Db6'),(5006,'4000','71713893726','2024-04-23 20:35:53',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5007,'1000','71713895469','2024-04-23 21:04:37',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5008,'4000','71713895469','2024-04-23 21:04:37',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5009,'1000','71713896906','2024-04-23 21:29:16',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wgb'),(5010,'4000','71713896906','2024-04-23 21:29:16',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5011,'1000','61713950488','2024-04-24 12:21:30',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5012,'4000','61713950488','2024-04-24 12:21:30',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5013,'1000','61713950498','2024-04-24 12:30:26',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5xx'),(5014,'4000','61713950498','2024-04-24 12:30:26',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5015,'4000','61713950498','2024-04-24 12:21:38',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5016,'1110','61713960672','2024-04-24 15:11:16',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5017,'1110','61713960672','2024-04-24 15:11:12',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5018,'5500','61713960672','2024-04-24 15:11:14',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5019,'1000','61713960672','2024-04-24 15:11:16',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'75u'),(5020,'4000','61713960672','2024-04-24 15:11:16',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5021,'4000','61713960672','2024-04-24 15:11:12',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5022,'1000','61713960701','2024-04-24 15:11:43',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ylj'),(5023,'4000','61713960701','2024-04-24 15:11:43',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5024,'1110','61713960730','2024-04-24 15:12:35',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5025,'1110','61713960730','2024-04-24 15:12:10',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5026,'1110','61713960730','2024-04-24 15:12:15',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5027,'1110','61713960730','2024-04-24 15:12:21',NULL,0.00,'','6','1','Inventory sold','1','','sales','28','','No',NULL,NULL,''),(5028,'1110','61713960730','2024-04-24 15:12:29',NULL,0.00,'','6','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(5029,'5500','61713960730','2024-04-24 15:12:33',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5030,'1000','61713960730','2024-04-24 15:12:35',850.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4jj'),(5031,'4000','61713960730','2024-04-24 15:12:35',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5032,'4000','61713960730','2024-04-24 15:12:10',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5033,'4000','61713960730','2024-04-24 15:12:15',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5034,'4000','61713960730','2024-04-24 15:12:21',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(5035,'4000','61713960730','2024-04-24 15:12:29',NULL,160.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(5036,'1000','61713960791','2024-04-24 15:13:24',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3bp'),(5037,'4000','61713960791','2024-04-24 15:13:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5038,'4000','61713960791','2024-04-24 15:13:11',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5039,'1110','61713961105','2024-04-24 15:19:43',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5040,'1110','61713961105','2024-04-24 15:18:25',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5041,'5500','61713961105','2024-04-24 15:19:26',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5042,'1000','61713961105','2024-04-24 15:19:43',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kvw'),(5043,'4000','61713961105','2024-04-24 15:19:43',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5044,'4000','61713961105','2024-04-24 15:18:25',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5045,'1000','61713961215','2024-04-24 15:20:24',170.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'78j'),(5046,'4000','61713961215','2024-04-24 15:20:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5047,'4000','61713961215','2024-04-24 15:20:15',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(5048,'1000','61713961256','2024-04-24 15:20:58',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'603'),(5049,'4000','61713961256','2024-04-24 15:20:58',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5050,'1110','61713961611','2024-04-24 15:27:28',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5051,'1110','61713961611','2024-04-24 15:26:51',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5052,'1110','61713961611','2024-04-24 15:26:55',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5053,'1110','61713961611','2024-04-24 15:26:59',NULL,0.00,'','6','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5054,'1110','61713961611','2024-04-24 15:27:11',NULL,0.00,'','6','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(5055,'5500','61713961611','2024-04-24 15:27:22',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5056,'1000','61713961611','2024-04-24 15:27:28',670.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wif'),(5057,'4000','61713961611','2024-04-24 15:27:28',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5058,'4000','61713961611','2024-04-24 15:26:51',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5059,'4000','61713961611','2024-04-24 15:26:55',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5060,'4000','61713961611','2024-04-24 15:26:59',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5061,'4000','61713961611','2024-04-24 15:27:11',NULL,50.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(5062,'1000','61713961677','2024-04-24 15:27:59',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Doj'),(5063,'4000','61713961677','2024-04-24 15:27:59',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5064,'1000','61713961702','2024-04-24 15:28:24',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5065,'4000','61713961702','2024-04-24 15:28:24',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5066,'1110','61713961730','2024-04-24 15:29:03',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5067,'1110','61713961730','2024-04-24 15:28:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5068,'5500','61713961730','2024-04-24 15:28:55',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5069,'1000','61713961730','2024-04-24 15:29:03',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5070,'4000','61713961730','2024-04-24 15:29:03',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5071,'4000','61713961730','2024-04-24 15:28:50',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5072,'1000','61713961762','2024-04-24 15:29:46',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5073,'4000','61713961762','2024-04-24 15:29:46',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5074,'4000','61713961762','2024-04-24 15:29:22',NULL,150.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5075,'1000','61713962485','2024-04-24 15:42:21',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cwc'),(5076,'4000','61713962485','2024-04-24 15:42:21',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5077,'4000','61713962485','2024-04-24 15:41:25',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5078,'4000','61713962485','2024-04-24 15:41:40',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(5079,'4000','61713962485','2024-04-24 15:41:45',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(5080,'4000','61713962485','2024-04-24 15:41:54',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5081,'1000','61713975656','2024-04-24 19:21:07',390.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5082,'4000','61713975656','2024-04-24 19:21:07',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5083,'4000','61713975656','2024-04-24 19:20:57',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5084,'4000','61713975656','2024-04-24 19:21:03',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5085,'1000','61713975672','2024-04-24 19:21:14',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5086,'4000','61713975672','2024-04-24 19:21:14',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5087,'1000','61713975711','2024-04-24 19:22:11',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5ci'),(5088,'4000','61713975711','2024-04-24 19:22:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5089,'4000','61713975711','2024-04-24 19:21:51',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5090,'4000','61713975711','2024-04-24 19:21:59',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5091,'1000','61713975765','2024-04-24 19:22:48',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2zb'),(5092,'4000','61713975765','2024-04-24 19:22:48',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5093,'1000','61713975791','2024-04-24 19:23:12',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3oy'),(5094,'4000','61713975791','2024-04-24 19:23:12',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5095,'1000','61713975840','2024-04-24 19:24:06',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ee9'),(5096,'4000','61713975840','2024-04-24 19:24:06',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5097,'4000','61713975840','2024-04-24 19:24:00',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5098,'1000','61713975873','2024-04-24 19:24:36',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5om'),(5099,'4000','61713975873','2024-04-24 19:24:36',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5100,'1000','61713975912','2024-04-24 19:25:14',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ucg'),(5101,'4000','61713975912','2024-04-24 19:25:14',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5102,'1000','61713975938','2024-04-24 19:25:39',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0a2'),(5103,'4000','61713975938','2024-04-24 19:25:39',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5104,'1000','61713975987','2024-04-24 19:26:28',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ha5'),(5105,'4000','61713975987','2024-04-24 19:26:28',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5106,'1000','61713976014','2024-04-24 19:27:07',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gzq'),(5107,'4000','61713976014','2024-04-24 19:27:07',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5108,'4000','61713976014','2024-04-24 19:26:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5109,'4000','61713976014','2024-04-24 19:26:57',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5110,'1000','61713976350','2024-04-24 19:32:36',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5111,'4000','61713976350','2024-04-24 19:32:36',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5112,'1000','61713982717','2024-04-24 21:18:39',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nmq'),(5113,'4000','61713982717','2024-04-24 21:18:39',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5114,'1000','61713982742','2024-04-24 21:19:03',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mbn'),(5115,'4000','61713982742','2024-04-24 21:19:03',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5116,'1000','61713982767','2024-04-24 21:19:40',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wtr'),(5117,'4000','61713982767','2024-04-24 21:19:40',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5118,'1000','61713982806','2024-04-24 21:20:07',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5119,'4000','61713982806','2024-04-24 21:20:07',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5120,'1000','61713983251','2024-04-24 21:27:32',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5121,'4000','61713983251','2024-04-24 21:27:32',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5122,'1110','61714034574','2024-04-25 11:43:02',NULL,227.25,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5123,'Asset','61714034574','2024-04-25 11:42:54',227.25,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5124,'1000','61714034574','2024-04-25 11:43:02',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rfi'),(5125,'4000','61714034574','2024-04-25 11:43:02',NULL,750.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5126,'1000','61714039707','2024-04-25 13:08:39',550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qwx'),(5127,'4000','61714039707','2024-04-25 13:08:39',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5128,'4000','61714039707','2024-04-25 13:08:27',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5129,'1110','61714039757','2024-04-25 13:09:19',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5130,'Asset','61714039757','2024-04-25 13:09:17',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5131,'1000','61714039757','2024-04-25 13:09:19',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yam'),(5132,'4000','61714039757','2024-04-25 13:09:19',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5133,'1110','61714050943','2024-04-25 16:15:45',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5134,'Asset','61714050943','2024-04-25 16:15:43',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5135,'1000','61714050943','2024-04-25 16:15:45',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'D42'),(5136,'4000','61714050943','2024-04-25 16:15:45',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5137,'1000','61714050981','2024-04-25 16:16:33',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Raw'),(5138,'4000','61714050981','2024-04-25 16:16:33',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5139,'4000','61714050981','2024-04-25 16:16:21',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(5140,'1000','61714051011','2024-04-25 16:17:05',260.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zo3'),(5141,'4000','61714051011','2024-04-25 16:17:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5142,'4000','61714051011','2024-04-25 16:16:51',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5143,'4000','61714051011','2024-04-25 16:16:59',NULL,10.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(5144,'1110','61714051259','2024-04-25 16:21:01',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5145,'Asset','61714051259','2024-04-25 16:20:59',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5146,'1000','61714051259','2024-04-25 16:21:01',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fjo'),(5147,'4000','61714051259','2024-04-25 16:21:01',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5148,'1000','61714052509','2024-04-25 16:41:51',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5149,'4000','61714052509','2024-04-25 16:41:51',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5150,'1000','61714052521','2024-04-25 16:42:02',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fa8'),(5151,'4000','61714052521','2024-04-25 16:42:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5152,'1110','61714052561','2024-04-25 16:42:44',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5153,'Asset','61714052561','2024-04-25 16:42:41',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5154,'1000','61714052561','2024-04-25 16:42:44',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'D42'),(5155,'4000','61714052561','2024-04-25 16:42:44',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5156,'1000','61714052587','2024-04-25 16:50:56',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hyc'),(5157,'4000','61714052587','2024-04-25 16:50:56',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5158,'4000','61714052587','2024-04-25 16:43:07',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5159,'4000','61714052587','2024-04-25 16:50:42',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5160,'1000','61714053099','2024-04-25 16:51:40',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P9g'),(5161,'4000','61714053099','2024-04-25 16:51:40',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5162,'1000','61714055097','2024-04-25 17:25:00',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tmv'),(5163,'4000','61714055097','2024-04-25 17:25:00',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5164,'1000','61714055114','2024-04-25 17:25:16',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5165,'4000','61714055114','2024-04-25 17:25:16',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5166,'1000','61714060200','2024-04-25 18:50:03',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5167,'4000','61714060200','2024-04-25 18:50:03',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5168,'1000','61714060249','2024-04-25 18:51:25',240.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bsc'),(5169,'4000','61714060249','2024-04-25 18:51:25',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5170,'4000','61714060249','2024-04-25 18:50:49',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5171,'4000','61714060249','2024-04-25 18:51:04',NULL,30.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(5172,'4000','61714060249','2024-04-25 18:51:12',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5173,'1000','61714060320','2024-04-25 18:52:14',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'X3s'),(5174,'4000','61714060320','2024-04-25 18:52:14',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5175,'4000','61714060320','2024-04-25 18:52:00',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5176,'4000','61714060320','2024-04-25 18:52:06',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5177,'1110','61714062489','2024-04-25 19:29:36',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5178,'1110','61714062489','2024-04-25 19:28:09',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(5179,'5500','61714062489','2024-04-25 19:29:17',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5180,'1000','61714062489','2024-04-25 19:29:36',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B5a'),(5181,'4000','61714062489','2024-04-25 19:29:36',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5182,'4000','61714062489','2024-04-25 19:28:09',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5183,'1000','61714063246','2024-04-25 19:50:59',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Afq'),(5184,'4000','61714063246','2024-04-25 19:50:59',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5185,'1000','61714063885','2024-04-25 19:51:32',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ydn'),(5186,'4000','61714063885','2024-04-25 19:51:32',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5187,'1110','61714063933','2024-04-25 19:52:45',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5188,'1110','61714063933','2024-04-25 19:52:13',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5189,'1110','61714063933','2024-04-25 19:52:19',NULL,0.00,'','6','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(5190,'5500','61714063933','2024-04-25 19:52:32',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5191,'1000','61714063933','2024-04-25 19:52:45',360.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8rz'),(5192,'4000','61714063933','2024-04-25 19:52:45',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5193,'4000','61714063933','2024-04-25 19:52:13',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5194,'4000','61714063933','2024-04-25 19:52:19',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(5195,'1000','71714066952','2024-04-25 20:43:26',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zcv'),(5196,'4000','71714066952','2024-04-25 20:43:26',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5197,'1000','71714067029','2024-04-25 20:44:11',20.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xql'),(5198,'4000','71714067029','2024-04-25 20:44:11',NULL,20.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(5199,'1000','71714067062','2024-04-25 20:45:06',480.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Joe'),(5200,'4000','71714067062','2024-04-25 20:45:06',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5201,'4000','71714067062','2024-04-25 20:44:22',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5202,'4000','71714067062','2024-04-25 20:44:33',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5203,'1110','71714067128','2024-04-25 20:46:34',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5204,'1110','71714067128','2024-04-25 20:45:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5205,'1110','71714067128','2024-04-25 20:45:57',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5206,'1110','71714067128','2024-04-25 20:46:10',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(5207,'5500','71714067128','2024-04-25 20:46:21',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5208,'1000','71714067128','2024-04-25 20:46:34',760.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gnr'),(5209,'4000','71714067128','2024-04-25 20:46:34',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5210,'4000','71714067128','2024-04-25 20:45:28',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5211,'4000','71714067128','2024-04-25 20:45:57',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5212,'4000','71714067128','2024-04-25 20:46:10',NULL,160.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5213,'1000','71714067206','2024-04-25 20:49:14',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Est'),(5214,'4000','71714067206','2024-04-25 20:49:14',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5215,'4000','71714067206','2024-04-25 20:46:46',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5216,'1000','71714067384','2024-04-25 20:51:26',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5217,'4000','71714067384','2024-04-25 20:51:26',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5218,'1110','61714130328','2024-04-26 14:21:09',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5219,'1110','61714130328','2024-04-26 14:18:48',NULL,0.00,'','6','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(5220,'1110','61714130328','2024-04-26 14:19:03',NULL,0.00,'','6','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5221,'1110','61714130328','2024-04-26 14:19:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(5222,'5500','61714130328','2024-04-26 14:21:02',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5223,'1000','61714130328','2024-04-26 14:21:09',510.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vpk'),(5224,'4000','61714130328','2024-04-26 14:21:09',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5225,'4000','61714130328','2024-04-26 14:18:48',NULL,120.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(5226,'4000','61714130328','2024-04-26 14:19:03',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5227,'4000','61714130328','2024-04-26 14:19:27',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(5228,'1000','61714130547','2024-04-26 14:23:00',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qdw'),(5229,'4000','61714130547','2024-04-26 14:23:00',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5230,'4000','61714130547','2024-04-26 14:22:27',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5231,'1000','61714130613','2024-04-26 14:23:37',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wd4'),(5232,'4000','61714130613','2024-04-26 14:23:37',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5233,'1000','61714130643','2024-04-26 14:24:31',380.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M6u'),(5234,'4000','61714130643','2024-04-26 14:24:31',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5235,'4000','61714130643','2024-04-26 14:24:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5236,'4000','61714130643','2024-04-26 14:24:06',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(5237,'1000','61714130712','2024-04-26 14:25:15',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5238,'4000','61714130712','2024-04-26 14:25:15',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5239,'1000','61714151451','2024-04-26 20:11:21',410.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5ou'),(5240,'4000','61714151451','2024-04-26 20:11:21',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5241,'4000','61714151451','2024-04-26 20:10:51',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5242,'4000','61714151451','2024-04-26 20:11:09',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(5243,'1000','61714151514','2024-04-26 20:12:33',1000.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xvm'),(5244,'4000','61714151514','2024-04-26 20:12:33',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5245,'4000','61714151514','2024-04-26 20:11:54',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5246,'4000','61714151514','2024-04-26 20:11:56',NULL,250.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5247,'4000','61714151514','2024-04-26 20:12:07',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5248,'1000','61714151576','2024-04-26 20:12:57',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qrm'),(5249,'4000','61714151576','2024-04-26 20:12:57',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5250,'1000','61714151677','2024-04-26 20:14:57',290.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'35n'),(5251,'4000','61714151677','2024-04-26 20:14:57',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5252,'4000','61714151677','2024-04-26 20:14:37',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5253,'4000','61714151677','2024-04-26 20:14:44',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(5254,'1000','61714151781','2024-04-26 20:16:22',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wbv'),(5255,'4000','61714151781','2024-04-26 20:16:22',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5256,'1000','61714151869','2024-04-26 20:17:50',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fts'),(5257,'4000','61714151869','2024-04-26 20:17:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5258,'1000','61714151888','2024-04-26 20:18:10',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qed'),(5259,'4000','61714151888','2024-04-26 20:18:10',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5260,'1000','61714151912','2024-04-26 20:18:35',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lj6'),(5261,'4000','61714151912','2024-04-26 20:18:35',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5262,'1000','61714151966','2024-04-26 20:19:31',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lq7'),(5263,'4000','61714151966','2024-04-26 20:19:31',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5264,'1000','61714152009','2024-04-26 20:20:13',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Guq'),(5265,'4000','61714152009','2024-04-26 20:20:13',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5266,'1000','61714152039','2024-04-26 20:20:54',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'U2c'),(5267,'4000','61714152039','2024-04-26 20:20:54',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5268,'4000','61714152039','2024-04-26 20:20:39',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5269,'1000','61714152102','2024-04-26 20:22:05',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vcl'),(5270,'4000','61714152102','2024-04-26 20:22:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5271,'4000','61714152102','2024-04-26 20:21:42',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5272,'4000','61714152102','2024-04-26 20:21:47',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5273,'1000','61714152152','2024-04-26 20:22:35',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Aj4'),(5274,'4000','61714152152','2024-04-26 20:22:35',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5275,'1110','61714152189','2024-04-26 20:23:13',NULL,181.80,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5276,'Asset','61714152189','2024-04-26 20:23:09',181.80,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5277,'1000','61714152189','2024-04-26 20:23:13',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yva'),(5278,'4000','61714152189','2024-04-26 20:23:13',NULL,600.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5279,'1110','61714152243','2024-04-26 20:24:13',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5280,'1110','61714152243','2024-04-26 20:24:03',NULL,0.00,'','6','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5281,'5500','61714152243','2024-04-26 20:24:10',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5282,'1000','61714152243','2024-04-26 20:24:13',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1t0'),(5283,'4000','61714152243','2024-04-26 20:24:13',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5284,'4000','61714152243','2024-04-26 20:24:03',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5285,'1000','61714152282','2024-04-26 20:24:52',460.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6xw'),(5286,'4000','61714152282','2024-04-26 20:24:52',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5287,'4000','61714152282','2024-04-26 20:24:42',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5288,'1110','61714152318','2024-04-26 20:25:19',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5289,'Asset','61714152318','2024-04-26 20:25:18',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5290,'1000','61714152318','2024-04-26 20:25:19',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7tp'),(5291,'4000','61714152318','2024-04-26 20:25:19',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5292,'1000','61714152374','2024-04-26 20:26:17',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4gc'),(5293,'4000','61714152374','2024-04-26 20:26:17',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5294,'1000','61714152497','2024-04-26 20:28:51',800.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5295,'4000','61714152497','2024-04-26 20:28:51',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5296,'4000','61714152497','2024-04-26 20:28:17',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5297,'1000','61714152754','2024-04-26 20:33:02',1750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wzc'),(5298,'4000','61714152754','2024-04-26 20:33:02',NULL,750.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5299,'4000','61714152754','2024-04-26 20:32:34',NULL,1000.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5300,'1000','61714221910','2024-04-27 15:45:22',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2ij'),(5301,'4000','61714221910','2024-04-27 15:45:22',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5302,'4000','61714221910','2024-04-27 15:45:10',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5303,'4000','61714221910','2024-04-27 15:45:15',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5304,'1000','61714221986','2024-04-27 15:46:27',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y4u'),(5305,'4000','61714221986','2024-04-27 15:46:27',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5306,'1110','61714222024','2024-04-27 15:47:29',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5307,'1110','61714222024','2024-04-27 15:47:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5308,'1110','61714222024','2024-04-27 15:47:10',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5309,'Asset','61714222024','2024-04-27 15:47:25',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5310,'1000','61714222024','2024-04-27 15:47:29',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mhg'),(5311,'4000','61714222024','2024-04-27 15:47:29',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5312,'4000','61714222024','2024-04-27 15:47:04',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5313,'4000','61714222024','2024-04-27 15:47:10',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5314,'1000','61714222149','2024-04-27 15:49:12',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'37j'),(5315,'4000','61714222149','2024-04-27 15:49:12',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5316,'1000','61714222185','2024-04-27 16:01:08',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jmp'),(5317,'4000','61714222185','2024-04-27 16:01:08',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5318,'1000','61714223166','2024-04-27 16:07:23',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cx5'),(5319,'4000','61714223166','2024-04-27 16:07:23',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5320,'1000','61714223325','2024-04-27 16:08:55',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jil'),(5321,'4000','61714223325','2024-04-27 16:08:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5322,'4000','61714223325','2024-04-27 16:08:45',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5323,'1000','61714223396','2024-04-27 16:10:02',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qta'),(5324,'4000','61714223396','2024-04-27 16:10:02',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5325,'1000','61714223525','2024-04-27 16:12:07',120.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yq6'),(5326,'4000','61714223525','2024-04-27 16:12:07',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5327,'1000','61714223557','2024-04-27 16:12:48',550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Q1p'),(5328,'4000','61714223557','2024-04-27 16:12:48',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5329,'4000','61714223557','2024-04-27 16:12:37',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5330,'1000','61714223612','2024-04-27 16:13:50',205.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vju'),(5331,'4000','61714223612','2024-04-27 16:13:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5332,'4000','61714223612','2024-04-27 16:13:32',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(5333,'4000','61714223612','2024-04-27 16:13:41',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5334,'1000','61714223696','2024-04-27 16:14:59',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8zx'),(5335,'4000','61714223696','2024-04-27 16:14:59',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5336,'1000','61714223751','2024-04-27 16:16:00',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'X80'),(5337,'4000','61714223751','2024-04-27 16:16:00',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5338,'4000','61714223751','2024-04-27 16:15:51',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5339,'1000','61714223791','2024-04-27 16:16:33',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5gn'),(5340,'4000','61714223791','2024-04-27 16:16:33',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5341,'1000','61714223878','2024-04-27 16:17:59',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'V74'),(5342,'4000','61714223878','2024-04-27 16:17:59',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5343,'1000','61714223934','2024-04-27 16:18:56',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y5n'),(5344,'4000','61714223934','2024-04-27 16:18:56',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5345,'1000','61714223961','2024-04-27 16:19:23',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zwc'),(5346,'4000','61714223961','2024-04-27 16:19:23',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5347,'1000','61714224014','2024-04-27 16:22:30',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cna'),(5348,'4000','61714224014','2024-04-27 16:22:30',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5349,'1000','61714224271','2024-04-27 16:24:34',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kn5'),(5350,'4000','61714224271','2024-04-27 16:24:34',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5351,'1000','61714224464','2024-04-27 16:45:36',120.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Iap'),(5352,'4000','61714224464','2024-04-27 16:45:36',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5353,'4000','61714224464','2024-04-27 16:27:44',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5354,'1000','61714225584','2024-04-27 16:47:57',430.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'E4z'),(5355,'4000','61714225584','2024-04-27 16:47:57',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5356,'4000','61714225584','2024-04-27 16:46:24',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5357,'4000','61714225584','2024-04-27 16:47:37',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5358,'1000','61714225724','2024-04-27 16:48:53',130.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5359,'4000','61714225724','2024-04-27 16:48:53',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5360,'4000','61714225724','2024-04-27 16:48:44',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5361,'1000','61714228678','2024-04-27 17:38:05',750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5362,'4000','61714228678','2024-04-27 17:38:05',NULL,750.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5363,'1000','61714228694','2024-04-27 17:38:21',130.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5364,'4000','61714228694','2024-04-27 17:38:21',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5365,'4000','61714228694','2024-04-27 17:38:14',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5366,'1000','61714228721','0000-00-00 00:00:00',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5367,'4000','61714228721','0000-00-00 00:00:00',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(5368,'1000','61714228750','2024-04-27 17:39:11',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5369,'4000','61714228750','2024-04-27 17:39:11',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5370,'1000','61714228782','2024-04-27 17:39:44',40.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5371,'4000','61714228782','2024-04-27 17:39:44',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5372,'1000','61714228801','2024-04-27 17:40:04',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5373,'4000','61714228801','2024-04-27 17:40:04',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5374,'1000','61714229678','2024-04-27 17:54:41',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Akr'),(5375,'4000','61714229678','2024-04-27 17:54:41',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5376,'1110','61714231131','2024-04-27 18:20:35',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5377,'1110','61714231131','2024-04-27 18:18:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(5378,'5500','61714231131','2024-04-27 18:20:33',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5379,'1000','61714231131','2024-04-27 18:20:35',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'39y'),(5380,'4000','61714231131','2024-04-27 18:20:35',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5381,'4000','61714231131','2024-04-27 18:18:51',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5382,'1110','71714146144','2024-04-28 15:49:57',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5383,'1110','71714146144','2024-04-26 18:42:24',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5384,'1110','71714146144','2024-04-28 15:49:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5385,'1110','71714146144','2024-04-28 15:49:34',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5386,'5500','71714146144','2024-04-28 15:49:56',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5387,'1000','71714146144','2024-04-28 15:49:57',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9t7'),(5388,'4000','71714146144','2024-04-28 15:49:57',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5389,'4000','71714146144','2024-04-26 18:42:24',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5390,'4000','71714146144','2024-04-28 15:49:29',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5391,'4000','71714146144','2024-04-28 15:49:34',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5392,'1110','71714308672','2024-04-28 15:54:19',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5393,'1110','71714308672','2024-04-28 15:51:12',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5394,'1110','71714308672','2024-04-28 15:51:15',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5395,'1110','71714308672','2024-04-28 15:53:51',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5396,'1110','71714308672','2024-04-28 15:54:15',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5397,'5500','71714308672','2024-04-28 15:54:18',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5398,'1000','71714308672','2024-04-28 15:54:19',950.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'T23'),(5399,'4000','71714308672','2024-04-28 15:54:19',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5400,'4000','71714308672','2024-04-28 15:51:12',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5401,'4000','71714308672','2024-04-28 15:51:15',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5402,'4000','71714308672','2024-04-28 15:53:51',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5403,'4000','71714308672','2024-04-28 15:54:15',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5404,'1000','71714308924','2024-04-28 15:55:25',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mw2'),(5405,'4000','71714308924','2024-04-28 15:55:25',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5406,'1110','71714308997','2024-04-28 15:56:43',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5407,'1110','71714308997','2024-04-28 15:56:37',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5408,'Asset','71714308997','2024-04-28 15:56:42',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5409,'1000','71714308997','2024-04-28 15:56:43',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tyq'),(5410,'4000','71714308997','2024-04-28 15:56:43',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5411,'4000','71714308997','2024-04-28 15:56:37',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5412,'1110','71714309049','2024-04-28 15:57:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5413,'1110','71714309049','2024-04-28 15:57:29',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5414,'1110','71714309049','2024-04-28 15:57:31',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5415,'1110','71714309049','2024-04-28 15:57:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5416,'1110','71714309049','2024-04-28 15:57:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5417,'1110','71714309049','2024-04-28 15:57:40',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5418,'Asset','71714309049','2024-04-28 15:57:44',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5419,'1000','71714309049','2024-04-28 15:57:45',570.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'M9u'),(5420,'4000','71714309049','2024-04-28 15:57:45',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5421,'4000','71714309049','2024-04-28 15:57:29',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5422,'4000','71714309049','2024-04-28 15:57:31',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5423,'4000','71714309049','2024-04-28 15:57:36',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5424,'4000','71714309049','2024-04-28 15:57:38',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5425,'4000','71714309049','2024-04-28 15:57:40',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5426,'1000','71714309087','2024-04-28 15:58:15',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P1y'),(5427,'4000','71714309087','2024-04-28 15:58:15',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5428,'1110','71714309119','2024-04-28 15:59:00',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5429,'1110','71714309119','2024-04-28 15:58:39',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5430,'1110','71714309119','2024-04-28 15:58:41',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5431,'1110','71714309119','2024-04-28 15:58:42',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(5432,'1110','71714309119','2024-04-28 15:58:47',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(5433,'1110','71714309119','2024-04-28 15:58:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5434,'1110','71714309119','2024-04-28 15:58:51',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5435,'1110','71714309119','2024-04-28 15:58:53',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5436,'5500','71714309119','2024-04-28 15:58:59',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5437,'1000','71714309119','2024-04-28 15:59:00',670.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tlp'),(5438,'4000','71714309119','2024-04-28 15:59:00',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5439,'4000','71714309119','2024-04-28 15:58:39',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5440,'4000','71714309119','2024-04-28 15:58:41',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5441,'4000','71714309119','2024-04-28 15:58:42',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5442,'4000','71714309119','2024-04-28 15:58:47',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5443,'4000','71714309119','2024-04-28 15:58:49',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5444,'4000','71714309119','2024-04-28 15:58:51',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5445,'4000','71714309119','2024-04-28 15:58:53',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5446,'1110','71714309163','2024-04-28 15:59:24',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5447,'Asset','71714309163','2024-04-28 15:59:24',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5448,'1000','71714309163','2024-04-28 15:59:24',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'J3k'),(5449,'4000','71714309163','2024-04-28 15:59:24',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5450,'1110','71714309189','2024-04-28 15:59:51',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5451,'1110','71714309189','2024-04-28 15:59:49',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5452,'Asset','71714309189','2024-04-28 15:59:51',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5453,'1000','71714309189','2024-04-28 15:59:51',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zdo'),(5454,'4000','71714309189','2024-04-28 15:59:51',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5455,'4000','71714309189','2024-04-28 15:59:49',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5456,'1000','71714309257','2024-04-28 16:01:00',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kbh'),(5457,'4000','71714309257','2024-04-28 16:01:00',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5458,'4000','71714309257','2024-04-28 16:00:57',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5459,'1000','71714309310','2024-04-28 16:04:13',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'J77'),(5460,'4000','71714309310','2024-04-28 16:04:13',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5461,'4000','71714309310','2024-04-28 16:01:50',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5462,'1110','71714310487','2024-04-28 16:21:28',NULL,227.25,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5463,'Asset','71714310487','2024-04-28 16:21:27',227.25,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5464,'1000','71714310487','2024-04-28 16:21:28',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'U0e'),(5465,'4000','71714310487','2024-04-28 16:21:28',NULL,750.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5466,'1000','71714310543','2024-04-28 16:22:24',900.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tlq'),(5467,'4000','71714310543','2024-04-28 16:22:24',NULL,900.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5468,'1110','71714311103','2024-04-28 16:31:58',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5469,'1110','71714311103','2024-04-28 16:31:43',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5470,'1110','71714311103','2024-04-28 16:31:46',NULL,272.70,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5471,'Asset','71714311103','2024-04-28 16:31:57',409.05,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5472,'1000','71714311103','2024-04-28 16:31:58',1350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lit'),(5473,'4000','71714311103','2024-04-28 16:31:58',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5474,'4000','71714311103','2024-04-28 16:31:43',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5475,'4000','71714311103','2024-04-28 16:31:46',NULL,900.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5476,'1000','71714311142','2024-04-28 16:32:23',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ax2'),(5477,'4000','71714311142','2024-04-28 16:32:23',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5478,'1110','71714311188','2024-04-28 16:33:11',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5479,'1110','71714311188','2024-04-28 16:33:08',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5480,'Asset','71714311188','2024-04-28 16:33:10',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5481,'1000','71714311188','2024-04-28 16:33:11',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Flj'),(5482,'4000','71714311188','2024-04-28 16:33:11',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5483,'4000','71714311188','2024-04-28 16:33:08',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5484,'1110','71714311214','2024-04-28 16:33:35',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5485,'Asset','71714311214','2024-04-28 16:33:34',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5486,'1000','71714311214','2024-04-28 16:33:35',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X76'),(5487,'4000','71714311214','2024-04-28 16:33:35',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5488,'1000','71714311816','2024-04-28 17:26:17',750.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5489,'4000','71714311816','2024-04-28 17:26:17',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5490,'4000','71714311816','2024-04-28 16:43:36',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5491,'1000','71714314864','2024-04-28 17:35:03',240.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'J6a'),(5492,'4000','71714314864','2024-04-28 17:35:03',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5493,'4000','71714314864','2024-04-28 17:34:24',NULL,80.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(5494,'4000','71714314864','2024-04-28 17:34:38',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5495,'1110','71714314954','2024-04-28 17:37:08',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5496,'1110','71714314954','2024-04-28 17:35:54',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5497,'1110','71714314954','2024-04-28 17:35:56',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5498,'5500','71714314954','2024-04-28 17:37:07',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5499,'1000','71714314954','2024-04-28 17:37:08',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'E9p'),(5500,'4000','71714314954','2024-04-28 17:37:08',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5501,'4000','71714314954','2024-04-28 17:35:54',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5502,'4000','71714314954','2024-04-28 17:35:56',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5503,'1110','71714315054','2024-04-28 17:37:38',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5504,'1110','71714315054','2024-04-28 17:37:34',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5505,'Asset','71714315054','2024-04-28 17:37:37',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5506,'1000','71714315054','2024-04-28 17:37:38',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2fl'),(5507,'4000','71714315054','2024-04-28 17:37:38',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5508,'4000','71714315054','2024-04-28 17:37:34',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5509,'1110','71714315138','2024-04-28 17:39:34',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5510,'1110','71714315138','2024-04-28 17:38:58',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5511,'1110','71714315138','2024-04-28 17:39:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5512,'1110','71714315138','2024-04-28 17:39:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5513,'5500','71714315138','2024-04-28 17:39:33',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5514,'1000','71714315138','2024-04-28 17:39:34',380.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Adf'),(5515,'4000','71714315138','2024-04-28 17:39:34',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5516,'4000','71714315138','2024-04-28 17:38:58',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5517,'4000','71714315138','2024-04-28 17:39:01',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5518,'4000','71714315138','2024-04-28 17:39:30',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5519,'1000','71714315213','2024-04-28 17:40:14',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'V9a'),(5520,'4000','71714315213','2024-04-28 17:40:14',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5521,'1110','71714315241','2024-04-28 17:40:50',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5522,'1110','71714315241','2024-04-28 17:40:41',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5523,'1110','71714315241','2024-04-28 17:40:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5524,'5500','71714315241','2024-04-28 17:40:49',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5525,'1000','71714315241','2024-04-28 17:40:50',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Y1u'),(5526,'4000','71714315241','2024-04-28 17:40:50',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5527,'4000','71714315241','2024-04-28 17:40:41',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5528,'4000','71714315241','2024-04-28 17:40:45',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5529,'1110','71714315348','2024-04-28 17:43:01',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5530,'1110','71714315348','2024-04-28 17:42:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5531,'1110','71714315348','2024-04-28 17:42:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(5532,'1110','71714315348','2024-04-28 17:42:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(5533,'5500','71714315348','2024-04-28 17:43:00',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5534,'1000','71714315348','2024-04-28 17:43:01',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'N4u\''),(5535,'4000','71714315348','2024-04-28 17:43:01',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5536,'4000','71714315348','2024-04-28 17:42:28',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5537,'4000','71714315348','2024-04-28 17:42:41',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5538,'4000','71714315348','2024-04-28 17:42:52',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(5539,'1000','71714315476','2024-04-28 17:44:50',1000.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5540,'4000','71714315476','2024-04-28 17:44:50',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5541,'4000','71714315476','2024-04-28 17:44:36',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5542,'4000','71714315476','2024-04-28 17:44:40',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5543,'4000','71714315476','2024-04-28 17:44:46',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5544,'1000','71714315502','2024-04-28 17:45:09',250.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5545,'4000','71714315502','2024-04-28 17:45:09',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5546,'4000','71714315502','2024-04-28 17:45:02',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5547,'1000','71714315559','2024-04-28 17:46:02',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5548,'4000','71714315559','2024-04-28 17:46:02',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5549,'4000','71714315559','2024-04-28 17:45:59',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5550,'1000','71714317062','2024-04-28 18:11:09',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6x6'),(5551,'4000','71714317062','2024-04-28 18:11:09',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5552,'4000','71714317062','2024-04-28 18:11:02',NULL,600.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5553,'1000','71714318172','2024-04-28 18:29:36',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7ml'),(5554,'4000','71714318172','2024-04-28 18:29:36',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5555,'4000','71714318172','2024-04-28 18:29:33',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5556,'1000','71714319686','2024-04-28 18:54:47',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5557,'4000','71714319686','2024-04-28 18:54:47',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5558,'1000','71714320153','2024-04-28 19:02:34',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Z0i'),(5559,'4000','71714320153','2024-04-28 19:02:34',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5560,'1000','71714320196','2024-04-28 19:03:21',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5et'),(5561,'4000','71714320196','2024-04-28 19:03:21',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5562,'4000','71714320196','2024-04-28 19:03:16',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5563,'1000','71714320264','2024-04-28 19:04:25',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Z7i'),(5564,'4000','71714320264','2024-04-28 19:04:25',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5565,'1000','71714320286','2024-04-28 19:05:04',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fz3'),(5566,'4000','71714320286','2024-04-28 19:05:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5567,'4000','71714320286','2024-04-28 19:04:46',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5568,'4000','71714320286','2024-04-28 19:04:49',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5569,'1000','71714320344','2024-04-28 19:05:44',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5ke'),(5570,'4000','71714320344','2024-04-28 19:05:44',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5571,'1000','71714324469','2024-04-28 20:14:32',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'43z'),(5572,'4000','71714324469','2024-04-28 20:14:32',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5573,'4000','71714324469','2024-04-28 20:14:29',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5574,'1000','71714324584','2024-04-28 20:16:35',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3kz'),(5575,'4000','71714324584','2024-04-28 20:16:35',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5576,'4000','71714324584','2024-04-28 20:16:24',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5577,'4000','71714324584','2024-04-28 20:16:29',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5578,'1000','71714325425','2024-04-28 20:31:05',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bzp'),(5579,'4000','71714325425','2024-04-28 20:31:05',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5580,'4000','71714325425','2024-04-28 20:30:25',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5581,'4000','71714325425','2024-04-28 20:30:54',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5582,'1000','71714325491','2024-04-28 20:31:31',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'T9s'),(5583,'4000','71714325491','2024-04-28 20:31:31',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5584,'1000','71714325776','2024-04-28 20:36:35',240.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5585,'4000','71714325776','2024-04-28 20:36:35',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5586,'4000','71714325776','2024-04-28 20:36:16',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5587,'4000','71714325776','2024-04-28 20:36:24',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5588,'1000','71714325926','2024-04-28 20:38:48',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5589,'4000','71714325926','2024-04-28 20:38:48',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5590,'4000','71714325926','2024-04-28 20:38:46',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5591,'1000','71714326011','2024-04-28 20:40:12',20.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5592,'4000','71714326011','2024-04-28 20:40:12',NULL,20.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5593,'1000','71714326466','2024-04-28 20:47:47',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ci6'),(5594,'4000','71714326466','2024-04-28 20:47:47',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5595,'1000','71714326490','2024-04-28 20:48:10',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ypw'),(5596,'4000','71714326490','2024-04-28 20:48:10',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5597,'1000','61714395325','2024-04-29 15:55:28',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oiy'),(5598,'4000','61714395325','2024-04-29 15:55:28',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5599,'1000','61714395381','2024-04-29 15:56:24',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Orv'),(5600,'4000','61714395381','2024-04-29 15:56:24',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5601,'1110','61714396033','2024-04-29 16:07:14',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5602,'Asset','61714396033','2024-04-29 16:07:13',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5603,'1000','61714396033','2024-04-29 16:07:14',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gih'),(5604,'4000','61714396033','2024-04-29 16:07:14',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5605,'1110','61714396058','2024-04-29 16:07:40',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5606,'Asset','61714396058','2024-04-29 16:07:38',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5607,'1000','61714396058','2024-04-29 16:07:40',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5nh'),(5608,'4000','61714396058','2024-04-29 16:07:40',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5609,'1000','61714396083','2024-04-29 16:08:24',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N6s'),(5610,'4000','61714396083','2024-04-29 16:08:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5611,'4000','61714396083','2024-04-29 16:08:03',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5612,'1000','61714396130','2024-04-29 16:08:52',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dz0'),(5613,'4000','61714396130','2024-04-29 16:08:52',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5614,'1110','61714396165','2024-04-29 16:09:27',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5615,'Asset','61714396165','2024-04-29 16:09:25',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5616,'1000','61714396165','2024-04-29 16:09:27',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mdn'),(5617,'4000','61714396165','2024-04-29 16:09:27',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5618,'1110','61714396610','2024-04-29 16:17:02',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5619,'1110','61714396610','2024-04-29 16:16:50',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5620,'Asset','61714396610','2024-04-29 16:17:00',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5621,'1000','61714396610','2024-04-29 16:17:02',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4p7'),(5622,'4000','61714396610','2024-04-29 16:17:02',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5623,'4000','61714396610','2024-04-29 16:16:50',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5624,'1110','61714397664','2024-04-29 16:34:27',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5625,'Asset','61714397664','2024-04-29 16:34:24',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5626,'1000','61714397664','2024-04-29 16:34:27',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R51'),(5627,'4000','61714397664','2024-04-29 16:34:27',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5628,'1000','61714397688','2024-04-29 16:34:54',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'L0d'),(5629,'4000','61714397688','2024-04-29 16:34:54',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5630,'4000','61714397688','2024-04-29 16:34:48',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5631,'1000','61714397790','2024-04-29 16:36:31',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fz4'),(5632,'4000','61714397790','2024-04-29 16:36:31',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5633,'1000','61714397824','2024-04-29 16:37:18',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fon'),(5634,'4000','61714397824','2024-04-29 16:37:18',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5635,'1000','61714397874','2024-04-29 16:37:56',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8te'),(5636,'4000','61714397874','2024-04-29 16:37:56',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5637,'1000','61714397923','2024-04-29 16:38:54',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5638,'4000','61714397923','2024-04-29 16:38:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5639,'4000','61714397923','2024-04-29 16:38:43',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5640,'1000','61714404006','2024-04-29 18:20:25',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rk3'),(5641,'4000','61714404006','2024-04-29 18:20:25',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5642,'4000','61714404006','2024-04-29 18:20:06',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5643,'1110','61714404053','2024-04-29 18:21:18',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5644,'1110','61714404053','2024-04-29 18:20:53',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5645,'1110','61714404053','2024-04-29 18:21:00',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(5646,'5500','61714404053','2024-04-29 18:21:15',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5647,'1000','61714404053','2024-04-29 18:21:18',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'34j'),(5648,'4000','61714404053','2024-04-29 18:21:18',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5649,'4000','61714404053','2024-04-29 18:20:53',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5650,'4000','61714404053','2024-04-29 18:21:00',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5651,'1000','61714404110','2024-04-29 18:21:52',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'G51'),(5652,'4000','61714404110','2024-04-29 18:21:52',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5653,'1000','61714404470','2024-04-29 18:27:59',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5654,'4000','61714404470','2024-04-29 18:27:59',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5655,'4000','61714404470','2024-04-29 18:27:50',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5656,'1000','61714409693','2024-04-29 19:54:54',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'U5p'),(5657,'4000','61714409693','2024-04-29 19:54:54',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5658,'1000','61714409722','2024-04-29 19:55:30',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ia6'),(5659,'4000','61714409722','2024-04-29 19:55:30',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5660,'4000','61714409722','2024-04-29 19:55:22',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5661,'1000','61714409757','2024-04-29 19:56:25',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bg1'),(5662,'4000','61714409757','2024-04-29 19:56:25',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5663,'4000','61714409757','2024-04-29 19:55:57',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5664,'1000','61714409861','2024-04-29 19:57:53',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wdt'),(5665,'4000','61714409861','2024-04-29 19:57:53',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5666,'4000','61714409861','2024-04-29 19:57:41',NULL,300.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5667,'1000','61714409921','2024-04-29 19:58:42',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9r7'),(5668,'4000','61714409921','2024-04-29 19:58:42',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5669,'1000','61714409966','2024-04-29 20:01:47',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yc9'),(5670,'4000','61714409966','2024-04-29 20:01:47',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5671,'4000','61714409966','2024-04-29 19:59:26',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5672,'1110','71714471240','2024-04-30 13:01:10',NULL,227.25,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5673,'1110','71714471240','2024-04-30 13:00:40',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(5674,'5500','71714471240','2024-04-30 13:00:58',227.25,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5675,'1000','71714471240','2024-04-30 13:01:10',1050.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vyk'),(5676,'4000','71714471240','2024-04-30 13:01:10',NULL,750.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5677,'4000','71714471240','2024-04-30 13:00:40',NULL,300.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5678,'1000','71714471289','2024-04-30 13:02:03',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jpv'),(5679,'4000','71714471289','2024-04-30 13:02:03',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5680,'1000','71714471335','2024-04-30 13:02:43',650.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ltq'),(5681,'4000','71714471335','2024-04-30 13:02:43',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5682,'4000','71714471335','2024-04-30 13:02:15',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5683,'1000','71714471376','2024-04-30 13:03:15',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qrk'),(5684,'4000','71714471376','2024-04-30 13:03:15',NULL,100.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5685,'1110','71714473997','2024-04-30 13:46:56',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5686,'1110','71714473997','2024-04-30 13:46:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5687,'5500','71714473997','2024-04-30 13:46:45',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5688,'1000','71714473997','2024-04-30 13:46:56',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'V1m'),(5689,'4000','71714473997','2024-04-30 13:46:56',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5690,'4000','71714473997','2024-04-30 13:46:37',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5691,'1110','71714474031','2024-04-30 13:48:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5692,'1110','71714474031','2024-04-30 13:47:11',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5693,'1110','71714474031','2024-04-30 13:47:24',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5694,'Asset','71714474031','2024-04-30 13:47:31',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5695,'1000','71714474031','2024-04-30 13:48:01',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Aiq'),(5696,'4000','71714474031','2024-04-30 13:48:01',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5697,'4000','71714474031','2024-04-30 13:47:11',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5698,'4000','71714474031','2024-04-30 13:47:24',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5699,'1000','71714474113','2024-04-30 13:54:31',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5700,'4000','71714474113','2024-04-30 13:54:31',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5701,'1000','71714474489','2024-04-30 14:26:00',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5xe'),(5702,'4000','71714474489','2024-04-30 14:26:00',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5703,'1000','71714476402','2024-04-30 14:27:03',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4n2'),(5704,'4000','71714476402','2024-04-30 14:27:03',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5705,'1000','71714476844','2024-04-30 14:34:05',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5706,'4000','71714476844','2024-04-30 14:34:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5707,'1000','71714477425','2024-04-30 14:46:21',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Edt'),(5708,'4000','71714477425','2024-04-30 14:46:21',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5709,'4000','71714477425','2024-04-30 14:43:45',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5710,'4000','71714477425','2024-04-30 14:43:55',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5711,'1000','71714477610','2024-04-30 14:46:58',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kac'),(5712,'4000','71714477610','2024-04-30 14:46:58',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5713,'1110','71714478673','2024-04-30 15:05:07',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5714,'1110','71714478673','2024-04-30 15:04:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5715,'5500','71714478673','2024-04-30 15:04:55',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5716,'1000','71714478673','2024-04-30 15:05:07',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Poe'),(5717,'4000','71714478673','2024-04-30 15:05:07',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5718,'4000','71714478673','2024-04-30 15:04:33',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5719,'1000','71714479159','2024-04-30 15:28:17',1440.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ybe'),(5720,'4000','71714479159','2024-04-30 15:28:17',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5721,'4000','71714479159','2024-04-30 15:12:39',NULL,600.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5722,'4000','71714479159','2024-04-30 15:27:39',NULL,40.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(5723,'1000','71714480135','2024-04-30 15:29:30',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wca'),(5724,'4000','71714480135','2024-04-30 15:29:30',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5725,'1000','71714480182','2024-04-30 15:30:06',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6al'),(5726,'4000','71714480182','2024-04-30 15:30:06',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5727,'4000','71714480182','2024-04-30 15:29:42',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5728,'1110','71714480229','2024-04-30 15:30:53',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5729,'1110','71714480229','2024-04-30 15:30:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(5730,'5500','71714480229','2024-04-30 15:30:41',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5731,'1000','71714480229','2024-04-30 15:30:53',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'471'),(5732,'4000','71714480229','2024-04-30 15:30:53',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5733,'4000','71714480229','2024-04-30 15:30:29',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5734,'1000','71714480292','2024-04-30 15:39:35',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oda'),(5735,'4000','71714480292','2024-04-30 15:39:35',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5736,'4000','71714480292','2024-04-30 15:31:32',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5737,'1000','61714573550','2024-05-01 17:33:12',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,' 9wy'),(5738,'4000','61714573550','2024-05-01 17:33:12',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5739,'4000','61714573550','2024-05-01 17:25:50',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5740,'1000','61714574189','2024-05-01 17:36:37',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'75b'),(5741,'4000','61714574189','2024-05-01 17:36:37',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5742,'1000','61714574223','2024-05-01 17:37:04',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'28l'),(5743,'4000','61714574223','2024-05-01 17:37:04',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5744,'1000','61714574257','2024-05-01 17:37:39',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Md4'),(5745,'4000','61714574257','2024-05-01 17:37:39',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5746,'1110','61714574297','2024-05-01 17:38:19',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5747,'Asset','61714574297','2024-05-01 17:38:17',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5748,'1000','61714574297','2024-05-01 17:38:19',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'G2k'),(5749,'4000','61714574297','2024-05-01 17:38:19',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5750,'1000','61714574328','2024-05-01 17:38:50',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mz8'),(5751,'4000','61714574328','2024-05-01 17:38:50',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5752,'1110','61714574358','2024-05-01 17:39:46',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5753,'1110','61714574358','2024-05-01 17:39:18',NULL,0.00,'','6','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(5754,'5500','61714574358','2024-05-01 17:39:42',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5755,'1000','61714574358','2024-05-01 17:39:46',210.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yh8'),(5756,'4000','61714574358','2024-05-01 17:39:46',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5757,'4000','61714574358','2024-05-01 17:39:18',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(5758,'1000','61714574411','2024-05-01 17:40:12',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'T7g'),(5759,'4000','61714574411','2024-05-01 17:40:12',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5760,'1110','61714574444','2024-05-01 17:40:46',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5761,'Asset','61714574444','2024-05-01 17:40:44',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5762,'1000','61714574444','2024-05-01 17:40:46',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'V6m'),(5763,'4000','61714574444','2024-05-01 17:40:46',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5764,'1110','61714574902','2024-05-01 17:48:29',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5765,'1110','61714574902','2024-05-01 17:48:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(5766,'5500','61714574902','2024-05-01 17:48:26',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5767,'1000','61714574902','2024-05-01 17:48:29',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ksq'),(5768,'4000','61714574902','2024-05-01 17:48:29',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5769,'4000','61714574902','2024-05-01 17:48:22',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5770,'1000','61714575058','2024-05-01 17:51:01',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Uvv'),(5771,'4000','61714575058','2024-05-01 17:51:01',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5772,'1000','61714575117','2024-05-01 17:52:05',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3x1'),(5773,'4000','61714575117','2024-05-01 17:52:05',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5774,'4000','61714575117','2024-05-01 17:51:57',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5775,'1000','61714575162','2024-05-01 17:52:54',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'98j'),(5776,'4000','61714575162','2024-05-01 17:52:54',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5777,'4000','61714575162','2024-05-01 17:52:42',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5778,'1110','61714575199','2024-05-01 17:53:21',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5779,'Asset','61714575199','2024-05-01 17:53:19',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5780,'1000','61714575199','2024-05-01 17:53:21',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wog'),(5781,'4000','61714575199','2024-05-01 17:53:21',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5782,'1000','61714575222','2024-05-01 17:53:50',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'28d'),(5783,'4000','61714575222','2024-05-01 17:53:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5784,'4000','61714575222','2024-05-01 17:53:42',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5785,'1000','61714575257','2024-05-01 17:54:30',25.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'O8t'),(5786,'4000','61714575257','2024-05-01 17:54:30',NULL,20.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(5787,'4000','61714575257','2024-05-01 17:54:17',NULL,5.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(5788,'1110','61714575354','2024-05-01 17:55:55',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5789,'Asset','61714575354','2024-05-01 17:55:54',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5790,'1000','61714575354','2024-05-01 17:55:55',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fne'),(5791,'4000','61714575354','2024-05-01 17:55:55',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5792,'1000','61714575442','2024-05-01 17:58:11',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5793,'4000','61714575442','2024-05-01 17:58:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5794,'4000','61714575442','2024-05-01 17:57:22',NULL,300.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5795,'1000','61714575505','2024-05-01 17:58:27',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5796,'4000','61714575505','2024-05-01 17:58:27',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5797,'1000','61714575684','2024-05-01 18:01:39',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5798,'4000','61714575684','2024-05-01 18:01:39',NULL,300.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5799,'1110','61714579203','2024-05-01 19:00:04',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5800,'Asset','61714579203','2024-05-01 19:00:03',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5801,'1000','61714579203','2024-05-01 19:00:04',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bk9'),(5802,'4000','61714579203','2024-05-01 19:00:04',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5803,'1000','61714579300','2024-05-01 19:01:45',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ire'),(5804,'4000','61714579300','2024-05-01 19:01:45',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5805,'1000','61714579393','2024-05-01 19:03:31',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5806,'4000','61714579393','2024-05-01 19:03:31',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5807,'4000','61714579393','2024-05-01 19:03:13',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(5808,'1000','61714582773','2024-05-01 19:59:35',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7by'),(5809,'4000','61714582773','2024-05-01 19:59:35',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5810,'1000','61714583549','2024-05-01 20:12:30',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ant'),(5811,'4000','61714583549','2024-05-01 20:12:30',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5812,'1000','61714583611','2024-05-01 20:13:32',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Otj'),(5813,'4000','61714583611','2024-05-01 20:13:32',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5814,'1000','61714583631','2024-05-01 20:13:52',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F6l'),(5815,'4000','61714583631','2024-05-01 20:13:52',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5816,'1000','61714584695','2024-05-01 20:31:39',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'I7x'),(5817,'4000','61714584695','2024-05-01 20:31:39',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5818,'1110','61714584725','2024-05-01 20:32:07',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5819,'Asset','61714584725','2024-05-01 20:32:05',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5820,'1000','61714584725','2024-05-01 20:32:07',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ttr'),(5821,'4000','61714584725','2024-05-01 20:32:07',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5822,'1000','61714585754','2024-05-01 20:49:28',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kxm'),(5823,'4000','61714585754','2024-05-01 20:49:28',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5824,'4000','61714585754','2024-05-01 20:49:14',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5825,'1000','61714585793','2024-05-01 20:49:55',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B1b'),(5826,'4000','61714585793','2024-05-01 20:49:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5827,'1000','61714585821','2024-05-01 20:50:24',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4q0'),(5828,'4000','61714585821','2024-05-01 20:50:24',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5829,'1000','61714644383','2024-05-02 13:06:33',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0vh'),(5830,'4000','61714644383','2024-05-02 13:06:33',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5831,'4000','61714644383','2024-05-02 13:06:23',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(5832,'1000','61714644442','2024-05-02 13:07:24',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'084'),(5833,'4000','61714644442','2024-05-02 13:07:24',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(5834,'1000','61714644470','2024-05-02 13:07:51',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P47'),(5835,'4000','61714644470','2024-05-02 13:07:51',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5836,'1000','61714648719','2024-05-02 14:18:45',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,' lnn'),(5837,'4000','61714648719','2024-05-02 14:18:45',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5838,'1110','61714648818','2024-05-02 14:20:20',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5839,'Asset','61714648818','2024-05-02 14:20:18',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5840,'1000','61714648818','2024-05-02 14:20:20',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7aw'),(5841,'4000','61714648818','2024-05-02 14:20:20',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5842,'1110','61714648850','2024-05-02 14:20:51',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5843,'Asset','61714648850','2024-05-02 14:20:50',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5844,'1000','61714648850','2024-05-02 14:20:51',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1j1'),(5845,'4000','61714648850','2024-05-02 14:20:51',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5846,'1000','61714648886','2024-05-02 14:21:29',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5q1'),(5847,'4000','61714648886','2024-05-02 14:21:29',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(5848,'1000','61714648925','2024-05-02 14:22:14',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1yb'),(5849,'4000','61714648925','2024-05-02 14:22:14',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5850,'4000','61714648925','2024-05-02 14:22:05',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5851,'1110','61714650385','2024-05-02 14:46:32',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5852,'1110','61714650385','2024-05-02 14:46:25',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5853,'5500','61714650385','2024-05-02 14:46:29',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5854,'1000','61714650385','2024-05-02 14:46:32',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'C3z'),(5855,'4000','61714650385','2024-05-02 14:46:32',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5856,'4000','61714650385','2024-05-02 14:46:25',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5857,'1000','61714650425','2024-05-02 14:47:08',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5858,'4000','61714650425','2024-05-02 14:47:08',NULL,300.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5859,'1110','61714731085','2024-05-03 13:13:06',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5860,'1110','61714731085','2024-05-03 13:11:25',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5861,'1110','61714731085','2024-05-03 13:11:33',NULL,0.00,'','6','1','Inventory sold','1','','sales','28','','No',NULL,NULL,''),(5862,'5500','61714731085','2024-05-03 13:13:02',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5863,'1000','61714731085','2024-05-03 13:13:06',440.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kv9'),(5864,'4000','61714731085','2024-05-03 13:13:06',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5865,'4000','61714731085','2024-05-03 13:11:25',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5866,'4000','61714731085','2024-05-03 13:11:33',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(5867,'1000','61714731226','2024-05-03 13:13:49',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'E35'),(5868,'4000','61714731226','2024-05-03 13:13:49',NULL,40.00,'','6','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(5869,'1000','61714733461','2024-05-03 13:51:27',240.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'17s'),(5870,'4000','61714733461','2024-05-03 13:51:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5871,'4000','61714733461','2024-05-03 13:51:01',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(5872,'1000','61714733542','2024-05-03 13:52:23',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P7s'),(5873,'4000','61714733542','2024-05-03 13:52:23',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5874,'1110','61714735682','2024-05-03 14:28:04',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5875,'Asset','61714735682','2024-05-03 14:28:02',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5876,'1000','61714735682','2024-05-03 14:28:04',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'G5k'),(5877,'4000','61714735682','2024-05-03 14:28:04',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5878,'1110','61714735704','2024-05-03 14:28:25',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5879,'Asset','61714735704','2024-05-03 14:28:24',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5880,'1000','61714735704','2024-05-03 14:28:25',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lhg'),(5881,'4000','61714735704','2024-05-03 14:28:25',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5882,'1110','61714738258','2024-05-03 15:11:15',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5883,'1110','61714738258','2024-05-03 15:10:58',NULL,0.00,'','6','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(5884,'5500','61714738258','2024-05-03 15:11:13',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5885,'1000','61714738258','2024-05-03 15:11:15',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nzy'),(5886,'4000','61714738258','2024-05-03 15:11:15',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5887,'4000','61714738258','2024-05-03 15:10:58',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(5888,'1000','61714738309','2024-05-03 15:12:06',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wnc'),(5889,'4000','61714738309','2024-05-03 15:12:06',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5890,'1000','61714738390','2024-05-03 15:13:18',1100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5kg'),(5891,'4000','61714738390','2024-05-03 15:13:18',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5892,'4000','61714738390','2024-05-03 15:13:10',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5893,'1000','61714738449','2024-05-03 15:14:10',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5894,'4000','61714738449','2024-05-03 15:14:10',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5895,'1110','61714739605','2024-05-03 15:33:44',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5896,'1110','61714739605','2024-05-03 15:33:25',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5897,'5500','61714739605','2024-05-03 15:33:35',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5898,'1000','61714739605','2024-05-03 15:33:44',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'U36'),(5899,'4000','61714739605','2024-05-03 15:33:44',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5900,'4000','61714739605','2024-05-03 15:33:25',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5901,'1000','61714743967','2024-05-03 16:46:40',220.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Asl'),(5902,'4000','61714743967','2024-05-03 16:46:40',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5903,'4000','61714743967','2024-05-03 16:46:07',NULL,20.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5904,'1000','61714744025','2024-05-03 16:47:07',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'726'),(5905,'4000','61714744025','2024-05-03 16:47:07',NULL,450.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5906,'1000','61714744056','2024-05-03 16:50:14',140.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5907,'4000','61714744056','2024-05-03 16:50:14',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5908,'4000','61714744056','2024-05-03 16:49:27',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5909,'4000','61714744056','2024-05-03 16:49:51',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5910,'1110','61714745346','2024-05-03 17:09:07',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5911,'Asset','61714745346','2024-05-03 17:09:06',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5912,'1000','61714745346','2024-05-03 17:09:07',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'X3s'),(5913,'4000','61714745346','2024-05-03 17:09:07',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5914,'1000','61714745786','2024-05-03 17:35:27',290.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5915,'4000','61714745786','2024-05-03 17:35:27',NULL,250.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5916,'4000','61714745786','2024-05-03 17:16:26',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5917,'1110','61714747030','2024-05-03 17:37:18',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5918,'1110','61714747030','2024-05-03 17:37:10',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(5919,'5500','61714747030','2024-05-03 17:37:15',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5920,'1000','61714747030','2024-05-03 17:37:18',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Agi'),(5921,'4000','61714747030','2024-05-03 17:37:18',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5922,'4000','61714747030','2024-05-03 17:37:10',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5923,'1000','61714747126','2024-05-03 17:41:11',290.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8mo'),(5924,'4000','61714747126','2024-05-03 17:41:11',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5925,'4000','61714747126','2024-05-03 17:38:46',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(5926,'1000','61714747495','2024-05-03 17:44:56',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Efm'),(5927,'4000','61714747495','2024-05-03 17:44:56',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5928,'1000','61714747534','2024-05-03 17:45:36',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'C9h'),(5929,'4000','61714747534','2024-05-03 17:45:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5930,'1000','61714747563','2024-05-03 17:46:06',120.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qq2'),(5931,'4000','61714747563','2024-05-03 17:46:06',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5932,'1000','61714747621','2024-05-03 17:47:04',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5933,'4000','61714747621','2024-05-03 17:47:04',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5934,'1110','61714749544','2024-05-03 18:19:19',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5935,'1110','61714749544','2024-05-03 18:19:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5936,'1110','61714749544','2024-05-03 18:19:09',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5937,'1110','61714749544','2024-05-03 18:19:13',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5938,'Asset','61714749544','2024-05-03 18:19:17',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5939,'1000','61714749544','2024-05-03 18:19:19',1250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Myd'),(5940,'4000','61714749544','2024-05-03 18:19:19',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5941,'4000','61714749544','2024-05-03 18:19:04',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5942,'4000','61714749544','2024-05-03 18:19:09',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5943,'4000','61714749544','2024-05-03 18:19:13',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5944,'1110','61714749594','2024-05-03 18:19:57',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5945,'Asset','61714749594','2024-05-03 18:19:54',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5946,'1000','61714749594','2024-05-03 18:19:57',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Enm'),(5947,'4000','61714749594','2024-05-03 18:19:57',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5948,'1000','61714749699','2024-05-03 18:21:41',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5949,'4000','61714749699','2024-05-03 18:21:41',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5950,'1000','61714749730','2024-05-03 18:22:11',40.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5951,'4000','61714749730','2024-05-03 18:22:11',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5952,'1110','61714750943','2024-05-03 18:42:52',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5953,'1110','61714750943','2024-05-03 18:42:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5954,'5500','61714750943','2024-05-03 18:42:49',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5955,'1000','61714750943','2024-05-03 18:42:52',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7xm'),(5956,'4000','61714750943','2024-05-03 18:42:52',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5957,'4000','61714750943','2024-05-03 18:42:23',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5958,'1000','61714751024','2024-05-03 18:43:52',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mry'),(5959,'4000','61714751024','2024-05-03 18:43:52',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5960,'4000','61714751024','2024-05-03 18:43:44',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5961,'1000','61714752419','2024-05-03 19:11:57',1120.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ffx'),(5962,'4000','61714752419','2024-05-03 19:11:57',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5963,'4000','61714752419','2024-05-03 19:06:59',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5964,'4000','61714752419','2024-05-03 19:07:18',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5965,'4000','61714752419','2024-05-03 19:11:22',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(5966,'1000','61714753932','2024-05-03 19:32:14',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yoj'),(5967,'4000','61714753932','2024-05-03 19:32:14',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5968,'1110','61714753954','2024-05-03 19:32:39',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5969,'Asset','61714753954','2024-05-03 19:32:34',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5970,'1000','61714753954','2024-05-03 19:32:39',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Osu'),(5971,'4000','61714753954','2024-05-03 19:32:39',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5972,'1000','61714754599','2024-05-03 19:43:21',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'I7b'),(5973,'4000','61714754599','2024-05-03 19:43:21',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5974,'1110','61714754660','2024-05-03 19:44:21',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5975,'Asset','61714754660','2024-05-03 19:44:20',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5976,'1000','61714754660','2024-05-03 19:44:21',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mhf'),(5977,'4000','61714754660','2024-05-03 19:44:21',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5978,'1110','61714756056','2024-05-03 20:07:40',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5979,'Asset','61714756056','2024-05-03 20:07:36',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5980,'1000','61714756056','2024-05-03 20:07:40',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'C5g'),(5981,'4000','61714756056','2024-05-03 20:07:40',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5982,'1000','61714756082','2024-05-03 20:08:09',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tzh'),(5983,'4000','61714756082','2024-05-03 20:08:09',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5984,'4000','61714756082','2024-05-03 20:08:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5985,'1110','61714756113','2024-05-03 20:08:35',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5986,'Asset','61714756113','2024-05-03 20:08:33',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5987,'1000','61714756113','2024-05-03 20:08:35',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lky'),(5988,'4000','61714756113','2024-05-03 20:08:35',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5989,'1000','61714756143','2024-05-03 20:09:06',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Iyk'),(5990,'4000','61714756143','2024-05-03 20:09:06',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5991,'1000','61714756272','2024-05-03 20:11:14',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Unp'),(5992,'4000','61714756272','2024-05-03 20:11:14',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5993,'1000','61714756300','2024-05-03 20:11:45',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6h2'),(5994,'4000','61714756300','2024-05-03 20:11:45',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5995,'4000','61714756300','2024-05-03 20:11:40',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5996,'1000','61714756343','2024-05-03 20:12:25',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'45h'),(5997,'4000','61714756343','2024-05-03 20:12:25',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5998,'1000','61714756373','2024-05-03 20:12:54',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bl3'),(5999,'4000','61714756373','2024-05-03 20:12:54',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6000,'1000','61714756765','2024-05-03 20:19:26',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kum'),(6001,'4000','61714756765','2024-05-03 20:19:26',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6002,'1110','61714757740','2024-05-03 20:36:06',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6003,'1110','61714757740','2024-05-03 20:35:40',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6004,'Asset','61714757740','2024-05-03 20:36:03',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6005,'1000','61714757740','2024-05-03 20:36:06',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nm8'),(6006,'4000','61714757740','2024-05-03 20:36:06',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6007,'4000','61714757740','2024-05-03 20:35:40',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6008,'1000','61714760180','2024-05-03 21:16:52',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'51z'),(6009,'4000','61714760180','2024-05-03 21:16:52',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6010,'1000','61714760257','2024-05-03 21:17:39',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fa8'),(6011,'4000','61714760257','2024-05-03 21:17:39',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6012,'1110','61714760281','2024-05-03 21:18:02',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6013,'Asset','61714760281','2024-05-03 21:18:01',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6014,'1000','61714760281','2024-05-03 21:18:02',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R56'),(6015,'4000','61714760281','2024-05-03 21:18:02',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6016,'1000','61714824829','2024-05-04 15:13:53',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6017,'4000','61714824829','2024-05-04 15:13:53',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6018,'1000','71715073834','2024-05-07 12:24:22',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'U1s'),(6019,'4000','71715073834','2024-05-07 12:24:22',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6020,'1000','71715073917','2024-05-07 12:53:12',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hcl'),(6021,'4000','71715073917','2024-05-07 12:53:12',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6022,'1110','71715077727','2024-05-07 14:21:34',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(6023,'1110','71715077727','2024-05-07 13:28:47',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6024,'Asset','71715077727','2024-05-07 13:44:57',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6025,'1000','71715077727','2024-05-07 14:21:34',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zal'),(6026,'4000','71715077727','2024-05-07 14:21:34',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6027,'4000','71715077727','2024-05-07 13:28:47',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6028,'1000','71715083496','2024-05-07 15:06:57',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'H16'),(6029,'4000','71715083496','2024-05-07 15:06:57',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6030,'4000','71715083496','2024-05-07 15:04:56',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6031,'1000','71715083654','2024-05-07 15:52:05',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jlo'),(6032,'4000','71715083654','2024-05-07 15:52:05',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6033,'1000','71715087504','2024-05-07 16:12:10',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ie4'),(6034,'4000','71715087504','2024-05-07 16:12:10',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6035,'1000','71715092366','2024-05-07 17:33:14',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ur2'),(6036,'4000','71715092366','2024-05-07 17:33:14',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6037,'1000','71715092423','2024-05-07 17:34:13',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Udd'),(6038,'4000','71715092423','2024-05-07 17:34:13',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6039,'1000','71715095045','2024-05-07 18:19:54',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7kl'),(6040,'4000','71715095045','2024-05-07 18:19:54',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6041,'1000','71715095247','2024-05-07 18:21:01',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6042,'4000','71715095247','2024-05-07 18:21:01',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6043,'1000','71715097139','2024-05-07 18:53:00',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pog'),(6044,'4000','71715097139','2024-05-07 18:53:00',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6045,'1000','71715097192','2024-05-07 18:53:24',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Eg9'),(6046,'4000','71715097192','2024-05-07 18:53:24',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(6047,'1000','71715097218','2024-05-07 18:53:48',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zsj'),(6048,'4000','71715097218','2024-05-07 18:53:48',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6049,'1000','71715097238','2024-05-07 18:54:10',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'80c'),(6050,'4000','71715097238','2024-05-07 18:54:10',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6051,'1000','71715097280','2024-05-07 18:54:54',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3tb'),(6052,'4000','71715097280','2024-05-07 18:54:54',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6053,'1000','71715099736','2024-05-07 19:35:43',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ko8'),(6054,'4000','71715099736','2024-05-07 19:35:43',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6055,'1000','71715099751','2024-05-07 19:36:04',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bvs'),(6056,'4000','71715099751','2024-05-07 19:36:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6057,'1000','71715099772','2024-05-07 19:36:44',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'O38'),(6058,'4000','71715099772','2024-05-07 19:36:44',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6059,'4000','71715099772','2024-05-07 19:36:12',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6060,'1000','71715099829','2024-05-07 19:37:23',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6u8'),(6061,'4000','71715099829','2024-05-07 19:37:23',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6062,'1000','71715102707','2024-05-07 20:25:19',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dt5'),(6063,'4000','71715102707','2024-05-07 20:25:19',NULL,300.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6064,'1000','71715102729','2024-05-07 20:26:04',550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dof'),(6065,'4000','71715102729','2024-05-07 20:26:04',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6066,'4000','71715102729','2024-05-07 20:25:29',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6067,'1000','71715102776','2024-05-07 20:26:32',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9sf'),(6068,'4000','71715102776','2024-05-07 20:26:32',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6069,'1000','71715102880','2024-05-07 20:28:18',400.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6070,'4000','71715102880','2024-05-07 20:28:18',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6071,'1000','71715104514','2024-05-07 20:55:21',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uz6'),(6072,'4000','71715104514','2024-05-07 20:55:21',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6073,'1110','61715167445','2024-05-08 14:24:10',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6074,'Asset','61715167445','2024-05-08 14:24:05',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6075,'1000','61715167445','2024-05-08 14:24:10',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Swo'),(6076,'4000','61715167445','2024-05-08 14:24:10',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6077,'1000','61715168555','2024-05-08 14:42:37',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P2q'),(6078,'4000','61715168555','2024-05-08 14:42:37',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6079,'1000','61715168588','2024-05-08 14:43:09',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'E4z'),(6080,'4000','61715168588','2024-05-08 14:43:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6081,'1000','61715169886','2024-05-08 15:04:49',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y86'),(6082,'4000','61715169886','2024-05-08 15:04:49',NULL,450.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6083,'1000','61715169920','2024-05-08 15:05:23',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kcj'),(6084,'4000','61715169920','2024-05-08 15:05:23',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6085,'1000','61715169951','2024-05-08 15:05:54',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'W5o'),(6086,'4000','61715169951','2024-05-08 15:05:54',NULL,300.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6087,'1000','61715169991','2024-05-08 15:06:39',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ilc'),(6088,'4000','61715169991','2024-05-08 15:06:39',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6089,'1000','61715170126','2024-05-08 15:10:51',1040.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6090,'4000','61715170126','2024-05-08 15:10:51',NULL,600.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6091,'4000','61715170126','2024-05-08 15:08:46',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(6092,'4000','61715170126','2024-05-08 15:09:05',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(6093,'4000','61715170126','2024-05-08 15:09:17',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6094,'4000','61715170126','2024-05-08 15:10:41',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6095,'1000','61715170298','2024-05-08 15:12:49',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6096,'4000','61715170298','2024-05-08 15:12:49',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6097,'4000','61715170298','2024-05-08 15:11:38',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6098,'1000','61715170722','2024-05-08 15:18:57',230.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6099,'4000','61715170722','2024-05-08 15:18:57',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6100,'4000','61715170722','2024-05-08 15:18:42',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(6101,'1000','61715171035','2024-05-08 15:23:56',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6102,'4000','61715171035','2024-05-08 15:23:56',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6103,'1000','61715172111','2024-05-08 15:42:05',155.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nhm'),(6104,'4000','61715172111','2024-05-08 15:42:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6105,'4000','61715172111','2024-05-08 15:41:51',NULL,5.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(6106,'1000','61715173218','2024-05-08 16:00:31',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mtk'),(6107,'4000','61715173218','2024-05-08 16:00:31',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6108,'1000','61715174698','2024-05-08 16:25:09',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'V7z'),(6109,'4000','61715174698','2024-05-08 16:25:09',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6110,'1000','61715178660','2024-05-08 17:31:02',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6nu'),(6111,'4000','61715178660','2024-05-08 17:31:02',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6112,'1000','61715179509','2024-05-08 17:45:42',385.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3tp'),(6113,'4000','61715179509','2024-05-08 17:45:42',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6114,'4000','61715179509','2024-05-08 17:45:09',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6115,'4000','61715179509','2024-05-08 17:45:11',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(6116,'4000','61715179509','2024-05-08 17:45:25',NULL,5.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(6117,'1000','61715185093','2024-05-08 19:18:19',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'E4a'),(6118,'4000','61715185093','2024-05-08 19:18:19',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6119,'1000','61715185131','2024-05-08 19:22:42',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cjo'),(6120,'4000','61715185131','2024-05-08 19:22:42',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6121,'4000','61715185131','2024-05-08 19:18:51',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6122,'1000','61715185386','2024-05-08 19:23:34',440.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'X6w'),(6123,'4000','61715185386','2024-05-08 19:23:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6124,'4000','61715185386','2024-05-08 19:23:06',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6125,'4000','61715185386','2024-05-08 19:23:12',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(6126,'1000','61715185447','2024-05-08 19:24:08',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'77d'),(6127,'4000','61715185447','2024-05-08 19:24:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6128,'1000','61715188897','2024-05-08 20:21:40',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ikq'),(6129,'4000','61715188897','2024-05-08 20:21:40',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6130,'1000','61715188942','2024-05-08 20:22:36',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oqv'),(6131,'4000','61715188942','2024-05-08 20:22:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6132,'4000','61715188942','2024-05-08 20:22:22',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6133,'1000','61715188982','2024-05-08 20:23:03',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tzs'),(6134,'4000','61715188982','2024-05-08 20:23:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6135,'1000','61715189005','2024-05-08 20:23:46',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1lc'),(6136,'4000','61715189005','2024-05-08 20:23:46',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6137,'1000','61715189071','2024-05-08 20:27:22',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6138,'4000','61715189071','2024-05-08 20:27:22',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6139,'4000','61715189071','2024-05-08 20:24:31',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6140,'1000','61715189284','2024-05-08 20:45:05',610.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6141,'4000','61715189284','2024-05-08 20:45:05',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6142,'4000','61715189284','2024-05-08 20:28:04',NULL,160.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6143,'1000','61715190457','2024-05-08 20:47:58',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6144,'4000','61715190457','2024-05-08 20:47:58',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6145,'1000','61715192454','2024-05-08 21:23:42',390.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4m9'),(6146,'4000','61715192454','2024-05-08 21:23:42',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6147,'4000','61715192454','2024-05-08 21:20:54',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(6148,'1000','61715192651','2024-05-08 21:24:14',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6149,'4000','61715192651','2024-05-08 21:24:14',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6150,'1000','61715192660','2024-05-08 21:24:21',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mmo'),(6151,'4000','61715192660','2024-05-08 21:24:21',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6152,'1110','61715251255','2024-05-09 13:41:48',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6153,'1110','61715251255','2024-05-09 13:40:55',NULL,0.00,'','6','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(6154,'1110','61715251255','2024-05-09 13:41:09',NULL,0.00,'','6','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(6155,'5500','61715251255','2024-05-09 13:41:45',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6156,'1000','61715251255','2024-05-09 13:41:48',330.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'204'),(6157,'4000','61715251255','2024-05-09 13:41:48',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6158,'4000','61715251255','2024-05-09 13:40:55',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(6159,'4000','61715251255','2024-05-09 13:41:09',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6160,'1000','61715251993','2024-05-09 13:53:22',1250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ya3'),(6161,'4000','61715251993','2024-05-09 13:53:22',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6162,'4000','61715251993','2024-05-09 13:53:13',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6163,'1110','61715252027','2024-05-09 13:53:52',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6164,'Asset','61715252027','2024-05-09 13:53:47',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6165,'1000','61715252027','2024-05-09 13:53:52',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'U74'),(6166,'4000','61715252027','2024-05-09 13:53:52',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6167,'1000','61715252063','2024-05-09 13:54:28',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6168,'4000','61715252063','2024-05-09 13:54:28',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6169,'1000','61715256402','2024-05-09 15:07:37',490.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9nn'),(6170,'4000','61715256402','2024-05-09 15:07:37',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6171,'4000','61715256402','2024-05-09 15:06:43',NULL,180.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(6172,'4000','61715256402','2024-05-09 15:07:09',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(6173,'1110','61715256504','2024-05-09 15:08:30',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6174,'1110','61715256504','2024-05-09 15:08:24',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6175,'5500','61715256504','2024-05-09 15:08:28',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6176,'1000','61715256504','2024-05-09 15:08:30',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'355'),(6177,'4000','61715256504','2024-05-09 15:08:30',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6178,'4000','61715256504','2024-05-09 15:08:24',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6179,'1110','61715259906','2024-05-09 16:05:06',4500.00,NULL,'','6','1','Inventory Purchased','1','2','Purchases','37','','No',NULL,NULL,''),(6180,'2130','61715259906','2024-05-09 16:05:06',NULL,4500.00,'','6','1','Account payable for inventory','1','2','Purchases','','','No',NULL,NULL,''),(6181,'1000','71715262189','2024-05-09 16:44:05',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'D93'),(6182,'4000','71715262189','2024-05-09 16:44:05',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6183,'1000','71715262279','2024-05-09 16:45:00',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qw0'),(6184,'4000','71715262279','2024-05-09 16:45:00',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6185,'1110','71715262318','2024-05-09 16:47:05',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6186,'1110','71715262318','2024-05-09 16:45:18',NULL,0.00,'','7','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(6187,'5500','71715262318','2024-05-09 16:46:54',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6188,'1000','71715262318','2024-05-09 16:47:05',470.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6s6'),(6189,'4000','71715262318','2024-05-09 16:47:05',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6190,'4000','71715262318','2024-05-09 16:45:18',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6191,'1110','71715267385','2024-05-09 18:10:02',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6192,'Asset','71715267385','2024-05-09 18:09:45',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6193,'1000','71715267385','2024-05-09 18:10:02',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dri'),(6194,'4000','71715267385','2024-05-09 18:10:02',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6195,'1000','71715267416','2024-05-09 18:10:28',20.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jmv'),(6196,'4000','71715267416','2024-05-09 18:10:28',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6197,'1000','71715269897','2024-05-09 18:51:48',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zce'),(6198,'4000','71715269897','2024-05-09 18:51:48',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6199,'1000','71715271288','2024-05-09 19:15:08',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nl7'),(6200,'4000','71715271288','2024-05-09 19:15:08',NULL,300.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6201,'1000','71715271331','2024-05-09 19:16:12',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'L1p'),(6202,'4000','71715271331','2024-05-09 19:16:12',NULL,450.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6203,'1000','71715271402','2024-05-09 19:16:50',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zvp'),(6204,'4000','71715271402','2024-05-09 19:16:50',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6205,'1110','71715271454','2024-05-09 19:29:00',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6206,'Asset','71715271454','2024-05-09 19:17:34',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6207,'1000','71715271454','2024-05-09 19:29:00',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xeo'),(6208,'4000','71715271454','2024-05-09 19:29:00',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6209,'1000','71715272197','2024-05-09 19:32:22',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3fh'),(6210,'4000','71715272197','2024-05-09 19:32:22',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6211,'1000','71715272362','2024-05-09 19:34:28',370.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'A5c'),(6212,'4000','71715272362','2024-05-09 19:34:28',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6213,'4000','71715272362','2024-05-09 19:32:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6214,'4000','71715272362','2024-05-09 19:33:53',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6215,'1000','71715273646','2024-05-09 19:59:27',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'E5f'),(6216,'4000','71715273646','2024-05-09 19:59:27',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6217,'1000','71715273978','2024-05-09 20:09:42',490.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1nl'),(6218,'4000','71715273978','2024-05-09 20:09:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6219,'4000','71715273978','2024-05-09 19:59:38',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6220,'4000','71715273978','2024-05-09 20:02:44',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(6221,'4000','71715273978','2024-05-09 20:02:56',NULL,80.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(6222,'1000','71715274987','2024-05-09 20:16:57',180.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6223,'4000','71715274987','2024-05-09 20:16:57',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6224,'4000','71715274987','2024-05-09 20:16:27',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6225,'4000','71715274987','2024-05-09 20:16:36',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(6226,'1000','71715275636','2024-05-09 20:27:47',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vor'),(6227,'4000','71715275636','2024-05-09 20:27:47',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6228,'1110','61715275991','2024-05-09 20:36:07',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6229,'1110','61715275991','2024-05-09 20:33:11',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6230,'1110','61715275991','2024-05-09 20:33:32',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6231,'Asset','61715275991','2024-05-09 20:36:00',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6232,'1000','61715275991','2024-05-09 20:36:07',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6233,'4000','61715275991','2024-05-09 20:36:07',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6234,'4000','61715275991','2024-05-09 20:33:11',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6235,'4000','61715275991','2024-05-09 20:33:32',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6236,'1000','61715276169','2024-05-09 20:37:08',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yhh'),(6237,'4000','61715276169','2024-05-09 20:37:08',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6238,'1110','61715276283','2024-05-09 20:38:41',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6239,'Asset','61715276283','2024-05-09 20:38:03',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6240,'1000','61715276283','2024-05-09 20:38:41',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3d0'),(6241,'4000','61715276283','2024-05-09 20:38:41',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6242,'1000','71715276499','2024-05-09 20:48:40',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5vc'),(6243,'4000','71715276499','2024-05-09 20:48:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6244,'1000','71715278073','2024-05-09 21:07:54',90.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5ah'),(6245,'4000','71715278073','2024-05-09 21:07:54',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(6246,'1000','61715339954','2024-05-10 14:19:16',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wac'),(6247,'4000','61715339954','2024-05-10 14:19:16',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6248,'1000','61715339992','2024-05-10 14:19:55',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1v4'),(6249,'4000','61715339992','2024-05-10 14:19:55',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6250,'1000','61715340031','2024-05-10 14:22:30',550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nn4'),(6251,'4000','61715340031','2024-05-10 14:22:30',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6252,'4000','61715340031','2024-05-10 14:20:31',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6253,'4000','61715340031','2024-05-10 14:20:36',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6254,'1000','61715340196','2024-05-10 14:24:06',480.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'33p'),(6255,'4000','61715340196','2024-05-10 14:24:06',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6256,'4000','61715340196','2024-05-10 14:23:16',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6257,'4000','61715340196','2024-05-10 14:23:46',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(6258,'1000','61715340277','2024-05-10 14:24:39',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xqi'),(6259,'4000','61715340277','2024-05-10 14:24:39',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6260,'1000','61715340482','2024-05-10 14:28:09',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Z2m'),(6261,'4000','61715340482','2024-05-10 14:28:09',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6262,'1000','61715341751','2024-05-10 14:49:13',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'We3'),(6263,'4000','61715341751','2024-05-10 14:49:13',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6264,'1000','61715341786','2024-05-10 14:49:48',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'K4s'),(6265,'4000','61715341786','2024-05-10 14:49:48',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6266,'1000','61715352279','2024-05-10 17:45:23',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6267,'4000','61715352279','2024-05-10 17:45:23',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6268,'4000','61715352279','2024-05-10 17:44:39',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6269,'4000','61715352279','2024-05-10 17:44:47',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(6270,'1000','61715352365','2024-05-10 17:46:07',220.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6271,'4000','61715352365','2024-05-10 17:46:07',NULL,220.00,'','6','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(6272,'1110','61715352378','2024-05-10 17:46:26',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6273,'1110','61715352378','2024-05-10 17:46:18',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6274,'1110','61715352378','2024-05-10 17:46:21',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(6275,'5500','61715352378','2024-05-10 17:46:25',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6276,'1000','61715352378','2024-05-10 17:46:26',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6277,'4000','61715352378','2024-05-10 17:46:26',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6278,'4000','61715352378','2024-05-10 17:46:18',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6279,'4000','61715352378','2024-05-10 17:46:21',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6280,'1000','61715352419','2024-05-10 17:47:00',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6281,'4000','61715352419','2024-05-10 17:47:00',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6282,'1000','61715352581','2024-05-10 17:49:42',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'O9q'),(6283,'4000','61715352581','2024-05-10 17:49:42',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6284,'1110','61715352607','2024-05-10 17:50:09',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6285,'Asset','61715352607','2024-05-10 17:50:07',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6286,'1000','61715352607','2024-05-10 17:50:09',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jve'),(6287,'4000','61715352607','2024-05-10 17:50:09',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6288,'1000','61715352642','2024-05-10 17:50:49',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9vi'),(6289,'4000','61715352642','2024-05-10 17:50:49',NULL,600.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6290,'1000','61715352678','2024-05-10 17:51:26',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'O2d'),(6291,'4000','61715352678','2024-05-10 17:51:26',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6292,'1000','61715352761','2024-05-10 17:52:51',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F1k'),(6293,'4000','61715352761','2024-05-10 17:52:51',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6294,'1000','61715352843','2024-05-10 17:54:15',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zcs'),(6295,'4000','61715352843','2024-05-10 17:54:15',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6296,'1000','61715352948','2024-05-10 17:55:53',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xs8'),(6297,'4000','61715352948','2024-05-10 17:55:53',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6298,'1000','61715352993','2024-05-10 17:58:28',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dn5'),(6299,'4000','61715352993','2024-05-10 17:58:28',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6300,'4000','61715352993','2024-05-10 17:56:33',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6301,'4000','61715352993','2024-05-10 17:57:40',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(6302,'1000','61715354914','2024-05-10 18:51:47',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'62k'),(6303,'4000','61715354914','2024-05-10 18:51:47',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6304,'1000','61715356932','2024-05-10 19:02:14',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6wm'),(6305,'4000','61715356932','2024-05-10 19:02:14',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6306,'1000','61715356964','2024-05-10 19:03:06',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ne4'),(6307,'4000','61715356964','2024-05-10 19:03:06',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6308,'4000','61715356964','2024-05-10 19:02:44',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6309,'1000','61715357009','2024-05-10 19:03:30',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'43d'),(6310,'4000','61715357009','2024-05-10 19:03:30',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6311,'1110','61715357827','2024-05-10 19:17:23',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6312,'1110','61715357827','2024-05-10 19:17:07',NULL,0.00,'','6','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(6313,'5500','61715357827','2024-05-10 19:17:20',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6314,'1000','61715357827','2024-05-10 19:17:23',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'O7w'),(6315,'4000','61715357827','2024-05-10 19:17:23',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6316,'4000','61715357827','2024-05-10 19:17:07',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(6317,'1000','61715357878','2024-05-10 19:19:07',850.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'027'),(6318,'4000','61715357878','2024-05-10 19:19:07',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6319,'4000','61715357878','2024-05-10 19:17:58',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6320,'1000','61715357969','2024-05-10 19:19:30',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y7x'),(6321,'4000','61715357969','2024-05-10 19:19:30',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6322,'1000','61715357994','2024-05-10 19:19:59',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'C2d'),(6323,'4000','61715357994','2024-05-10 19:19:59',NULL,750.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6324,'1110','61715358032','2024-05-10 19:20:58',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6325,'1110','61715358032','2024-05-10 19:20:32',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6326,'1110','61715358032','2024-05-10 19:20:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(6327,'1110','61715358032','2024-05-10 19:20:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(6328,'5500','61715358032','2024-05-10 19:20:56',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6329,'1000','61715358032','2024-05-10 19:20:58',510.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4v2'),(6330,'4000','61715358032','2024-05-10 19:20:58',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6331,'4000','61715358032','2024-05-10 19:20:32',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6332,'4000','61715358032','2024-05-10 19:20:35',NULL,10.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(6333,'4000','61715358032','2024-05-10 19:20:42',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(6334,'1000','61715358240','2024-05-10 19:24:01',20.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'X68'),(6335,'4000','61715358240','2024-05-10 19:24:01',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6336,'1000','61715358309','2024-05-10 19:25:09',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'X68'),(6337,'4000','61715358309','2024-05-10 19:25:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6338,'1000','61715358331','2024-05-10 19:25:33',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yx8'),(6339,'4000','61715358331','2024-05-10 19:25:33',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6340,'1000','61715358430','2024-05-10 19:27:14',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'L8t'),(6341,'4000','61715358430','2024-05-10 19:27:14',NULL,750.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6342,'1000','61715358895','2024-05-10 19:35:07',320.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'15m'),(6343,'4000','61715358895','2024-05-10 19:35:07',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6344,'4000','61715358895','2024-05-10 19:34:55',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6345,'1000','61715359598','2024-05-10 19:46:48',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6346,'4000','61715359598','2024-05-10 19:46:48',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6347,'1000','61715359761','2024-05-10 19:49:24',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3p3'),(6348,'4000','61715359761','2024-05-10 19:49:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6349,'1000','61715362856','2024-05-10 20:40:59',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6350,'4000','61715362856','2024-05-10 20:40:59',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6351,'1000','71715424349','2024-05-11 13:45:58',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6352,'4000','71715424349','2024-05-11 13:45:58',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6353,'1000','71715424361','2024-05-11 13:46:26',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6354,'4000','71715424361','2024-05-11 13:46:26',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6355,'1000','71715424390','2024-05-11 13:46:46',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ehd'),(6356,'4000','71715424390','2024-05-11 13:46:46',NULL,100.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(6357,'1000','71715424449','2024-05-11 13:47:35',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Obs'),(6358,'4000','71715424449','2024-05-11 13:47:35',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6359,'1000','71715424466','2024-05-11 13:47:55',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'M88'),(6360,'4000','71715424466','2024-05-11 13:47:55',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6361,'1000','71715424505','2024-05-11 13:49:40',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6362,'4000','71715424505','2024-05-11 13:49:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6363,'1000','71715424651','2024-05-11 13:51:11',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vf7'),(6364,'4000','71715424651','2024-05-11 13:51:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6365,'4000','71715424651','2024-05-11 13:50:51',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6366,'1000','61715425752','2024-05-11 14:09:14',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y5s'),(6367,'4000','61715425752','2024-05-11 14:09:14',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6368,'1000','61715429649','2024-05-11 15:14:11',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yqa'),(6369,'4000','61715429649','2024-05-11 15:14:11',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(6370,'1110','61715429687','2024-05-11 15:17:01',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6371,'1110','61715429687','2024-05-11 15:14:47',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6372,'5500','61715429687','2024-05-11 15:16:44',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6373,'1000','61715429687','2024-05-11 15:17:01',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tru'),(6374,'4000','61715429687','2024-05-11 15:17:01',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6375,'4000','61715429687','2024-05-11 15:14:47',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6376,'1000','61715430092','2024-05-11 15:21:50',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Iea'),(6377,'4000','61715430092','2024-05-11 15:21:50',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6378,'4000','61715430092','2024-05-11 15:21:32',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6379,'1000','61715430763','2024-05-11 15:33:02',650.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tsa'),(6380,'4000','61715430763','2024-05-11 15:33:02',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6381,'4000','61715430763','2024-05-11 15:32:43',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6382,'4000','61715430763','2024-05-11 15:32:46',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6383,'1000','61715430806','2024-05-11 15:33:42',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gke'),(6384,'4000','61715430806','2024-05-11 15:33:42',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6385,'4000','61715430806','2024-05-11 15:33:26',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6386,'1000','61715433527','2024-05-11 16:18:57',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6387,'4000','61715433527','2024-05-11 16:18:57',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6388,'1110','61715433723','2024-05-11 16:22:10',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6389,'1110','61715433723','2024-05-11 16:22:03',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(6390,'5500','61715433723','2024-05-11 16:22:08',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6391,'1000','61715433723','2024-05-11 16:22:10',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6392,'4000','61715433723','2024-05-11 16:22:10',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6393,'4000','61715433723','2024-05-11 16:22:03',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6394,'1110','61715433773','2024-05-11 16:22:54',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6395,'Asset','61715433773','2024-05-11 16:22:53',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6396,'1000','61715433773','2024-05-11 16:22:54',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6397,'4000','61715433773','2024-05-11 16:22:54',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6398,'1000','61715433794','2024-05-11 16:23:16',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F43'),(6399,'4000','61715433794','2024-05-11 16:23:16',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(6400,'1000','61715433827','2024-05-11 16:23:49',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Trt'),(6401,'4000','61715433827','2024-05-11 16:23:49',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6402,'1000','61715436296','2024-05-11 17:05:22',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wkw'),(6403,'4000','61715436296','2024-05-11 17:05:22',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6404,'4000','61715436296','2024-05-11 17:04:56',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6405,'1000','61715436400','2024-05-11 17:06:55',320.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cmv'),(6406,'4000','61715436400','2024-05-11 17:06:55',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6407,'4000','61715436400','2024-05-11 17:06:40',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6408,'1000','61715436934','2024-05-11 17:15:36',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Iqv'),(6409,'4000','61715436934','2024-05-11 17:15:36',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6410,'1000','61715437260','2024-05-11 17:21:34',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nsu'),(6411,'4000','61715437260','2024-05-11 17:21:34',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6412,'4000','61715437260','2024-05-11 17:21:00',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6413,'1000','61715437582','2024-05-11 17:26:34',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Onm'),(6414,'4000','61715437582','2024-05-11 17:26:34',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6415,'4000','61715437582','2024-05-11 17:26:22',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(6416,'1000','61715442154','2024-05-11 18:54:14',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'G66'),(6417,'4000','61715442154','2024-05-11 18:54:14',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6418,'4000','61715442154','2024-05-11 18:42:35',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6419,'1000','61715443512','2024-05-11 19:05:19',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zbc'),(6420,'4000','61715443512','2024-05-11 19:05:19',NULL,750.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6421,'1110','61715443654','2024-05-11 19:07:37',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6422,'Asset','61715443654','2024-05-11 19:07:34',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6423,'1000','61715443654','2024-05-11 19:07:37',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'25d'),(6424,'4000','61715443654','2024-05-11 19:07:37',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6425,'1000','61715443752','2024-05-11 19:09:22',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'G71'),(6426,'4000','61715443752','2024-05-11 19:09:22',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6427,'1000','61715443835','2024-05-11 19:11:23',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y1z'),(6428,'4000','61715443835','2024-05-11 19:11:23',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6429,'4000','61715443835','2024-05-11 19:10:35',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6430,'1000','61715443910','2024-05-11 19:15:02',440.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'459'),(6431,'4000','61715443910','2024-05-11 19:15:02',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6432,'4000','61715443910','2024-05-11 19:11:50',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6433,'4000','61715443910','2024-05-11 19:11:55',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(6434,'1000','61715444138','2024-05-11 19:15:42',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'V31'),(6435,'4000','61715444138','2024-05-11 19:15:42',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6436,'1000','61715445086','2024-05-11 19:31:28',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Atj'),(6437,'4000','61715445086','2024-05-11 19:31:28',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6438,'1000','61715449195','2024-05-11 20:39:59',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6439,'4000','61715449195','2024-05-11 20:39:59',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6440,'1000','61715451121','2024-05-11 21:12:02',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hh8'),(6441,'4000','61715451121','2024-05-11 21:12:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6442,'1000','61715451198','2024-05-11 21:14:30',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6443,'4000','61715451198','2024-05-11 21:14:30',NULL,300.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6444,'4000','61715451198','2024-05-11 21:13:19',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6445,'1000','71715502853','2024-05-12 11:36:50',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jll'),(6446,'4000','71715502853','2024-05-12 11:36:50',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6447,'1000','71715503059','2024-05-12 11:37:48',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6hd'),(6448,'4000','71715503059','2024-05-12 11:37:48',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6449,'1000','71715504366','2024-05-12 11:59:28',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'F9t'),(6450,'4000','71715504366','2024-05-12 11:59:28',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6451,'1110','71715504456','2024-05-12 12:02:45',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6452,'Asset','71715504456','2024-05-12 12:00:56',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6453,'1000','71715504456','2024-05-12 12:02:45',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rji'),(6454,'4000','71715504456','2024-05-12 12:02:45',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6455,'1000','71715504581','2024-05-12 12:03:13',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lgf'),(6456,'4000','71715504581','2024-05-12 12:03:13',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6457,'1000','71715504608','2024-05-12 12:03:49',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uui'),(6458,'4000','71715504608','2024-05-12 12:03:49',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6459,'1000','71715504757','2024-05-12 12:06:06',20.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'R7b'),(6460,'4000','71715504757','2024-05-12 12:06:06',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6461,'1000','71715505320','2024-05-12 12:15:31',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oht'),(6462,'4000','71715505320','2024-05-12 12:15:31',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6463,'1000','71715505352','2024-05-12 12:16:54',610.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qc8'),(6464,'4000','71715505352','2024-05-12 12:16:54',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6465,'4000','71715505352','2024-05-12 12:15:52',NULL,160.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(6466,'1110','71715505469','2024-05-12 12:18:13',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6467,'Asset','71715505469','2024-05-12 12:17:49',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6468,'1000','71715505469','2024-05-12 12:18:13',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fdm'),(6469,'4000','71715505469','2024-05-12 12:18:13',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6470,'1000','71715505713','2024-05-12 12:22:20',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Of9'),(6471,'4000','71715505713','2024-05-12 12:22:20',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6472,'1110','71715505786','2024-05-12 12:23:53',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6473,'1110','71715505786','2024-05-12 12:23:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(6474,'5500','71715505786','2024-05-12 12:23:32',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6475,'1000','71715505786','2024-05-12 12:23:53',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Egb'),(6476,'4000','71715505786','2024-05-12 12:23:53',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6477,'4000','71715505786','2024-05-12 12:23:06',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(6478,'1000','71715506866','2024-05-12 12:41:25',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oxa'),(6479,'4000','71715506866','2024-05-12 12:41:25',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6480,'1000','71715506941','2024-05-12 12:43:26',50.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6481,'4000','71715506941','2024-05-12 12:43:26',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6482,'1110','71715507364','2024-05-12 12:54:38',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6483,'1110','71715507364','2024-05-12 12:53:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(6484,'5500','71715507364','2024-05-12 12:54:26',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6485,'1000','71715507364','2024-05-12 12:54:38',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4xp'),(6486,'4000','71715507364','2024-05-12 12:54:38',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6487,'4000','71715507364','2024-05-12 12:53:49',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6488,'1000','71715507810','2024-05-12 12:57:12',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'J3f'),(6489,'4000','71715507810','2024-05-12 12:57:12',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6490,'1000','71715508917','2024-05-12 13:21:49',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'S7z'),(6491,'4000','71715508917','2024-05-12 13:21:49',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6492,'4000','71715508917','2024-05-12 13:15:17',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6493,'1000','71715509378','2024-05-12 13:23:35',600.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6494,'4000','71715509378','2024-05-12 13:23:35',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6495,'1000','71715519578','2024-05-12 16:14:53',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'O7x'),(6496,'4000','71715519578','2024-05-12 16:14:53',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6497,'1000','71715519724','2024-05-12 16:15:56',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ope'),(6498,'4000','71715519724','2024-05-12 16:15:56',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6499,'1000','71715519765','2024-05-12 16:16:22',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Sd2'),(6500,'4000','71715519765','2024-05-12 16:16:22',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6501,'1000','71715519798','2024-05-12 16:17:05',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Z59'),(6502,'4000','71715519798','2024-05-12 16:17:05',NULL,750.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6503,'1000','71715519862','2024-05-12 16:19:10',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Y5q'),(6504,'4000','71715519862','2024-05-12 16:19:10',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6505,'1110','71715520743','2024-05-12 17:15:44',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6506,'1110','71715520743','2024-05-12 16:32:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6507,'1110','71715520743','2024-05-12 17:13:28',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6508,'1110','71715520743','2024-05-12 17:14:17',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6509,'1110','71715520743','2024-05-12 17:14:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(6510,'1110','71715520743','2024-05-12 17:14:52',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6511,'Asset','71715520743','2024-05-12 17:15:19',272.70,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6512,'1000','71715520743','2024-05-12 17:15:44',1200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6513,'4000','71715520743','2024-05-12 17:15:44',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6514,'4000','71715520743','2024-05-12 16:32:23',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6515,'4000','71715520743','2024-05-12 17:13:28',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6516,'4000','71715520743','2024-05-12 17:14:17',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6517,'4000','71715520743','2024-05-12 17:14:37',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6518,'4000','71715520743','2024-05-12 17:14:52',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6519,'1000','71715523358','2024-05-12 17:16:12',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zk8'),(6520,'4000','71715523358','2024-05-12 17:16:12',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6521,'1000','71715523390','2024-05-12 17:35:10',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wda'),(6522,'4000','71715523390','2024-05-12 17:35:10',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6523,'4000','71715523390','2024-05-12 17:16:30',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6524,'4000','71715523390','2024-05-12 17:31:53',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6525,'1000','71715524801','2024-05-12 17:41:51',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1g7'),(6526,'4000','71715524801','2024-05-12 17:41:51',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6527,'1000','71715524940','2024-05-12 17:43:13',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tg1'),(6528,'4000','71715524940','2024-05-12 17:43:13',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6529,'4000','71715524940','2024-05-12 17:42:20',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6530,'1000','71715525089','2024-05-12 17:46:33',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pr3'),(6531,'4000','71715525089','2024-05-12 17:46:33',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6532,'1000','71715525338','2024-05-12 17:49:43',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pj6'),(6533,'4000','71715525338','2024-05-12 17:49:43',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6534,'1000','71715525409','2024-05-12 17:50:44',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6rz'),(6535,'4000','71715525409','2024-05-12 17:50:44',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6536,'1000','71715525648','2024-05-12 17:55:33',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wfh'),(6537,'4000','71715525648','2024-05-12 17:55:33',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6538,'4000','71715525648','2024-05-12 17:54:08',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6539,'1000','71715525839','2024-05-12 17:59:28',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7j5'),(6540,'4000','71715525839','2024-05-12 17:59:28',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6541,'4000','71715525839','2024-05-12 17:57:19',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6542,'1000','71715525997','2024-05-12 18:00:27',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ha0'),(6543,'4000','71715525997','2024-05-12 18:00:27',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6544,'4000','71715525997','2024-05-12 17:59:57',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6545,'1110','71715526046','2024-05-12 18:01:58',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6546,'1110','71715526046','2024-05-12 18:00:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(6547,'1110','71715526046','2024-05-12 18:01:11',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(6548,'5500','71715526046','2024-05-12 18:01:41',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6549,'1000','71715526046','2024-05-12 18:01:58',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pmx'),(6550,'4000','71715526046','2024-05-12 18:01:58',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6551,'4000','71715526046','2024-05-12 18:00:46',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(6552,'4000','71715526046','2024-05-12 18:01:11',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(6553,'1000','71715526140','2024-05-12 18:02:33',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ukx'),(6554,'4000','71715526140','2024-05-12 18:02:33',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6555,'1000','71715526167','2024-05-12 18:03:16',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ict'),(6556,'4000','71715526167','2024-05-12 18:03:16',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6557,'4000','71715526167','2024-05-12 18:02:47',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6558,'1000','71715526222','2024-05-12 18:09:33',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'G19'),(6559,'4000','71715526222','2024-05-12 18:09:33',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6560,'4000','71715526222','2024-05-12 18:03:42',NULL,450.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6561,'1000','71715526644','2024-05-12 18:11:27',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1n8'),(6562,'4000','71715526644','2024-05-12 18:11:27',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6563,'1110','71715526763','2024-05-12 18:14:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6564,'1110','71715526763','2024-05-12 18:12:43',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6565,'Asset','71715526763','2024-05-12 18:13:52',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6566,'1000','71715526763','2024-05-12 18:14:06',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6bs'),(6567,'4000','71715526763','2024-05-12 18:14:06',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6568,'4000','71715526763','2024-05-12 18:12:43',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6569,'1000','71715526867','2024-05-12 18:14:53',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Inz'),(6570,'4000','71715526867','2024-05-12 18:14:53',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6571,'1000','71715526927','2024-05-12 18:19:05',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'B1g'),(6572,'4000','71715526927','2024-05-12 18:19:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6573,'4000','71715526927','2024-05-12 18:15:27',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6574,'1110','71715527165','2024-05-12 18:20:23',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6575,'1110','71715527165','2024-05-12 18:19:26',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6576,'1110','71715527165','2024-05-12 18:19:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6577,'5500','71715527165','2024-05-12 18:19:59',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6578,'1000','71715527165','2024-05-12 18:20:23',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fji'),(6579,'4000','71715527165','2024-05-12 18:20:23',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6580,'4000','71715527165','2024-05-12 18:19:26',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6581,'4000','71715527165','2024-05-12 18:19:44',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6582,'1110','71715527247','2024-05-12 18:22:48',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6583,'1110','71715527247','2024-05-12 18:20:47',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6584,'5500','71715527247','2024-05-12 18:21:32',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6585,'1000','71715527247','2024-05-12 18:22:48',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ym6'),(6586,'4000','71715527247','2024-05-12 18:22:48',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6587,'4000','71715527247','2024-05-12 18:20:47',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6588,'1000','71715527497','2024-05-12 18:25:25',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xda'),(6589,'4000','71715527497','2024-05-12 18:25:25',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6590,'1110','71715527551','2024-05-12 18:29:26',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6591,'1110','71715527551','2024-05-12 18:28:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6592,'1110','71715527551','2024-05-12 18:28:59',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(6593,'5500','71715527551','2024-05-12 18:29:13',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6594,'1000','71715527551','2024-05-12 18:29:26',570.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6595,'4000','71715527551','2024-05-12 18:29:26',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6596,'4000','71715527551','2024-05-12 18:28:02',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6597,'4000','71715527551','2024-05-12 18:28:59',NULL,120.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(6598,'1110','71715527803','2024-05-12 18:30:53',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6599,'1110','71715527803','2024-05-12 18:30:03',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(6600,'5500','71715527803','2024-05-12 18:30:21',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6601,'1000','71715527803','2024-05-12 18:30:53',570.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pl1'),(6602,'4000','71715527803','2024-05-12 18:30:53',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6603,'4000','71715527803','2024-05-12 18:30:03',NULL,120.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(6604,'1000','71715527869','2024-05-12 18:33:04',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kt3'),(6605,'4000','71715527869','2024-05-12 18:33:04',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6606,'4000','71715527869','2024-05-12 18:31:09',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6607,'1000','71715527998','2024-05-12 18:33:55',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Np8'),(6608,'4000','71715527998','2024-05-12 18:33:55',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6609,'1000','71715528063','2024-05-12 18:35:00',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jpm'),(6610,'4000','71715528063','2024-05-12 18:35:00',NULL,300.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6611,'1000','71715528118','2024-05-12 18:35:35',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vt7'),(6612,'4000','71715528118','2024-05-12 18:35:35',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6613,'1000','71715528157','2024-05-12 18:36:20',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gbh'),(6614,'4000','71715528157','2024-05-12 18:36:20',NULL,450.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6615,'1000','71715528333','2024-05-12 18:39:13',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ds8'),(6616,'4000','71715528333','2024-05-12 18:39:13',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6617,'1110','71715528387','2024-05-12 18:40:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(6618,'1110','71715528387','2024-05-12 18:39:47',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6619,'Asset','71715528387','2024-05-12 18:40:11',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6620,'1000','71715528387','2024-05-12 18:40:28',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3fc'),(6621,'4000','71715528387','2024-05-12 18:40:28',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6622,'4000','71715528387','2024-05-12 18:39:47',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6623,'1000','71715528466','2024-05-12 18:42:49',850.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'14r'),(6624,'4000','71715528466','2024-05-12 18:42:49',NULL,250.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6625,'4000','71715528466','2024-05-12 18:41:06',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6626,'1110','71715528676','2024-05-12 18:52:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6627,'1110','71715528676','2024-05-12 18:44:36',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6628,'1110','71715528676','2024-05-12 18:46:58',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6629,'1110','71715528676','2024-05-12 18:47:14',NULL,0.00,'','7','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(6630,'5500','71715528676','2024-05-12 18:52:14',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6631,'1000','71715528676','2024-05-12 18:52:38',720.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wy0'),(6632,'4000','71715528676','2024-05-12 18:52:38',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6633,'4000','71715528676','2024-05-12 18:44:36',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6634,'4000','71715528676','2024-05-12 18:46:58',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6635,'4000','71715528676','2024-05-12 18:47:14',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6636,'1000','71715529183','2024-05-12 18:53:46',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pdl'),(6637,'4000','71715529183','2024-05-12 18:53:46',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6638,'4000','71715529183','2024-05-12 18:53:03',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6639,'1000','71715529271','2024-05-12 18:54:48',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'E59'),(6640,'4000','71715529271','2024-05-12 18:54:48',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6641,'1110','71715529307','2024-05-12 18:57:38',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6642,'1110','71715529307','2024-05-12 18:55:07',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6643,'5500','71715529307','2024-05-12 18:56:49',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6644,'1000','71715529307','2024-05-12 18:57:38',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7zm'),(6645,'4000','71715529307','2024-05-12 18:57:38',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6646,'4000','71715529307','2024-05-12 18:55:07',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6647,'1000','71715529543','2024-05-12 18:59:23',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Laq'),(6648,'4000','71715529543','2024-05-12 18:59:23',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6649,'1000','71715529587','2024-05-12 19:00:03',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ka5'),(6650,'4000','71715529587','2024-05-12 19:00:03',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6651,'1000','71715529622','2024-05-12 19:00:53',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gaw'),(6652,'4000','71715529622','2024-05-12 19:00:53',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6653,'1000','71715529897','2024-05-12 19:05:08',40.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jo0'),(6654,'4000','71715529897','2024-05-12 19:05:08',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(6655,'1000','71715529968','2024-05-12 19:07:06',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vya'),(6656,'4000','71715529968','2024-05-12 19:07:06',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6657,'1000','71715530044','2024-05-12 19:07:55',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9fn'),(6658,'4000','71715530044','2024-05-12 19:07:55',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6659,'1110','71715530101','2024-05-12 19:08:50',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6660,'Asset','71715530101','2024-05-12 19:08:21',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6661,'1000','71715530101','2024-05-12 19:08:50',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ox3'),(6662,'4000','71715530101','2024-05-12 19:08:50',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6663,'1000','71715530156','2024-05-12 19:09:59',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7oo'),(6664,'4000','71715530156','2024-05-12 19:09:59',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6665,'1110','71715530222','2024-05-12 19:10:50',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6666,'Asset','71715530222','2024-05-12 19:10:22',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6667,'1000','71715530222','2024-05-12 19:10:50',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uge'),(6668,'4000','71715530222','2024-05-12 19:10:50',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6669,'1000','71715530325','2024-05-12 19:12:21',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vm7'),(6670,'4000','71715530325','2024-05-12 19:12:21',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6671,'1000','71715530369','2024-05-12 19:13:08',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X9f'),(6672,'4000','71715530369','2024-05-12 19:13:08',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6673,'1000','71715530474','2024-05-12 19:15:00',600.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6674,'4000','71715530474','2024-05-12 19:15:00',NULL,600.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6675,'1110','71715530530','2024-05-12 19:17:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6676,'1110','71715530530','2024-05-12 19:15:30',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6677,'1110','71715530530','2024-05-12 19:16:11',NULL,0.00,'','7','1','Inventory sold','1','','sales','28','','No',NULL,NULL,''),(6678,'5500','71715530530','2024-05-12 19:17:03',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6679,'1000','71715530530','2024-05-12 19:17:30',1140.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'044'),(6680,'4000','71715530530','2024-05-12 19:17:30',NULL,600.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6681,'4000','71715530530','2024-05-12 19:15:30',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6682,'4000','71715530530','2024-05-12 19:16:11',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(6683,'1000','71715530817','2024-05-12 19:21:34',520.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xm9'),(6684,'4000','71715530817','2024-05-12 19:21:34',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6685,'4000','71715530817','2024-05-12 19:20:17',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6686,'4000','71715530817','2024-05-12 19:20:34',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6687,'1000','71715531022','2024-05-12 19:24:02',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'892'),(6688,'4000','71715531022','2024-05-12 19:24:02',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6689,'1000','71715531056','2024-05-12 19:25:19',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ynq'),(6690,'4000','71715531056','2024-05-12 19:25:19',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6691,'1110','71715531325','2024-05-12 19:30:33',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6692,'Asset','71715531325','2024-05-12 19:30:11',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6693,'1000','71715531325','2024-05-12 19:30:33',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6694,'4000','71715531325','2024-05-12 19:30:33',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6695,'1000','71715531439','2024-05-12 19:30:56',900.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6696,'4000','71715531439','2024-05-12 19:30:56',NULL,900.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6697,'1110','71715531728','2024-05-12 19:35:41',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6698,'Asset','71715531728','2024-05-12 19:35:28',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6699,'1000','71715531728','2024-05-12 19:35:41',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6700,'4000','71715531728','2024-05-12 19:35:41',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6701,'1110','71715537664','2024-05-12 21:17:10',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6702,'1110','71715537664','2024-05-12 21:14:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6703,'1110','71715537664','2024-05-12 21:16:15',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6704,'1110','71715537664','2024-05-12 21:16:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(6705,'5500','71715537664','2024-05-12 21:16:45',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6706,'1000','71715537664','2024-05-12 21:17:10',1255.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Clw'),(6707,'4000','71715537664','2024-05-12 21:17:10',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6708,'4000','71715537664','2024-05-12 21:14:24',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6709,'4000','71715537664','2024-05-12 21:16:15',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6710,'4000','71715537664','2024-05-12 21:16:27',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(6711,'1000','71715537891','2024-05-12 21:20:02',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mv8'),(6712,'4000','71715537891','2024-05-12 21:20:02',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6713,'4000','71715537891','2024-05-12 21:18:11',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6714,'1110','71715538019','2024-05-12 21:21:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6715,'1110','71715538019','2024-05-12 21:20:19',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6716,'1110','71715538019','2024-05-12 21:20:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(6717,'5500','71715538019','2024-05-12 21:20:54',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6718,'1000','71715538019','2024-05-12 21:21:12',630.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lhr'),(6719,'4000','71715538019','2024-05-12 21:21:12',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6720,'4000','71715538019','2024-05-12 21:20:19',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6721,'4000','71715538019','2024-05-12 21:20:41',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6722,'1110','71715538122','2024-05-12 21:22:17',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6723,'Asset','71715538122','2024-05-12 21:22:02',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6724,'1000','71715538122','2024-05-12 21:22:17',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6725,'4000','71715538122','2024-05-12 21:22:17',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6726,'1000','61715594933','2024-05-13 13:25:59',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Q6j'),(6727,'4000','61715594933','2024-05-13 13:25:59',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6728,'1000','61715596168','2024-05-13 13:30:15',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pvp'),(6729,'4000','61715596168','2024-05-13 13:30:15',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6734,'1000','61715596300','2024-05-13 13:34:06',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oer'),(6735,'4000','61715596300','2024-05-13 13:34:06',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6736,'1110','71715610031','2024-05-13 17:40:27',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6737,'1110','71715610031','2024-05-13 17:20:31',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(6738,'1110','71715610031','2024-05-13 17:20:55',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(6739,'5500','71715610031','2024-05-13 17:21:14',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6740,'1000','71715610031','2024-05-13 17:40:27',410.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rkb'),(6741,'4000','71715610031','2024-05-13 17:40:27',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6742,'4000','71715610031','2024-05-13 17:20:31',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6743,'4000','71715610031','2024-05-13 17:20:55',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(6744,'1000','71715611247','2024-05-13 17:41:30',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Q6j'),(6745,'4000','71715611247','2024-05-13 17:41:30',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6746,'1000','71715611308','2024-05-13 17:43:04',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Thu'),(6747,'4000','71715611308','2024-05-13 17:43:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6748,'4000','71715611308','2024-05-13 17:41:48',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6749,'1110','71715611404','2024-05-13 17:45:40',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6750,'Asset','71715611404','2024-05-13 17:43:25',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6751,'1000','71715611404','2024-05-13 17:45:40',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'D8b'),(6752,'4000','71715611404','2024-05-13 17:45:40',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6753,'1000','71715611618','2024-05-13 17:47:11',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2ln'),(6754,'4000','71715611618','2024-05-13 17:47:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6755,'1000','71715611656','2024-05-13 17:47:50',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mg9'),(6756,'4000','71715611656','2024-05-13 17:47:50',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6757,'1000','71715611680','2024-05-13 17:48:37',1400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ax7'),(6758,'4000','71715611680','2024-05-13 17:48:37',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6759,'4000','71715611680','2024-05-13 17:48:00',NULL,600.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6760,'1000','71715611749','2024-05-13 17:49:24',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0y4'),(6761,'4000','71715611749','2024-05-13 17:49:24',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6762,'1000','71715611859','2024-05-13 17:51:11',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Z0p'),(6763,'4000','71715611859','2024-05-13 17:51:11',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6764,'1000','71715611905','2024-05-13 17:52:31',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9vx'),(6765,'4000','71715611905','2024-05-13 17:52:31',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6766,'1000','71715611977','2024-05-13 17:53:09',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pxk'),(6767,'4000','71715611977','2024-05-13 17:53:09',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6768,'1110','71715612001','2024-05-13 17:53:35',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6769,'Asset','71715612001','2024-05-13 17:53:21',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6770,'1000','71715612001','2024-05-13 17:53:35',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'J9h'),(6771,'4000','71715612001','2024-05-13 17:53:35',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6772,'1000','71715612111','2024-05-13 17:55:28',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'G5h'),(6773,'4000','71715612111','2024-05-13 17:55:28',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6774,'1000','71715612150','2024-05-13 17:56:05',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qp3'),(6775,'4000','71715612150','2024-05-13 17:56:05',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6776,'1000','71715612190','2024-05-13 17:57:30',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'W55'),(6777,'4000','71715612190','2024-05-13 17:57:30',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6778,'4000','71715612190','2024-05-13 17:56:30',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6779,'4000','71715612190','2024-05-13 17:56:59',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6780,'1000','71715612267','2024-05-13 17:58:07',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'893'),(6781,'4000','71715612267','2024-05-13 17:58:07',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6782,'1000','71715612305','2024-05-13 17:58:54',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mgv'),(6783,'4000','71715612305','2024-05-13 17:58:54',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6784,'1000','71715612358','2024-05-13 18:00:42',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6785,'4000','71715612358','2024-05-13 18:00:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6786,'4000','71715612358','2024-05-13 17:59:18',NULL,300.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6787,'1000','71715612454','2024-05-13 18:01:11',100.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6788,'4000','71715612454','2024-05-13 18:01:11',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6789,'1000','71715612485','2024-05-13 18:04:15',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6790,'4000','71715612485','2024-05-13 18:04:15',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6791,'1000','71715614586','2024-05-13 18:36:54',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6792,'4000','71715614586','2024-05-13 18:36:54',NULL,150.00,'','7','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(6793,'4000','71715614586','2024-05-13 18:36:26',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6794,'1110','71715614639','2024-05-13 18:39:10',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(6795,'1110','71715614639','2024-05-13 18:37:19',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6796,'1110','71715614639','2024-05-13 18:37:37',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6797,'1110','71715614639','2024-05-13 18:38:15',NULL,0.00,'','7','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(6798,'5500','71715614639','2024-05-13 18:38:51',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6799,'1000','71715614639','2024-05-13 18:39:10',470.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vay'),(6800,'4000','71715614639','2024-05-13 18:39:10',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6801,'4000','71715614639','2024-05-13 18:37:19',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6802,'4000','71715614639','2024-05-13 18:37:37',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6803,'4000','71715614639','2024-05-13 18:38:15',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6804,'1110','71715615577','2024-05-13 18:54:21',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6805,'1110','71715615577','2024-05-13 18:52:57',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6806,'5500','71715615577','2024-05-13 18:53:28',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6807,'1000','71715615577','2024-05-13 18:54:21',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'T1l'),(6808,'4000','71715615577','2024-05-13 18:54:21',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6809,'4000','71715615577','2024-05-13 18:52:57',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6810,'1110','71715623783','2024-05-13 21:10:28',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6811,'1110','71715623783','2024-05-13 21:09:43',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6812,'Asset','71715623783','2024-05-13 21:10:03',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6813,'1000','71715623783','2024-05-13 21:10:28',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lwm'),(6814,'4000','71715623783','2024-05-13 21:10:28',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6815,'4000','71715623783','2024-05-13 21:09:43',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6816,'1000','71715623978','2024-05-13 21:13:27',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qqm'),(6817,'4000','71715623978','2024-05-13 21:13:27',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6818,'1110','71715624029','2024-05-13 21:14:04',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6819,'Asset','71715624029','2024-05-13 21:13:49',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6820,'1000','71715624029','2024-05-13 21:14:04',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'D2p'),(6821,'4000','71715624029','2024-05-13 21:14:04',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6822,'1000','71715624068','2024-05-13 21:15:07',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5dj'),(6823,'4000','71715624068','2024-05-13 21:15:07',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6824,'1110','71715624125','2024-05-13 21:15:52',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6825,'Asset','71715624125','2024-05-13 21:15:25',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6826,'1000','71715624125','2024-05-13 21:15:52',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'J55'),(6827,'4000','71715624125','2024-05-13 21:15:52',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6828,'1000','71715682396','2024-05-14 13:26:59',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'W98'),(6829,'4000','71715682396','2024-05-14 13:26:59',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6830,'1000','71715682433','2024-05-14 13:27:59',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jc6'),(6831,'4000','71715682433','2024-05-14 13:27:59',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6832,'4000','71715682433','2024-05-14 13:27:13',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(6833,'1110','71715682493','2024-05-14 13:28:37',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6834,'Asset','71715682493','2024-05-14 13:28:13',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6835,'1000','71715682493','2024-05-14 13:28:37',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mm9'),(6836,'4000','71715682493','2024-05-14 13:28:37',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6837,'1000','71715954480','2024-05-17 17:01:37',210.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Go9'),(6838,'4000','71715954480','2024-05-17 17:01:37',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6839,'4000','71715954480','2024-05-17 17:01:20',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(6840,'1000','71715954632','2024-05-17 17:04:03',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3r6'),(6841,'4000','71715954632','2024-05-17 17:04:03',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6842,'4000','71715954632','2024-05-17 17:03:52',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6843,'1000','61715954740','2024-05-17 17:05:42',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Orx'),(6844,'4000','61715954740','2024-05-17 17:05:42',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6845,'1110','61715954767','2024-05-17 17:06:09',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6846,'Asset','61715954767','2024-05-17 17:06:07',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6847,'1000','61715954767','2024-05-17 17:06:09',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cyd'),(6848,'4000','61715954767','2024-05-17 17:06:09',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6849,'1000','61715954822','2024-05-17 17:07:05',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'78y'),(6850,'4000','61715954822','2024-05-17 17:07:05',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6851,'1000','61715954856','2024-05-17 17:07:38',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6vo'),(6852,'4000','61715954856','2024-05-17 17:07:38',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6853,'1000','61715954913','2024-05-17 17:08:47',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lub'),(6854,'4000','61715954913','2024-05-17 17:08:47',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6855,'4000','61715954913','2024-05-17 17:08:33',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6856,'1000','61715955001','2024-05-17 17:10:05',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1zs'),(6857,'4000','61715955001','2024-05-17 17:10:05',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6858,'1000','61715955055','2024-05-17 17:10:57',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4w5'),(6859,'4000','61715955055','2024-05-17 17:10:57',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6860,'1000','61715955099','2024-05-17 17:11:51',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6861,'4000','61715955099','2024-05-17 17:11:51',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6862,'1000','61715955127','2024-05-17 17:12:25',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6863,'4000','61715955127','2024-05-17 17:12:25',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(6864,'4000','61715955127','2024-05-17 17:12:07',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(6865,'1000','61715957540','2024-05-18 13:14:15',330.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'I9e'),(6866,'4000','61715957540','2024-05-18 13:14:15',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6867,'4000','61715957540','2024-05-17 17:52:20',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6868,'4000','61715957540','2024-05-17 17:52:26',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(6869,'1110','61716027323','2024-05-18 13:15:29',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6870,'1110','61716027323','2024-05-18 13:15:23',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6871,'Asset','61716027323','2024-05-18 13:15:27',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6872,'1000','61716027323','2024-05-18 13:15:29',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Clk'),(6873,'4000','61716027323','2024-05-18 13:15:29',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6874,'4000','61716027323','2024-05-18 13:15:23',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6875,'1000','61716027361','2024-05-18 13:16:04',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4zz'),(6876,'4000','61716027361','2024-05-18 13:16:04',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6877,'1000','61716036926','2024-05-18 15:56:03',970.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6878,'4000','61716036926','2024-05-18 15:56:03',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6879,'4000','61716036926','2024-05-18 15:55:26',NULL,300.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6880,'4000','61716036926','2024-05-18 15:55:34',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(6881,'4000','61716036926','2024-05-18 15:55:51',NULL,160.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(6882,'1110','61716040049','2024-05-18 16:47:31',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6883,'Asset','61716040049','2024-05-18 16:47:29',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6884,'1000','61716040049','2024-05-18 16:47:31',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wpi'),(6885,'4000','61716040049','2024-05-18 16:47:31',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6886,'1000','61716040080','2024-05-18 16:48:04',900.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'T2c'),(6887,'4000','61716040080','2024-05-18 16:48:04',NULL,900.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6888,'1000','61716040107','2024-05-18 16:48:36',210.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B63'),(6889,'4000','61716040107','2024-05-18 16:48:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6890,'4000','61716040107','2024-05-18 16:48:27',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(6891,'1000','61716040172','2024-05-18 16:49:45',530.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xql'),(6892,'4000','61716040172','2024-05-18 16:49:45',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6893,'4000','61716040172','2024-05-18 16:49:32',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(6894,'1000','61716040212','2024-05-18 16:50:13',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tav'),(6895,'4000','61716040212','2024-05-18 16:50:13',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6896,'1000','61716040238','2024-05-18 16:50:44',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7si'),(6897,'4000','61716040238','2024-05-18 16:50:44',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6898,'4000','61716040238','2024-05-18 16:50:38',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6899,'1000','61716040284','2024-05-18 16:51:33',240.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'40q'),(6900,'4000','61716040284','2024-05-18 16:51:33',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6901,'4000','61716040284','2024-05-18 16:51:24',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(6902,'1000','61716041501','2024-05-18 17:11:42',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4b1'),(6903,'4000','61716041501','2024-05-18 17:11:42',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6904,'1110','61716041528','2024-05-18 17:12:26',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6905,'1110','61716041528','2024-05-18 17:12:08',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(6906,'1110','61716041528','2024-05-18 17:12:12',NULL,0.00,'','6','1','Inventory sold','1','','sales','28','','No',NULL,NULL,''),(6907,'5500','61716041528','2024-05-18 17:12:24',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6908,'1000','61716041528','2024-05-18 17:12:26',290.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jwd'),(6909,'4000','61716041528','2024-05-18 17:12:26',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6910,'4000','61716041528','2024-05-18 17:12:08',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6911,'4000','61716041528','2024-05-18 17:12:12',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(6912,'1000','61716041571','2024-05-18 17:15:27',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4pi'),(6913,'4000','61716041571','2024-05-18 17:15:27',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6914,'1110','61716041748','2024-05-18 17:15:50',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6915,'Asset','61716041748','2024-05-18 17:15:48',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6916,'1000','61716041748','2024-05-18 17:15:50',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8fj'),(6917,'4000','61716041748','2024-05-18 17:15:50',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6918,'1000','61716041776','2024-05-18 17:16:24',240.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3k3'),(6919,'4000','61716041776','2024-05-18 17:16:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6920,'4000','61716041776','2024-05-18 17:16:16',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(6921,'1110','61716041807','2024-05-18 17:16:57',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6922,'1110','61716041807','2024-05-18 17:16:47',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(6923,'1110','61716041807','2024-05-18 17:16:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6924,'5500','61716041807','2024-05-18 17:16:54',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6925,'1000','61716041807','2024-05-18 17:16:57',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'D1a'),(6926,'4000','61716041807','2024-05-18 17:16:57',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6927,'4000','61716041807','2024-05-18 17:16:47',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6928,'4000','61716041807','2024-05-18 17:16:50',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6929,'1110','61716042134','2024-05-18 17:22:27',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6930,'1110','61716042134','2024-05-18 17:22:14',NULL,0.00,'','6','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(6931,'5500','61716042134','2024-05-18 17:22:24',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6932,'1000','61716042134','2024-05-18 17:22:27',470.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'W54'),(6933,'4000','61716042134','2024-05-18 17:22:27',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6934,'4000','61716042134','2024-05-18 17:22:14',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6935,'1000','61716042288','2024-05-18 17:24:58',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'W7j'),(6936,'4000','61716042288','2024-05-18 17:24:58',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6937,'4000','61716042288','2024-05-18 17:24:48',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6938,'1000','61716042339','2024-05-18 17:25:43',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gf6'),(6939,'4000','61716042339','2024-05-18 17:25:43',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6940,'4000','61716042339','2024-05-18 17:25:39',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6941,'1000','61716042397','2024-05-18 17:26:51',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gyx'),(6942,'4000','61716042397','2024-05-18 17:26:51',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6943,'4000','61716042397','2024-05-18 17:26:37',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6944,'1000','61716042671','2024-05-18 17:31:17',800.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6945,'4000','61716042671','2024-05-18 17:31:17',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6946,'1000','61716044515','2024-05-18 18:02:15',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6947,'4000','61716044515','2024-05-18 18:02:15',NULL,600.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6948,'1000','61716044594','2024-05-18 18:04:02',490.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6949,'4000','61716044594','2024-05-18 18:04:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6950,'4000','61716044594','2024-05-18 18:03:14',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6951,'4000','61716044594','2024-05-18 18:03:23',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(6952,'4000','61716044594','2024-05-18 18:03:42',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(6953,'1000','61716044747','2024-05-18 18:05:48',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6954,'4000','61716044747','2024-05-18 18:05:48',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6955,'1000','61716044768','2024-05-18 18:06:17',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6956,'4000','61716044768','2024-05-18 18:06:17',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6957,'4000','61716044768','2024-05-18 18:06:08',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6958,'1110','61716044923','2024-05-18 18:08:45',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6959,'Asset','61716044923','2024-05-18 18:08:43',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6960,'1000','61716044923','2024-05-18 18:08:45',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8b7'),(6961,'4000','61716044923','2024-05-18 18:08:45',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6962,'1000','61716044951','2024-05-18 18:09:11',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mxe'),(6963,'4000','61716044951','2024-05-18 18:09:11',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6964,'1000','61716056396','2024-05-18 21:19:58',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oiy'),(6965,'4000','61716056396','2024-05-18 21:19:58',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6966,'1000','61716056420','2024-05-18 21:20:30',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gzf'),(6967,'4000','61716056420','2024-05-18 21:20:30',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6968,'4000','61716056420','2024-05-18 21:20:21',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(6969,'1000','61716056478','2024-05-18 21:21:27',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pg1'),(6970,'4000','61716056478','2024-05-18 21:21:27',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6971,'4000','61716056478','2024-05-18 21:21:18',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(6972,'1110','61716056544','2024-05-18 21:22:54',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6973,'1110','61716056544','2024-05-18 21:22:24',NULL,0.00,'','6','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(6974,'5500','61716056544','2024-05-18 21:22:50',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6975,'1000','61716056544','2024-05-18 21:22:54',380.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2b4'),(6976,'4000','61716056544','2024-05-18 21:22:54',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6977,'4000','61716056544','2024-05-18 21:22:24',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(6978,'1110','61716056681','2024-05-18 21:24:54',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6979,'Asset','61716056681','2024-05-18 21:24:41',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6980,'1000','61716056681','2024-05-18 21:24:54',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hao'),(6981,'4000','61716056681','2024-05-18 21:24:54',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6982,'1000','61716056778','2024-05-18 21:26:29',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R88'),(6983,'4000','61716056778','2024-05-18 21:26:29',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6984,'4000','61716056778','2024-05-18 21:26:18',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(6985,'1000','61716056823','2024-05-18 21:27:04',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ixt'),(6986,'4000','61716056823','2024-05-18 21:27:04',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6987,'1110','61716056850','2024-05-18 21:27:41',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6988,'1110','61716056850','2024-05-18 21:27:30',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6989,'1110','61716056850','2024-05-18 21:27:33',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(6990,'5500','61716056850','2024-05-18 21:27:39',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6991,'1000','61716056850','2024-05-18 21:27:41',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jxp'),(6992,'4000','61716056850','2024-05-18 21:27:41',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6993,'4000','61716056850','2024-05-18 21:27:30',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6994,'4000','61716056850','2024-05-18 21:27:33',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6995,'1110','61716056892','2024-05-18 21:28:26',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6996,'1110','61716056892','2024-05-18 21:28:12',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6997,'Asset','61716056892','2024-05-18 21:28:14',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6998,'1000','61716056892','2024-05-18 21:28:26',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rgo'),(6999,'4000','61716056892','2024-05-18 21:28:26',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7000,'4000','61716056892','2024-05-18 21:28:12',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7001,'1000','61716056934','2024-05-18 21:29:02',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2jo'),(7002,'4000','61716056934','2024-05-18 21:29:02',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7003,'4000','61716056934','2024-05-18 21:28:54',NULL,160.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7004,'1110','61716056972','2024-05-18 21:29:58',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7005,'1110','61716056972','2024-05-18 21:29:32',NULL,0.00,'','6','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(7006,'5500','61716056972','2024-05-18 21:29:56',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7007,'1000','61716056972','2024-05-18 21:29:58',380.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'S60'),(7008,'4000','61716056972','2024-05-18 21:29:58',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7009,'4000','61716056972','2024-05-18 21:29:32',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7010,'1110','61716057053','2024-05-18 21:30:55',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7011,'Asset','61716057053','2024-05-18 21:30:53',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7012,'1000','61716057053','2024-05-18 21:30:55',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H91'),(7013,'4000','61716057053','2024-05-18 21:30:55',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7014,'1000','61716057078','2024-05-18 21:31:56',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dof'),(7015,'4000','61716057078','2024-05-18 21:31:56',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7016,'1110','61716057169','2024-05-18 21:32:50',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7017,'Asset','61716057169','2024-05-18 21:32:49',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7018,'1000','61716057169','2024-05-18 21:32:50',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vg7'),(7019,'4000','61716057169','2024-05-18 21:32:50',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7020,'1000','71716108415','2024-05-19 11:47:31',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ko2'),(7021,'4000','71716108415','2024-05-19 11:47:31',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7022,'4000','71716108415','2024-05-19 11:46:55',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7023,'1000','71716108484','2024-05-19 11:49:37',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dtz'),(7024,'4000','71716108484','2024-05-19 11:49:37',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7025,'1000','71716108872','2024-05-19 12:15:43',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jc2'),(7026,'4000','71716108872','2024-05-19 12:15:43',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7027,'4000','71716108872','2024-05-19 11:54:33',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7028,'1000','71716110154','2024-05-19 12:16:09',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zo1'),(7029,'4000','71716110154','2024-05-19 12:16:09',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7030,'1110','71716110191','2024-05-19 12:17:14',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7031,'1110','71716110191','2024-05-19 12:16:43',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7032,'Asset','71716110191','2024-05-19 12:16:56',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7033,'1000','71716110191','2024-05-19 12:17:14',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'J42'),(7034,'4000','71716110191','2024-05-19 12:17:14',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7035,'4000','71716110191','2024-05-19 12:16:43',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7036,'1000','71716110248','2024-05-19 12:17:56',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1m0'),(7037,'4000','71716110248','2024-05-19 12:17:56',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7038,'4000','71716110248','2024-05-19 12:17:28',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7039,'1000','71716110307','2024-05-19 12:19:21',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'778'),(7040,'4000','71716110307','2024-05-19 12:19:21',NULL,450.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7041,'1000','71716110375','2024-05-19 12:20:09',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'U4v'),(7042,'4000','71716110375','2024-05-19 12:20:09',NULL,100.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7043,'1000','71716110430','2024-05-19 12:22:57',690.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jns'),(7044,'4000','71716110430','2024-05-19 12:22:57',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7045,'4000','71716110430','2024-05-19 12:20:30',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7046,'4000','71716110430','2024-05-19 12:21:36',NULL,10.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(7047,'4000','71716110430','2024-05-19 12:21:53',NULL,80.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7048,'1000','71716110588','2024-05-19 12:23:22',240.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dxl'),(7049,'4000','71716110588','2024-05-19 12:23:22',NULL,240.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7050,'1000','71716111081','2024-05-19 12:33:49',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5lf'),(7051,'4000','71716111081','2024-05-19 12:33:49',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7052,'4000','71716111081','2024-05-19 12:31:21',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7053,'1000','71716111252','2024-05-19 12:34:21',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3m9'),(7054,'4000','71716111252','2024-05-19 12:34:21',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7055,'1000','71716111273','2024-05-19 12:35:10',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3mo'),(7056,'4000','71716111273','2024-05-19 12:35:10',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7057,'4000','71716111273','2024-05-19 12:34:33',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7058,'1000','71716111326','2024-05-19 12:36:25',130.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qtf'),(7059,'4000','71716111326','2024-05-19 12:36:25',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7060,'4000','71716111326','2024-05-19 12:35:26',NULL,80.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7061,'1000','71716111415','2024-05-19 12:45:23',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ltf'),(7062,'4000','71716111415','2024-05-19 12:45:23',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7063,'4000','71716111415','2024-05-19 12:36:55',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(7064,'1000','71716116335','2024-05-19 13:59:17',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rf7'),(7065,'4000','71716116335','2024-05-19 13:59:17',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7066,'4000','71716116335','2024-05-19 13:58:55',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7067,'1000','71716116380','2024-05-19 14:00:41',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'73r'),(7068,'4000','71716116380','2024-05-19 14:00:41',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7069,'1110','71716116458','2024-05-19 14:01:11',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7070,'Asset','71716116458','2024-05-19 14:00:58',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7071,'1000','71716116458','2024-05-19 14:01:11',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5bh'),(7072,'4000','71716116458','2024-05-19 14:01:11',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7073,'1000','71716116485','2024-05-19 14:01:44',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zyt'),(7074,'4000','71716116485','2024-05-19 14:01:44',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7075,'1000','71716116514','2024-05-19 14:02:14',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2hj'),(7076,'4000','71716116514','2024-05-19 14:02:14',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7077,'4000','71716116514','2024-05-19 14:01:54',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7078,'1110','71716116797','2024-05-19 14:07:42',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7079,'1110','71716116797','2024-05-19 14:06:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7080,'5500','71716116797','2024-05-19 14:06:45',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7081,'1000','71716116797','2024-05-19 14:07:42',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ym2'),(7082,'4000','71716116797','2024-05-19 14:07:42',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7083,'4000','71716116797','2024-05-19 14:06:37',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7084,'1110','71716116910','2024-05-19 14:08:41',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7085,'Asset','71716116910','2024-05-19 14:08:30',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7086,'1000','71716116910','2024-05-19 14:08:41',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ewy'),(7087,'4000','71716116910','2024-05-19 14:08:41',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7088,'1000','71716116964','2024-05-19 14:09:33',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nlp'),(7089,'4000','71716116964','2024-05-19 14:09:33',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7090,'1000','71716116984','2024-05-19 14:13:16',900.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'92l'),(7091,'4000','71716116984','2024-05-19 14:13:16',NULL,600.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7092,'4000','71716116984','2024-05-19 14:09:44',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7093,'1110','71716117243','2024-05-19 14:14:30',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7094,'1110','71716117243','2024-05-19 14:14:03',NULL,0.00,'','7','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(7095,'Asset','71716117243','2024-05-19 14:14:13',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7096,'1000','71716117243','2024-05-19 14:14:30',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pf4'),(7097,'4000','71716117243','2024-05-19 14:14:30',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7098,'4000','71716117243','2024-05-19 14:14:03',NULL,10.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(7099,'1000','71716117992','2024-05-19 14:27:12',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jdl'),(7100,'4000','71716117992','2024-05-19 14:27:12',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7101,'1000','71716118044','2024-05-19 14:27:46',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ce2'),(7102,'4000','71716118044','2024-05-19 14:27:46',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7103,'1000','71716118081','2024-05-19 14:28:42',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rqr'),(7104,'4000','71716118081','2024-05-19 14:28:42',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7105,'4000','71716118081','2024-05-19 14:28:01',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7106,'1000','71716118154','2024-05-19 14:29:33',750.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7107,'4000','71716118154','2024-05-19 14:29:33',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7108,'1110','71716119112','2024-05-19 14:45:58',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7109,'Asset','71716119112','2024-05-19 14:45:31',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7110,'1000','71716119112','2024-05-19 14:45:58',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ugg'),(7111,'4000','71716119112','2024-05-19 14:45:58',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7112,'1000','71716119196','2024-05-19 14:46:48',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7113,'4000','71716119196','2024-05-19 14:46:48',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7114,'4000','71716119196','2024-05-19 14:46:36',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7115,'1000','71716119237','2024-05-19 14:47:33',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7116,'4000','71716119237','2024-05-19 14:47:33',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7117,'1000','71716120151','2024-05-19 15:03:05',1250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Aj3'),(7118,'4000','71716120151','2024-05-19 15:03:05',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7119,'4000','71716120151','2024-05-19 15:02:31',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7120,'1000','71716120292','2024-05-19 15:05:18',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7121,'4000','71716120292','2024-05-19 15:05:18',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7122,'4000','71716120292','2024-05-19 15:04:52',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7123,'1110','71716120323','2024-05-19 15:05:54',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7124,'Asset','71716120323','2024-05-19 15:05:23',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7125,'1000','71716120323','2024-05-19 15:05:54',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'W1s'),(7126,'4000','71716120323','2024-05-19 15:05:54',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7127,'1000','61716216071','2024-05-20 17:42:18',250.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7128,'4000','61716216071','2024-05-20 17:42:18',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7129,'4000','61716216071','2024-05-20 17:41:11',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7130,'4000','61716216071','2024-05-20 17:41:50',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7131,'1000','61716216170','2024-05-20 17:43:01',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7132,'4000','61716216170','2024-05-20 17:43:01',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7133,'4000','61716216170','2024-05-20 17:42:50',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7134,'1110','61716216203','2024-05-20 17:43:38',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7135,'1110','61716216203','2024-05-20 17:43:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(7136,'5500','61716216203','2024-05-20 17:43:35',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7137,'1000','61716216203','2024-05-20 17:43:38',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7138,'4000','61716216203','2024-05-20 17:43:38',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7139,'4000','61716216203','2024-05-20 17:43:23',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7140,'1110','61716216281','2024-05-20 17:44:53',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7141,'1110','61716216281','2024-05-20 17:44:41',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7142,'Asset','61716216281','2024-05-20 17:44:51',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7143,'1000','61716216281','2024-05-20 17:44:53',250.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7144,'4000','61716216281','2024-05-20 17:44:53',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7145,'4000','61716216281','2024-05-20 17:44:41',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7146,'1110','61716225932','2024-05-20 20:26:26',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7147,'1110','61716225932','2024-05-20 20:25:32',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7148,'5500','61716225932','2024-05-20 20:25:58',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7149,'1000','61716225932','2024-05-20 20:26:26',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1ly'),(7150,'4000','61716225932','2024-05-20 20:26:26',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7151,'4000','61716225932','2024-05-20 20:25:32',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7152,'1000','61716226220','2024-05-20 20:39:24',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cal'),(7153,'4000','61716226220','2024-05-20 20:39:24',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7154,'4000','61716226220','2024-05-20 20:31:17',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7155,'1000','61716226790','2024-05-20 20:47:22',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8lh'),(7156,'4000','61716226790','2024-05-20 20:47:22',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7157,'1000','61716227270','2024-05-20 20:48:33',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'V92'),(7158,'4000','61716227270','2024-05-20 20:48:33',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7159,'4000','61716227270','2024-05-20 20:47:50',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7160,'1110','61716227340','2024-05-20 20:50:26',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7161,'1110','61716227340','2024-05-20 20:49:00',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7162,'1110','61716227340','2024-05-20 20:49:18',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(7163,'5500','61716227340','2024-05-20 20:49:49',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7164,'1000','61716227340','2024-05-20 20:50:26',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Uz9'),(7165,'4000','61716227340','2024-05-20 20:50:26',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7166,'4000','61716227340','2024-05-20 20:49:00',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7167,'4000','61716227340','2024-05-20 20:49:18',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7168,'1000','61716227444','2024-05-20 20:51:06',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3n6'),(7169,'4000','61716227444','2024-05-20 20:51:06',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7170,'1000','61716227486','2024-05-20 20:51:42',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6rw'),(7171,'4000','61716227486','2024-05-20 20:51:42',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7172,'1000','61716227796','2024-05-20 20:56:42',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ujn'),(7173,'4000','61716227796','2024-05-20 20:56:42',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7174,'1000','61716227835','2024-05-20 20:57:51',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nkg'),(7175,'4000','61716227835','2024-05-20 20:57:51',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7176,'1000','61716227929','2024-05-20 20:59:05',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'A5r'),(7177,'4000','61716227929','2024-05-20 20:59:05',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7178,'1000','61716227969','2024-05-20 20:59:45',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Trz'),(7179,'4000','61716227969','2024-05-20 20:59:45',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7180,'1000','61716228006','2024-05-20 21:00:22',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Chl'),(7181,'4000','61716228006','2024-05-20 21:00:22',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7182,'1000','61716228051','2024-05-20 21:01:26',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'99j'),(7183,'4000','61716228051','2024-05-20 21:01:26',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7184,'1110','71716304824','2024-05-21 18:29:58',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7185,'Asset','71716304824','2024-05-21 18:20:24',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7186,'1000','71716304824','2024-05-21 18:29:58',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'L72'),(7187,'4000','71716304824','2024-05-21 18:29:58',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7188,'1000','71716305521','2024-05-21 18:32:32',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yor'),(7189,'4000','71716305521','2024-05-21 18:32:32',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7190,'1000','71716305576','2024-05-21 18:33:12',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4w9'),(7191,'4000','71716305576','2024-05-21 18:33:12',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7192,'1000','71716305616','2024-05-21 18:36:02',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'18u'),(7193,'4000','71716305616','2024-05-21 18:36:02',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7194,'4000','71716305616','2024-05-21 18:33:36',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7195,'4000','71716305616','2024-05-21 18:34:59',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7196,'1000','71716305797','2024-05-21 18:37:13',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hkj'),(7197,'4000','71716305797','2024-05-21 18:37:13',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7198,'4000','71716305797','2024-05-21 18:36:37',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7199,'1110','71716305861','2024-05-21 18:37:53',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7200,'Asset','71716305861','2024-05-21 18:37:41',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7201,'1000','71716305861','2024-05-21 18:37:53',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fg8'),(7202,'4000','71716305861','2024-05-21 18:37:53',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7203,'1000','71716305888','2024-05-21 18:38:31',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'98d'),(7204,'4000','71716305888','2024-05-21 18:38:31',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7205,'1000','71716305934','2024-05-21 18:39:31',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7206,'4000','71716305934','2024-05-21 18:39:31',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7207,'1000','71716306942','2024-05-21 19:09:40',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zox'),(7208,'4000','71716306942','2024-05-21 19:09:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7209,'1000','71716307803','2024-05-21 19:10:16',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1nj'),(7210,'4000','71716307803','2024-05-21 19:10:16',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7211,'1000','71716307838','2024-05-21 19:10:49',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mtc'),(7212,'4000','71716307838','2024-05-21 19:10:49',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7213,'1000','71716309037','2024-05-21 19:31:11',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fsv'),(7214,'4000','71716309037','2024-05-21 19:31:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7215,'4000','71716309037','2024-05-21 19:30:37',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7216,'1000','71716309096','2024-05-21 19:31:49',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0po'),(7217,'4000','71716309096','2024-05-21 19:31:49',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7218,'1000','71716309154','2024-05-21 20:23:41',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pba'),(7219,'4000','71716309154','2024-05-21 20:23:41',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7220,'1000','71716312238','2024-05-21 20:24:41',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fin'),(7221,'4000','71716312238','2024-05-21 20:24:41',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7222,'4000','71716312238','2024-05-21 20:23:58',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7223,'1000','71716313746','2024-05-21 20:49:43',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Run'),(7224,'4000','71716313746','2024-05-21 20:49:43',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7225,'4000','71716313746','2024-05-21 20:49:06',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7226,'1000','71716313812','2024-05-21 20:50:28',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'O9b'),(7227,'4000','71716313812','2024-05-21 20:50:28',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7228,'1000','71716313883','2024-05-21 20:51:34',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'55j'),(7229,'4000','71716313883','2024-05-21 20:51:34',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7230,'1000','71716313916','2024-05-21 20:52:15',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hpb'),(7231,'4000','71716313916','2024-05-21 20:52:15',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7232,'1000','71716316005','2024-05-21 21:32:28',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uz4'),(7233,'4000','71716316005','2024-05-21 21:32:28',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7234,'1000','71716316371','2024-05-21 21:33:00',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Min'),(7235,'4000','71716316371','2024-05-21 21:33:00',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7236,'1000','71716383139','2024-05-22 16:06:20',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jdu'),(7237,'4000','71716383139','2024-05-22 16:06:20',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7238,'1000','71716383210','2024-05-22 16:07:37',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2vi'),(7239,'4000','71716383210','2024-05-22 16:07:37',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7240,'1000','71716383297','2024-05-22 16:08:31',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wyy'),(7241,'4000','71716383297','2024-05-22 16:08:31',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7242,'1000','71716383323','2024-05-22 16:08:54',800.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'H5q'),(7243,'4000','71716383323','2024-05-22 16:08:54',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7244,'1000','61716397160','2024-05-22 20:00:28',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qn9'),(7245,'4000','61716397160','2024-05-22 20:00:28',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7246,'1000','61716397324','2024-05-22 20:02:21',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H04'),(7247,'4000','61716397324','2024-05-22 20:02:21',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7248,'4000','61716397324','2024-05-22 20:02:04',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7249,'1000','61716397423','2024-05-22 20:04:18',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dz9'),(7250,'4000','61716397423','2024-05-22 20:04:18',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7251,'4000','61716397423','2024-05-22 20:03:43',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(7252,'1000','61716397561','2024-05-22 20:06:06',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fdq'),(7253,'4000','61716397561','2024-05-22 20:06:06',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7254,'1000','61716397720','2024-05-22 20:08:53',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wyy'),(7255,'4000','61716397720','2024-05-22 20:08:53',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7256,'4000','61716397720','2024-05-22 20:08:40',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7257,'1000','61716398046','2024-05-22 20:14:08',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2vi'),(7258,'4000','61716398046','2024-05-22 20:14:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7259,'1000','61716398200','2024-05-22 20:16:53',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jdu'),(7260,'4000','61716398200','2024-05-22 20:16:53',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7261,'4000','61716398200','2024-05-22 20:16:40',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7262,'1000','61716398246','2024-05-22 20:17:28',800.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H5q'),(7263,'4000','61716398246','2024-05-22 20:17:28',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7264,'1110','61716398364','2024-05-22 20:19:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7265,'1110','61716398364','2024-05-22 20:19:24',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7266,'1110','61716398364','2024-05-22 20:19:29',NULL,0.00,'','6','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(7267,'5500','61716398364','2024-05-22 20:19:36',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7268,'1000','61716398364','2024-05-22 20:19:39',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Byq'),(7269,'4000','61716398364','2024-05-22 20:19:39',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7270,'4000','61716398364','2024-05-22 20:19:24',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7271,'4000','61716398364','2024-05-22 20:19:29',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(7272,'1000','61716398506','2024-05-22 20:21:51',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gka'),(7273,'4000','61716398506','2024-05-22 20:21:51',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7274,'1110','61716398582','2024-05-22 20:23:06',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7275,'Asset','61716398582','2024-05-22 20:23:02',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7276,'1000','61716398582','2024-05-22 20:23:06',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rzs'),(7277,'4000','61716398582','2024-05-22 20:23:06',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7278,'1110','61716398636','2024-05-22 20:23:59',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7279,'Asset','61716398636','2024-05-22 20:23:56',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7280,'1000','61716398636','2024-05-22 20:23:59',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'U9r'),(7281,'4000','61716398636','2024-05-22 20:23:59',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7282,'1000','61716398683','2024-05-22 20:24:47',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gha'),(7283,'4000','61716398683','2024-05-22 20:24:47',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7284,'1000','61716398970','2024-05-22 20:29:34',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qtr'),(7285,'4000','61716398970','2024-05-22 20:29:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7286,'1000','61716399092','2024-05-22 20:31:40',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vt8'),(7287,'4000','61716399092','2024-05-22 20:31:40',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7288,'1000','61716399225','2024-05-22 20:33:49',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7289,'4000','61716399225','2024-05-22 20:33:49',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7290,'1000','61716399245','2024-05-22 20:34:08',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7291,'4000','61716399245','2024-05-22 20:34:08',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7292,'1000','61716399270','2024-05-22 20:34:33',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7293,'4000','61716399270','2024-05-22 20:34:33',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7294,'1000','61716400555','2024-05-22 20:56:08',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xyn'),(7295,'4000','61716400555','2024-05-22 20:56:08',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7296,'1000','61716401166','2024-05-22 21:06:38',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'659'),(7297,'4000','61716401166','2024-05-22 21:06:38',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7298,'4000','61716401166','2024-05-22 21:06:06',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7299,'4000','61716401166','2024-05-22 21:06:17',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7300,'1000','61716402334','2024-05-22 21:25:43',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ovp'),(7301,'4000','61716402334','2024-05-22 21:25:43',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7302,'1000','71716462412','2024-05-23 14:07:36',290.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'J00'),(7303,'4000','71716462412','2024-05-23 14:07:36',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(7304,'4000','71716462412','2024-05-23 14:06:52',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7305,'4000','71716462412','2024-05-23 14:07:15',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7306,'1000','71716462744','2024-05-23 14:12:57',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'M93'),(7307,'4000','71716462744','2024-05-23 14:12:57',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7308,'1000','71716462790','2024-05-23 14:14:04',190.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jry'),(7309,'4000','71716462790','2024-05-23 14:14:04',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7310,'4000','71716462790','2024-05-23 14:13:10',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7311,'1000','71716462863','2024-05-23 14:15:47',360.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lfl'),(7312,'4000','71716462863','2024-05-23 14:15:47',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7313,'4000','71716462863','2024-05-23 14:14:23',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7314,'4000','71716462863','2024-05-23 14:15:04',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(7315,'1000','71716475694','2024-05-23 17:49:54',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Twe'),(7316,'4000','71716475694','2024-05-23 17:49:54',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7317,'4000','71716475694','2024-05-23 17:48:14',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7318,'4000','71716475694','2024-05-23 17:49:06',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7319,'1000','71716475924','2024-05-23 17:52:13',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jkl'),(7320,'4000','71716475924','2024-05-23 17:52:13',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7321,'1000','71716477664','2024-05-23 18:21:21',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1r8'),(7322,'4000','71716477664','2024-05-23 18:21:21',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7323,'4000','71716477664','2024-05-23 18:21:04',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7324,'1000','71716479741','2024-05-23 18:56:20',370.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P47'),(7325,'4000','71716479741','2024-05-23 18:56:20',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7326,'4000','71716479741','2024-05-23 18:55:41',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7327,'4000','71716479741','2024-05-23 18:55:51',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(7328,'1110','71716479909','2024-05-23 18:59:53',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7329,'1110','71716479909','2024-05-23 18:58:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7330,'1110','71716479909','2024-05-23 18:59:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7331,'1110','71716479909','2024-05-23 18:59:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(7332,'5500','71716479909','2024-05-23 18:59:38',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7333,'1000','71716479909','2024-05-23 18:59:53',390.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ty6'),(7334,'4000','71716479909','2024-05-23 18:59:53',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7335,'4000','71716479909','2024-05-23 18:58:29',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7336,'4000','71716479909','2024-05-23 18:59:12',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7337,'4000','71716479909','2024-05-23 18:59:21',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7338,'1000','71716488557','2024-05-23 21:22:44',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7339,'4000','71716488557','2024-05-23 21:22:44',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7340,'1000','71716550693','2024-05-24 14:39:44',720.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5f7'),(7341,'4000','71716550693','2024-05-24 14:39:44',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7342,'4000','71716550693','2024-05-24 14:38:13',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7343,'4000','71716550693','2024-05-24 14:38:32',NULL,20.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(7344,'1110','71716550803','2024-05-24 14:40:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(7345,'1110','71716550803','2024-05-24 14:40:04',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7346,'Asset','71716550803','2024-05-24 14:40:15',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7347,'1000','71716550803','2024-05-24 14:40:30',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tsp'),(7348,'4000','71716550803','2024-05-24 14:40:30',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7349,'4000','71716550803','2024-05-24 14:40:04',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7350,'1000','71716550843','2024-05-24 14:41:21',310.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6ya'),(7351,'4000','71716550843','2024-05-24 14:41:21',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7352,'4000','71716550843','2024-05-24 14:40:43',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7353,'4000','71716550843','2024-05-24 14:40:57',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(7354,'1000','71716550901','2024-05-24 14:42:08',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'O8w'),(7355,'4000','71716550901','2024-05-24 14:42:08',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7356,'1000','71716550943','2024-05-24 14:42:38',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7357,'4000','71716550943','2024-05-24 14:42:38',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7358,'1000','71716558916','2024-05-24 17:01:27',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zsu'),(7359,'4000','71716558916','2024-05-24 17:01:27',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7360,'4000','71716558916','2024-05-24 16:55:16',NULL,80.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7361,'1000','71716559312','2024-05-24 17:02:43',380.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uad'),(7362,'4000','71716559312','2024-05-24 17:02:43',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7363,'4000','71716559312','2024-05-24 17:01:52',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7364,'1000','71716559375','2024-05-24 17:03:19',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'M0q'),(7365,'4000','71716559375','2024-05-24 17:03:19',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7366,'1000','71716559439','2024-05-24 17:04:21',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7xw'),(7367,'4000','71716559439','2024-05-24 17:04:21',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7368,'1000','71716559543','2024-05-24 17:05:58',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P6k'),(7369,'4000','71716559543','2024-05-24 17:05:58',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7370,'1000','71716559601','2024-05-24 17:12:04',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bg8'),(7371,'4000','71716559601','2024-05-24 17:12:04',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7372,'1000','71716559959','2024-05-24 17:13:46',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xey'),(7373,'4000','71716559959','2024-05-24 17:13:46',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(7374,'1110','71716560046','2024-05-24 17:15:58',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7375,'1110','71716560046','2024-05-24 17:14:34',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7376,'1110','71716560046','2024-05-24 17:15:05',NULL,0.00,'','7','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(7377,'5500','71716560046','2024-05-24 17:15:18',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7378,'1000','71716560046','2024-05-24 17:15:58',420.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ah1'),(7379,'4000','71716560046','2024-05-24 17:15:58',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7380,'4000','71716560046','2024-05-24 17:14:34',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7381,'4000','71716560046','2024-05-24 17:15:05',NULL,120.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(7382,'1000','71716560171','2024-05-24 17:16:51',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'02j'),(7383,'4000','71716560171','2024-05-24 17:16:51',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7384,'1000','71716560221','2024-05-24 17:17:28',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jru'),(7385,'4000','71716560221','2024-05-24 17:17:28',NULL,300.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7386,'4000','71716560221','2024-05-24 17:17:01',NULL,300.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7387,'1000','71716560401','2024-05-24 17:24:57',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xoy'),(7388,'4000','71716560401','2024-05-24 17:24:57',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7389,'1110','71716564996','2024-05-24 18:36:37',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7390,'Asset','71716564996','2024-05-24 18:36:36',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7391,'1000','71716564996','2024-05-24 18:36:37',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'73l'),(7392,'4000','71716564996','2024-05-24 18:36:37',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7393,'1000','71716565251','2024-05-24 18:41:12',60.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7394,'4000','71716565251','2024-05-24 18:41:12',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(7395,'1000','71716566934','2024-05-24 19:08:55',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7396,'4000','71716566934','2024-05-24 19:08:55',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7397,'1110','61716632749','2024-05-25 13:25:57',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7398,'Asset','61716632749','2024-05-25 13:25:49',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7399,'1000','61716632749','2024-05-25 13:25:57',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7400,'4000','61716632749','2024-05-25 13:25:57',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7401,'1000','71716639427','2024-05-25 15:17:25',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tbe'),(7402,'4000','71716639427','2024-05-25 15:17:25',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7403,'1000','71716639607','2024-05-25 15:21:53',1050.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mt2'),(7404,'4000','71716639607','2024-05-25 15:21:53',NULL,600.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7405,'4000','71716639607','2024-05-25 15:20:07',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7406,'1000','71716639727','2024-05-25 15:22:38',110.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qhj'),(7407,'4000','71716639727','2024-05-25 15:22:38',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(7408,'4000','71716639727','2024-05-25 15:22:07',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7409,'1000','71716639767','2024-05-25 15:23:40',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Za5'),(7410,'4000','71716639767','2024-05-25 15:23:40',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7411,'1000','71716640369','2024-05-25 15:33:00',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'F2m'),(7412,'4000','71716640369','2024-05-25 15:33:00',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7413,'1110','71716640393','2024-05-25 15:33:50',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7414,'1110','71716640393','2024-05-25 15:33:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7415,'5500','71716640393','2024-05-25 15:33:37',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7416,'1000','71716640393','2024-05-25 15:33:50',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Da9'),(7417,'4000','71716640393','2024-05-25 15:33:50',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7418,'4000','71716640393','2024-05-25 15:33:13',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7419,'1000','71716640455','2024-05-25 15:34:43',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1qu'),(7420,'4000','71716640455','2024-05-25 15:34:43',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7421,'4000','71716640455','2024-05-25 15:34:15',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7422,'1110','71716640499','2024-05-25 15:36:06',NULL,181.80,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7423,'1110','71716640499','2024-05-25 15:34:59',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7424,'5500','71716640499','2024-05-25 15:35:50',181.80,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7425,'1000','71716640499','2024-05-25 15:36:06',1400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nli'),(7426,'4000','71716640499','2024-05-25 15:36:06',NULL,600.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7427,'4000','71716640499','2024-05-25 15:34:59',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7428,'1110','71716640585','2024-05-25 15:38:49',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7429,'1110','71716640585','2024-05-25 15:36:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7430,'5500','71716640585','2024-05-25 15:38:33',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7431,'1000','71716640585','2024-05-25 15:38:49',550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hgt'),(7432,'4000','71716640585','2024-05-25 15:38:49',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7433,'4000','71716640585','2024-05-25 15:36:25',NULL,250.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7434,'1000','71716640745','2024-05-25 15:39:25',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ngn'),(7435,'4000','71716640745','2024-05-25 15:39:25',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7436,'1110','71716640783','2024-05-25 15:39:59',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7437,'Asset','71716640783','2024-05-25 15:39:43',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7438,'1000','71716640783','2024-05-25 15:39:59',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uzx'),(7439,'4000','71716640783','2024-05-25 15:39:59',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7440,'1000','71716640817','2024-05-25 15:42:22',180.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2zh'),(7441,'4000','71716640817','2024-05-25 15:42:22',NULL,180.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(7442,'1000','71716640962','2024-05-25 15:43:29',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'I4c'),(7443,'4000','71716640962','2024-05-25 15:43:29',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7444,'1000','71716641028','2024-05-25 15:44:37',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jf1'),(7445,'4000','71716641028','2024-05-25 15:44:37',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7446,'1110','71716641087','2024-05-25 15:45:45',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7447,'1110','71716641087','2024-05-25 15:44:47',NULL,0.00,'','7','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(7448,'5500','71716641087','2024-05-25 15:45:12',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7449,'1000','71716641087','2024-05-25 15:45:45',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8yp'),(7450,'4000','71716641087','2024-05-25 15:45:45',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7451,'4000','71716641087','2024-05-25 15:44:47',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7452,'1000','71716641233','2024-05-25 15:47:22',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Az1'),(7453,'4000','71716641233','2024-05-25 15:47:22',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7454,'1110','71716641288','2024-05-25 15:48:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7455,'1110','71716641288','2024-05-25 15:48:08',NULL,181.80,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7456,'Asset','71716641288','2024-05-25 15:48:19',181.80,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7457,'1000','71716641288','2024-05-25 15:48:36',2200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dps'),(7458,'4000','71716641288','2024-05-25 15:48:36',NULL,1600.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7459,'4000','71716641288','2024-05-25 15:48:08',NULL,600.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7460,'1000','71716641355','2024-05-25 15:49:28',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'44t'),(7461,'4000','71716641355','2024-05-25 15:49:28',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7462,'1000','71716641694','2024-05-25 15:55:29',400.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7463,'4000','71716641694','2024-05-25 15:55:29',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7464,'1000','71716643189','2024-05-25 16:22:08',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Aou'),(7465,'4000','71716643189','2024-05-25 16:22:08',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7466,'4000','71716643189','2024-05-25 16:19:49',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7467,'1000','71716643347','2024-05-25 16:22:56',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vps'),(7468,'4000','71716643347','2024-05-25 16:22:56',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7469,'4000','71716643347','2024-05-25 16:22:27',NULL,80.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7470,'1000','71716643476','2024-05-25 16:24:49',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9dx'),(7471,'4000','71716643476','2024-05-25 16:24:49',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7472,'4000','71716643476','2024-05-25 16:24:36',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7473,'1000','71716643586','2024-05-25 16:27:03',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'51w'),(7474,'4000','71716643586','2024-05-25 16:27:03',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7475,'1000','71716644104','2024-05-25 16:35:43',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ta6'),(7476,'4000','71716644104','2024-05-25 16:35:43',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7477,'4000','71716644104','2024-05-25 16:35:04',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7478,'4000','71716644104','2024-05-25 16:35:12',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7479,'1110','71716658772','2024-05-25 20:40:11',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7480,'1110','71716658772','2024-05-25 20:39:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7481,'1110','71716658772','2024-05-25 20:39:48',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7482,'Asset','71716658772','2024-05-25 20:39:59',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7483,'1000','71716658772','2024-05-25 20:40:11',650.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wia'),(7484,'4000','71716658772','2024-05-25 20:40:11',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7485,'4000','71716658772','2024-05-25 20:39:32',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7486,'4000','71716658772','2024-05-25 20:39:48',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7487,'1000','71716658953','2024-05-25 20:42:58',310.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'94p'),(7488,'4000','71716658953','2024-05-25 20:42:58',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7489,'4000','71716658953','2024-05-25 20:42:33',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(7490,'1000','71716659000','2024-05-25 20:43:33',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Z6f'),(7491,'4000','71716659000','2024-05-25 20:43:33',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7492,'1000','71716659026','2024-05-25 20:44:01',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ink'),(7493,'4000','71716659026','2024-05-25 20:44:01',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7494,'1000','71716659053','2024-05-25 20:47:25',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'31a'),(7495,'4000','71716659053','2024-05-25 20:47:25',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7496,'1110','71716659258','2024-05-25 20:48:20',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7497,'1110','71716659258','2024-05-25 20:47:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7498,'5500','71716659258','2024-05-25 20:47:57',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7499,'1000','71716659258','2024-05-25 20:48:20',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oag'),(7500,'4000','71716659258','2024-05-25 20:48:20',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7501,'4000','71716659258','2024-05-25 20:47:38',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7502,'1000','71716659321','2024-05-25 20:49:10',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'97e'),(7503,'4000','71716659321','2024-05-25 20:49:10',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7504,'4000','71716659321','2024-05-25 20:48:41',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7505,'1110','71716659382','2024-05-25 20:52:42',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7506,'1110','71716659382','2024-05-25 20:49:42',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7507,'1110','71716659382','2024-05-25 20:52:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(7508,'5500','71716659382','2024-05-25 20:52:31',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7509,'1000','71716659382','2024-05-25 20:52:42',570.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nsy'),(7510,'4000','71716659382','2024-05-25 20:52:42',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7511,'4000','71716659382','2024-05-25 20:49:42',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7512,'4000','71716659382','2024-05-25 20:52:23',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(7513,'1000','71716659590','2024-05-25 20:54:19',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pop'),(7514,'4000','71716659590','2024-05-25 20:54:19',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7515,'4000','71716659590','2024-05-25 20:53:10',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7516,'1000','71716659670','2024-05-25 20:54:41',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'S5e'),(7517,'4000','71716659670','2024-05-25 20:54:41',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7518,'1000','71716659711','2024-05-25 20:56:33',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'309'),(7519,'4000','71716659711','2024-05-25 20:56:33',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7520,'4000','71716659711','2024-05-25 20:55:11',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7521,'1000','71716659818','2024-05-25 20:57:10',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'N10'),(7522,'4000','71716659818','2024-05-25 20:57:10',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7523,'1110','71716659842','2024-05-25 20:57:38',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7524,'Asset','71716659842','2024-05-25 20:57:22',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7525,'1000','71716659842','2024-05-25 20:57:38',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fwe'),(7526,'4000','71716659842','2024-05-25 20:57:38',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7527,'1110','71716659866','2024-05-25 20:59:34',NULL,227.25,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7528,'1110','71716659866','2024-05-25 20:57:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7529,'5500','71716659866','2024-05-25 20:59:03',227.25,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7530,'1000','71716659866','2024-05-25 20:59:34',800.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7531,'4000','71716659866','2024-05-25 20:59:34',NULL,750.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7532,'4000','71716659866','2024-05-25 20:57:46',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7533,'1000','71716660647','2024-05-25 21:10:58',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tr1'),(7534,'4000','71716660647','2024-05-25 21:10:58',NULL,160.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7535,'1110','71716660680','2024-05-25 21:11:31',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7536,'Asset','71716660680','2024-05-25 21:11:20',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7537,'1000','71716660680','2024-05-25 21:11:31',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7538,'4000','71716660680','2024-05-25 21:11:31',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7539,'1000','71716662004','2024-05-25 21:33:33',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'973'),(7540,'4000','71716662004','2024-05-25 21:33:33',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7541,'1000','71716708473','2024-05-26 10:28:03',160.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7542,'4000','71716708473','2024-05-26 10:28:03',NULL,160.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(7543,'1000','71716716297','2024-05-26 12:38:35',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Da4'),(7544,'4000','71716716297','2024-05-26 12:38:35',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7545,'1000','71716716340','2024-05-26 12:47:34',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'784'),(7546,'4000','71716716340','2024-05-26 12:47:34',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7547,'4000','71716716340','2024-05-26 12:39:00',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7548,'1000','71716716868','2024-05-26 13:00:09',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'H2t'),(7549,'4000','71716716868','2024-05-26 13:00:09',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7550,'1000','71716717780','2024-05-26 13:03:15',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2gm'),(7551,'4000','71716717780','2024-05-26 13:03:15',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7552,'1000','71716717815','2024-05-26 13:04:25',1250.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7553,'4000','71716717815','2024-05-26 13:04:25',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7554,'4000','71716717815','2024-05-26 13:03:35',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7555,'1000','71716717897','2024-05-26 13:05:04',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ssu'),(7556,'4000','71716717897','2024-05-26 13:05:04',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7557,'1000','71716717911','2024-05-26 13:07:05',800.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'649'),(7558,'4000','71716717911','2024-05-26 13:07:05',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7559,'4000','71716717911','2024-05-26 13:05:11',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7560,'4000','71716717911','2024-05-26 13:05:55',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7561,'1000','71716718157','2024-05-26 13:10:11',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xi9'),(7562,'4000','71716718157','2024-05-26 13:10:11',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7563,'1000','71716721806','2024-05-26 14:11:17',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'C76'),(7564,'4000','71716721806','2024-05-26 14:11:17',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7565,'1000','71716721891','2024-05-26 14:11:55',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1ru'),(7566,'4000','71716721891','2024-05-26 14:11:55',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7567,'4000','71716721891','2024-05-26 14:11:31',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7568,'1110','71716721932','2024-05-26 14:12:39',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7569,'1110','71716721932','2024-05-26 14:12:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(7570,'5500','71716721932','2024-05-26 14:12:29',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7571,'1000','71716721932','2024-05-26 14:12:39',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oz6'),(7572,'4000','71716721932','2024-05-26 14:12:39',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7573,'4000','71716721932','2024-05-26 14:12:12',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7574,'1000','71716721970','2024-05-26 14:13:12',310.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hk5'),(7575,'4000','71716721970','2024-05-26 14:13:12',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7576,'4000','71716721970','2024-05-26 14:12:50',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(7577,'1000','71716722162','2024-05-26 14:17:41',1250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gt7'),(7578,'4000','71716722162','2024-05-26 14:17:41',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7579,'4000','71716722162','2024-05-26 14:16:02',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7580,'1000','71716722976','2024-05-26 14:31:14',950.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'U81'),(7581,'4000','71716722976','2024-05-26 14:31:14',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7582,'4000','71716722976','2024-05-26 14:29:36',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7583,'4000','71716722976','2024-05-26 14:29:43',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7584,'1110','71716723091','2024-05-26 14:33:02',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7585,'1110','71716723091','2024-05-26 14:32:14',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7586,'1110','71716723091','2024-05-26 14:32:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7587,'5500','71716723091','2024-05-26 14:32:53',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7588,'1000','71716723091','2024-05-26 14:33:02',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dh1'),(7589,'4000','71716723091','2024-05-26 14:33:02',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7590,'4000','71716723091','2024-05-26 14:32:14',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7591,'4000','71716723091','2024-05-26 14:32:46',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7592,'1110','71716723194','2024-05-26 14:42:07',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7593,'1110','71716723194','2024-05-26 14:33:14',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7594,'1110','71716723194','2024-05-26 14:37:43',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7595,'1110','71716723194','2024-05-26 14:37:54',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7596,'5500','71716723194','2024-05-26 14:41:57',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7597,'1000','71716723194','2024-05-26 14:42:07',1150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ww2'),(7598,'4000','71716723194','2024-05-26 14:42:07',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7599,'4000','71716723194','2024-05-26 14:33:14',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7600,'4000','71716723194','2024-05-26 14:37:43',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7601,'4000','71716723194','2024-05-26 14:37:54',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7602,'1110','71716723748','2024-05-26 14:42:55',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7603,'1110','71716723748','2024-05-26 14:42:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7604,'5500','71716723748','2024-05-26 14:42:45',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7605,'1000','71716723748','2024-05-26 14:42:55',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jm4'),(7606,'4000','71716723748','2024-05-26 14:42:55',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7607,'4000','71716723748','2024-05-26 14:42:28',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7608,'1000','71716723787','2024-05-26 14:43:19',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'217'),(7609,'4000','71716723787','2024-05-26 14:43:19',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7610,'1110','71716723887','2024-05-26 14:49:46',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7611,'Asset','71716723887','2024-05-26 14:44:47',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7612,'1000','71716723887','2024-05-26 14:49:46',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jgg'),(7613,'4000','71716723887','2024-05-26 14:49:46',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7614,'1000','71716733067','2024-05-26 17:18:16',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ye9'),(7615,'4000','71716733067','2024-05-26 17:18:16',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7616,'4000','71716733067','2024-05-26 17:17:47',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7617,'1110','71716733106','2024-05-26 17:18:36',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7618,'Asset','71716733106','2024-05-26 17:18:26',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7619,'1000','71716733106','2024-05-26 17:18:36',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gyb'),(7620,'4000','71716733106','2024-05-26 17:18:36',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7621,'1000','71716733129','2024-05-26 17:19:16',590.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ml7'),(7622,'4000','71716733129','2024-05-26 17:19:16',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7623,'4000','71716733129','2024-05-26 17:18:49',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7624,'4000','71716733129','2024-05-26 17:18:59',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7625,'1000','71716733167','2024-05-26 17:20:29',420.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Sa5'),(7626,'4000','71716733167','2024-05-26 17:20:29',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7627,'4000','71716733167','2024-05-26 17:19:27',NULL,120.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7628,'1110','71716733239','2024-05-26 17:21:10',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7629,'1110','71716733239','2024-05-26 17:20:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7630,'5500','71716733239','2024-05-26 17:20:53',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7631,'1000','71716733239','2024-05-26 17:21:10',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lx4'),(7632,'4000','71716733239','2024-05-26 17:21:10',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7633,'4000','71716733239','2024-05-26 17:20:39',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7634,'1000','71716733283','2024-05-26 17:23:30',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ua1'),(7635,'4000','71716733283','2024-05-26 17:23:30',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7636,'4000','71716733283','2024-05-26 17:21:23',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7637,'4000','71716733283','2024-05-26 17:22:58',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7638,'1110','71716733446','2024-05-26 17:24:44',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7639,'1110','71716733446','2024-05-26 17:24:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7640,'5500','71716733446','2024-05-26 17:24:16',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7641,'1000','71716733446','2024-05-26 17:24:44',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Snq'),(7642,'4000','71716733446','2024-05-26 17:24:44',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7643,'4000','71716733446','2024-05-26 17:24:06',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7644,'1000','71716733495','2024-05-26 17:30:40',840.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X10'),(7645,'4000','71716733495','2024-05-26 17:30:40',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7646,'4000','71716733495','2024-05-26 17:24:55',NULL,220.00,'','7','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(7647,'4000','71716733495','2024-05-26 17:29:59',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(7648,'1000','71716733858','2024-05-26 17:31:57',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'G6z'),(7649,'4000','71716733858','2024-05-26 17:31:57',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7650,'1000','71716733939','2024-05-26 17:32:32',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dn6'),(7651,'4000','71716733939','2024-05-26 17:32:32',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7652,'1000','71716733965','2024-05-26 17:32:59',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'203'),(7653,'4000','71716733965','2024-05-26 17:32:59',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7654,'1000','71716733995','2024-05-26 17:33:56',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Aaj'),(7655,'4000','71716733995','2024-05-26 17:33:56',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7656,'4000','71716733995','2024-05-26 17:33:15',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7657,'1110','71716734052','2024-05-26 17:34:34',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7658,'1110','71716734052','2024-05-26 17:34:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7659,'5500','71716734052','2024-05-26 17:34:26',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7660,'1000','71716734052','2024-05-26 17:34:34',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Of0'),(7661,'4000','71716734052','2024-05-26 17:34:34',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7662,'4000','71716734052','2024-05-26 17:34:12',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7663,'1000','71716734103','2024-05-26 17:35:48',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'D3j'),(7664,'4000','71716734103','2024-05-26 17:35:48',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7665,'1000','71716734177','2024-05-26 17:37:00',20.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ml3'),(7666,'4000','71716734177','2024-05-26 17:37:00',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(7667,'1000','71716734276','2024-05-26 17:42:44',490.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vt m'),(7668,'4000','71716734276','2024-05-26 17:42:44',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7669,'4000','71716734276','2024-05-26 17:37:56',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7670,'4000','71716734276','2024-05-26 17:39:34',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7671,'4000','71716734276','2024-05-26 17:41:37',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(7672,'1000','71716734642','2024-05-26 17:44:08',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7673,'4000','71716734642','2024-05-26 17:44:08',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7674,'1110','71716734659','2024-05-26 17:45:47',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7675,'1110','71716734659','2024-05-26 17:44:19',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(7676,'1110','71716734659','2024-05-26 17:44:39',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7677,'Asset','71716734659','2024-05-26 17:45:20',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7678,'1000','71716734659','2024-05-26 17:45:47',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2p6'),(7679,'4000','71716734659','2024-05-26 17:45:47',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7680,'4000','71716734659','2024-05-26 17:44:19',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7681,'4000','71716734659','2024-05-26 17:44:39',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7682,'1000','71716734809','2024-05-26 17:50:37',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2hv'),(7683,'4000','71716734809','2024-05-26 17:50:37',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7684,'4000','71716734809','2024-05-26 17:48:58',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7685,'1000','71716735113','2024-05-26 17:52:11',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Sgm'),(7686,'4000','71716735113','2024-05-26 17:52:11',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7687,'1000','71716735145','2024-05-26 17:53:47',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Duh'),(7688,'4000','71716735145','2024-05-26 17:53:47',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7689,'4000','71716735145','2024-05-26 17:52:25',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7690,'4000','71716735145','2024-05-26 17:53:17',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7691,'1000','71716735258','2024-05-26 17:54:53',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nnm'),(7692,'4000','71716735258','2024-05-26 17:54:53',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7693,'4000','71716735258','2024-05-26 17:54:19',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7694,'1110','71716735584','2024-05-26 18:06:30',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7695,'1110','71716735584','2024-05-26 17:59:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(7696,'5500','71716735584','2024-05-26 18:06:17',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7697,'1000','71716735584','2024-05-26 18:06:30',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yxa'),(7698,'4000','71716735584','2024-05-26 18:06:30',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7699,'4000','71716735584','2024-05-26 17:59:44',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7700,'1000','71716738200','2024-05-26 18:47:51',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lgl'),(7701,'4000','71716738200','2024-05-26 18:47:51',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7702,'1000','71716738560','2024-05-26 18:50:31',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9ls'),(7703,'4000','71716738560','2024-05-26 18:50:31',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7704,'1000','71716738653','2024-05-26 18:51:05',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7705,'4000','71716738653','2024-05-26 18:51:05',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7706,'1000','71716740080','2024-05-26 19:16:24',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fnr'),(7707,'4000','71716740080','2024-05-26 19:16:24',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7708,'4000','71716740080','2024-05-26 19:14:40',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7709,'1000','71716740548','2024-05-26 19:22:52',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7710,'4000','71716740548','2024-05-26 19:22:52',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7711,'1000','71716740638','2024-05-26 19:27:41',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cxe'),(7712,'4000','71716740638','2024-05-26 19:27:41',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7713,'4000','71716740638','2024-05-26 19:23:58',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7714,'4000','71716740638','2024-05-26 19:25:07',NULL,40.00,'','7','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(7715,'4000','71716740638','2024-05-26 19:25:40',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(7716,'1110','71716742088','2024-05-26 19:48:50',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7717,'Asset','71716742088','2024-05-26 19:48:08',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7718,'1000','71716742088','2024-05-26 19:48:50',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'98a'),(7719,'4000','71716742088','2024-05-26 19:48:50',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7720,'1000','71716742142','2024-05-26 19:49:35',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'F0x'),(7721,'4000','71716742142','2024-05-26 19:49:35',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7722,'1000','71716742189','2024-05-26 19:50:09',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ykm'),(7723,'4000','71716742189','2024-05-26 19:50:09',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7724,'1110','71716742226','2024-05-26 20:32:37',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7725,'1110','71716742226','2024-05-26 19:50:26',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7726,'Asset','71716742226','2024-05-26 20:32:36',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7727,'1000','71716742226','2024-05-26 20:32:37',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7728,'4000','71716742226','2024-05-26 20:32:37',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7729,'4000','71716742226','2024-05-26 19:50:26',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7730,'1110','71716744936','2024-05-26 20:35:37',NULL,181.80,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7731,'Asset','71716744936','2024-05-26 20:35:36',181.80,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7732,'1000','71716744936','2024-05-26 20:35:37',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'M13'),(7733,'4000','71716744936','2024-05-26 20:35:37',NULL,600.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7734,'1110','71716744996','2024-05-26 20:36:48',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7735,'1110','71716744996','2024-05-26 20:36:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(7736,'5500','71716744996','2024-05-26 20:36:47',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7737,'1000','71716744996','2024-05-26 20:36:48',210.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3p8'),(7738,'4000','71716744996','2024-05-26 20:36:48',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7739,'4000','71716744996','2024-05-26 20:36:36',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(7740,'1110','71716745064','2024-05-26 20:37:44',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7741,'Asset','71716745064','2024-05-26 20:37:44',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7742,'1000','71716745064','2024-05-26 20:37:44',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Y74'),(7743,'4000','71716745064','2024-05-26 20:37:44',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7744,'1000','71716745116','2024-05-26 20:38:55',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dm8'),(7745,'4000','71716745116','2024-05-26 20:38:55',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7746,'4000','71716745116','2024-05-26 20:38:36',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7747,'1000','71716746446','2024-05-26 21:00:52',470.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Avm'),(7748,'4000','71716746446','2024-05-26 21:00:52',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7749,'4000','71716746446','2024-05-26 21:00:46',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(7750,'1000','71716746492','2024-05-26 21:01:33',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6bp'),(7751,'4000','71716746492','2024-05-26 21:01:33',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7752,'1000','71716746626','2024-05-26 21:03:47',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'E5z'),(7753,'4000','71716746626','2024-05-26 21:03:47',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7754,'1000','71716746706','2024-05-26 21:05:07',400.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7755,'4000','71716746706','2024-05-26 21:05:07',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7756,'1000','71716747226','2024-05-26 21:13:51',200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7757,'4000','71716747226','2024-05-26 21:13:51',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7758,'4000','71716747226','2024-05-26 21:13:46',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7759,'1000','71716747241','2024-05-26 21:16:27',550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'975'),(7760,'4000','71716747241','2024-05-26 21:16:27',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7761,'4000','71716747241','2024-05-26 21:14:01',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7762,'4000','71716747241','2024-05-26 21:14:15',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7763,'1000','61716822988','2024-05-27 18:16:31',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Amy'),(7764,'4000','61716822988','2024-05-27 18:16:31',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7765,'1000','61716823054','2024-05-27 18:17:36',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'G11'),(7766,'4000','61716823054','2024-05-27 18:17:36',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7767,'1110','61716823083','2024-05-27 18:18:16',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7768,'1110','61716823083','2024-05-27 18:18:03',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7769,'5500','61716823083','2024-05-27 18:18:06',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7770,'1000','61716823083','2024-05-27 18:18:16',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gdl'),(7771,'4000','61716823083','2024-05-27 18:18:16',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7772,'4000','61716823083','2024-05-27 18:18:03',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7773,'1000','61716823136','2024-05-27 18:18:58',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pcw'),(7774,'4000','61716823136','2024-05-27 18:18:58',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7775,'1000','61716823163','2024-05-27 18:19:31',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ika'),(7776,'4000','61716823163','2024-05-27 18:19:31',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7777,'1000','61716823229','2024-05-27 18:20:31',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Up8'),(7778,'4000','61716823229','2024-05-27 18:20:31',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7779,'1000','61716823348','2024-05-27 18:22:30',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oec'),(7780,'4000','61716823348','2024-05-27 18:22:30',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7781,'1000','61716823378','2024-05-27 18:23:19',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hkr'),(7782,'4000','61716823378','2024-05-27 18:23:19',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7783,'4000','61716823378','2024-05-27 18:22:58',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7784,'4000','61716823378','2024-05-27 18:23:05',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7785,'1000','61716823517','2024-05-27 18:25:32',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'S1y'),(7786,'4000','61716823517','2024-05-27 18:25:32',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7787,'4000','61716823517','2024-05-27 18:25:17',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7788,'4000','61716823517','2024-05-27 18:25:25',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7789,'1000','61716823657','2024-05-27 18:27:45',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7790,'4000','61716823657','2024-05-27 18:27:45',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7791,'4000','61716823657','2024-05-27 18:27:37',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7792,'1000','61716823693','2024-05-27 18:28:14',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7793,'4000','61716823693','2024-05-27 18:28:14',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7794,'1000','61716823756','2024-05-27 18:29:17',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7795,'4000','61716823756','2024-05-27 18:29:17',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7796,'1110','61716832881','2024-05-27 21:03:11',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7797,'1110','61716832881','2024-05-27 21:01:21',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(7798,'5500','61716832881','2024-05-27 21:02:17',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7799,'1000','61716832881','2024-05-27 21:03:11',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6np'),(7800,'4000','61716832881','2024-05-27 21:03:11',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7801,'4000','61716832881','2024-05-27 21:01:21',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7802,'1110','61716833010','2024-05-27 21:04:03',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7803,'Asset','61716833010','2024-05-27 21:03:30',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7804,'1000','61716833010','2024-05-27 21:04:03',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fr2'),(7805,'4000','61716833010','2024-05-27 21:04:03',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7806,'1000','61716833058','2024-05-27 21:04:31',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Irm'),(7807,'4000','61716833058','2024-05-27 21:04:31',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7808,'1000','61716833087','2024-05-27 21:05:08',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7t4'),(7809,'4000','61716833087','2024-05-27 21:05:08',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7810,'4000','61716833087','2024-05-27 21:04:47',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7811,'1000','61716833177','2024-05-27 21:06:54',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Q7j'),(7812,'4000','61716833177','2024-05-27 21:06:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7813,'1000','61716833278','2024-05-27 21:26:46',255.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'V4f'),(7814,'4000','61716833278','2024-05-27 21:26:46',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7815,'4000','61716833278','2024-05-27 21:07:58',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7816,'4000','61716833278','2024-05-27 21:25:42',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7817,'4000','61716833278','2024-05-27 21:25:56',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(7818,'1000','61716834432','2024-05-27 21:27:20',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Acy'),(7819,'4000','61716834432','2024-05-27 21:27:20',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7820,'1000','61716834447','2024-05-27 21:27:43',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Iun'),(7821,'4000','61716834447','2024-05-27 21:27:43',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7822,'4000','61716834447','2024-05-27 21:27:27',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7823,'1000','61716834488','2024-05-27 21:28:18',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Has'),(7824,'4000','61716834488','2024-05-27 21:28:18',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7825,'1110','71716822927','2024-05-28 17:13:07',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7826,'Asset','71716822927','2024-05-27 18:15:27',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7827,'1000','71716822927','2024-05-28 17:13:07',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kl3'),(7828,'4000','71716822927','2024-05-28 17:13:07',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7829,'1000','71716906022','2024-05-28 17:20:30',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xqe'),(7830,'4000','71716906022','2024-05-28 17:20:30',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7831,'1000','71716906047','2024-05-28 17:21:21',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ops'),(7832,'4000','71716906047','2024-05-28 17:21:21',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7833,'4000','71716906047','2024-05-28 17:20:47',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7834,'4000','71716906047','2024-05-28 17:21:00',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7835,'1000','71716906127','2024-05-28 17:22:20',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rxu'),(7836,'4000','71716906127','2024-05-28 17:22:20',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7837,'1000','71716906151','2024-05-28 17:24:20',480.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kyv'),(7838,'4000','71716906151','2024-05-28 17:24:20',NULL,180.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(7839,'4000','71716906151','2024-05-28 17:22:31',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7840,'4000','71716906151','2024-05-28 17:23:55',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7841,'1000','71716906279','2024-05-28 17:25:36',480.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lf1'),(7842,'4000','71716906279','2024-05-28 17:25:36',NULL,20.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(7843,'4000','71716906279','2024-05-28 17:24:39',NULL,160.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7844,'4000','71716906279','2024-05-28 17:25:14',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7845,'1110','71716906865','2024-05-28 17:34:45',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7846,'Asset','71716906865','2024-05-28 17:34:25',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7847,'1000','71716906865','2024-05-28 17:34:45',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Esf'),(7848,'4000','71716906865','2024-05-28 17:34:45',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7849,'1110','71716906911','2024-05-28 17:38:17',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7850,'1110','71716906911','2024-05-28 17:35:11',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7851,'1110','71716906911','2024-05-28 17:35:54',NULL,0.00,'','7','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(7852,'1110','71716906911','2024-05-28 17:36:07',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(7853,'5500','71716906911','2024-05-28 17:37:36',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7854,'1000','71716906911','2024-05-28 17:38:17',360.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dvf'),(7855,'4000','71716906911','2024-05-28 17:38:17',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7856,'4000','71716906911','2024-05-28 17:35:11',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7857,'4000','71716906911','2024-05-28 17:35:54',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(7858,'4000','71716906911','2024-05-28 17:36:07',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7859,'1000','71716907123','2024-05-28 17:38:57',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9wd'),(7860,'4000','71716907123','2024-05-28 17:38:57',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7861,'1110','71716907180','2024-05-28 17:39:57',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7862,'Asset','71716907180','2024-05-28 17:39:40',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7863,'1000','71716907180','2024-05-28 17:39:57',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'L9r'),(7864,'4000','71716907180','2024-05-28 17:39:57',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7865,'1000','71716907247','2024-05-28 17:41:39',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Npr'),(7866,'4000','71716907247','2024-05-28 17:41:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7867,'4000','71716907247','2024-05-28 17:40:47',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7868,'1000','71716910142','2024-05-28 18:29:15',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'M8d'),(7869,'4000','71716910142','2024-05-28 18:29:15',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7870,'1110','71716914369','2024-05-28 19:39:38',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7871,'Asset','71716914369','2024-05-28 19:39:29',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7872,'1000','71716914369','2024-05-28 19:39:38',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'M18'),(7873,'4000','71716914369','2024-05-28 19:39:38',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7874,'1000','71716914391','2024-05-28 19:40:01',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'73h'),(7875,'4000','71716914391','2024-05-28 19:40:01',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7876,'1110','71716914414','2024-05-28 19:40:23',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7877,'Asset','71716914414','2024-05-28 19:40:14',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7878,'1000','71716914414','2024-05-28 19:40:23',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9gf'),(7879,'4000','71716914414','2024-05-28 19:40:23',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7880,'1000','71716914435','2024-05-28 19:40:50',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1u5'),(7881,'4000','71716914435','2024-05-28 19:40:50',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7882,'1110','61716996827','2024-05-29 18:33:50',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7883,'Asset','61716996827','2024-05-29 18:33:47',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7884,'1000','61716996827','2024-05-29 18:33:50',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2pm'),(7885,'4000','61716996827','2024-05-29 18:33:50',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7886,'1000','61716996858','2024-05-29 18:34:20',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cno'),(7887,'4000','61716996858','2024-05-29 18:34:20',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7888,'1000','61716996887','2024-05-29 18:34:50',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P7w'),(7889,'4000','61716996887','2024-05-29 18:34:50',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7890,'1110','61716996917','2024-05-29 18:35:35',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7891,'1110','61716996917','2024-05-29 18:35:17',NULL,0.00,'','6','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(7892,'1110','61716996917','2024-05-29 18:35:24',NULL,0.00,'','6','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(7893,'5500','61716996917','2024-05-29 18:35:33',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7894,'1000','61716996917','2024-05-29 18:35:35',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lup'),(7895,'4000','61716996917','2024-05-29 18:35:35',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7896,'4000','61716996917','2024-05-29 18:35:17',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7897,'4000','61716996917','2024-05-29 18:35:24',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(7898,'1000','61716996957','2024-05-29 18:36:00',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3l9'),(7899,'4000','61716996957','2024-05-29 18:36:00',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7900,'1110','61716997000','2024-05-29 18:37:49',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7901,'1110','61716997000','2024-05-29 18:36:40',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7902,'5500','61716997000','2024-05-29 18:37:46',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7903,'1000','61716997000','2024-05-29 18:37:49',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Znt'),(7904,'4000','61716997000','2024-05-29 18:37:49',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7905,'4000','61716997000','2024-05-29 18:36:40',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7906,'1000','61716997106','2024-05-29 18:38:28',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zgi'),(7907,'4000','61716997106','2024-05-29 18:38:28',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7908,'1000','61716997185','2024-05-29 18:39:51',240.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1pj'),(7909,'4000','61716997185','2024-05-29 18:39:51',NULL,160.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7910,'4000','61716997185','2024-05-29 18:39:45',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(7911,'1000','61716997234','2024-05-29 18:41:50',580.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'523'),(7912,'4000','61716997234','2024-05-29 18:41:50',NULL,300.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7913,'4000','61716997234','2024-05-29 18:40:34',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7914,'4000','61716997234','2024-05-29 18:40:39',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7915,'4000','61716997234','2024-05-29 18:41:33',NULL,10.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(7916,'1000','61716997338','2024-05-29 18:42:24',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H21'),(7917,'4000','61716997338','2024-05-29 18:42:24',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7918,'1000','61716997373','2024-05-29 18:42:55',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N3v'),(7919,'4000','61716997373','2024-05-29 18:42:55',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7920,'1000','61716997408','2024-05-29 18:43:34',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7921,'4000','61716997408','2024-05-29 18:43:34',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7922,'1000','61716997426','2024-05-29 18:43:59',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7923,'4000','61716997426','2024-05-29 18:43:59',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7924,'4000','61716997426','2024-05-29 18:43:46',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7925,'1000','61717002627','2024-05-29 20:10:28',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mwn'),(7926,'4000','61717002627','2024-05-29 20:10:28',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7927,'1110','61717002652','2024-05-29 20:11:15',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7928,'1110','61717002652','2024-05-29 20:10:52',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7929,'1110','61717002652','2024-05-29 20:10:57',NULL,0.00,'','6','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(7930,'5500','61717002652','2024-05-29 20:11:12',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7931,'1000','61717002652','2024-05-29 20:11:15',570.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2oc'),(7932,'4000','61717002652','2024-05-29 20:11:15',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7933,'4000','61717002652','2024-05-29 20:10:52',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7934,'4000','61717002652','2024-05-29 20:10:57',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(7935,'1000','61717002761','2024-05-29 20:13:07',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qtq'),(7936,'4000','61717002761','2024-05-29 20:13:07',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7937,'4000','61717002761','2024-05-29 20:12:41',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7938,'4000','61717002761','2024-05-29 20:12:52',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7939,'1000','61717002815','2024-05-29 20:13:37',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7940,'4000','61717002815','2024-05-29 20:13:37',NULL,450.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7941,'1000','61717005544','2024-05-29 20:59:05',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wzs'),(7942,'4000','61717005544','2024-05-29 20:59:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7943,'1000','61717005570','2024-05-29 20:59:32',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F19'),(7944,'4000','61717005570','2024-05-29 20:59:32',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7945,'1000','61717005615','2024-05-29 21:00:17',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'D2d'),(7946,'4000','61717005615','2024-05-29 21:00:17',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7947,'1000','61717005814','2024-05-29 21:05:08',330.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7948,'4000','61717005814','2024-05-29 21:05:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7949,'4000','61717005814','2024-05-29 21:03:34',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(7950,'4000','61717005814','2024-05-29 21:04:12',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(7951,'1000','61717005972','2024-05-29 21:06:15',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7952,'4000','61717005972','2024-05-29 21:06:15',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7953,'1000','61717006063','2024-05-29 21:07:44',40.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7954,'4000','61717006063','2024-05-29 21:07:44',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(7955,'1000','61717006978','2024-05-29 21:22:59',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7956,'4000','61717006978','2024-05-29 21:22:59',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7957,'1000','61717072776','2024-05-30 15:39:43',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ubx'),(7958,'4000','61717072776','2024-05-30 15:39:43',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7959,'1000','61717072830','2024-05-30 15:40:41',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0c9'),(7960,'4000','61717072830','2024-05-30 15:40:41',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7961,'4000','61717072830','2024-05-30 15:40:30',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7962,'1110','61717072875','2024-05-30 15:41:18',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7963,'Asset','61717072875','2024-05-30 15:41:15',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7964,'1000','61717072875','2024-05-30 15:41:18',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Utn'),(7965,'4000','61717072875','2024-05-30 15:41:18',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7966,'1000','61717072949','2024-05-30 15:42:50',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6pb'),(7967,'4000','61717072949','2024-05-30 15:42:50',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7968,'4000','61717072949','2024-05-30 15:42:29',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7969,'1000','61717073008','2024-05-30 15:43:30',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'L45'),(7970,'4000','61717073008','2024-05-30 15:43:30',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7971,'1110','61717073069','2024-05-30 15:44:48',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7972,'1110','61717073069','2024-05-30 15:44:29',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7973,'1110','61717073069','2024-05-30 15:44:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(7974,'5500','61717073069','2024-05-30 15:44:46',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7975,'1000','61717073069','2024-05-30 15:44:48',620.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'E30'),(7976,'4000','61717073069','2024-05-30 15:44:48',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7977,'4000','61717073069','2024-05-30 15:44:29',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7978,'4000','61717073069','2024-05-30 15:44:34',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(7979,'1000','61717073129','2024-05-30 15:45:32',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pqw'),(7980,'4000','61717073129','2024-05-30 15:45:32',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7981,'1000','61717073167','2024-05-30 15:46:17',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'42a'),(7982,'4000','61717073167','2024-05-30 15:46:17',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7983,'4000','61717073167','2024-05-30 15:46:07',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(7984,'1000','61717073277','2024-05-30 15:47:58',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ozi'),(7985,'4000','61717073277','2024-05-30 15:47:58',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7986,'1000','61717073317','2024-05-30 15:49:02',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9k9'),(7987,'4000','61717073317','2024-05-30 15:49:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7988,'4000','61717073317','2024-05-30 15:48:37',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7989,'1000','61717073406','2024-05-30 15:50:07',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'D47'),(7990,'4000','61717073406','2024-05-30 15:50:07',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7991,'1000','61717073436','2024-05-30 15:50:38',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Puf'),(7992,'4000','61717073436','2024-05-30 15:50:38',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7993,'1110','61717073484','2024-05-30 15:51:26',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7994,'Asset','61717073484','2024-05-30 15:51:24',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7995,'1000','61717073484','2024-05-30 15:51:26',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Z7g'),(7996,'4000','61717073484','2024-05-30 15:51:26',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7997,'1000','61717073600','2024-05-30 15:53:32',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7998,'4000','61717073600','2024-05-30 15:53:32',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7999,'4000','61717073600','2024-05-30 15:53:20',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8000,'1000','61717084663','2024-05-30 18:57:46',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Exs'),(8001,'4000','61717084663','2024-05-30 18:57:46',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8002,'1000','61717084720','2024-05-30 18:58:55',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5ca'),(8003,'4000','61717084720','2024-05-30 18:58:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8004,'4000','61717084720','2024-05-30 18:58:40',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8005,'1110','61717084876','2024-05-30 19:01:27',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8006,'1110','61717084876','2024-05-30 19:01:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(8007,'5500','61717084876','2024-05-30 19:01:19',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8008,'1000','61717084876','2024-05-30 19:01:27',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F3v'),(8009,'4000','61717084876','2024-05-30 19:01:27',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8010,'4000','61717084876','2024-05-30 19:01:16',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8011,'1110','61717084974','2024-05-30 19:02:58',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8012,'Asset','61717084974','2024-05-30 19:02:54',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8013,'1000','61717084974','2024-05-30 19:02:58',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'037'),(8014,'4000','61717084974','2024-05-30 19:02:58',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8015,'1000','61717085004','2024-05-30 19:03:25',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wjp'),(8016,'4000','61717085004','2024-05-30 19:03:25',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8017,'1000','61717085033','2024-05-30 19:03:55',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zhp'),(8018,'4000','61717085033','2024-05-30 19:03:55',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8019,'1000','61717085074','2024-05-30 19:04:35',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4qp'),(8020,'4000','61717085074','2024-05-30 19:04:35',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8021,'1000','61717085149','2024-05-30 19:06:49',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8022,'4000','61717085149','2024-05-30 19:06:49',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8023,'1000','61717086182','2024-05-30 19:23:04',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'07o'),(8024,'4000','61717086182','2024-05-30 19:23:04',NULL,160.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(8025,'1000','61717086210','2024-05-30 19:23:48',165.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'17q'),(8026,'4000','61717086210','2024-05-30 19:23:48',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8027,'4000','61717086210','2024-05-30 19:23:30',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8028,'4000','61717086210','2024-05-30 19:23:36',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8029,'1000','61717086256','2024-05-30 19:24:33',220.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bhz'),(8030,'4000','61717086256','2024-05-30 19:24:33',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8031,'4000','61717086256','2024-05-30 19:24:16',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(8032,'4000','61717086256','2024-05-30 19:24:25',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8033,'1000','61717086291','2024-05-30 19:24:52',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8034,'4000','61717086291','2024-05-30 19:24:52',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8035,'1110','61717092200','2024-05-30 21:03:22',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8036,'Asset','61717092200','2024-05-30 21:03:20',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8037,'1000','61717092200','2024-05-30 21:03:22',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8038,'4000','61717092200','2024-05-30 21:03:22',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8039,'1000','61717092241','2024-05-30 21:04:04',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M34'),(8040,'4000','61717092241','2024-05-30 21:04:04',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8041,'1110','61717092402','2024-05-30 21:06:43',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8042,'Asset','61717092402','2024-05-30 21:06:42',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8043,'1000','61717092402','2024-05-30 21:06:43',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wtl'),(8044,'4000','61717092402','2024-05-30 21:06:43',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8045,'1110','61717092426','2024-05-30 21:07:08',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8046,'Asset','61717092426','2024-05-30 21:07:06',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8047,'1000','61717092426','2024-05-30 21:07:08',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P8f'),(8048,'4000','61717092426','2024-05-30 21:07:08',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8049,'1000','61717092750','2024-05-30 21:12:56',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8050,'4000','61717092750','2024-05-30 21:12:56',NULL,0.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8051,'4000','61717092750','2024-05-30 21:12:30',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8052,'1000','61717093234','2024-05-30 21:21:37',330.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8053,'4000','61717093234','2024-05-30 21:21:37',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8054,'4000','61717093234','2024-05-30 21:20:34',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8055,'4000','61717093234','2024-05-30 21:20:57',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8056,'1000','61717093653','2024-05-30 21:27:34',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8057,'4000','61717093653','2024-05-30 21:27:34',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8058,'1000','61717093744','2024-05-30 21:29:53',380.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'57s'),(8059,'4000','61717093744','2024-05-30 21:29:53',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8060,'4000','61717093744','2024-05-30 21:29:04',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8061,'1110','61717153360','2024-05-31 14:02:51',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8062,'1110','61717153360','2024-05-31 14:02:40',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(8063,'5500','61717153360','2024-05-31 14:02:49',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8064,'1000','61717153360','2024-05-31 14:02:51',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nmy'),(8065,'4000','61717153360','2024-05-31 14:02:51',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8066,'4000','61717153360','2024-05-31 14:02:40',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8067,'1110','61717153509','2024-05-31 14:05:29',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8068,'1110','61717153509','2024-05-31 14:05:09',NULL,0.00,'','6','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(8069,'5500','61717153509','2024-05-31 14:05:27',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8070,'1000','61717153509','2024-05-31 14:05:29',460.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xtc'),(8071,'4000','61717153509','2024-05-31 14:05:29',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8072,'4000','61717153509','2024-05-31 14:05:09',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8073,'1000','61717153557','2024-05-31 14:05:59',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mnw'),(8074,'4000','61717153557','2024-05-31 14:05:59',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8075,'1000','61717153584','2024-05-31 14:06:35',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Roy'),(8076,'4000','61717153584','2024-05-31 14:06:35',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8077,'4000','61717153584','2024-05-31 14:06:24',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8078,'4000','61717153584','2024-05-31 14:06:28',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8079,'1000','61717153621','2024-05-31 14:07:23',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zrr'),(8080,'4000','61717153621','2024-05-31 14:07:23',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(8081,'4000','61717153621','2024-05-31 14:07:01',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8082,'1110','61717175336','2024-05-31 20:09:16',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8083,'Asset','61717175336','2024-05-31 20:08:56',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8084,'1000','61717175336','2024-05-31 20:09:16',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B5l'),(8085,'4000','61717175336','2024-05-31 20:09:16',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8086,'1000','61717175375','2024-05-31 20:09:50',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'U7f'),(8087,'4000','61717175375','2024-05-31 20:09:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8088,'1110','61717175408','2024-05-31 20:10:25',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8089,'Asset','61717175408','2024-05-31 20:10:08',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8090,'1000','61717175408','2024-05-31 20:10:25',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'10o'),(8091,'4000','61717175408','2024-05-31 20:10:25',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8092,'1000','61717175438','2024-05-31 20:12:13',530.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tc1'),(8093,'4000','61717175438','2024-05-31 20:12:13',NULL,160.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(8094,'4000','61717175438','2024-05-31 20:10:38',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(8095,'4000','61717175438','2024-05-31 20:11:13',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8096,'4000','61717175438','2024-05-31 20:11:21',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8097,'1000','61717175549','2024-05-31 20:12:57',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F3l'),(8098,'4000','61717175549','2024-05-31 20:12:57',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8099,'4000','61717175549','2024-05-31 20:12:29',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8100,'1000','61717175591','2024-05-31 20:13:26',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fwf'),(8101,'4000','61717175591','2024-05-31 20:13:26',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8102,'1110','61717175616','2024-05-31 20:13:50',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8103,'Asset','61717175616','2024-05-31 20:13:36',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8104,'1000','61717175616','2024-05-31 20:13:50',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bve'),(8105,'4000','61717175616','2024-05-31 20:13:50',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8106,'1000','61717175638','2024-05-31 20:14:11',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bbd'),(8107,'4000','61717175638','2024-05-31 20:14:11',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8108,'1000','61717175665','2024-05-31 20:14:38',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ljj'),(8109,'4000','61717175665','2024-05-31 20:14:38',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8110,'1000','61717175688','2024-05-31 20:14:58',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dyc'),(8111,'4000','61717175688','2024-05-31 20:14:58',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8112,'1000','61717175780','2024-05-31 20:16:32',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vek'),(8113,'4000','61717175780','2024-05-31 20:16:32',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8114,'1000','61717175803','2024-05-31 20:17:10',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N2d'),(8115,'4000','61717175803','2024-05-31 20:17:10',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8116,'4000','61717175803','2024-05-31 20:16:43',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8117,'1000','61717175841','2024-05-31 20:18:56',290.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tps'),(8118,'4000','61717175841','2024-05-31 20:18:56',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(8119,'4000','61717175841','2024-05-31 20:17:22',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8120,'4000','61717175841','2024-05-31 20:18:08',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8121,'1000','61717175949','2024-05-31 20:20:03',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8122,'4000','61717175949','2024-05-31 20:20:03',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8123,'1000','61717176007','2024-05-31 20:20:24',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hqa'),(8124,'4000','61717176007','2024-05-31 20:20:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8125,'1000','61717176058','2024-05-31 20:22:59',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fuz'),(8126,'4000','61717176058','2024-05-31 20:22:59',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8127,'4000','61717176058','2024-05-31 20:20:58',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8128,'1000','61717176213','2024-05-31 20:23:44',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gx8'),(8129,'4000','61717176213','2024-05-31 20:23:44',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8130,'1000','61717176250','2024-05-31 20:24:27',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2ac'),(8131,'4000','61717176250','2024-05-31 20:24:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8132,'1000','61717176281','2024-05-31 20:25:01',165.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'733'),(8133,'4000','61717176281','2024-05-31 20:25:01',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8134,'4000','61717176281','2024-05-31 20:24:41',NULL,15.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(8135,'1110','61717176320','2024-05-31 20:25:59',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8136,'Asset','61717176320','2024-05-31 20:25:20',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8137,'1000','61717176320','2024-05-31 20:25:59',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5fh'),(8138,'4000','61717176320','2024-05-31 20:25:59',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8139,'1000','61717176423','2024-05-31 20:27:25',620.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8140,'4000','61717176423','2024-05-31 20:27:25',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8141,'4000','61717176423','2024-05-31 20:27:03',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(8142,'1000','61717179117','2024-05-31 21:12:03',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8pk'),(8143,'4000','61717179117','2024-05-31 21:12:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8144,'1000','61717234460','2024-06-01 12:34:21',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Az2'),(8145,'4000','61717234460','2024-06-01 12:34:21',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8146,'1000','61717234485','2024-06-01 12:34:47',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'X4g'),(8147,'4000','61717234485','2024-06-01 12:34:47',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8148,'1000','61717234519','2024-06-01 12:35:52',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M21'),(8149,'4000','61717234519','2024-06-01 12:35:52',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8150,'4000','61717234519','2024-06-01 12:35:19',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8151,'1000','61717234573','2024-06-01 12:37:29',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8152,'4000','61717234573','2024-06-01 12:37:29',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8153,'1000','61717234700','2024-06-01 12:38:40',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hu0'),(8154,'4000','61717234700','2024-06-01 12:38:40',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8155,'4000','61717234700','2024-06-01 12:38:20',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8156,'1000','61717234748','2024-06-01 12:39:09',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9rh'),(8157,'4000','61717234748','2024-06-01 12:39:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8158,'1110','61717234775','2024-06-01 12:39:48',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8159,'1110','61717234775','2024-06-01 12:39:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(8160,'5500','61717234775','2024-06-01 12:39:41',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8161,'1000','61717234775','2024-06-01 12:39:48',320.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Z60'),(8162,'4000','61717234775','2024-06-01 12:39:48',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8163,'4000','61717234775','2024-06-01 12:39:35',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(8164,'1000','61717257810','2024-06-01 19:03:45',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'V4j'),(8165,'4000','61717257810','2024-06-01 19:03:45',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8166,'4000','61717257810','2024-06-01 19:03:30',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8167,'1000','61717258011','2024-06-01 19:06:55',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bl9'),(8168,'4000','61717258011','2024-06-01 19:06:55',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8169,'1110','61717258372','2024-06-01 19:12:56',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8170,'Asset','61717258372','2024-06-01 19:12:52',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8171,'1000','61717258372','2024-06-01 19:12:56',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4va'),(8172,'4000','61717258372','2024-06-01 19:12:56',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8173,'1000','61717258420','2024-06-01 19:13:44',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nie'),(8174,'4000','61717258420','2024-06-01 19:13:44',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8175,'1000','61717258465','2024-06-01 19:14:27',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'41c'),(8176,'4000','61717258465','2024-06-01 19:14:27',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8177,'1110','61717258499','2024-06-01 19:16:03',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8178,'1110','61717258499','2024-06-01 19:14:59',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(8179,'5500','61717258499','2024-06-01 19:15:09',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8180,'1000','61717258499','2024-06-01 19:16:03',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P0n'),(8181,'4000','61717258499','2024-06-01 19:16:03',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8182,'4000','61717258499','2024-06-01 19:14:59',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8183,'1000','61717259069','2024-06-01 19:24:52',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Slr'),(8184,'4000','61717259069','2024-06-01 19:24:52',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8185,'4000','61717259069','2024-06-01 19:24:29',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8186,'1110','61717259150','2024-06-01 19:26:46',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8187,'1110','61717259150','2024-06-01 19:25:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(8188,'1110','61717259150','2024-06-01 19:26:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(8189,'5500','61717259150','2024-06-01 19:26:43',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8190,'1000','61717259150','2024-06-01 19:26:46',320.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1kc'),(8191,'4000','61717259150','2024-06-01 19:26:46',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8192,'4000','61717259150','2024-06-01 19:25:50',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8193,'4000','61717259150','2024-06-01 19:26:16',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8194,'1000','61717259265','2024-06-01 19:27:49',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'34m'),(8195,'4000','61717259265','2024-06-01 19:27:49',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8196,'1000','61717259310','2024-06-01 19:28:32',20.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pbq'),(8197,'4000','61717259310','2024-06-01 19:28:32',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(8198,'1110','61717259351','2024-06-01 19:29:23',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8199,'1110','61717259351','2024-06-01 19:29:11',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(8200,'5500','61717259351','2024-06-01 19:29:20',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8201,'1000','61717259351','2024-06-01 19:29:23',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wtr'),(8202,'4000','61717259351','2024-06-01 19:29:23',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8203,'4000','61717259351','2024-06-01 19:29:11',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8204,'1000','61717259409','2024-06-01 19:30:12',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zzv'),(8205,'4000','61717259409','2024-06-01 19:30:12',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8206,'1110','61717259460','2024-06-01 19:42:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8207,'1110','61717259460','2024-06-01 19:31:00',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8208,'1110','61717259460','2024-06-01 19:33:12',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8209,'5500','61717259460','2024-06-01 19:42:21',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8210,'1000','61717259460','2024-06-01 19:42:27',1450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'45n'),(8211,'4000','61717259460','2024-06-01 19:42:27',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8212,'4000','61717259460','2024-06-01 19:31:00',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8213,'4000','61717259460','2024-06-01 19:33:12',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8214,'1110','61717260208','2024-06-01 19:44:06',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8215,'1110','61717260208','2024-06-01 19:43:28',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8216,'1110','61717260208','2024-06-01 19:43:38',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(8217,'5500','61717260208','2024-06-01 19:44:01',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8218,'1000','61717260208','2024-06-01 19:44:06',1200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ng9'),(8219,'4000','61717260208','2024-06-01 19:44:06',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8220,'4000','61717260208','2024-06-01 19:43:28',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8221,'4000','61717260208','2024-06-01 19:43:38',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8222,'1000','61717260389','2024-06-01 19:46:36',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7hi'),(8223,'4000','61717260389','2024-06-01 19:46:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8224,'1000','61717260435','2024-06-01 19:47:17',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Uwu'),(8225,'4000','61717260435','2024-06-01 19:47:17',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8226,'1000','61717260718','2024-06-01 19:52:05',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'T96'),(8227,'4000','61717260718','2024-06-01 19:52:05',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8228,'1000','61717260762','2024-06-01 19:53:02',380.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Usg'),(8229,'4000','61717260762','2024-06-01 19:53:02',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8230,'4000','61717260762','2024-06-01 19:52:42',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8231,'1000','61717260829','2024-06-01 19:53:52',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'En0'),(8232,'4000','61717260829','2024-06-01 19:53:52',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8233,'1000','61717260872','2024-06-01 19:54:48',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fld'),(8234,'4000','61717260872','2024-06-01 19:54:48',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8235,'4000','61717260872','2024-06-01 19:54:32',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8236,'1000','61717260930','2024-06-01 19:55:49',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'D9l'),(8237,'4000','61717260930','2024-06-01 19:55:49',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8238,'4000','61717260930','2024-06-01 19:55:30',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8239,'1000','61717261012','2024-06-01 19:57:06',390.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Add'),(8240,'4000','61717261012','2024-06-01 19:57:06',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8241,'4000','61717261012','2024-06-01 19:56:52',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''); INSERT INTO `debitcredit` VALUES (8242,'1000','61717261058','2024-06-01 19:57:42',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gh3'),(8243,'4000','61717261058','2024-06-01 19:57:42',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8244,'1000','61717261092','2024-06-01 19:58:16',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gp2'),(8245,'4000','61717261092','2024-06-01 19:58:16',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8246,'1000','61717261496','2024-06-01 20:05:26',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8247,'4000','61717261496','2024-06-01 20:05:26',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8248,'4000','61717261496','2024-06-01 20:04:56',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8249,'1000','61717261630','2024-06-01 20:07:14',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8250,'4000','61717261630','2024-06-01 20:07:14',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8251,'1000','61717261816','2024-06-01 20:10:36',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qvr'),(8252,'4000','61717261816','2024-06-01 20:10:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8253,'4000','61717261816','2024-06-01 20:10:16',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8254,'1000','71717242776','2024-06-02 13:32:48',855.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jpz'),(8255,'4000','71717242776','2024-06-02 13:32:48',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8256,'4000','71717242776','2024-06-02 13:30:38',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8257,'4000','71717242776','2024-06-02 13:31:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8258,'4000','71717242776','2024-06-02 13:31:16',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8259,'4000','71717242776','2024-06-02 13:32:07',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8260,'4000','71717242776','2024-06-02 13:32:13',NULL,120.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(8261,'4000','71717242776','2024-06-02 13:32:29',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8262,'4000','71717242776','2024-06-02 13:32:38',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8263,'4000','71717242776','2024-06-02 13:32:40',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8264,'4000','71717242776','2024-06-02 13:32:42',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(8265,'1000','61717324464','2024-06-02 13:34:29',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8266,'4000','61717324464','2024-06-02 13:34:29',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8267,'1000','61717324482','2024-06-02 13:35:43',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2zq'),(8268,'4000','61717324482','2024-06-02 13:35:43',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8269,'1000','61717324706','2024-06-02 13:39:19',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'I0y'),(8270,'4000','61717324706','2024-06-02 13:39:19',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8271,'4000','61717324706','2024-06-02 13:38:26',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8272,'1000','61717324846','2024-06-02 13:41:05',620.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rum'),(8273,'4000','61717324846','2024-06-02 13:41:05',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8274,'4000','61717324846','2024-06-02 13:40:46',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8275,'4000','61717324846','2024-06-02 13:40:50',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(8276,'1000','61717324884','2024-06-02 13:41:27',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ujz'),(8277,'4000','61717324884','2024-06-02 13:41:27',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8278,'1000','61717326158','2024-06-02 14:02:41',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6h9'),(8279,'4000','61717326158','2024-06-02 14:02:41',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8280,'1000','61717326234','2024-06-02 14:03:55',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6h9'),(8281,'4000','61717326234','2024-06-02 14:03:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8282,'1000','61717326256','2024-06-02 14:04:40',420.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wrl'),(8283,'4000','61717326256','2024-06-02 14:04:40',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8284,'4000','61717326256','2024-06-02 14:04:16',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8285,'1000','61717326323','2024-06-02 14:05:25',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'20b'),(8286,'4000','61717326323','2024-06-02 14:05:25',NULL,450.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8287,'1110','61717326358','2024-06-02 14:06:08',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8288,'1110','61717326358','2024-06-02 14:05:58',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8289,'5500','61717326358','2024-06-02 14:06:03',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8290,'1000','61717326358','2024-06-02 14:06:08',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sm1'),(8291,'4000','61717326358','2024-06-02 14:06:08',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8292,'4000','61717326358','2024-06-02 14:05:58',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8293,'1000','61717326392','2024-06-02 14:06:35',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wjq'),(8294,'4000','61717326392','2024-06-02 14:06:35',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8295,'1000','61717326967','2024-06-02 14:16:21',310.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8296,'4000','61717326967','2024-06-02 14:16:21',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8297,'4000','61717326967','2024-06-02 14:16:07',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8298,'1000','61717327029','2024-06-02 14:17:11',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'657'),(8299,'4000','61717327029','2024-06-02 14:17:11',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8300,'1000','61717327084','2024-06-02 14:18:06',60.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B9u'),(8301,'4000','61717327084','2024-06-02 14:18:06',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(8302,'1000','61717327124','2024-06-02 14:19:16',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rcz'),(8303,'4000','61717327124','2024-06-02 14:19:16',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8304,'4000','61717327124','2024-06-02 14:18:44',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8305,'1000','61717328003','2024-06-02 14:33:26',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8306,'4000','61717328003','2024-06-02 14:33:26',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8307,'1000','61717328317','2024-06-02 14:38:55',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Huk'),(8308,'4000','61717328317','2024-06-02 14:38:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8309,'4000','61717328317','2024-06-02 14:38:37',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8310,'1000','61717328357','2024-06-02 14:39:24',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'En1'),(8311,'4000','61717328357','2024-06-02 14:39:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8312,'4000','61717328357','2024-06-02 14:39:17',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8313,'1000','61717328444','2024-06-02 14:40:50',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Spw'),(8314,'4000','61717328444','2024-06-02 14:40:50',NULL,300.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8315,'4000','61717328444','2024-06-02 14:40:44',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8316,'1000','61717328492','2024-06-02 14:41:34',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dt5'),(8317,'4000','61717328492','2024-06-02 14:41:34',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8318,'1000','61717328521','2024-06-02 14:42:03',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qv9'),(8319,'4000','61717328521','2024-06-02 14:42:03',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8320,'1000','61717328604','2024-06-02 14:43:25',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sy6'),(8321,'4000','61717328604','2024-06-02 14:43:25',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8322,'1110','61717328701','2024-06-02 14:45:18',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8323,'1110','61717328701','2024-06-02 14:45:01',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8324,'5500','61717328701','2024-06-02 14:45:09',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8325,'1000','61717328701','2024-06-02 14:45:18',850.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Opa'),(8326,'4000','61717328701','2024-06-02 14:45:18',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8327,'4000','61717328701','2024-06-02 14:45:01',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8328,'1000','61717328792','2024-06-02 14:51:58',1000.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F3t'),(8329,'4000','61717328792','2024-06-02 14:51:58',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8330,'4000','61717328792','2024-06-02 14:46:32',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8331,'4000','61717328792','2024-06-02 14:49:58',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8332,'1000','61717329413','2024-06-02 14:56:58',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8333,'4000','61717329413','2024-06-02 14:56:58',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8334,'1110','61717329425','2024-06-02 14:57:09',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8335,'Asset','61717329425','2024-06-02 14:57:05',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8336,'1000','61717329425','2024-06-02 14:57:09',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8337,'4000','61717329425','2024-06-02 14:57:09',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8338,'1110','61717329436','2024-06-02 14:57:21',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8339,'Asset','61717329436','2024-06-02 14:57:16',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8340,'1000','61717329436','2024-06-02 14:57:21',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8341,'4000','61717329436','2024-06-02 14:57:21',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8342,'1000','61717329563','2024-06-02 14:59:26',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8343,'4000','61717329563','2024-06-02 14:59:26',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8344,'1110','61717329693','2024-06-02 15:01:37',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8345,'Asset','61717329693','2024-06-02 15:01:33',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8346,'1000','61717329693','2024-06-02 15:01:37',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8347,'4000','61717329693','2024-06-02 15:01:37',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8348,'1000','61717330182','2024-06-02 15:09:55',1250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yrd'),(8349,'4000','61717330182','2024-06-02 15:09:55',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8350,'4000','61717330182','2024-06-02 15:09:42',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8351,'1000','61717330226','2024-06-02 15:10:39',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3kq'),(8352,'4000','61717330226','2024-06-02 15:10:39',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8353,'4000','61717330226','2024-06-02 15:10:26',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8354,'1000','61717330883','2024-06-02 15:21:26',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'L3t'),(8355,'4000','61717330883','2024-06-02 15:21:26',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8356,'1000','61717331061','2024-06-02 15:24:23',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5cj'),(8357,'4000','61717331061','2024-06-02 15:24:23',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8358,'1110','61717335143','2024-06-02 16:32:29',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8359,'1110','61717335143','2024-06-02 16:32:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(8360,'5500','61717335143','2024-06-02 16:32:27',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8361,'1000','61717335143','2024-06-02 16:32:29',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tpf'),(8362,'4000','61717335143','2024-06-02 16:32:29',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8363,'4000','61717335143','2024-06-02 16:32:23',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8364,'1110','61717335175','2024-06-02 16:32:57',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8365,'Asset','61717335175','2024-06-02 16:32:55',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8366,'1000','61717335175','2024-06-02 16:32:57',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lm5'),(8367,'4000','61717335175','2024-06-02 16:32:57',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8368,'1000','61717335208','2024-06-02 16:33:31',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Eop'),(8369,'4000','61717335208','2024-06-02 16:33:31',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8370,'1000','61717335230','2024-06-02 16:33:52',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0cu'),(8371,'4000','61717335230','2024-06-02 16:33:52',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8372,'1000','61717335281','2024-06-02 16:34:42',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bdy'),(8373,'4000','61717335281','2024-06-02 16:34:42',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8374,'1000','61717335299','2024-06-02 16:35:00',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'41v'),(8375,'4000','61717335299','2024-06-02 16:35:00',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8376,'1110','61717335320','2024-06-02 16:35:53',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8377,'1110','61717335320','2024-06-02 16:35:20',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8378,'Asset','61717335320','2024-06-02 16:35:50',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8379,'1000','61717335320','2024-06-02 16:35:53',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8380,'4000','61717335320','2024-06-02 16:35:53',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8381,'4000','61717335320','2024-06-02 16:35:20',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8382,'1000','61717340301','2024-06-02 17:58:42',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8383,'4000','61717340301','2024-06-02 17:58:42',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8384,'4000','61717340301','2024-06-02 17:58:21',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8385,'1110','71717341215','2024-06-02 18:13:50',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8386,'Asset','71717341215','2024-06-02 18:13:42',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8387,'1000','71717341215','2024-06-02 18:13:50',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oox'),(8388,'4000','71717341215','2024-06-02 18:13:50',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8389,'1110','71717341358','2024-06-02 18:17:07',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8390,'Asset','71717341358','2024-06-02 18:15:58',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8391,'1000','71717341358','2024-06-02 18:17:07',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8g7'),(8392,'4000','71717341358','2024-06-02 18:17:07',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8393,'1110','71717341445','2024-06-02 18:17:59',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(8394,'1110','71717341445','2024-06-02 18:17:25',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8395,'Asset','71717341445','2024-06-02 18:17:50',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8396,'1000','71717341445','2024-06-02 18:17:59',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qof'),(8397,'4000','71717341445','2024-06-02 18:17:59',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8398,'4000','71717341445','2024-06-02 18:17:25',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8399,'1110','71717341491','2024-06-02 18:18:34',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8400,'1110','71717341491','2024-06-02 18:18:11',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8401,'Asset','71717341491','2024-06-02 18:18:25',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8402,'1000','71717341491','2024-06-02 18:18:34',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nyl'),(8403,'4000','71717341491','2024-06-02 18:18:34',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8404,'4000','71717341491','2024-06-02 18:18:11',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8405,'1110','71717343578','2024-06-02 18:57:16',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8406,'Asset','71717343578','2024-06-02 18:52:58',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8407,'1000','71717343578','2024-06-02 18:57:16',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8408,'4000','71717343578','2024-06-02 18:57:16',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8409,'1000','71717343851','2024-06-02 18:57:47',200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8410,'4000','71717343851','2024-06-02 18:57:47',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8411,'1110','71717343915','2024-06-02 18:58:43',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8412,'Asset','71717343915','2024-06-02 18:58:35',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8413,'1000','71717343915','2024-06-02 18:58:43',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ml4'),(8414,'4000','71717343915','2024-06-02 18:58:43',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8415,'1110','71717343948','2024-06-02 19:35:00',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8416,'1110','71717343948','2024-06-02 18:59:08',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8417,'1110','71717343948','2024-06-02 19:33:13',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8418,'1110','71717343948','2024-06-02 19:33:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(8419,'5500','71717343948','2024-06-02 19:33:29',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8420,'1000','71717343948','2024-06-02 19:35:00',620.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ty8'),(8421,'4000','71717343948','2024-06-02 19:35:00',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8422,'4000','71717343948','2024-06-02 18:59:08',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8423,'4000','71717343948','2024-06-02 19:33:13',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8424,'4000','71717343948','2024-06-02 19:33:21',NULL,120.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(8425,'1000','71717346111','2024-06-02 19:35:23',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hgo'),(8426,'4000','71717346111','2024-06-02 19:35:23',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8427,'1000','71717346140','2024-06-02 19:35:59',770.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'U25'),(8428,'4000','71717346140','2024-06-02 19:35:59',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8429,'4000','71717346140','2024-06-02 19:35:40',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(8430,'1110','71717346170','2024-06-02 19:38:59',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8431,'1110','71717346170','2024-06-02 19:36:11',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8432,'5500','71717346170','2024-06-02 19:38:34',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8433,'1000','71717346170','2024-06-02 19:38:59',550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'V1v'),(8434,'4000','71717346170','2024-06-02 19:38:59',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8435,'4000','71717346170','2024-06-02 19:36:11',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8436,'1110','71717347595','2024-06-02 20:06:18',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8437,'1110','71717347595','2024-06-02 19:59:55',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8438,'Asset','71717347595','2024-06-02 20:06:11',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8439,'1000','71717347595','2024-06-02 20:06:18',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wlo'),(8440,'4000','71717347595','2024-06-02 20:06:18',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8441,'4000','71717347595','2024-06-02 19:59:55',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8442,'1000','71717348026','2024-06-02 20:07:17',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gol'),(8443,'4000','71717348026','2024-06-02 20:07:17',NULL,80.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(8444,'1000','71717348048','2024-06-02 20:07:55',20.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'E9x'),(8445,'4000','71717348048','2024-06-02 20:07:55',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(8446,'1000','71717348090','2024-06-02 20:08:23',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wz3'),(8447,'4000','71717348090','2024-06-02 20:08:23',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8448,'1000','71717348116','2024-06-02 20:09:04',20.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dhp'),(8449,'4000','71717348116','2024-06-02 20:09:04',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(8450,'1000','71717351992','2024-06-02 21:13:53',250.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8451,'4000','71717351992','2024-06-02 21:13:53',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8452,'4000','71717351992','2024-06-02 21:13:12',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8453,'4000','71717351992','2024-06-02 21:13:31',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8454,'1000','61717432810','2024-06-03 19:40:19',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'W1j'),(8455,'4000','61717432810','2024-06-03 19:40:19',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8456,'4000','61717432810','2024-06-03 19:40:10',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8457,'1110','61717432880','2024-06-03 19:41:23',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8458,'Asset','61717432880','2024-06-03 19:41:20',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8459,'1000','61717432880','2024-06-03 19:41:23',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Muk'),(8460,'4000','61717432880','2024-06-03 19:41:23',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8461,'1000','61717432914','2024-06-03 19:41:56',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'T5i'),(8462,'4000','61717432914','2024-06-03 19:41:56',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8463,'1000','61717432971','2024-06-03 19:43:27',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9n7'),(8464,'4000','61717432971','2024-06-03 19:43:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8465,'4000','61717432971','2024-06-03 19:42:51',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8466,'1000','61717433088','2024-06-03 19:44:49',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ff3'),(8467,'4000','61717433088','2024-06-03 19:44:49',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8468,'1000','61717433132','2024-06-03 19:45:38',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ne2'),(8469,'4000','61717433132','2024-06-03 19:45:38',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8470,'1000','61717433587','2024-06-03 19:53:09',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0px'),(8471,'4000','61717433587','2024-06-03 19:53:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8472,'1000','61717433911','2024-06-03 19:58:36',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'101'),(8473,'4000','61717433911','2024-06-03 19:58:36',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8474,'1000','61717434113','2024-06-03 20:01:55',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bu0'),(8475,'4000','61717434113','2024-06-03 20:01:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8476,'1110','61717434140','2024-06-03 20:02:44',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8477,'1110','61717434140','2024-06-03 20:02:20',NULL,0.00,'','6','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(8478,'5500','61717434140','2024-06-03 20:02:42',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8479,'1000','61717434140','2024-06-03 20:02:44',320.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3pw'),(8480,'4000','61717434140','2024-06-03 20:02:44',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8481,'4000','61717434140','2024-06-03 20:02:20',NULL,20.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8482,'1000','61717434236','2024-06-03 20:03:57',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B7w'),(8483,'4000','61717434236','2024-06-03 20:03:57',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8484,'1000','61717434260','2024-06-03 20:04:21',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'33q'),(8485,'4000','61717434260','2024-06-03 20:04:21',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8486,'1000','61717434296','2024-06-03 20:05:26',520.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lh5'),(8487,'4000','61717434296','2024-06-03 20:05:26',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8488,'4000','61717434296','2024-06-03 20:04:56',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(8489,'4000','61717434296','2024-06-03 20:05:09',NULL,40.00,'','6','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(8490,'4000','61717434296','2024-06-03 20:05:12',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8491,'1000','61717434412','2024-06-03 20:07:24',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8492,'4000','61717434412','2024-06-03 20:07:24',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8493,'4000','61717434412','2024-06-03 20:06:52',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8494,'1110','61717434461','2024-06-03 20:07:45',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8495,'Asset','61717434461','2024-06-03 20:07:41',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8496,'1000','61717434461','2024-06-03 20:07:45',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8497,'4000','61717434461','2024-06-03 20:07:45',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8498,'1000','61717434960','2024-06-03 20:16:03',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8499,'4000','61717434960','2024-06-03 20:16:03',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8500,'1000','61717435218','2024-06-03 20:20:20',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8501,'4000','61717435218','2024-06-03 20:20:20',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(8502,'1000','61717435490','2024-06-03 20:25:09',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Arn'),(8503,'4000','61717435490','2024-06-03 20:25:09',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8504,'4000','61717435490','2024-06-03 20:24:50',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8505,'1000','61717436629','2024-06-03 20:44:00',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cre'),(8506,'4000','61717436629','2024-06-03 20:44:00',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8507,'1000','61717438444','2024-06-03 21:14:12',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8508,'4000','61717438444','2024-06-03 21:14:12',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8509,'4000','61717438444','2024-06-03 21:14:04',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8510,'1000','71717500133','2024-06-04 14:22:41',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ala'),(8511,'4000','71717500133','2024-06-04 14:22:41',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8512,'1110','71717500170','2024-06-04 14:23:10',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8513,'Asset','71717500170','2024-06-04 14:22:50',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8514,'1000','71717500170','2024-06-04 14:23:10',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3zd'),(8515,'4000','71717500170','2024-06-04 14:23:10',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8516,'1000','71717500203','2024-06-04 14:23:33',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nl3'),(8517,'4000','71717500203','2024-06-04 14:23:33',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8518,'1000','71717500221','2024-06-04 14:24:00',5.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'C30'),(8519,'4000','71717500221','2024-06-04 14:24:00',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8520,'1000','71717500259','2024-06-04 14:24:35',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'546'),(8521,'4000','71717500259','2024-06-04 14:24:35',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8522,'1110','71717500297','2024-06-04 14:25:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8523,'1110','71717500297','2024-06-04 14:24:57',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8524,'Asset','71717500297','2024-06-04 14:25:20',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8525,'1000','71717500297','2024-06-04 14:25:30',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9rn'),(8526,'4000','71717500297','2024-06-04 14:25:30',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8527,'4000','71717500297','2024-06-04 14:24:57',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8528,'1000','71717500343','2024-06-04 14:26:05',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Y0y'),(8529,'4000','71717500343','2024-06-04 14:26:05',NULL,40.00,'','7','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(8530,'4000','71717500343','2024-06-04 14:25:43',NULL,10.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(8531,'1000','71717500386','2024-06-04 14:26:36',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xn9'),(8532,'4000','71717500386','2024-06-04 14:26:36',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8533,'1110','71717500407','2024-06-04 14:27:10',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8534,'1110','71717500407','2024-06-04 14:26:47',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8535,'5500','71717500407','2024-06-04 14:27:04',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8536,'1000','71717500407','2024-06-04 14:27:10',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'N93'),(8537,'4000','71717500407','2024-06-04 14:27:10',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8538,'4000','71717500407','2024-06-04 14:26:47',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8539,'1000','71717500452','2024-06-04 15:00:39',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gcd'),(8540,'4000','71717500452','2024-06-04 15:00:39',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8541,'1000','71717502451','2024-06-04 15:01:03',120.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0m7'),(8542,'4000','71717502451','2024-06-04 15:01:03',NULL,120.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(8543,'1000','71717502495','2024-06-04 15:36:29',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1gf'),(8544,'4000','71717502495','2024-06-04 15:36:29',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8545,'1000','71717504612','2024-06-04 15:37:27',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vof'),(8546,'4000','71717504612','2024-06-04 15:37:27',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8547,'4000','71717504612','2024-06-04 15:36:52',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8548,'4000','71717504612','2024-06-04 15:37:11',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8549,'1110','71717504956','2024-06-04 15:50:32',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8550,'Asset','71717504956','2024-06-04 15:42:36',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8551,'1000','71717504956','2024-06-04 15:50:32',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kz3'),(8552,'4000','71717504956','2024-06-04 15:50:32',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8553,'1000','71717506859','2024-06-04 16:14:35',210.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Deg'),(8554,'4000','71717506859','2024-06-04 16:14:35',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8555,'4000','71717506859','2024-06-04 16:14:19',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(8556,'1000','71717506887','2024-06-04 16:15:30',280.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bby'),(8557,'4000','71717506887','2024-06-04 16:15:30',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8558,'4000','71717506887','2024-06-04 16:14:47',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8559,'4000','71717506887','2024-06-04 16:15:11',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8560,'1000','71717508381','2024-06-04 16:40:43',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bby'),(8561,'4000','71717508381','2024-06-04 16:40:43',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8562,'1000','71717513908','2024-06-04 18:42:52',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6kr'),(8563,'4000','71717513908','2024-06-04 18:42:52',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8564,'1110','71717516562','2024-06-04 18:56:13',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8565,'Asset','71717516562','2024-06-04 18:56:02',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8566,'1000','71717516562','2024-06-04 18:56:13',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kcu'),(8567,'4000','71717516562','2024-06-04 18:56:13',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8568,'1110','71717516585','2024-06-04 18:56:38',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8569,'Asset','71717516585','2024-06-04 18:56:25',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8570,'1000','71717516585','2024-06-04 18:56:38',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4g1'),(8571,'4000','71717516585','2024-06-04 18:56:38',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8572,'1000','71717516613','2024-06-04 18:57:17',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3f0'),(8573,'4000','71717516613','2024-06-04 18:57:17',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8574,'1000','71717516652','2024-06-04 18:57:57',155.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9ph'),(8575,'4000','71717516652','2024-06-04 18:57:57',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8576,'4000','71717516652','2024-06-04 18:57:33',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8577,'1110','71717516690','2024-06-04 18:58:47',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8578,'Asset','71717516690','2024-06-04 18:58:10',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8579,'1000','71717516690','2024-06-04 18:58:47',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8zx'),(8580,'4000','71717516690','2024-06-04 18:58:47',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8581,'1110','71717516752','2024-06-04 18:59:47',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8582,'Asset','71717516752','2024-06-04 18:59:12',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8583,'1000','71717516752','2024-06-04 18:59:47',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pev'),(8584,'4000','71717516752','2024-06-04 18:59:47',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8585,'1000','71717516803','2024-06-04 19:00:24',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8586,'4000','71717516803','2024-06-04 19:00:24',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8587,'1110','71717521007','2024-06-04 20:10:14',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8588,'Asset','71717521007','2024-06-04 20:10:07',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8589,'1000','71717521007','2024-06-04 20:10:14',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fw5'),(8590,'4000','71717521007','2024-06-04 20:10:14',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8591,'1110','71717521026','2024-06-04 20:10:44',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8592,'Asset','71717521026','2024-06-04 20:10:26',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8593,'1000','71717521026','2024-06-04 20:10:44',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pb3'),(8594,'4000','71717521026','2024-06-04 20:10:44',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8595,'1000','71717521094','2024-06-04 20:11:58',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bu4'),(8596,'4000','71717521094','2024-06-04 20:11:58',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8597,'1000','71717525849','2024-06-04 21:30:57',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'R36'),(8598,'4000','71717525849','2024-06-04 21:30:57',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8599,'1110','71717525869','2024-06-04 21:31:22',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8600,'Asset','71717525869','2024-06-04 21:31:09',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8601,'1000','71717525869','2024-06-04 21:31:22',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cr7'),(8602,'4000','71717525869','2024-06-04 21:31:22',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8603,'1110','71717525891','2024-06-04 21:31:42',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8604,'Asset','71717525891','2024-06-04 21:31:31',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8605,'1000','71717525891','2024-06-04 21:31:42',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'B30'),(8606,'4000','71717525891','2024-06-04 21:31:42',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8607,'1000','71717525914','2024-06-04 21:32:33',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'N6l'),(8608,'4000','71717525914','2024-06-04 21:32:33',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8609,'4000','71717525914','2024-06-04 21:31:54',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8610,'1000','71717526999','2024-06-04 21:50:57',570.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rnj'),(8611,'4000','71717526999','2024-06-04 21:50:57',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8612,'4000','71717526999','2024-06-04 21:49:59',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8613,'4000','71717526999','2024-06-04 21:50:25',NULL,20.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8614,'1110','71717527073','2024-06-04 21:51:51',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8615,'1110','71717527073','2024-06-04 21:51:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8616,'5500','71717527073','2024-06-04 21:51:29',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8617,'1000','71717527073','2024-06-04 21:51:51',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gll'),(8618,'4000','71717527073','2024-06-04 21:51:51',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8619,'4000','71717527073','2024-06-04 21:51:13',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8620,'1110','71717527149','2024-06-04 21:52:45',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8621,'Asset','71717527149','2024-06-04 21:52:29',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8622,'1000','71717527149','2024-06-04 21:52:45',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8623,'4000','71717527149','2024-06-04 21:52:45',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8624,'1000','61717594133','2024-06-05 16:29:15',1120.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Idv'),(8625,'4000','61717594133','2024-06-05 16:29:15',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8626,'4000','61717594133','2024-06-05 16:28:53',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8627,'4000','61717594133','2024-06-05 16:29:04',NULL,20.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8628,'1000','61717595178','2024-06-05 16:46:40',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ugl'),(8629,'4000','61717595178','2024-06-05 16:46:40',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8630,'4000','61717595178','2024-06-05 16:46:18',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8631,'1000','61717595249','2024-06-05 16:47:31',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Coo'),(8632,'4000','61717595249','2024-06-05 16:47:31',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8633,'1110','61717595301','2024-06-05 16:48:23',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8634,'Asset','61717595301','2024-06-05 16:48:21',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8635,'1000','61717595301','2024-06-05 16:48:23',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xxm'),(8636,'4000','61717595301','2024-06-05 16:48:23',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8637,'1000','61717595332','2024-06-05 16:49:03',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'A5o'),(8638,'4000','61717595332','2024-06-05 16:49:03',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8639,'4000','61717595332','2024-06-05 16:48:52',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8640,'1000','61717595502','2024-06-05 16:51:50',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8641,'4000','61717595502','2024-06-05 16:51:50',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8642,'1000','61717606103','2024-06-05 19:48:26',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6om'),(8643,'4000','61717606103','2024-06-05 19:48:26',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8644,'1110','61717606130','2024-06-05 19:48:53',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8645,'Asset','61717606130','2024-06-05 19:48:50',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8646,'1000','61717606130','2024-06-05 19:48:53',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Afp'),(8647,'4000','61717606130','2024-06-05 19:48:53',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8648,'1000','61717606166','2024-06-05 19:49:36',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5et'),(8649,'4000','61717606166','2024-06-05 19:49:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8650,'4000','61717606166','2024-06-05 19:49:26',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8651,'1000','61717606201','2024-06-05 19:50:08',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wgo'),(8652,'4000','61717606201','2024-06-05 19:50:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8653,'4000','61717606201','2024-06-05 19:50:01',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8654,'1110','61717606287','2024-06-05 19:51:34',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8655,'1110','61717606287','2024-06-05 19:51:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(8656,'5500','61717606287','2024-06-05 19:51:31',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8657,'1000','61717606287','2024-06-05 19:51:34',380.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'S6p'),(8658,'4000','61717606287','2024-06-05 19:51:34',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8659,'4000','61717606287','2024-06-05 19:51:27',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8660,'1000','61717606316','2024-06-05 19:52:12',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hv6'),(8661,'4000','61717606316','2024-06-05 19:52:12',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8662,'4000','61717606316','2024-06-05 19:51:56',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8663,'1000','61717606352','2024-06-05 19:52:34',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Eqp'),(8664,'4000','61717606352','2024-06-05 19:52:34',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8665,'1000','61717606542','2024-06-05 19:58:26',700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8666,'4000','61717606542','2024-06-05 19:58:26',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8667,'4000','61717606542','2024-06-05 19:55:42',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8668,'1110','61717606725','2024-06-05 19:58:47',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8669,'Asset','61717606725','2024-06-05 19:58:45',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8670,'1000','61717606725','2024-06-05 19:58:47',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8671,'4000','61717606725','2024-06-05 19:58:47',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8672,'1000','61717608053','2024-06-05 20:21:09',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bhh'),(8673,'4000','61717608053','2024-06-05 20:21:09',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8674,'4000','61717608053','2024-06-05 20:20:53',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8675,'1000','61717609638','2024-06-05 20:47:36',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'I4q'),(8676,'4000','61717609638','2024-06-05 20:47:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8677,'4000','61717609638','2024-06-05 20:47:18',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8678,'1000','71717679762','2024-06-06 16:16:16',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4rl'),(8679,'4000','71717679762','2024-06-06 16:16:16',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8680,'1110','71717685877','2024-06-06 17:59:22',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8681,'1110','71717685877','2024-06-06 17:57:57',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(8682,'5500','71717685877','2024-06-06 17:59:04',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8683,'1000','71717685877','2024-06-06 17:59:22',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qu8'),(8684,'4000','71717685877','2024-06-06 17:59:22',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8685,'4000','71717685877','2024-06-06 17:57:57',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8686,'1110','71717685982','2024-06-06 18:00:03',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8687,'Asset','71717685982','2024-06-06 17:59:42',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8688,'1000','71717685982','2024-06-06 18:00:03',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lvr'),(8689,'4000','71717685982','2024-06-06 18:00:03',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8690,'1000','71717686021','2024-06-06 18:00:33',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'L7i'),(8691,'4000','71717686021','2024-06-06 18:00:33',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8692,'1110','71717686083','2024-06-06 18:01:34',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8693,'Asset','71717686083','2024-06-06 18:01:23',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8694,'1000','71717686083','2024-06-06 18:01:34',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'N3g'),(8695,'4000','71717686083','2024-06-06 18:01:34',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8696,'1000','71717686107','2024-06-06 18:01:57',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Knw'),(8697,'4000','71717686107','2024-06-06 18:01:57',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8698,'1000','71717686129','2024-06-06 18:02:25',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8ty'),(8699,'4000','71717686129','2024-06-06 18:02:25',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8700,'1000','71717686160','2024-06-06 18:03:09',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7ls'),(8701,'4000','71717686160','2024-06-06 18:03:09',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8702,'4000','71717686160','2024-06-06 18:02:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8703,'1000','71717686205','2024-06-06 18:04:28',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4rl'),(8704,'4000','71717686205','2024-06-06 18:04:28',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8705,'1000','71717686285','2024-06-06 18:05:18',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jte'),(8706,'4000','71717686285','2024-06-06 18:05:18',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8707,'4000','71717686285','2024-06-06 18:04:45',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8708,'1000','71717686328','2024-06-06 18:06:33',60.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mie'),(8709,'4000','71717686328','2024-06-06 18:06:33',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(8710,'1110','71717686416','2024-06-06 18:09:00',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(8711,'1110','71717686416','2024-06-06 18:06:56',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8712,'Asset','71717686416','2024-06-06 18:08:07',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8713,'1000','71717686416','2024-06-06 18:09:00',190.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8kc'),(8714,'4000','71717686416','2024-06-06 18:09:00',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8715,'4000','71717686416','2024-06-06 18:06:56',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8716,'1110','71717686567','2024-06-06 18:09:42',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8717,'Asset','71717686567','2024-06-06 18:09:27',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8718,'1000','71717686567','2024-06-06 18:09:42',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fru'),(8719,'4000','71717686567','2024-06-06 18:09:42',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8720,'1000','71717686611','2024-06-06 18:10:26',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'63h'),(8721,'4000','71717686611','2024-06-06 18:10:26',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8722,'1000','71717686668','2024-06-06 18:11:18',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dfw'),(8723,'4000','71717686668','2024-06-06 18:11:18',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8724,'1000','71717686707','2024-06-06 18:13:26',155.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nfx'),(8725,'4000','71717686707','2024-06-06 18:13:26',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8726,'4000','71717686707','2024-06-06 18:11:47',NULL,5.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(8727,'1000','71717686818','2024-06-06 18:15:33',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'449'),(8728,'4000','71717686818','2024-06-06 18:15:33',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8729,'4000','71717686818','2024-06-06 18:13:38',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8730,'1000','71717692951','2024-06-06 19:55:58',120.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'28r'),(8731,'4000','71717692951','2024-06-06 19:55:58',NULL,120.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8732,'1000','71717693018','2024-06-06 19:59:39',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'262'),(8733,'4000','71717693018','2024-06-06 19:59:39',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8734,'4000','71717693018','2024-06-06 19:56:58',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8735,'1110','71717693221','2024-06-06 20:00:31',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8736,'Asset','71717693221','2024-06-06 20:00:21',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8737,'1000','71717693221','2024-06-06 20:00:31',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Df6'),(8738,'4000','71717693221','2024-06-06 20:00:31',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8739,'1000','71717693240','2024-06-06 20:00:56',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'He9'),(8740,'4000','71717693240','2024-06-06 20:00:56',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8741,'4000','71717693240','2024-06-06 20:00:40',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8742,'1110','71717693279','2024-06-06 20:01:31',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8743,'Asset','71717693279','2024-06-06 20:01:19',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8744,'1000','71717693279','2024-06-06 20:01:31',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xn8'),(8745,'4000','71717693279','2024-06-06 20:01:31',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8746,'1110','71717693326','2024-06-06 20:02:13',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8747,'Asset','71717693326','2024-06-06 20:02:06',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8748,'1000','71717693326','2024-06-06 20:02:13',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8749,'4000','71717693326','2024-06-06 20:02:13',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8750,'1000','71717695951','2024-06-06 20:46:58',390.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8751,'4000','71717695951','2024-06-06 20:46:58',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8752,'4000','71717695951','2024-06-06 20:45:51',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8753,'4000','71717695951','2024-06-06 20:46:33',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8754,'1000','71717696077','2024-06-06 20:48:28',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yd5'),(8755,'4000','71717696077','2024-06-06 20:48:28',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8756,'1000','71717696199','2024-06-06 20:50:07',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pjn'),(8757,'4000','71717696199','2024-06-06 20:50:07',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8758,'1000','71717696675','2024-06-06 20:58:04',40.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8759,'4000','71717696675','2024-06-06 20:58:04',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8760,'1110','71717697535','2024-06-06 21:12:25',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8761,'Asset','71717697535','2024-06-06 21:12:15',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8762,'1000','71717697535','2024-06-06 21:12:25',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'10o'),(8763,'4000','71717697535','2024-06-06 21:12:25',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8764,'1000','61717768095','2024-06-07 16:48:19',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qu8'),(8765,'4000','61717768095','2024-06-07 16:48:19',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8766,'1000','61717768131','2024-06-07 16:48:55',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lvr'),(8767,'4000','61717768131','2024-06-07 16:48:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8768,'1000','61717768169','2024-06-07 16:49:33',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'L7i'),(8769,'4000','61717768169','2024-06-07 16:49:33',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8770,'1110','61717768202','2024-06-07 16:50:05',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8771,'Asset','61717768202','2024-06-07 16:50:02',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8772,'1000','61717768202','2024-06-07 16:50:05',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N3g'),(8773,'4000','61717768202','2024-06-07 16:50:05',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8774,'1110','61717770736','2024-06-07 17:32:20',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8775,'Asset','61717770736','2024-06-07 17:32:16',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8776,'1000','61717770736','2024-06-07 17:32:20',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Knw'),(8777,'4000','61717770736','2024-06-07 17:32:20',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8778,'1000','61717770819','2024-06-07 17:33:46',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8ty'),(8779,'4000','61717770819','2024-06-07 17:33:46',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8780,'1000','61717770881','2024-06-07 17:35:35',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7is'),(8781,'4000','61717770881','2024-06-07 17:35:35',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8782,'4000','61717770881','2024-06-07 17:34:41',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8783,'1110','61717770980','2024-06-07 17:36:22',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8784,'Asset','61717770980','2024-06-07 17:36:21',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8785,'1000','61717770980','2024-06-07 17:36:22',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4rl'),(8786,'4000','61717770980','2024-06-07 17:36:22',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8787,'1000','61717771315','2024-06-07 17:44:18',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xc1'),(8788,'4000','61717771315','2024-06-07 17:44:18',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8789,'4000','61717771315','2024-06-07 17:41:55',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8790,'4000','61717771315','2024-06-07 17:42:02',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8791,'4000','61717771315','2024-06-07 17:42:32',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8792,'4000','61717771315','2024-06-07 17:43:39',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8793,'4000','61717771315','2024-06-07 17:43:54',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8794,'1000','61717771508','2024-06-07 17:46:37',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8795,'4000','61717771508','2024-06-07 17:46:37',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8796,'4000','61717771508','2024-06-07 17:45:08',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8797,'4000','61717771508','2024-06-07 17:46:16',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8798,'1110','61717771626','2024-06-07 17:47:19',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8799,'1110','61717771626','2024-06-07 17:47:06',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8800,'5500','61717771626','2024-06-07 17:47:12',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8801,'1000','61717771626','2024-06-07 17:47:19',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8802,'4000','61717771626','2024-06-07 17:47:19',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8803,'4000','61717771626','2024-06-07 17:47:06',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8804,'1000','61717771658','2024-06-07 17:47:40',40.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8805,'4000','61717771658','2024-06-07 17:47:40',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(8806,'1110','61717843557','2024-06-08 13:46:00',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8807,'Asset','61717843557','2024-06-08 13:45:57',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8808,'1000','61717843557','2024-06-08 13:46:00',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4ot'),(8809,'4000','61717843557','2024-06-08 13:46:00',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8810,'1000','61717843742','2024-06-08 13:49:07',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M4g'),(8811,'4000','61717843742','2024-06-08 13:49:07',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8812,'1000','61717843772','2024-06-08 13:49:34',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'48y'),(8813,'4000','61717843772','2024-06-08 13:49:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8814,'1000','61717843802','2024-06-08 13:50:18',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1w5'),(8815,'4000','61717843802','2024-06-08 13:50:18',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8816,'4000','61717843802','2024-06-08 13:50:02',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8817,'1110','61717844275','2024-06-08 13:58:34',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8818,'1110','61717844275','2024-06-08 13:57:55',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(8819,'1110','61717844275','2024-06-08 13:58:06',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8820,'5500','61717844275','2024-06-08 13:58:13',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8821,'1000','61717844275','2024-06-08 13:58:34',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'V29'),(8822,'4000','61717844275','2024-06-08 13:58:34',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8823,'4000','61717844275','2024-06-08 13:57:55',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8824,'4000','61717844275','2024-06-08 13:58:06',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8825,'1110','61717844348','2024-06-08 13:59:10',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8826,'Asset','61717844348','2024-06-08 13:59:08',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8827,'1000','61717844348','2024-06-08 13:59:10',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'C97'),(8828,'4000','61717844348','2024-06-08 13:59:10',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8829,'1110','61717844377','2024-06-08 13:59:39',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8830,'Asset','61717844377','2024-06-08 13:59:37',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8831,'1000','61717844377','2024-06-08 13:59:39',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1zy'),(8832,'4000','61717844377','2024-06-08 13:59:39',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8833,'1000','61717844420','2024-06-08 14:00:22',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R74'),(8834,'4000','61717844420','2024-06-08 14:00:22',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8835,'1000','61717844501','2024-06-08 14:01:43',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hy9'),(8836,'4000','61717844501','2024-06-08 14:01:43',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8837,'1000','61717844528','2024-06-08 14:02:10',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mi4'),(8838,'4000','61717844528','2024-06-08 14:02:10',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8839,'1000','61717844558','2024-06-08 14:02:54',130.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hxu'),(8840,'4000','61717844558','2024-06-08 14:02:54',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(8841,'4000','61717844558','2024-06-08 14:02:38',NULL,40.00,'','6','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(8842,'1000','61717844698','2024-06-08 14:05:07',850.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8843,'4000','61717844698','2024-06-08 14:05:07',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8844,'4000','61717844698','2024-06-08 14:04:58',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8845,'1000','61717846320','2024-06-08 14:32:18',465.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Iu7'),(8846,'4000','61717846320','2024-06-08 14:32:18',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8847,'4000','61717846320','2024-06-08 14:32:00',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8848,'4000','61717846320','2024-06-08 14:32:09',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8849,'1110','61717846440','2024-06-08 14:34:01',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8850,'Asset','61717846440','2024-06-08 14:34:00',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8851,'1000','61717846440','2024-06-08 14:34:01',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0b2'),(8852,'4000','61717846440','2024-06-08 14:34:01',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8853,'1110','71717850722','2024-06-08 15:46:42',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8854,'Asset','71717850722','2024-06-08 15:45:22',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8855,'1000','71717850722','2024-06-08 15:46:42',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zx8'),(8856,'4000','71717850722','2024-06-08 15:46:42',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8857,'1000','71717850815','2024-06-08 15:47:06',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'16f'),(8858,'4000','71717850815','2024-06-08 15:47:06',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8859,'1000','71717850838','2024-06-08 15:47:30',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Emx'),(8860,'4000','71717850838','2024-06-08 15:47:30',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8861,'1000','71717850875','2024-06-08 16:02:45',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hwd'),(8862,'4000','71717850875','2024-06-08 16:02:45',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8863,'1000','71717852540','2024-06-08 16:25:17',550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ww7b'),(8864,'4000','71717852540','2024-06-08 16:25:17',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8865,'4000','71717852540','2024-06-08 16:15:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8866,'1000','71717853142','2024-06-08 16:26:31',440.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ltq'),(8867,'4000','71717853142','2024-06-08 16:26:31',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(8868,'4000','71717853142','2024-06-08 16:25:42',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8869,'4000','71717853142','2024-06-08 16:26:10',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8870,'1000','71717861993','2024-06-08 18:55:04',170.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9vw'),(8871,'4000','71717861993','2024-06-08 18:55:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8872,'4000','71717861993','2024-06-08 18:53:13',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(8873,'1110','71717862340','2024-06-08 19:03:31',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8874,'1110','71717862340','2024-06-08 18:59:00',NULL,0.00,'','7','1','Inventory sold','1','','sales','28','','No',NULL,NULL,''),(8875,'1110','71717862340','2024-06-08 18:59:35',NULL,0.00,'','7','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(8876,'1110','71717862340','2024-06-08 18:59:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(8877,'1110','71717862340','2024-06-08 19:01:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(8878,'Asset','71717862340','2024-06-08 19:03:17',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8879,'1000','71717862340','2024-06-08 19:03:31',670.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Glw'),(8880,'4000','71717862340','2024-06-08 19:03:31',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8881,'4000','71717862340','2024-06-08 18:59:00',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(8882,'4000','71717862340','2024-06-08 18:59:35',NULL,100.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8883,'4000','71717862340','2024-06-08 18:59:45',NULL,20.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8884,'4000','71717862340','2024-06-08 19:01:13',NULL,10.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(8885,'1110','71717862720','2024-06-08 19:06:23',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8886,'Asset','71717862720','2024-06-08 19:05:20',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8887,'1000','71717862720','2024-06-08 19:06:23',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'U2j'),(8888,'4000','71717862720','2024-06-08 19:06:23',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8889,'1110','71717862797','2024-06-08 19:07:11',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8890,'1110','71717862797','2024-06-08 19:06:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(8891,'5500','71717862797','2024-06-08 19:06:54',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8892,'1000','71717862797','2024-06-08 19:07:11',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8w9'),(8893,'4000','71717862797','2024-06-08 19:07:11',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8894,'4000','71717862797','2024-06-08 19:06:37',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8895,'1000','71717862853','2024-06-08 19:07:47',600.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8896,'4000','71717862853','2024-06-08 19:07:47',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8897,'1000','71717862907','2024-06-08 19:08:41',470.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'A2q'),(8898,'4000','71717862907','2024-06-08 19:08:41',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8899,'4000','71717862907','2024-06-08 19:08:27',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(8900,'1000','71717864051','2024-06-08 19:27:32',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8901,'4000','71717864051','2024-06-08 19:27:32',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8902,'1000','71717867122','2024-06-08 20:19:04',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8903,'4000','71717867122','2024-06-08 20:19:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8904,'4000','71717867122','2024-06-08 20:18:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8905,'4000','71717867122','2024-06-08 20:18:45',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8906,'1000','71717867152','2024-06-08 20:19:13',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cuu'),(8907,'4000','71717867152','2024-06-08 20:19:13',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8908,'1000','71717868948','2024-06-08 20:49:22',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'L36'),(8909,'4000','71717868948','2024-06-08 20:49:22',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8910,'1000','71717869303','2024-06-08 20:55:17',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'17b'),(8911,'4000','71717869303','2024-06-08 20:55:17',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8912,'1000','71717869329','2024-06-08 20:55:41',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Un7'),(8913,'4000','71717869329','2024-06-08 20:55:41',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8914,'1000','71717869765','2024-06-08 21:03:11',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bkt'),(8915,'4000','71717869765','2024-06-08 21:03:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8916,'1000','71717869808','2024-06-08 21:37:40',780.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Iyp'),(8917,'4000','71717869808','2024-06-08 21:37:40',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8918,'4000','71717869808','2024-06-08 21:03:28',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8919,'4000','71717869808','2024-06-08 21:37:20',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8920,'1000','71717923813','2024-06-09 12:03:40',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'F7y'),(8921,'4000','71717923813','2024-06-09 12:03:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8922,'1110','71717923862','2024-06-09 12:05:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8923,'1110','71717923862','2024-06-09 12:04:50',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8924,'1110','71717923862','2024-06-09 12:05:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8925,'5500','71717923862','2024-06-09 12:05:13',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8926,'1000','71717923862','2024-06-09 12:05:37',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'H6k'),(8927,'4000','71717923862','2024-06-09 12:05:37',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8928,'4000','71717923862','2024-06-09 12:04:50',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8929,'4000','71717923862','2024-06-09 12:05:06',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8930,'1000','71717923973','2024-06-09 12:06:28',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rey'),(8931,'4000','71717923973','2024-06-09 12:06:28',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8932,'1000','71717924001','2024-06-09 12:06:55',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dv6'),(8933,'4000','71717924001','2024-06-09 12:06:55',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8934,'1000','71717924128','2024-06-09 13:35:59',850.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lcp'),(8935,'4000','71717924128','2024-06-09 13:35:59',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8936,'4000','71717924128','2024-06-09 12:08:48',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8937,'4000','71717924128','2024-06-09 13:30:35',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8938,'1000','71717929564','2024-06-09 13:39:32',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X3j'),(8939,'4000','71717929564','2024-06-09 13:39:32',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8940,'1000','71717930118','2024-06-09 13:49:08',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'F2k'),(8941,'4000','71717930118','2024-06-09 13:49:08',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8942,'1000','71717930328','2024-06-09 13:54:29',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Amp'),(8943,'4000','71717930328','2024-06-09 13:54:29',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8944,'1000','71717930495','2024-06-09 13:58:27',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'R40'),(8945,'4000','71717930495','2024-06-09 13:58:27',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8946,'4000','71717930495','2024-06-09 13:54:55',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8947,'1110','71717930747','2024-06-09 13:59:24',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8948,'Asset','71717930747','2024-06-09 13:59:07',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8949,'1000','71717930747','2024-06-09 13:59:24',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'G1a'),(8950,'4000','71717930747','2024-06-09 13:59:24',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8951,'1000','71717930782','2024-06-09 14:10:12',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qb3'),(8952,'4000','71717930782','2024-06-09 14:10:12',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8953,'1110','71717931427','2024-06-09 14:10:49',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8954,'Asset','71717931427','2024-06-09 14:10:27',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8955,'1000','71717931427','2024-06-09 14:10:49',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qum'),(8956,'4000','71717931427','2024-06-09 14:10:49',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8957,'1000','71717931769','2024-06-09 14:17:25',1400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'B3l'),(8958,'4000','71717931769','2024-06-09 14:17:25',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8959,'4000','71717931769','2024-06-09 14:16:09',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8960,'1110','71717937140','2024-06-09 15:46:57',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8961,'1110','71717937140','2024-06-09 15:45:40',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8962,'5500','71717937140','2024-06-09 15:46:22',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8963,'1000','71717937140','2024-06-09 15:46:57',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6c9'),(8964,'4000','71717937140','2024-06-09 15:46:57',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8965,'4000','71717937140','2024-06-09 15:45:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8966,'1000','71717937310','2024-06-09 15:48:45',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lx5'),(8967,'4000','71717937310','2024-06-09 15:48:45',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8968,'1110','71717937567','2024-06-09 15:55:08',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8969,'1110','71717937567','2024-06-09 15:54:27',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8970,'1110','71717937567','2024-06-09 15:54:40',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(8971,'5500','71717937567','2024-06-09 15:54:58',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8972,'1000','71717937567','2024-06-09 15:55:08',650.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Sg0'),(8973,'4000','71717937567','2024-06-09 15:55:08',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8974,'4000','71717937567','2024-06-09 15:54:27',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8975,'4000','71717937567','2024-06-09 15:54:40',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8976,'1000','71717937727','2024-06-09 15:57:04',950.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Waf'),(8977,'4000','71717937727','2024-06-09 15:57:04',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(8978,'4000','71717937727','2024-06-09 15:55:27',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8979,'4000','71717937727','2024-06-09 15:56:12',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8980,'1000','71717937873','2024-06-09 15:58:01',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cur'),(8981,'4000','71717937873','2024-06-09 15:58:01',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8982,'1000','71717937888','2024-06-09 15:58:23',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'N54'),(8983,'4000','71717937888','2024-06-09 15:58:23',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8984,'1000','71717937912','2024-06-09 15:59:07',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Azj'),(8985,'4000','71717937912','2024-06-09 15:59:07',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8986,'1000','71717937972','2024-06-09 15:59:53',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hiz'),(8987,'4000','71717937972','2024-06-09 15:59:53',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8988,'1110','71717938028','2024-06-09 16:00:57',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8989,'Asset','71717938028','2024-06-09 16:00:28',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8990,'1000','71717938028','2024-06-09 16:00:57',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'J5s'),(8991,'4000','71717938028','2024-06-09 16:00:57',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8992,'1000','71717938126','2024-06-09 16:03:54',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9uw'),(8993,'4000','71717938126','2024-06-09 16:03:54',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8994,'1110','71717938252','2024-06-09 16:04:27',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8995,'Asset','71717938252','2024-06-09 16:04:12',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8996,'1000','71717938252','2024-06-09 16:04:27',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'89w'),(8997,'4000','71717938252','2024-06-09 16:04:27',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8998,'1110','71717938287','2024-06-09 16:05:37',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8999,'Asset','71717938287','2024-06-09 16:04:47',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9000,'1000','71717938287','2024-06-09 16:05:37',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9001,'4000','71717938287','2024-06-09 16:05:37',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9002,'1110','71717938358','2024-06-09 16:08:02',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9003,'1110','71717938358','2024-06-09 16:06:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(9004,'5500','71717938358','2024-06-09 16:07:07',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9005,'1000','71717938358','2024-06-09 16:08:02',530.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'F5k'),(9006,'4000','71717938358','2024-06-09 16:08:02',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9007,'4000','71717938358','2024-06-09 16:06:30',NULL,80.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(9008,'1000','71717938879','2024-06-09 16:15:38',1550.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9009,'4000','71717938879','2024-06-09 16:15:38',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9010,'4000','71717938879','2024-06-09 16:14:50',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9011,'4000','71717938879','2024-06-09 16:15:00',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9012,'1000','71717938968','2024-06-09 16:16:46',550.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9013,'4000','71717938968','2024-06-09 16:16:46',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9014,'4000','71717938968','2024-06-09 16:16:08',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9015,'1000','71717941203','2024-06-09 16:54:45',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8on'),(9016,'4000','71717941203','2024-06-09 16:54:45',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9017,'4000','71717941203','2024-06-09 16:53:23',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9018,'4000','71717941203','2024-06-09 16:54:08',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9019,'1000','71717941346','2024-06-09 16:56:04',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zk1'),(9020,'4000','71717941346','2024-06-09 16:56:04',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9021,'1110','71717945328','2024-06-09 18:02:13',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9022,'1110','71717945328','2024-06-09 18:02:08',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(9023,'1110','71717945328','2024-06-09 18:02:11',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9024,'5500','71717945328','2024-06-09 18:02:13',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9025,'1000','71717945328','2024-06-09 18:02:13',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9026,'4000','71717945328','2024-06-09 18:02:13',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9027,'4000','71717945328','2024-06-09 18:02:08',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9028,'4000','71717945328','2024-06-09 18:02:11',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9029,'1000','71717945512','2024-06-09 18:08:05',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9030,'4000','71717945512','2024-06-09 18:08:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9031,'4000','71717945512','2024-06-09 18:05:12',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9032,'4000','71717945512','2024-06-09 18:05:14',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9033,'1000','71717951520','2024-06-09 19:55:19',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8xl'),(9034,'4000','71717951520','2024-06-09 19:55:19',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9035,'1000','71717952165','2024-06-09 19:58:48',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nu5'),(9036,'4000','71717952165','2024-06-09 19:58:48',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9037,'4000','71717952165','2024-06-09 19:56:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9038,'1000','71717952352','2024-06-09 19:59:27',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rru'),(9039,'4000','71717952352','2024-06-09 19:59:27',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9040,'1000','71717952378','2024-06-09 19:59:54',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zbu'),(9041,'4000','71717952378','2024-06-09 19:59:54',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9042,'1000','71717952475','2024-06-09 20:02:41',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mjr'),(9043,'4000','71717952475','2024-06-09 20:02:41',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9044,'4000','71717952475','2024-06-09 20:02:00',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9045,'1000','71717952623','2024-06-09 20:04:05',620.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'U80'),(9046,'4000','71717952623','2024-06-09 20:04:05',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9047,'4000','71717952623','2024-06-09 20:03:43',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(9048,'1000','71717952654','2024-06-09 20:05:26',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nr8'),(9049,'4000','71717952654','2024-06-09 20:05:26',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9050,'1000','71717952740','2024-06-09 20:06:13',630.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ya2'),(9051,'4000','71717952740','2024-06-09 20:06:13',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9052,'4000','71717952740','2024-06-09 20:05:40',NULL,160.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(9053,'4000','71717952740','2024-06-09 20:05:54',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(9054,'1000','71717952791','2024-06-09 20:06:44',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'74w'),(9055,'4000','71717952791','2024-06-09 20:06:44',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9056,'1000','71717952817','2024-06-09 20:07:11',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lzj'),(9057,'4000','71717952817','2024-06-09 20:07:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9058,'1000','71717952947','2024-06-09 20:09:19',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4nv'),(9059,'4000','71717952947','2024-06-09 20:09:19',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9060,'1000','71717952976','2024-06-09 20:10:27',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'89k'),(9061,'4000','71717952976','2024-06-09 20:10:27',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9062,'1000','71717953045','2024-06-09 20:11:04',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nqt'),(9063,'4000','71717953045','2024-06-09 20:11:04',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9064,'1000','71717953213','2024-06-09 20:13:54',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'80c'),(9065,'4000','71717953213','2024-06-09 20:13:54',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9066,'4000','71717953213','2024-06-09 20:13:33',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9067,'1110','71717953273','2024-06-09 20:15:07',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9068,'1110','71717953273','2024-06-09 20:14:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(9069,'5500','71717953273','2024-06-09 20:14:57',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9070,'1000','71717953273','2024-06-09 20:15:07',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ofq'),(9071,'4000','71717953273','2024-06-09 20:15:07',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9072,'4000','71717953273','2024-06-09 20:14:33',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(9073,'1000','71717953325','2024-06-09 20:15:38',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gkh'),(9074,'4000','71717953325','2024-06-09 20:15:38',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9075,'1000','71717953357','2024-06-09 20:16:22',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'30l'),(9076,'4000','71717953357','2024-06-09 20:16:22',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9077,'1000','71718027221','2024-06-10 16:47:09',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Faf'),(9078,'4000','71718027221','2024-06-10 16:47:09',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9079,'1000','71718027260','2024-06-10 16:47:55',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X4d'),(9080,'4000','71718027260','2024-06-10 16:47:55',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9081,'4000','71718027260','2024-06-10 16:47:40',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9082,'1000','71718027287','2024-06-10 16:48:16',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xno'),(9083,'4000','71718027287','2024-06-10 16:48:16',NULL,450.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9084,'1000','71718027304','2024-06-10 16:49:53',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rdw'),(9085,'4000','71718027304','2024-06-10 16:49:53',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9086,'4000','71718027304','2024-06-10 16:48:24',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9087,'1000','71718027403','2024-06-10 16:50:12',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'70d'),(9088,'4000','71718027403','2024-06-10 16:50:12',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9089,'1000','71718027427','2024-06-10 17:07:08',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xu2'),(9090,'4000','71718027427','2024-06-10 17:07:08',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9091,'1110','71718028440','2024-06-10 17:07:30',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9092,'Asset','71718028440','2024-06-10 17:07:20',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9093,'1000','71718028440','2024-06-10 17:07:30',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9jt'),(9094,'4000','71718028440','2024-06-10 17:07:30',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9095,'1110','71718028463','2024-06-10 17:08:02',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9096,'1110','71718028463','2024-06-10 17:07:43',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(9097,'5500','71718028463','2024-06-10 17:07:53',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9098,'1000','71718028463','2024-06-10 17:08:02',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mhr'),(9099,'4000','71718028463','2024-06-10 17:08:02',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9100,'4000','71718028463','2024-06-10 17:07:43',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9101,'1000','71718028493','2024-06-10 17:09:10',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'70o'),(9102,'4000','71718028493','2024-06-10 17:09:10',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9103,'1000','71718028579','2024-06-10 17:09:59',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Sln'),(9104,'4000','71718028579','2024-06-10 17:09:59',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9105,'1000','71718028791','2024-06-10 17:21:13',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'De9'),(9106,'4000','71718028791','2024-06-10 17:21:13',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9107,'1110','71718037903','2024-06-10 19:45:10',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9108,'Asset','71718037903','2024-06-10 19:45:03',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9109,'1000','71718037903','2024-06-10 19:45:10',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Q9e'),(9110,'4000','71718037903','2024-06-10 19:45:10',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9111,'1000','71718037923','2024-06-10 19:45:34',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tze'),(9112,'4000','71718037923','2024-06-10 19:45:34',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9113,'1000','71718037941','2024-06-10 19:46:12',220.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'531'),(9114,'4000','71718037941','2024-06-10 19:46:12',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9115,'4000','71718037941','2024-06-10 19:45:41',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9116,'4000','71718037941','2024-06-10 19:45:59',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(9117,'1000','71718037982','2024-06-10 19:47:19',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Big'),(9118,'4000','71718037982','2024-06-10 19:47:19',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9119,'4000','71718037982','2024-06-10 19:46:22',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9120,'1000','71718038051','2024-06-10 19:48:45',950.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vsq'),(9121,'4000','71718038051','2024-06-10 19:48:45',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9122,'4000','71718038051','2024-06-10 19:47:31',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9123,'1000','71718038136','2024-06-10 19:49:07',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9124,'4000','71718038136','2024-06-10 19:49:07',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9125,'1000','71718038760','2024-06-10 19:59:34',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ok0'),(9126,'4000','71718038760','2024-06-10 19:59:34',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9127,'1000','71718039341','2024-06-10 20:09:55',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Glp'),(9128,'4000','71718039341','2024-06-10 20:09:55',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9129,'4000','71718039341','2024-06-10 20:09:01',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9130,'4000','71718039341','2024-06-10 20:09:30',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(9131,'4000','71718039341','2024-06-10 20:09:39',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(9132,'1000','71718039413','2024-06-10 21:00:41',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9p4'),(9133,'4000','71718039413','2024-06-10 21:00:41',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9134,'1110','71718043833','2024-06-10 21:23:59',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9135,'Asset','71718043833','2024-06-10 21:23:53',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9136,'1000','71718043833','2024-06-10 21:23:59',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7h1'),(9137,'4000','71718043833','2024-06-10 21:23:59',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9138,'1000','71718043854','2024-06-10 21:24:40',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vtc'),(9139,'4000','71718043854','2024-06-10 21:24:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9140,'4000','71718043854','2024-06-10 21:24:14',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9141,'1000','71718043891','2024-06-10 21:24:58',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9142,'4000','71718043891','2024-06-10 21:24:58',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9143,'1000','71718104829','2024-06-11 14:49:53',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8j8'),(9144,'4000','71718104829','2024-06-11 14:49:53',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9145,'1000','71718106640','2024-06-11 14:50:57',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'692'),(9146,'4000','71718106640','2024-06-11 14:50:57',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9147,'4000','71718106640','2024-06-11 14:50:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9148,'1110','71718106678','2024-06-11 14:51:44',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9149,'Asset','71718106678','2024-06-11 14:51:18',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9150,'1000','71718106678','2024-06-11 14:51:44',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tif'),(9151,'4000','71718106678','2024-06-11 14:51:44',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9152,'1000','71718106728','2024-06-11 14:52:25',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tmu'),(9153,'4000','71718106728','2024-06-11 14:52:25',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9154,'1000','71718106771','2024-06-11 14:53:07',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'El7'),(9155,'4000','71718106771','2024-06-11 14:53:07',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9156,'1000','71718106807','2024-06-11 14:54:52',240.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'R3a'),(9157,'4000','71718106807','2024-06-11 14:54:52',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(9158,'4000','71718106807','2024-06-11 14:53:27',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9159,'1000','71718106966','2024-06-11 14:58:17',270.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9160,'4000','71718106966','2024-06-11 14:58:17',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9161,'4000','71718106966','2024-06-11 14:56:56',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9162,'4000','71718106966','2024-06-11 14:57:23',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(9163,'1000','71718107155','2024-06-11 15:33:02',440.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2xk'),(9164,'4000','71718107155','2024-06-11 15:33:02',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9165,'4000','71718107155','2024-06-11 14:59:15',NULL,80.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(9166,'4000','71718107155','2024-06-11 15:32:35',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(9167,'1000','71718109197','2024-06-11 15:39:47',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Btd'),(9168,'4000','71718109197','2024-06-11 15:39:47',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9169,'4000','71718109197','2024-06-11 15:33:17',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9170,'1000','71718109597','2024-06-11 15:40:09',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'48l'),(9171,'4000','71718109597','2024-06-11 15:40:09',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9172,'1000','71718109621','2024-06-11 15:40:59',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hzv'),(9173,'4000','71718109621','2024-06-11 15:40:59',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9174,'1000','71718110026','2024-06-11 15:47:40',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pdx'),(9175,'4000','71718110026','2024-06-11 15:47:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9176,'1110','71718110075','2024-06-11 15:48:06',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9177,'Asset','71718110075','2024-06-11 15:47:55',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9178,'1000','71718110075','2024-06-11 15:48:06',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xr4'),(9179,'4000','71718110075','2024-06-11 15:48:06',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9180,'1000','71718110178','2024-06-11 15:49:45',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lkg'),(9181,'4000','71718110178','2024-06-11 15:49:45',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9182,'1000','71718113689','2024-06-11 16:53:21',170.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9mj'),(9183,'4000','71718113689','2024-06-11 16:53:21',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9184,'4000','71718113689','2024-06-11 16:48:09',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(9185,'1000','71718114039','2024-06-11 16:54:09',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9186,'4000','71718114039','2024-06-11 16:54:09',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9187,'1110','71718114556','2024-06-11 17:23:58',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9188,'1110','71718114556','2024-06-11 17:02:36',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9189,'Asset','71718114556','2024-06-11 17:23:49',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9190,'1000','71718114556','2024-06-11 17:23:58',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bnq'),(9191,'4000','71718114556','2024-06-11 17:23:58',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9192,'4000','71718114556','2024-06-11 17:02:36',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9193,'1110','71718115852','2024-06-11 17:24:32',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9194,'1110','71718115852','2024-06-11 17:24:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(9195,'5500','71718115852','2024-06-11 17:24:21',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9196,'1000','71718115852','2024-06-11 17:24:32',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3an'),(9197,'4000','71718115852','2024-06-11 17:24:32',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9198,'4000','71718115852','2024-06-11 17:24:12',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9199,'1000','71718117371','2024-06-11 17:49:38',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'82y'),(9200,'4000','71718117371','2024-06-11 17:49:38',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9201,'1000','71718117475','2024-06-11 17:51:34',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rck'),(9202,'4000','71718117475','2024-06-11 17:51:34',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9203,'1110','71718119060','2024-06-11 18:18:46',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9204,'1110','71718119060','2024-06-11 18:17:40',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9205,'5500','71718119060','2024-06-11 18:17:51',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9206,'1000','71718119060','2024-06-11 18:18:46',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cfm'),(9207,'4000','71718119060','2024-06-11 18:18:46',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9208,'4000','71718119060','2024-06-11 18:17:40',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9209,'1000','71718119145','2024-06-11 18:19:11',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9210,'4000','71718119145','2024-06-11 18:19:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9211,'1000','71718122374','2024-06-11 19:13:15',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6kc'),(9212,'4000','71718122374','2024-06-11 19:13:15',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9213,'1110','71718122432','2024-06-11 20:46:06',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9214,'Asset','71718122432','2024-06-11 19:13:52',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9215,'1000','71718122432','2024-06-11 20:46:06',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jf9'),(9216,'4000','71718122432','2024-06-11 20:46:06',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9217,'1000','71718127984','2024-06-11 20:48:26',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9218,'4000','71718127984','2024-06-11 20:48:26',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9219,'1000','71718128152','2024-06-11 20:49:46',1150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oa3'),(9220,'4000','71718128152','2024-06-11 20:49:46',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9221,'4000','71718128152','2024-06-11 20:49:13',NULL,300.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9222,'4000','71718128152','2024-06-11 20:49:22',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9223,'1000','71718128223','2024-06-11 20:50:44',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Er5'),(9224,'4000','71718128223','2024-06-11 20:50:44',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9225,'1000','71718130233','2024-06-11 21:24:00',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1qt'),(9226,'4000','71718130233','2024-06-11 21:24:00',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9227,'1000','71718130263','2024-06-11 21:24:57',190.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vzy'),(9228,'4000','71718130263','2024-06-11 21:24:57',NULL,160.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(9229,'4000','71718130263','2024-06-11 21:24:23',NULL,10.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(9230,'4000','71718130263','2024-06-11 21:24:38',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(9231,'1000','71718130403','2024-06-11 21:26:50',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zn8'),(9232,'4000','71718130403','2024-06-11 21:26:50',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9233,'1000','71718130456','2024-06-11 21:27:44',80.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9234,'4000','71718130456','2024-06-11 21:27:44',NULL,80.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(9235,'1000','61718201902','2024-06-12 17:18:29',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pzc'),(9236,'4000','61718201902','2024-06-12 17:18:29',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9237,'1110','61718202028','2024-06-12 17:20:30',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9238,'Asset','61718202028','2024-06-12 17:20:28',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9239,'1000','61718202028','2024-06-12 17:20:30',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7k9'),(9240,'4000','61718202028','2024-06-12 17:20:30',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9241,'1000','61718202089','2024-06-12 17:21:31',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'43u'),(9242,'4000','61718202089','2024-06-12 17:21:31',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9243,'1110','61718202124','2024-06-12 17:22:35',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9244,'1110','61718202124','2024-06-12 17:22:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9245,'5500','61718202124','2024-06-12 17:22:23',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9246,'1000','61718202124','2024-06-12 17:22:35',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jjp'),(9247,'4000','61718202124','2024-06-12 17:22:35',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9248,'4000','61718202124','2024-06-12 17:22:04',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9249,'1000','61718202207','2024-06-12 17:23:35',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M1r'),(9250,'4000','61718202207','2024-06-12 17:23:35',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9251,'4000','61718202207','2024-06-12 17:23:27',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9252,'1000','61718202277','2024-06-12 17:24:50',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Le1'),(9253,'4000','61718202277','2024-06-12 17:24:50',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9254,'4000','61718202277','2024-06-12 17:24:37',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9255,'1000','61718202344','2024-06-12 17:25:46',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'19z'),(9256,'4000','61718202344','2024-06-12 17:25:46',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9257,'1000','61718202372','2024-06-12 17:26:40',490.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fug'),(9258,'4000','61718202372','2024-06-12 17:26:40',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9259,'4000','61718202372','2024-06-12 17:26:12',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9260,'4000','61718202372','2024-06-12 17:26:16',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9261,'4000','61718202372','2024-06-12 17:26:31',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(9262,'1000','61718202423','2024-06-12 17:46:05',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,' Nip'),(9263,'4000','61718202423','2024-06-12 17:46:05',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9264,'1110','61718203639','2024-06-12 17:47:21',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9265,'Asset','61718203639','2024-06-12 17:47:19',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9266,'1000','61718203639','2024-06-12 17:47:21',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F3j'),(9267,'4000','61718203639','2024-06-12 17:47:21',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9268,'1000','61718203670','2024-06-12 17:47:51',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cp8'),(9269,'4000','61718203670','2024-06-12 17:47:51',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9270,'1110','61718203699','2024-06-12 17:48:29',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9271,'1110','61718203699','2024-06-12 17:48:19',NULL,0.00,'','6','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(9272,'5500','61718203699','2024-06-12 17:48:26',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9273,'1000','61718203699','2024-06-12 17:48:29',570.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nip'),(9274,'4000','61718203699','2024-06-12 17:48:29',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9275,'4000','61718203699','2024-06-12 17:48:19',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9276,'1000','61718203882','2024-06-12 17:51:55',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9277,'4000','61718203882','2024-06-12 17:51:55',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9278,'4000','61718203882','2024-06-12 17:51:22',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9279,'4000','61718203882','2024-06-12 17:51:41',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9280,'1000','61718203929','2024-06-12 17:53:09',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9281,'4000','61718203929','2024-06-12 17:53:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9282,'4000','61718203929','2024-06-12 17:52:09',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9283,'4000','61718203929','2024-06-12 17:52:24',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9284,'1000','61718204139','2024-06-12 17:55:41',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9285,'4000','61718204139','2024-06-12 17:55:41',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9286,'1000','61718211567','2024-06-12 20:00:14',340.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5ey'),(9287,'4000','61718211567','2024-06-12 20:00:14',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9288,'4000','61718211567','2024-06-12 19:59:27',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9289,'4000','61718211567','2024-06-12 19:59:38',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9290,'1000','61718211643','2024-06-12 20:02:36',290.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rv5'),(9291,'4000','61718211643','2024-06-12 20:02:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9292,'4000','61718211643','2024-06-12 20:00:43',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9293,'4000','61718211643','2024-06-12 20:00:48',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(9294,'1000','61718211787','2024-06-12 20:05:19',570.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3ss'),(9295,'4000','61718211787','2024-06-12 20:05:19',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9296,'4000','61718211787','2024-06-12 20:03:07',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9297,'4000','61718211787','2024-06-12 20:03:35',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(9298,'1000','61718215531','2024-06-12 21:06:11',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jop'),(9299,'4000','61718215531','2024-06-12 21:06:11',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9300,'1000','61718215614','2024-06-12 21:06:56',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2ft'),(9301,'4000','61718215614','2024-06-12 21:06:56',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9302,'1000','61718215645','2024-06-12 21:07:41',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lhv'),(9303,'4000','61718215645','2024-06-12 21:07:41',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9304,'4000','61718215645','2024-06-12 21:07:25',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9305,'1000','61718215700','2024-06-12 21:08:21',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wwe'),(9306,'4000','61718215700','2024-06-12 21:08:21',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9307,'1110','71718279864','2024-06-13 14:58:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9308,'1110','71718279864','2024-06-13 14:57:44',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9309,'1110','71718279864','2024-06-13 14:57:58',NULL,0.00,'','7','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(9310,'5500','71718279864','2024-06-13 14:58:15',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9311,'1000','71718279864','2024-06-13 14:58:24',850.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vzf'),(9312,'4000','71718279864','2024-06-13 14:58:24',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9313,'4000','71718279864','2024-06-13 14:57:44',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9314,'4000','71718279864','2024-06-13 14:57:58',NULL,150.00,'','7','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9315,'1000','71718279919','2024-06-13 14:58:48',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'I5o'),(9316,'4000','71718279919','2024-06-13 14:58:48',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9317,'1000','71718279952','2024-06-13 14:59:41',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rai'),(9318,'4000','71718279952','2024-06-13 14:59:41',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9319,'4000','71718279952','2024-06-13 14:59:12',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9320,'1000','71718280060','2024-06-13 15:01:22',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'S0j'),(9321,'4000','71718280060','2024-06-13 15:01:22',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9322,'4000','71718280060','2024-06-13 15:01:00',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9323,'1000','71718280096','2024-06-13 15:01:55',5.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zvh'),(9324,'4000','71718280096','2024-06-13 15:01:55',NULL,5.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(9325,'1110','71718280124','2024-06-13 15:02:25',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9326,'Asset','71718280124','2024-06-13 15:02:04',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9327,'1000','71718280124','2024-06-13 15:02:25',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'N4k'),(9328,'4000','71718280124','2024-06-13 15:02:25',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9329,'1000','71718280156','2024-06-13 15:02:51',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'E2q'),(9330,'4000','71718280156','2024-06-13 15:02:51',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9331,'1000','71718280181','2024-06-13 15:03:17',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wfb'),(9332,'4000','71718280181','2024-06-13 15:03:17',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9333,'1000','71718285532','2024-06-13 16:32:22',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9ea'),(9334,'4000','71718285532','2024-06-13 16:32:22',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9335,'1000','71718285586','2024-06-13 16:33:20',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7el'),(9336,'4000','71718285586','2024-06-13 16:33:20',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9337,'1000','71718285617','2024-06-13 16:33:49',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fr4'),(9338,'4000','71718285617','2024-06-13 16:33:49',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9339,'1110','71718285651','2024-06-13 16:48:38',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9340,'1110','71718285651','2024-06-13 16:34:11',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(9341,'5500','71718285651','2024-06-13 16:48:27',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9342,'1000','71718285651','2024-06-13 16:48:38',190.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zgu'),(9343,'4000','71718285651','2024-06-13 16:48:38',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9344,'4000','71718285651','2024-06-13 16:34:11',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9345,'1110','71718293484','2024-06-13 18:44:44',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9346,'Asset','71718293484','2024-06-13 18:44:44',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9347,'1000','71718293484','2024-06-13 18:44:44',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bhn'),(9348,'4000','71718293484','2024-06-13 18:44:44',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9349,'1000','71718293511','2024-06-13 18:45:19',155.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nag'),(9350,'4000','71718293511','2024-06-13 18:45:19',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9351,'4000','71718293511','2024-06-13 18:45:11',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(9352,'1000','71718293549','2024-06-13 18:45:52',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'98v'),(9353,'4000','71718293549','2024-06-13 18:45:52',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9354,'4000','71718293549','2024-06-13 18:45:49',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9355,'1110','71718293587','2024-06-13 18:47:04',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9356,'1110','71718293587','2024-06-13 18:46:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9357,'5500','71718293587','2024-06-13 18:47:03',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9358,'1000','71718293587','2024-06-13 18:47:04',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0yf'),(9359,'4000','71718293587','2024-06-13 18:47:04',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9360,'4000','71718293587','2024-06-13 18:46:27',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9361,'1000','71718293659','2024-06-13 18:47:42',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Arr'),(9362,'4000','71718293659','2024-06-13 18:47:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9363,'4000','71718293659','2024-06-13 18:47:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9364,'1000','71718293689','2024-06-13 18:48:38',175.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hkr'),(9365,'4000','71718293689','2024-06-13 18:48:38',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9366,'4000','71718293689','2024-06-13 18:48:09',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9367,'4000','71718293689','2024-06-13 18:48:16',NULL,25.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(9368,'1000','71718293756','2024-06-13 18:49:17',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bn7'),(9369,'4000','71718293756','2024-06-13 18:49:17',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9370,'1000','71718293985','2024-06-13 18:53:06',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tq7'),(9371,'4000','71718293985','2024-06-13 18:53:06',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9372,'1000','71718294005','2024-06-13 18:53:26',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9373,'4000','71718294005','2024-06-13 18:53:26',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9374,'1110','71718296358','2024-06-13 19:33:56',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9375,'1110','71718296358','2024-06-13 19:32:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(9376,'5500','71718296358','2024-06-13 19:33:08',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9377,'1000','71718296358','2024-06-13 19:33:56',465.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vui'),(9378,'4000','71718296358','2024-06-13 19:33:56',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9379,'4000','71718296358','2024-06-13 19:32:38',NULL,15.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(9380,'1000','71718303007','2024-06-13 21:27:17',550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'88b'),(9381,'4000','71718303007','2024-06-13 21:27:17',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9382,'4000','71718303007','2024-06-13 21:25:23',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9383,'1110','71718303247','2024-06-13 21:28:19',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9384,'Asset','71718303247','2024-06-13 21:27:27',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9385,'1000','71718303247','2024-06-13 21:28:19',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3ib'),(9386,'4000','71718303247','2024-06-13 21:28:19',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9387,'1000','71718303376','2024-06-13 21:29:41',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'M1h'),(9388,'4000','71718303376','2024-06-13 21:29:41',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9389,'1000','61718371322','2024-06-14 16:22:04',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qp8'),(9390,'4000','61718371322','2024-06-14 16:22:04',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9391,'1110','61718371418','2024-06-14 16:23:48',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9392,'1110','61718371418','2024-06-14 16:23:38',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(9393,'5500','61718371418','2024-06-14 16:23:45',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9394,'1000','61718371418','2024-06-14 16:23:48',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jl5'),(9395,'4000','61718371418','2024-06-14 16:23:48',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9396,'4000','61718371418','2024-06-14 16:23:38',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9397,'1000','61718371451','2024-06-14 16:24:13',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lav'),(9398,'4000','61718371451','2024-06-14 16:24:13',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9399,'1110','61718371714','2024-06-14 16:28:45',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9400,'1110','61718371714','2024-06-14 16:28:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','28','','No',NULL,NULL,''),(9401,'5500','61718371714','2024-06-14 16:28:42',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9402,'1000','61718371714','2024-06-14 16:28:45',330.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nij'),(9403,'4000','61718371714','2024-06-14 16:28:45',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9404,'4000','61718371714','2024-06-14 16:28:34',NULL,180.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(9405,'1000','61718371765','2024-06-14 16:29:27',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1c1'),(9406,'4000','61718371765','2024-06-14 16:29:27',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9407,'1000','61718371814','2024-06-14 16:30:15',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'E2p'),(9408,'4000','61718371814','2024-06-14 16:30:15',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9409,'1000','61718371882','2024-06-14 16:31:24',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B9h'),(9410,'4000','61718371882','2024-06-14 16:31:24',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9411,'1000','61718371922','2024-06-14 16:32:03',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F4d'),(9412,'4000','61718371922','2024-06-14 16:32:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9413,'1000','61718371949','2024-06-14 16:32:30',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4ld'),(9414,'4000','61718371949','2024-06-14 16:32:30',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9415,'1000','61718371985','2024-06-14 16:33:08',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ky1'),(9416,'4000','61718371985','2024-06-14 16:33:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9417,'1000','61718372013','2024-06-14 16:33:35',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H4r'),(9418,'4000','61718372013','2024-06-14 16:33:35',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9419,'1000','61718372115','2024-06-14 16:35:20',750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9420,'4000','61718372115','2024-06-14 16:35:20',NULL,750.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9421,'1000','61718372147','2024-06-14 16:35:54',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9422,'4000','61718372147','2024-06-14 16:35:54',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9423,'1110','61718372219','2024-06-14 16:37:02',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9424,'Asset','61718372219','2024-06-14 16:36:59',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9425,'1000','61718372219','2024-06-14 16:37:02',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9426,'4000','61718372219','2024-06-14 16:37:02',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9427,'1110','61718372256','2024-06-14 16:37:47',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9428,'1110','61718372256','2024-06-14 16:37:37',NULL,0.00,'','6','1','Inventory sold','1','','sales','28','','No',NULL,NULL,''),(9429,'5500','61718372256','2024-06-14 16:37:43',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9430,'1000','61718372256','2024-06-14 16:37:47',240.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9431,'4000','61718372256','2024-06-14 16:37:47',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9432,'4000','61718372256','2024-06-14 16:37:37',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(9433,'1000','61718372902','2024-06-14 16:48:41',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pu8'),(9434,'4000','61718372902','2024-06-14 16:48:41',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9435,'4000','61718372902','2024-06-14 16:48:22',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9436,'4000','61718372902','2024-06-14 16:48:30',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(9437,'1110','61718375080','2024-06-14 17:24:54',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9438,'1110','61718375080','2024-06-14 17:24:40',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(9439,'5500','61718375080','2024-06-14 17:24:50',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9440,'1000','61718375080','2024-06-14 17:24:54',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zya'),(9441,'4000','61718375080','2024-06-14 17:24:54',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9442,'4000','61718375080','2024-06-14 17:24:40',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9443,'1000','61718380789','2024-06-14 18:59:52',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9444,'4000','61718380789','2024-06-14 18:59:52',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9445,'1000','61718380847','2024-06-14 19:00:50',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9446,'4000','61718380847','2024-06-14 19:00:50',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9447,'1110','61718380880','2024-06-14 19:01:37',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9448,'Asset','61718380880','2024-06-14 19:01:26',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9449,'1000','61718380880','2024-06-14 19:01:37',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Iu5'),(9450,'4000','61718380880','2024-06-14 19:01:37',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9451,'1000','61718386472','2024-06-14 20:34:35',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2k7'),(9452,'4000','61718386472','2024-06-14 20:34:35',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9453,'1000','61718386498','2024-06-14 20:34:59',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'G0r'),(9454,'4000','61718386498','2024-06-14 20:34:59',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9455,'1110','61718386523','2024-06-14 20:35:25',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9456,'Asset','61718386523','2024-06-14 20:35:23',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9457,'1000','61718386523','2024-06-14 20:35:25',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4hy'),(9458,'4000','61718386523','2024-06-14 20:35:25',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9459,'1000','61718386558','2024-06-14 20:36:35',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4hl'),(9460,'4000','61718386558','2024-06-14 20:36:35',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9461,'1000','61718386622','2024-06-14 20:37:04',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9462,'4000','61718386622','2024-06-14 20:37:04',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9463,'1000','61718386635','2024-06-14 20:38:31',550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'74g'),(9464,'4000','61718386635','2024-06-14 20:38:31',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9465,'4000','61718386635','2024-06-14 20:37:15',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9466,'1000','61718386746','2024-06-14 20:39:20',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kg3'),(9467,'4000','61718386746','2024-06-14 20:39:20',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9468,'4000','61718386746','2024-06-14 20:39:06',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9469,'1000','61718386786','2024-06-14 20:39:48',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jqd'),(9470,'4000','61718386786','2024-06-14 20:39:48',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9471,'1000','61718386821','2024-06-14 20:41:00',710.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'S2w'),(9472,'4000','61718386821','2024-06-14 20:41:00',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9473,'4000','61718386821','2024-06-14 20:40:21',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9474,'4000','61718386821','2024-06-14 20:40:28',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(9475,'4000','61718386821','2024-06-14 20:40:44',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9476,'1000','61718386884','2024-06-14 20:42:08',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3v0'),(9477,'4000','61718386884','2024-06-14 20:42:08',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9478,'1000','61718387312','2024-06-14 20:48:34',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9479,'4000','61718387312','2024-06-14 20:48:34',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9480,'1000','71718445531','2024-06-15 13:00:12',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dnc'),(9481,'4000','71718445531','2024-06-15 13:00:12',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9482,'1000','71718445633','2024-06-15 13:09:36',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yfl'),(9483,'4000','71718445633','2024-06-15 13:09:36',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9484,'1000','71718446202','2024-06-15 13:10:14',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kcv'),(9485,'4000','71718446202','2024-06-15 13:10:14',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9486,'1000','71718446225','2024-06-15 13:10:39',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jm5'),(9487,'4000','71718446225','2024-06-15 13:10:39',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9488,'1000','71718446253','2024-06-15 13:11:15',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kc9'),(9489,'4000','71718446253','2024-06-15 13:11:15',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9490,'1110','71718450999','2024-06-15 14:30:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(9491,'1110','71718450999','2024-06-15 14:29:59',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(9492,'1110','71718450999','2024-06-15 14:30:04',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9493,'1110','71718450999','2024-06-15 14:30:19',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9494,'Asset','71718450999','2024-06-15 14:30:24',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9495,'1000','71718450999','2024-06-15 14:30:25',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9496,'4000','71718450999','2024-06-15 14:30:25',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9497,'4000','71718450999','2024-06-15 14:29:59',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9498,'4000','71718450999','2024-06-15 14:30:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9499,'4000','71718450999','2024-06-15 14:30:19',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9500,'1000','71718451035','2024-06-15 14:31:55',760.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'V4z'),(9501,'4000','71718451035','2024-06-15 14:31:55',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9502,'4000','71718451035','2024-06-15 14:30:35',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(9503,'4000','71718451035','2024-06-15 14:31:11',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9504,'1000','71718451141','2024-06-15 14:32:22',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gff'),(9505,'4000','71718451141','2024-06-15 14:32:22',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9506,'1000','71718451162','2024-06-15 14:32:43',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yfl'),(9507,'4000','71718451162','2024-06-15 14:32:43',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9508,'1000','71718451229','2024-06-15 14:33:56',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9509,'4000','71718451229','2024-06-15 14:33:56',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9510,'4000','71718451229','2024-06-15 14:33:49',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9511,'1000','71718456975','2024-06-15 16:09:37',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Myr'),(9512,'4000','71718456975','2024-06-15 16:09:37',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9513,'1000','71718457042','2024-06-15 16:10:43',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bje'),(9514,'4000','71718457042','2024-06-15 16:10:43',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9515,'1110','71718457100','2024-06-15 16:11:52',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9516,'1110','71718457100','2024-06-15 16:11:40',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9517,'5500','71718457100','2024-06-15 16:11:51',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9518,'1000','71718457100','2024-06-15 16:11:52',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vzo'),(9519,'4000','71718457100','2024-06-15 16:11:52',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9520,'4000','71718457100','2024-06-15 16:11:40',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9521,'1000','71718457137','2024-06-15 16:12:18',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7a7'),(9522,'4000','71718457137','2024-06-15 16:12:18',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9523,'1110','71718457177','2024-06-15 16:13:20',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9524,'1110','71718457177','2024-06-15 16:12:57',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9525,'1110','71718457177','2024-06-15 16:13:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(9526,'1110','71718457177','2024-06-15 16:13:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(9527,'1110','71718457177','2024-06-15 16:13:16',NULL,0.00,'','7','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(9528,'5500','71718457177','2024-06-15 16:13:19',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9529,'1000','71718457177','2024-06-15 16:13:20',480.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uto'),(9530,'4000','71718457177','2024-06-15 16:13:20',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9531,'4000','71718457177','2024-06-15 16:12:57',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9532,'4000','71718457177','2024-06-15 16:13:01',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9533,'4000','71718457177','2024-06-15 16:13:12',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9534,'4000','71718457177','2024-06-15 16:13:16',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9535,'1000','71718457223','2024-06-15 16:13:50',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'B9t'),(9536,'4000','71718457223','2024-06-15 16:13:50',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9537,'4000','71718457223','2024-06-15 16:13:43',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9538,'1000','71718457270','2024-06-15 16:14:41',420.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5z6'),(9539,'4000','71718457270','2024-06-15 16:14:41',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9540,'4000','71718457270','2024-06-15 16:14:30',NULL,120.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(9541,'1000','71718457315','2024-06-15 16:15:16',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4yj'),(9542,'4000','71718457315','2024-06-15 16:15:16',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9543,'1000','71718457342','2024-06-15 16:15:43',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Opj'),(9544,'4000','71718457342','2024-06-15 16:15:43',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9545,'1000','71718457364','2024-06-15 16:16:05',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mlx'),(9546,'4000','71718457364','2024-06-15 16:16:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9547,'1000','71718458396','2024-06-15 16:33:17',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9548,'4000','71718458396','2024-06-15 16:33:17',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9549,'1000','71718458461','2024-06-15 16:34:21',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9550,'4000','71718458461','2024-06-15 16:34:21',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9551,'1110','71718458507','2024-06-15 16:35:08',NULL,181.80,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9552,'Asset','71718458507','2024-06-15 16:35:07',181.80,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9553,'1000','71718458507','2024-06-15 16:35:08',600.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9554,'4000','71718458507','2024-06-15 16:35:08',NULL,600.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9555,'1110','71718458609','2024-06-15 16:37:11',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9556,'1110','71718458609','2024-06-15 16:36:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9557,'5500','71718458609','2024-06-15 16:37:10',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9558,'1000','71718458609','2024-06-15 16:37:11',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9559,'4000','71718458609','2024-06-15 16:37:11',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9560,'4000','71718458609','2024-06-15 16:36:49',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9561,'1000','71718460676','2024-06-15 17:11:17',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'C4s'),(9562,'4000','71718460676','2024-06-15 17:11:17',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9563,'1000','71718460702','2024-06-15 17:11:44',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ngj'),(9564,'4000','71718460702','2024-06-15 17:11:44',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9565,'4000','71718460702','2024-06-15 17:11:42',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9566,'1000','71718460745','2024-06-15 17:12:28',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dvb'),(9567,'4000','71718460745','2024-06-15 17:12:28',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9568,'4000','71718460745','2024-06-15 17:12:25',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9569,'1110','71718461510','2024-06-15 17:25:13',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9570,'1110','71718461510','2024-06-15 17:25:10',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9571,'5500','71718461510','2024-06-15 17:25:12',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9572,'1000','71718461510','2024-06-15 17:25:13',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'36j'),(9573,'4000','71718461510','2024-06-15 17:25:13',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9574,'4000','71718461510','2024-06-15 17:25:10',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9575,'1000','71718462726','2024-06-15 17:45:27',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'00d'),(9576,'4000','71718462726','2024-06-15 17:45:27',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9577,'1110','71718462755','2024-06-15 17:45:56',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9578,'Asset','71718462755','2024-06-15 17:45:55',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9579,'1000','71718462755','2024-06-15 17:45:56',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kji'),(9580,'4000','71718462755','2024-06-15 17:45:56',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9581,'1110','71718462827','2024-06-15 17:47:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9582,'1110','71718462827','2024-06-15 17:47:07',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9583,'Asset','71718462827','2024-06-15 17:47:12',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9584,'1000','71718462827','2024-06-15 17:47:13',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9585,'4000','71718462827','2024-06-15 17:47:13',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9586,'4000','71718462827','2024-06-15 17:47:07',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9587,'1110','71718462856','2024-06-15 17:47:47',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9588,'1110','71718462856','2024-06-15 17:47:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(9589,'5500','71718462856','2024-06-15 17:47:46',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9590,'1000','71718462856','2024-06-15 17:47:47',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9591,'4000','71718462856','2024-06-15 17:47:47',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9592,'4000','71718462856','2024-06-15 17:47:36',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9593,'1110','71718464893','2024-06-15 18:21:50',NULL,227.25,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9594,'1110','71718464893','2024-06-15 18:21:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(9595,'5500','71718464893','2024-06-15 18:21:48',227.25,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9596,'1000','71718464893','2024-06-15 18:21:50',830.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9597,'4000','71718464893','2024-06-15 18:21:50',NULL,750.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9598,'4000','71718464893','2024-06-15 18:21:33',NULL,80.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(9599,'1000','71718464986','2024-06-15 18:23:07',400.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9600,'4000','71718464986','2024-06-15 18:23:07',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9601,'1110','71718469283','2024-06-15 19:35:34',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9602,'1110','71718469283','2024-06-15 19:34:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(9603,'5500','71718469283','2024-06-15 19:35:24',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9604,'1000','71718469283','2024-06-15 19:35:34',190.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'gii'),(9605,'4000','71718469283','2024-06-15 19:35:34',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9606,'4000','71718469283','2024-06-15 19:34:49',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9607,'1110','71718469358','2024-06-15 19:36:19',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9608,'Asset','71718469358','2024-06-15 19:35:58',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9609,'1000','71718469358','2024-06-15 19:36:19',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vhd'),(9610,'4000','71718469358','2024-06-15 19:36:19',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9611,'1000','71718473583','2024-06-15 20:46:24',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'L24'),(9612,'4000','71718473583','2024-06-15 20:46:24',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9613,'1110','71718473624','2024-06-15 20:47:09',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9614,'1110','71718473624','2024-06-15 20:47:04',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9615,'Asset','71718473624','2024-06-15 20:47:07',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9616,'1000','71718473624','2024-06-15 20:47:09',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cmn'),(9617,'4000','71718473624','2024-06-15 20:47:09',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9618,'4000','71718473624','2024-06-15 20:47:04',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9619,'1000','71718473645','2024-06-15 20:47:26',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cmn'),(9620,'4000','71718473645','2024-06-15 20:47:26',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9621,'1000','71718473694','2024-06-15 20:48:15',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'08g'),(9622,'4000','71718473694','2024-06-15 20:48:15',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9623,'1110','71718473825','2024-06-15 20:50:30',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9624,'1110','71718473825','2024-06-15 20:50:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9625,'5500','71718473825','2024-06-15 20:50:29',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9626,'1000','71718473825','2024-06-15 20:50:30',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8qj'),(9627,'4000','71718473825','2024-06-15 20:50:30',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9628,'4000','71718473825','2024-06-15 20:50:25',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9629,'1000','71718473860','2024-06-15 20:51:20',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Aag'),(9630,'4000','71718473860','2024-06-15 20:51:20',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9631,'4000','71718473860','2024-06-15 20:51:00',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9632,'1000','71718473918','2024-06-15 20:52:06',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xnq'),(9633,'4000','71718473918','2024-06-15 20:52:06',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9634,'4000','71718473918','2024-06-15 20:51:58',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9635,'1000','71718473952','2024-06-15 20:52:40',190.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gii'),(9636,'4000','71718473952','2024-06-15 20:52:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9637,'4000','71718473952','2024-06-15 20:52:32',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9638,'1110','71718473991','2024-06-15 20:57:51',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9639,'1110','71718473991','2024-06-15 20:57:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9640,'5500','71718473991','2024-06-15 20:57:50',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9641,'1000','71718473991','2024-06-15 20:57:51',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9642,'4000','71718473991','2024-06-15 20:57:51',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9643,'4000','71718473991','2024-06-15 20:57:28',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9644,'1000','71718474295','2024-06-15 20:58:19',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9645,'4000','71718474295','2024-06-15 20:58:19',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9646,'4000','71718474295','2024-06-15 20:58:15',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9647,'1000','71718474407','2024-06-15 21:00:08',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9648,'4000','71718474407','2024-06-15 21:00:08',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9649,'1000','71718475732','2024-06-15 21:22:22',155.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'058'),(9650,'4000','71718475732','2024-06-15 21:22:22',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9651,'4000','71718475732','2024-06-15 21:22:13',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(9652,'1110','71718475764','2024-06-15 21:22:45',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9653,'Asset','71718475764','2024-06-15 21:22:44',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9654,'1000','71718475764','2024-06-15 21:22:45',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'28w'),(9655,'4000','71718475764','2024-06-15 21:22:45',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9656,'1110','71718475795','2024-06-15 21:23:19',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9657,'1110','71718475795','2024-06-15 21:23:15',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9658,'Asset','71718475795','2024-06-15 21:23:18',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9659,'1000','71718475795','2024-06-15 21:23:19',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Epo'),(9660,'4000','71718475795','2024-06-15 21:23:19',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9661,'4000','71718475795','2024-06-15 21:23:15',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9662,'1000','71718475913','2024-06-15 21:25:20',200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9663,'4000','71718475913','2024-06-15 21:25:20',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9664,'4000','71718475913','2024-06-15 21:25:13',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9665,'1000','71718476016','2024-06-15 21:26:57',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9666,'4000','71718476016','2024-06-15 21:26:57',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9667,'1000','71718533095','2024-06-16 13:22:07',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1o9'),(9668,'4000','71718533095','2024-06-16 13:22:07',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9669,'1000','71718534039','2024-06-16 13:34:06',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7m3'),(9670,'4000','71718534039','2024-06-16 13:34:06',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9671,'1000','71718534067','2024-06-16 13:35:26',480.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9672,'4000','71718534067','2024-06-16 13:35:26',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9673,'4000','71718534067','2024-06-16 13:34:28',NULL,180.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(9674,'1000','71718534209','2024-06-16 13:40:06',780.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fju'),(9675,'4000','71718534209','2024-06-16 13:40:06',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9676,'4000','71718534209','2024-06-16 13:36:49',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9677,'4000','71718534209','2024-06-16 13:37:04',NULL,180.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(9678,'4000','71718534209','2024-06-16 13:38:27',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9679,'1000','71718534418','2024-06-16 13:40:34',10.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ny2'),(9680,'4000','71718534418','2024-06-16 13:40:34',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(9681,'1000','71718534900','2024-06-16 14:05:28',420.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'30n'),(9682,'4000','71718534900','2024-06-16 14:05:28',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9683,'4000','71718534900','2024-06-16 13:48:20',NULL,120.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9684,'1000','71718535965','2024-06-16 14:06:40',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yh4'),(9685,'4000','71718535965','2024-06-16 14:06:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9686,'4000','71718535965','2024-06-16 14:06:25',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9687,'1110','71718536012','2024-06-16 14:07:04',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9688,'Asset','71718536012','2024-06-16 14:06:52',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9689,'1000','71718536012','2024-06-16 14:07:04',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Muz'),(9690,'4000','71718536012','2024-06-16 14:07:04',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9691,'1000','71718546894','2024-06-16 17:08:48',1450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Eto'),(9692,'4000','71718546894','2024-06-16 17:08:48',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9693,'4000','71718546894','2024-06-16 17:08:15',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9694,'4000','71718546894','2024-06-16 17:08:32',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9695,'1000','71718546943','2024-06-16 17:09:27',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1tk'),(9696,'4000','71718546943','2024-06-16 17:09:27',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9697,'4000','71718546943','2024-06-16 17:09:03',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9698,'1000','71718546980','2024-06-16 17:10:21',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Znh'),(9699,'4000','71718546980','2024-06-16 17:10:21',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9700,'1000','71718547030','2024-06-16 17:11:33',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0pp'),(9701,'4000','71718547030','2024-06-16 17:11:33',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9702,'1110','71718547108','2024-06-16 17:11:56',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9703,'Asset','71718547108','2024-06-16 17:11:48',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9704,'1000','71718547108','2024-06-16 17:11:56',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xe7'),(9705,'4000','71718547108','2024-06-16 17:11:56',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9706,'1110','71718547469','2024-06-16 17:18:02',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9707,'Asset','71718547469','2024-06-16 17:17:54',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9708,'1000','71718547469','2024-06-16 17:18:02',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xh6'),(9709,'4000','71718547469','2024-06-16 17:18:02',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9710,'1110','71718547498','2024-06-16 17:18:45',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9711,'Asset','71718547498','2024-06-16 17:18:18',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9712,'1000','71718547498','2024-06-16 17:18:45',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Eig'),(9713,'4000','71718547498','2024-06-16 17:18:45',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9714,'1000','71718547534','2024-06-16 17:19:07',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1vi'),(9715,'4000','71718547534','2024-06-16 17:19:07',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9716,'1000','71718547620','2024-06-16 17:20:29',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1v1'),(9717,'4000','71718547620','2024-06-16 17:20:29',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9718,'1000','71718547676','2024-06-16 17:21:35',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'K3a'),(9719,'4000','71718547676','2024-06-16 17:21:35',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9720,'4000','71718547676','2024-06-16 17:21:16',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9721,'1000','71718547708','2024-06-16 17:22:05',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Q4j'),(9722,'4000','71718547708','2024-06-16 17:22:05',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9723,'1000','71718547743','2024-06-16 17:23:31',250.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9724,'4000','71718547743','2024-06-16 17:23:31',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9725,'4000','71718547743','2024-06-16 17:22:23',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9726,'1000','71718547815','2024-06-16 17:23:45',100.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9727,'4000','71718547815','2024-06-16 17:23:45',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9728,'1000','71718547895','2024-06-16 17:25:03',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Muz'),(9729,'4000','71718547895','2024-06-16 17:25:03',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9730,'1110','71718547931','2024-06-16 17:26:31',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9731,'Asset','71718547931','2024-06-16 17:25:31',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9732,'1000','71718547931','2024-06-16 17:26:31',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xy3'),(9733,'4000','71718547931','2024-06-16 17:26:31',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9734,'1000','71718548003','2024-06-16 17:27:18',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'99h'),(9735,'4000','71718548003','2024-06-16 17:27:18',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9736,'4000','71718548003','2024-06-16 17:26:43',NULL,10.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(9737,'1000','71718548054','2024-06-16 17:28:08',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7zl'),(9738,'4000','71718548054','2024-06-16 17:28:08',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9739,'4000','71718548054','2024-06-16 17:27:34',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9740,'1000','71718549118','2024-06-16 17:45:56',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8u4'),(9741,'4000','71718549118','2024-06-16 17:45:56',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9742,'4000','71718549118','2024-06-16 17:45:18',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9743,'1000','71718549178','2024-06-16 17:51:14',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X2d'),(9744,'4000','71718549178','2024-06-16 17:51:14',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9745,'1000','71718549487','2024-06-16 17:52:07',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9746,'4000','71718549487','2024-06-16 17:52:07',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9747,'1000','71718549529','2024-06-16 17:52:17',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zne'),(9748,'4000','71718549529','2024-06-16 17:52:17',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9749,'1000','71718554995','2024-06-16 19:24:39',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X0c'),(9750,'4000','71718554995','2024-06-16 19:24:39',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9751,'1110','71718557419','2024-06-16 20:04:06',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9752,'1110','71718557419','2024-06-16 20:03:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9753,'5500','71718557419','2024-06-16 20:04:05',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9754,'1000','71718557419','2024-06-16 20:04:06',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'T09'),(9755,'4000','71718557419','2024-06-16 20:04:06',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9756,'4000','71718557419','2024-06-16 20:03:39',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9757,'1000','71718558127','2024-06-16 20:16:03',1260.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9758,'4000','71718558127','2024-06-16 20:16:03',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9759,'4000','71718558127','2024-06-16 20:15:27',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9760,'4000','71718558127','2024-06-16 20:15:47',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(9761,'4000','71718558127','2024-06-16 20:15:59',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(9762,'1000','71718558224','2024-06-16 20:17:05',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qgd'),(9763,'4000','71718558224','2024-06-16 20:17:05',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9764,'1000','71718558251','2024-06-16 20:17:32',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X0c'),(9765,'4000','71718558251','2024-06-16 20:17:32',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9766,'1000','71718558352','2024-06-16 20:19:13',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6zl'),(9767,'4000','71718558352','2024-06-16 20:19:13',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9768,'1000','61718558416','2024-06-16 20:20:19',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2f1'),(9769,'4000','61718558416','2024-06-16 20:20:19',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9770,'1000','61718558442','2024-06-16 20:20:44',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9771,'4000','61718558442','2024-06-16 20:20:44',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9772,'1110','61718558715','2024-06-16 20:25:17',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9773,'Asset','61718558715','2024-06-16 20:25:15',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9774,'1000','61718558715','2024-06-16 20:25:17',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sir'),(9775,'4000','61718558715','2024-06-16 20:25:17',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9776,'1000','61718560365','2024-06-16 20:54:09',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wxz'),(9777,'4000','61718560365','2024-06-16 20:54:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9778,'4000','61718560365','2024-06-16 20:52:45',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9779,'1000','61718560459','2024-06-16 20:54:58',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pjw'),(9780,'4000','61718560459','2024-06-16 20:54:58',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9781,'4000','61718560459','2024-06-16 20:54:19',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9782,'1110','61718560509','2024-06-16 21:01:19',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9783,'1110','61718560509','2024-06-16 20:55:09',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9784,'1110','61718560509','2024-06-16 20:55:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9785,'1110','61718560509','2024-06-16 20:55:37',NULL,0.00,'','6','1','Inventory sold','1','','sales','29','','No',NULL,NULL,''),(9786,'5500','61718560509','2024-06-16 20:56:30',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9787,'1000','61718560509','2024-06-16 21:01:19',740.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pe8'),(9788,'4000','61718560509','2024-06-16 21:01:19',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9789,'4000','61718560509','2024-06-16 20:55:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9790,'4000','61718560509','2024-06-16 20:55:22',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9791,'4000','61718560509','2024-06-16 20:55:37',NULL,40.00,'','6','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(9792,'1000','61718560918','2024-06-16 21:02:41',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'19m'),(9793,'4000','61718560918','2024-06-16 21:02:41',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9794,'4000','61718560918','2024-06-16 21:01:58',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9795,'1000','61718560978','2024-06-16 21:03:10',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B2s'),(9796,'4000','61718560978','2024-06-16 21:03:10',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9797,'1000','61718561009','2024-06-16 21:04:01',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9tk'),(9798,'4000','61718561009','2024-06-16 21:04:01',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9799,'1000','71718723648','2024-06-18 18:14:53',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ko4'),(9800,'4000','71718723648','2024-06-18 18:14:53',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9801,'1110','71718723705','2024-06-18 18:15:20',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9802,'Asset','71718723705','2024-06-18 18:15:05',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9803,'1000','71718723705','2024-06-18 18:15:20',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6tj'),(9804,'4000','71718723705','2024-06-18 18:15:20',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9805,'1110','71718723731','2024-06-18 18:15:45',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9806,'Asset','71718723731','2024-06-18 18:15:31',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9807,'1000','71718723731','2024-06-18 18:15:45',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5sq'),(9808,'4000','71718723731','2024-06-18 18:15:45',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9809,'1000','71718723764','2024-06-18 18:16:17',20.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3yd'),(9810,'4000','71718723764','2024-06-18 18:16:17',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(9811,'1000','71718723850','2024-06-18 18:17:45',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P9a'),(9812,'4000','71718723850','2024-06-18 18:17:45',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9813,'1000','71718723877','2024-06-18 18:18:34',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wb5'),(9814,'4000','71718723877','2024-06-18 18:18:34',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9815,'4000','71718723877','2024-06-18 18:17:57',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9816,'4000','71718723877','2024-06-18 18:18:08',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9817,'1110','71718723930','2024-06-18 18:19:20',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9818,'1110','71718723930','2024-06-18 18:18:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9819,'5500','71718723930','2024-06-18 18:19:04',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9820,'1000','71718723930','2024-06-18 18:19:20',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bhl'),(9821,'4000','71718723930','2024-06-18 18:19:20',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9822,'4000','71718723930','2024-06-18 18:18:50',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9823,'1000','71718723968','2024-06-18 18:19:43',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qxy'),(9824,'4000','71718723968','2024-06-18 18:19:43',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9825,'1000','71718723998','2024-06-18 18:20:11',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xay'),(9826,'4000','71718723998','2024-06-18 18:20:11',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9827,'1000','71718724021','2024-06-18 18:20:32',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tgp'),(9828,'4000','71718724021','2024-06-18 18:20:32',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9829,'1000','71718724047','2024-06-18 18:20:57',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'08o'),(9830,'4000','71718724047','2024-06-18 18:20:57',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9831,'1000','71718724082','2024-06-18 18:21:38',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9832,'4000','71718724082','2024-06-18 18:21:38',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9833,'1000','71718724639','2024-06-18 19:06:16',510.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lsl'),(9834,'4000','71718724639','2024-06-18 19:06:16',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9835,'4000','71718724639','2024-06-18 19:05:05',NULL,50.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(9836,'4000','71718724639','2024-06-18 19:05:48',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(9837,'1000','71718726789','2024-06-18 19:06:35',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9838,'4000','71718726789','2024-06-18 19:06:35',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9839,'1000','71718726825','2024-06-18 19:15:57',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Aza'),(9840,'4000','71718726825','2024-06-18 19:15:57',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9841,'1000','71718727379','2024-06-18 19:16:28',50.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9842,'4000','71718727379','2024-06-18 19:16:28',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9843,'1000','71718727392','2024-06-18 20:03:35',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'I5c'),(9844,'4000','71718727392','2024-06-18 20:03:35',NULL,150.00,'','7','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9845,'1000','71718732195','2024-06-18 20:36:46',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'179'),(9846,'4000','71718732195','2024-06-18 20:36:46',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9847,'1110','71718732217','2024-06-18 20:37:15',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9848,'1110','71718732217','2024-06-18 20:36:57',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(9849,'5500','71718732217','2024-06-18 20:37:06',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9850,'1000','71718732217','2024-06-18 20:37:15',190.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ons'),(9851,'4000','71718732217','2024-06-18 20:37:15',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9852,'4000','71718732217','2024-06-18 20:36:57',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9853,'1000','71718732291','2024-06-18 21:13:10',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'88d'),(9854,'4000','71718732291','2024-06-18 21:13:10',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9855,'1000','71718734924','2024-06-18 21:36:43',610.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Te1'),(9856,'4000','71718734924','2024-06-18 21:36:43',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9857,'4000','71718734924','2024-06-18 21:22:04',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9858,'4000','71718734924','2024-06-18 21:35:24',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9859,'4000','71718734924','2024-06-18 21:35:37',NULL,160.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(9860,'4000','71718734924','2024-06-18 21:35:47',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(9861,'1000','71718735841','2024-06-18 21:37:36',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Udp'),(9862,'4000','71718735841','2024-06-18 21:37:36',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9863,'1000','71718735878','2024-06-18 21:38:05',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9864,'4000','71718735878','2024-06-18 21:38:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9865,'1000','71718736644','2024-06-18 21:58:24',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'10o'),(9866,'4000','71718736644','2024-06-18 21:58:24',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9867,'4000','71718736644','2024-06-18 21:50:44',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9868,'1110','61718803684','2024-06-19 16:28:09',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9869,'Asset','61718803684','2024-06-19 16:28:04',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9870,'1000','61718803684','2024-06-19 16:28:09',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xl9'),(9871,'4000','61718803684','2024-06-19 16:28:09',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9872,'1000','61718803726','2024-06-19 16:29:05',430.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rmm'),(9873,'4000','61718803726','2024-06-19 16:29:05',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9874,'4000','61718803726','2024-06-19 16:28:46',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9875,'4000','61718803726','2024-06-19 16:28:53',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(9876,'1000','61718803808','2024-06-19 16:30:09',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'K06'),(9877,'4000','61718803808','2024-06-19 16:30:09',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9878,'1110','61718803878','2024-06-19 16:31:20',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9879,'Asset','61718803878','2024-06-19 16:31:18',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9880,'1000','61718803878','2024-06-19 16:31:20',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ipz'),(9881,'4000','61718803878','2024-06-19 16:31:20',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9882,'1000','61718803956','2024-06-19 16:32:48',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rgk'),(9883,'4000','61718803956','2024-06-19 16:32:48',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9884,'4000','61718803956','2024-06-19 16:32:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9885,'1110','61718804046','2024-06-19 16:34:19',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9886,'1110','61718804046','2024-06-19 16:34:06',NULL,0.00,'','6','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(9887,'5500','61718804046','2024-06-19 16:34:16',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9888,'1000','61718804046','2024-06-19 16:34:19',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ynw'),(9889,'4000','61718804046','2024-06-19 16:34:19',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9890,'4000','61718804046','2024-06-19 16:34:06',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(9891,'1110','61718804091','2024-06-19 16:35:18',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9892,'1110','61718804091','2024-06-19 16:34:52',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(9893,'5500','61718804091','2024-06-19 16:35:15',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9894,'1000','61718804091','2024-06-19 16:35:18',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kiy'),(9895,'4000','61718804091','2024-06-19 16:35:18',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9896,'4000','61718804091','2024-06-19 16:34:52',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9897,'1110','61718804358','2024-06-19 16:42:17',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9898,'1110','61718804358','2024-06-19 16:39:18',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(9899,'5500','61718804358','2024-06-19 16:42:13',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9900,'1000','61718804358','2024-06-19 16:42:17',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Avp'),(9901,'4000','61718804358','2024-06-19 16:42:17',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9902,'4000','61718804358','2024-06-19 16:39:18',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9903,'1110','61718804562','2024-06-19 16:43:27',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9904,'1110','61718804562','2024-06-19 16:42:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(9905,'5500','61718804562','2024-06-19 16:43:04',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9906,'1000','61718804562','2024-06-19 16:43:27',800.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tlm'),(9907,'4000','61718804562','2024-06-19 16:43:27',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9908,'4000','61718804562','2024-06-19 16:42:42',NULL,350.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9909,'1000','61718804656','2024-06-19 16:44:19',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hrr'),(9910,'4000','61718804656','2024-06-19 16:44:19',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9911,'1000','61718804686','2024-06-19 16:44:49',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'G7n'),(9912,'4000','61718804686','2024-06-19 16:44:49',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9913,'1000','61718805174','2024-06-19 16:53:17',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9914,'4000','61718805174','2024-06-19 16:53:17',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9915,'4000','61718805174','2024-06-19 16:52:54',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9916,'4000','61718805174','2024-06-19 16:52:59',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9917,'1000','61718805216','2024-06-19 16:53:38',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9918,'4000','61718805216','2024-06-19 16:53:38',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9919,'1110','61718816359','2024-06-19 19:59:23',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9920,'Asset','61718816359','2024-06-19 19:59:19',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9921,'1000','61718816359','2024-06-19 19:59:23',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2e0'),(9922,'4000','61718816359','2024-06-19 19:59:23',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9923,'1000','61718816552','2024-06-19 20:02:36',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wgz'),(9924,'4000','61718816552','2024-06-19 20:02:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9925,'1000','61718816673','2024-06-19 20:04:38',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'U16'),(9926,'4000','61718816673','2024-06-19 20:04:38',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9927,'1110','61718816723','2024-06-19 20:05:25',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9928,'Asset','61718816723','2024-06-19 20:05:23',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9929,'1000','61718816723','2024-06-19 20:05:25',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sdj'),(9930,'4000','61718816723','2024-06-19 20:05:25',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9931,'1110','61718816902','2024-06-19 20:08:29',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9932,'1110','61718816902','2024-06-19 20:08:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(9933,'5500','61718816902','2024-06-19 20:08:27',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9934,'1000','61718816902','2024-06-19 20:08:29',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Uk5'),(9935,'4000','61718816902','2024-06-19 20:08:29',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9936,'4000','61718816902','2024-06-19 20:08:22',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9937,'1000','61718816948','2024-06-19 20:09:10',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Db2'),(9938,'4000','61718816948','2024-06-19 20:09:10',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9939,'1000','61718816982','2024-06-19 20:09:45',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'As4'),(9940,'4000','61718816982','2024-06-19 20:09:45',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9941,'1000','61718817011','2024-06-19 20:10:13',60.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vsb'),(9942,'4000','61718817011','2024-06-19 20:10:13',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(9943,'1000','61718817083','2024-06-19 20:11:25',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dar'),(9944,'4000','61718817083','2024-06-19 20:11:25',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9945,'1000','61718817954','2024-06-19 20:25:56',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y7y'),(9946,'4000','61718817954','2024-06-19 20:25:56',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9947,'1110','61718820243','2024-06-19 21:04:09',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9948,'Asset','61718820243','2024-06-19 21:04:03',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9949,'1000','61718820243','2024-06-19 21:04:09',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jkx'),(9950,'4000','61718820243','2024-06-19 21:04:09',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9951,'1000','61718820293','2024-06-19 21:06:15',1250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jct'),(9952,'4000','61718820293','2024-06-19 21:06:15',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9953,'4000','61718820293','2024-06-19 21:04:53',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9954,'1110','61718820455','2024-06-19 21:07:38',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9955,'Asset','61718820455','2024-06-19 21:07:35',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9956,'1000','61718820455','2024-06-19 21:07:38',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9957,'4000','61718820455','2024-06-19 21:07:38',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9958,'1000','61718820476','2024-06-19 21:08:50',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9959,'4000','61718820476','2024-06-19 21:08:50',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9960,'4000','61718820476','2024-06-19 21:07:56',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(9961,'4000','61718820476','2024-06-19 21:08:22',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9962,'4000','61718820476','2024-06-19 21:08:38',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(9963,'1000','61718893566','2024-06-20 17:26:42',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Etw'),(9964,'4000','61718893566','2024-06-20 17:26:42',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9965,'4000','61718893566','2024-06-20 17:26:06',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9966,'1000','61718893637','2024-06-20 17:27:31',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zaw'),(9967,'4000','61718893637','2024-06-20 17:27:31',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9968,'4000','61718893637','2024-06-20 17:27:17',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9969,'1000','61718893775','2024-06-20 17:31:29',410.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yfg'),(9970,'4000','61718893775','2024-06-20 17:31:29',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9971,'4000','61718893775','2024-06-20 17:29:35',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9972,'4000','61718893775','2024-06-20 17:29:46',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(9973,'4000','61718893775','2024-06-20 17:31:01',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9974,'1110','61718893932','2024-06-20 17:32:30',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9975,'1110','61718893932','2024-06-20 17:32:12',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(9976,'5500','61718893932','2024-06-20 17:32:25',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9977,'1000','61718893932','2024-06-20 17:32:30',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8vz'),(9978,'4000','61718893932','2024-06-20 17:32:30',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9979,'4000','61718893932','2024-06-20 17:32:12',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9980,'1000','61718893981','2024-06-20 17:33:04',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1d4'),(9981,'4000','61718893981','2024-06-20 17:33:04',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9982,'1110','61718894180','2024-06-20 17:36:23',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9983,'Asset','61718894180','2024-06-20 17:36:20',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9984,'1000','61718894180','2024-06-20 17:36:23',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'E2f'),(9985,'4000','61718894180','2024-06-20 17:36:23',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9986,'1000','61718894223','2024-06-20 17:37:05',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6nb'),(9987,'4000','61718894223','2024-06-20 17:37:05',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9988,'1110','61718894264','2024-06-20 17:37:46',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9989,'Asset','61718894264','2024-06-20 17:37:44',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9990,'1000','61718894264','2024-06-20 17:37:46',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N3h'),(9991,'4000','61718894264','2024-06-20 17:37:46',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9992,'1110','61718894297','2024-06-20 17:38:19',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9993,'Asset','61718894297','2024-06-20 17:38:17',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9994,'1000','61718894297','2024-06-20 17:38:19',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tzh'),(9995,'4000','61718894297','2024-06-20 17:38:19',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9996,'1110','61718894323','2024-06-20 17:38:44',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9997,'Asset','61718894323','2024-06-20 17:38:43',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9998,'1000','61718894323','2024-06-20 17:38:44',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kew'),(9999,'4000','61718894323','2024-06-20 17:38:44',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10000,'1110','61718894445','2024-06-20 17:40:49',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10001,'Asset','61718894445','2024-06-20 17:40:45',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10002,'1000','61718894445','2024-06-20 17:40:49',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nl3'),(10003,'4000','61718894445','2024-06-20 17:40:49',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10004,'1000','61718894502','2024-06-20 17:41:59',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jcp'),(10005,'4000','61718894502','2024-06-20 17:41:59',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(10006,'4000','61718894502','2024-06-20 17:41:42',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10007,'1000','61718894652','2024-06-20 17:44:55',305.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'34h'),(10008,'4000','61718894652','2024-06-20 17:44:55',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10009,'4000','61718894652','2024-06-20 17:44:12',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(10010,'1000','61718894727','2024-06-20 17:45:37',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fmn'),(10011,'4000','61718894727','2024-06-20 17:45:37',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10012,'4000','61718894727','2024-06-20 17:45:27',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(10013,'1000','61718894759','2024-06-20 17:46:01',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Grh'),(10014,'4000','61718894759','2024-06-20 17:46:01',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10015,'1000','61718894791','2024-06-20 17:46:38',90.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R0r'),(10016,'4000','61718894791','2024-06-20 17:46:38',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10017,'4000','61718894791','2024-06-20 17:46:31',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10018,'1000','61718894823','2024-06-20 17:47:06',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gon'),(10019,'4000','61718894823','2024-06-20 17:47:06',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10020,'1110','61718894851','2024-06-20 17:47:34',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10021,'Asset','61718894851','2024-06-20 17:47:31',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10022,'1000','61718894851','2024-06-20 17:47:34',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wuf'),(10023,'4000','61718894851','2024-06-20 17:47:34',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10024,'1000','61718894884','2024-06-20 17:48:16',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bfe'),(10025,'4000','61718894884','2024-06-20 17:48:16',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10026,'4000','61718894884','2024-06-20 17:48:04',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10027,'1110','61718894922','2024-06-20 17:48:53',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10028,'1110','61718894922','2024-06-20 17:48:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(10029,'5500','61718894922','2024-06-20 17:48:50',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10030,'1000','61718894922','2024-06-20 17:48:53',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B47'),(10031,'4000','61718894922','2024-06-20 17:48:53',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10032,'4000','61718894922','2024-06-20 17:48:42',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(10033,'1000','61718894960','2024-06-20 17:49:21',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kd0'),(10034,'4000','61718894960','2024-06-20 17:49:21',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10035,'1000','61718895461','2024-06-20 17:57:49',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10036,'4000','61718895461','2024-06-20 17:57:49',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10037,'1110','61718904660','2024-06-20 20:37:33',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10038,'1110','61718904660','2024-06-20 20:31:00',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10039,'5500','61718904660','2024-06-20 20:36:14',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10040,'1000','61718904660','2024-06-20 20:37:33',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lqo'),(10041,'4000','61718904660','2024-06-20 20:37:33',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10042,'4000','61718904660','2024-06-20 20:31:00',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10043,'1000','61718984403','2024-06-21 18:40:05',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rp5'),(10044,'4000','61718984403','2024-06-21 18:40:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10045,'1000','61718984491','2024-06-21 18:42:42',1900.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7ia'),(10046,'4000','61718984491','2024-06-21 18:42:42',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10047,'4000','61718984491','2024-06-21 18:41:31',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10048,'4000','61718984491','2024-06-21 18:41:47',NULL,1200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10049,'1000','61718984648','2024-06-21 18:44:26',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0ff'),(10050,'4000','61718984648','2024-06-21 18:44:26',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10051,'1000','61718984708','2024-06-21 18:45:10',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ndn'),(10052,'4000','61718984708','2024-06-21 18:45:10',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10053,'1000','61718984740','2024-06-21 18:45:43',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6kq'),(10054,'4000','61718984740','2024-06-21 18:45:43',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10055,'1000','61718984777','2024-06-21 18:46:32',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oo4'),(10056,'4000','61718984777','2024-06-21 18:46:32',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10057,'4000','61718984777','2024-06-21 18:46:17',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10058,'1110','61718984822','2024-06-21 18:47:04',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10059,'Asset','61718984822','2024-06-21 18:47:02',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10060,'1000','61718984822','2024-06-21 18:47:04',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ey5'),(10061,'4000','61718984822','2024-06-21 18:47:04',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10062,'1110','61718984855','2024-06-21 18:47:37',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10063,'Asset','61718984855','2024-06-21 18:47:35',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10064,'1000','61718984855','2024-06-21 18:47:37',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8ku'),(10065,'4000','61718984855','2024-06-21 18:47:37',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10066,'1000','61718984887','2024-06-21 18:48:21',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Iv7'),(10067,'4000','61718984887','2024-06-21 18:48:21',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10068,'4000','61718984887','2024-06-21 18:48:07',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10069,'1000','61718984953','2024-06-21 18:49:22',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Iwp'),(10070,'4000','61718984953','2024-06-21 18:49:22',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10071,'1000','61718985000','2024-06-21 18:50:09',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7i9'),(10072,'4000','61718985000','2024-06-21 18:50:09',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10073,'1000','61718985060','2024-06-21 18:51:03',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Prk'),(10074,'4000','61718985060','2024-06-21 18:51:03',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10075,'1000','61718985099','2024-06-21 18:51:43',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Puv'),(10076,'4000','61718985099','2024-06-21 18:51:43',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10077,'1110','61718985132','2024-06-21 18:52:18',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10078,'Asset','61718985132','2024-06-21 18:52:12',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10079,'1000','61718985132','2024-06-21 18:52:18',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Srq'),(10080,'4000','61718985132','2024-06-21 18:52:18',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10081,'1110','61718985181','2024-06-21 18:53:05',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10082,'Asset','61718985181','2024-06-21 18:53:02',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10083,'1000','61718985181','2024-06-21 18:53:05',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rqv'),(10084,'4000','61718985181','2024-06-21 18:53:05',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10085,'1000','61718985239','2024-06-21 18:55:16',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hdv'),(10086,'4000','61718985239','2024-06-21 18:55:16',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10087,'4000','61718985239','2024-06-21 18:53:59',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10088,'4000','61718985239','2024-06-21 18:54:12',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(10089,'4000','61718985239','2024-06-21 18:54:54',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(10090,'1000','61718985409','2024-06-21 18:56:51',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F5f'),(10091,'4000','61718985409','2024-06-21 18:56:51',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10092,'1000','61718985441','2024-06-21 18:57:26',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wrx'),(10093,'4000','61718985441','2024-06-21 18:57:26',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10094,'1000','61718985517','2024-06-21 18:58:39',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10095,'4000','61718985517','2024-06-21 18:58:39',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10096,'1000','61718985542','2024-06-21 18:59:05',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10097,'4000','61718985542','2024-06-21 18:59:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10098,'1000','61718990389','2024-06-21 20:19:51',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3nl'),(10099,'4000','61718990389','2024-06-21 20:19:51',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10100,'1110','61718990429','2024-06-21 20:20:42',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10101,'1110','61718990429','2024-06-21 20:20:29',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10102,'5500','61718990429','2024-06-21 20:20:39',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10103,'1000','61718990429','2024-06-21 20:20:42',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qk0'),(10104,'4000','61718990429','2024-06-21 20:20:42',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10105,'4000','61718990429','2024-06-21 20:20:29',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10106,'1000','61718990476','2024-06-21 20:21:28',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vsc'),(10107,'4000','61718990476','2024-06-21 20:21:28',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10108,'4000','61718990476','2024-06-21 20:21:16',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10109,'1000','61718990561','2024-06-21 20:22:42',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'K7y'),(10110,'4000','61718990561','2024-06-21 20:22:42',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10111,'1000','61718990587','2024-06-21 20:23:09',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Usr'),(10112,'4000','61718990587','2024-06-21 20:23:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10113,'1000','61718990619','2024-06-21 20:24:29',240.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10114,'4000','61718990619','2024-06-21 20:24:29',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10115,'4000','61718990619','2024-06-21 20:23:39',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(10116,'1110','61719060549','2024-06-22 15:49:21',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10117,'1110','61719060549','2024-06-22 15:49:09',NULL,0.00,'','6','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(10118,'5500','61719060549','2024-06-22 15:49:18',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10119,'1000','61719060549','2024-06-22 15:49:21',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'O6h'),(10120,'4000','61719060549','2024-06-22 15:49:21',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10121,'4000','61719060549','2024-06-22 15:49:09',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(10122,'1110','61719060592','2024-06-22 15:50:17',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10123,'1110','61719060592','2024-06-22 15:49:52',NULL,0.00,'','6','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(10124,'5500','61719060592','2024-06-22 15:50:09',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10125,'1000','61719060592','2024-06-22 15:50:17',480.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rjl'),(10126,'4000','61719060592','2024-06-22 15:50:17',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10127,'4000','61719060592','2024-06-22 15:49:52',NULL,180.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(10128,'1110','61719060661','2024-06-22 15:51:11',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10129,'1110','61719060661','2024-06-22 15:51:01',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(10130,'5500','61719060661','2024-06-22 15:51:09',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10131,'1000','61719060661','2024-06-22 15:51:11',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'I2l'),(10132,'4000','61719060661','2024-06-22 15:51:11',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10133,'4000','61719060661','2024-06-22 15:51:01',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(10134,'1110','61719060723','2024-06-22 15:52:05',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10135,'Asset','61719060723','2024-06-22 15:52:03',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10136,'1000','61719060723','2024-06-22 15:52:05',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5ov'),(10137,'4000','61719060723','2024-06-22 15:52:05',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10138,'1000','61719060768','2024-06-22 15:52:50',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9vu'),(10139,'4000','61719060768','2024-06-22 15:52:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10140,'1000','61719060796','2024-06-22 15:53:28',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bc5'),(10141,'4000','61719060796','2024-06-22 15:53:28',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10142,'4000','61719060796','2024-06-22 15:53:16',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10143,'1000','61719060839','2024-06-22 15:54:02',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4a6'),(10144,'4000','61719060839','2024-06-22 15:54:02',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10145,'1000','61719060874','2024-06-22 15:54:41',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Aba'),(10146,'4000','61719060874','2024-06-22 15:54:41',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10147,'4000','61719060874','2024-06-22 15:54:34',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10148,'1000','61719060908','2024-06-22 15:55:09',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lc0'),(10149,'4000','61719060908','2024-06-22 15:55:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10150,'1000','61719061325','2024-06-22 16:02:10',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10151,'4000','61719061325','2024-06-22 16:02:10',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10152,'1110','61719061340','2024-06-22 16:03:26',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10153,'1110','61719061340','2024-06-22 16:02:20',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10154,'5500','61719061340','2024-06-22 16:03:10',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10155,'1000','61719061340','2024-06-22 16:03:26',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10156,'4000','61719061340','2024-06-22 16:03:26',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10157,'4000','61719061340','2024-06-22 16:02:20',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10158,'1000','61719061451','2024-06-22 16:04:20',250.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10159,'4000','61719061451','2024-06-22 16:04:20',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10160,'4000','61719061451','2024-06-22 16:04:11',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10161,'1000','61719061486','2024-06-22 16:04:57',480.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10162,'4000','61719061486','2024-06-22 16:04:57',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10163,'4000','61719061486','2024-06-22 16:04:46',NULL,180.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(10164,'1000','61719061524','2024-06-22 16:05:26',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10165,'4000','61719061524','2024-06-22 16:05:26',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10166,'1000','61719065217','2024-06-22 17:07:19',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fmd'),(10167,'4000','61719065217','2024-06-22 17:07:19',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10168,'4000','61719065217','2024-06-22 17:06:57',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10169,'1000','61719065263','2024-06-22 17:07:44',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bh4'),(10170,'4000','61719065263','2024-06-22 17:07:44',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10171,'1000','61719072149','2024-06-22 19:02:31',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'L5f'),(10172,'4000','61719072149','2024-06-22 19:02:31',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10173,'1000','61719072177','2024-06-22 19:03:12',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yh7'),(10174,'4000','61719072177','2024-06-22 19:03:12',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10175,'4000','61719072177','2024-06-22 19:02:57',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10176,'1000','61719072249','2024-06-22 19:04:11',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ypa'),(10177,'4000','61719072249','2024-06-22 19:04:11',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10178,'1000','61719072298','2024-06-22 19:05:05',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yde'),(10179,'4000','61719072298','2024-06-22 19:05:05',NULL,750.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10180,'1000','61719072342','2024-06-22 19:05:45',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gla'),(10181,'4000','61719072342','2024-06-22 19:05:45',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10182,'1000','61719072370','2024-06-22 19:06:24',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Eal'),(10183,'4000','61719072370','2024-06-22 19:06:24',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10184,'4000','61719072370','2024-06-22 19:06:10',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10185,'1000','61719072465','2024-06-22 19:07:57',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sfm'),(10186,'4000','61719072465','2024-06-22 19:07:57',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10187,'1000','61719072553','2024-06-22 19:09:15',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M6d'),(10188,'4000','61719072553','2024-06-22 19:09:15',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10189,'1000','61719072618','2024-06-22 19:10:46',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sxk'),(10190,'4000','61719072618','2024-06-22 19:10:46',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10191,'4000','61719072618','2024-06-22 19:10:18',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10192,'1000','61719072682','2024-06-22 19:11:36',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'11k'),(10193,'4000','61719072682','2024-06-22 19:11:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10194,'4000','61719072682','2024-06-22 19:11:22',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10195,'1000','61719072736','2024-06-22 19:12:18',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gu7'),(10196,'4000','61719072736','2024-06-22 19:12:18',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10197,'1000','61719077705','2024-06-22 20:35:41',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3xt'),(10198,'4000','61719077705','2024-06-22 20:35:41',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10199,'1000','61719077789','2024-06-22 20:36:36',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'U9n'),(10200,'4000','61719077789','2024-06-22 20:36:36',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10201,'1000','61719077877','2024-06-22 20:38:00',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P1t'),(10202,'4000','61719077877','2024-06-22 20:38:00',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10203,'1000','61719077949','2024-06-22 20:44:05',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H18'),(10204,'4000','61719077949','2024-06-22 20:44:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10205,'1000','61719078371','2024-06-22 20:46:13',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lik'),(10206,'4000','61719078371','2024-06-22 20:46:13',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10207,'1000','61719078496','2024-06-22 20:48:19',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jwf'),(10208,'4000','61719078496','2024-06-22 20:48:19',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10209,'1000','61719078632','2024-06-22 20:50:34',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'W5f'),(10210,'4000','61719078632','2024-06-22 20:50:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10211,'1000','61719078708','2024-06-22 20:51:55',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xjs'),(10212,'4000','61719078708','2024-06-22 20:51:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10213,'1000','61719079498','2024-06-22 21:05:07',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0rc'),(10214,'4000','61719079498','2024-06-22 21:05:07',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10215,'1000','61719080686','2024-06-22 21:24:48',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10216,'4000','61719080686','2024-06-22 21:24:48',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10217,'1110','61719080697','2024-06-22 21:25:39',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10218,'1110','61719080697','2024-06-22 21:24:57',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10219,'1110','61719080697','2024-06-22 21:25:05',NULL,0.00,'','6','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(10220,'5500','61719080697','2024-06-22 21:25:30',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10221,'1000','61719080697','2024-06-22 21:25:39',780.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7wf'),(10222,'4000','61719080697','2024-06-22 21:25:39',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10223,'4000','61719080697','2024-06-22 21:24:57',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10224,'4000','61719080697','2024-06-22 21:25:05',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10225,'1000','71719132541','2024-06-23 11:49:56',210.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Sg8'),(10226,'4000','71719132541','2024-06-23 11:49:56',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10227,'4000','71719132541','2024-06-23 11:49:01',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(10228,'1000','71719132615','2024-06-23 11:51:42',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Aqu'),(10229,'4000','71719132615','2024-06-23 11:51:42',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10230,'4000','71719132615','2024-06-23 11:50:15',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10231,'1000','71719132716','2024-06-23 11:52:36',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yxv'),(10232,'4000','71719132716','2024-06-23 11:52:36',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10233,'4000','71719132716','2024-06-23 11:51:56',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10234,'1000','71719132829','2024-06-23 11:54:04',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dn7'),(10235,'4000','71719132829','2024-06-23 11:54:04',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10236,'1000','71719132869','2024-06-23 12:52:01',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vz4'),(10237,'4000','71719132869','2024-06-23 12:52:01',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10238,'4000','71719132869','2024-06-23 11:54:29',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10239,'4000','71719132869','2024-06-23 12:51:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10240,'1000','71719136421','2024-06-23 16:56:24',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'M9l'),(10241,'4000','71719136421','2024-06-23 16:56:24',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10242,'1000','71719152974','2024-06-23 17:29:54',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Whp'),(10243,'4000','71719152974','2024-06-23 17:29:54',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10244,'4000','71719152974','2024-06-23 17:29:34',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10245,'1000','71719153005','2024-06-23 17:30:15',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'377'),(10246,'4000','71719153005','2024-06-23 17:30:15',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10247,'1110','71719153025','2024-06-23 17:30:37',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10248,'Asset','71719153025','2024-06-23 17:30:25',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10249,'1000','71719153025','2024-06-23 17:30:37',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bng'),(10250,'4000','71719153025','2024-06-23 17:30:37',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10251,'1000','71719153047','2024-06-23 17:31:08',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fp7'),(10252,'4000','71719153047','2024-06-23 17:31:08',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10253,'1000','71719153084','2024-06-23 17:31:44',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'D06'),(10254,'4000','71719153084','2024-06-23 17:31:44',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10255,'1000','71719153122','2024-06-23 17:32:58',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'097'),(10256,'4000','71719153122','2024-06-23 17:32:58',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10257,'4000','71719153122','2024-06-23 17:32:02',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10258,'1000','71719153192','2024-06-23 17:36:37',2100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P3l'),(10259,'4000','71719153192','2024-06-23 17:36:37',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10260,'4000','71719153192','2024-06-23 17:33:12',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10261,'4000','71719153192','2024-06-23 17:35:17',NULL,900.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10262,'1000','71719153413','2024-06-23 17:37:17',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nto'),(10263,'4000','71719153413','2024-06-23 17:37:17',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10264,'1000','71719153450','2024-06-23 17:37:39',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Moo'),(10265,'4000','71719153450','2024-06-23 17:37:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10266,'1000','71719153470','2024-06-23 17:38:02',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8gz'),(10267,'4000','71719153470','2024-06-23 17:38:02',NULL,600.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10268,'1000','71719153499','2024-06-23 18:03:45',100.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10269,'4000','71719153499','2024-06-23 18:03:45',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10270,'4000','71719153499','2024-06-23 17:38:19',NULL,0.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10271,'4000','71719153499','2024-06-23 17:38:32',NULL,0.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10272,'1000','71719155150','2024-06-23 18:10:03',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yh2'),(10273,'4000','71719155150','2024-06-23 18:10:03',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10274,'4000','71719155150','2024-06-23 18:05:50',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10275,'4000','71719155150','2024-06-23 18:08:34',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10276,'4000','71719155150','2024-06-23 18:09:21',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10277,'1000','71719155436','2024-06-23 18:12:28',1400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P4j'),(10278,'4000','71719155436','2024-06-23 18:12:28',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10279,'4000','71719155436','2024-06-23 18:10:36',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10280,'4000','71719155436','2024-06-23 18:11:49',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10281,'1000','71719155570','2024-06-23 18:13:16',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ple'),(10282,'4000','71719155570','2024-06-23 18:13:16',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10283,'4000','71719155570','2024-06-23 18:12:50',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10284,'1000','71719155604','2024-06-23 18:13:46',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Q0k'),(10285,'4000','71719155604','2024-06-23 18:13:46',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10286,'1000','71719155645','2024-06-23 18:14:20',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9oa'),(10287,'4000','71719155645','2024-06-23 18:14:20',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10288,'1000','71719155677','2024-06-23 18:16:17',155.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'61v'),(10289,'4000','71719155677','2024-06-23 18:16:17',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(10290,'4000','71719155677','2024-06-23 18:14:37',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10291,'1000','71719155798','2024-06-23 18:18:13',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bch'),(10292,'4000','71719155798','2024-06-23 18:18:13',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10293,'1000','71719155954','2024-06-23 18:19:51',420.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1rc'),(10294,'4000','71719155954','2024-06-23 18:19:51',NULL,120.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10295,'4000','71719155954','2024-06-23 18:19:14',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10296,'1000','71719156016','2024-06-23 18:21:13',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ry7'),(10297,'4000','71719156016','2024-06-23 18:21:13',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10298,'1000','71719156120','2024-06-23 18:22:36',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Sl1'),(10299,'4000','71719156120','2024-06-23 18:22:36',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(10300,'1000','71719156184','2024-06-23 18:23:14',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bip'),(10301,'4000','71719156184','2024-06-23 18:23:14',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10302,'1000','71719156217','2024-06-23 18:26:39',360.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zo5'),(10303,'4000','71719156217','2024-06-23 18:26:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10304,'4000','71719156217','2024-06-23 18:23:37',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10305,'4000','71719156217','2024-06-23 18:26:09',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(10306,'1000','71719156440','2024-06-23 18:29:29',1900.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3Wt'),(10307,'4000','71719156440','2024-06-23 18:29:29',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10308,'4000','71719156440','2024-06-23 18:27:20',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10309,'4000','71719156440','2024-06-23 18:27:47',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10310,'4000','71719156440','2024-06-23 18:28:00',NULL,100.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(10311,'4000','71719156440','2024-06-23 18:28:45',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10312,'1000','71719156592','2024-06-23 18:31:26',1000.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pot'),(10313,'4000','71719156592','2024-06-23 18:31:26',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10314,'4000','71719156592','2024-06-23 18:29:52',NULL,250.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10315,'1000','71719156698','2024-06-23 18:32:02',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cyb'),(10316,'4000','71719156698','2024-06-23 18:32:02',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10317,'1000','71719156731','2024-06-23 18:40:21',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'V24'),(10318,'4000','71719156731','2024-06-23 18:40:21',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10319,'4000','71719156731','2024-06-23 18:32:11',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10320,'1000','71719157243','2024-06-23 18:41:29',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yxv'),(10321,'4000','71719157243','2024-06-23 18:41:29',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10322,'4000','71719157243','2024-06-23 18:40:43',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10323,'1000','71719157331','2024-06-23 18:42:21',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'V6j'),(10324,'4000','71719157331','2024-06-23 18:42:21',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10325,'1000','71719157374','2024-06-23 18:44:39',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Np6'),(10326,'4000','71719157374','2024-06-23 18:44:39',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10327,'4000','71719157374','2024-06-23 18:42:54',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10328,'1000','71719157495','2024-06-23 18:45:31',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1uu'),(10329,'4000','71719157495','2024-06-23 18:45:31',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10330,'1000','71719157793','2024-06-23 18:50:04',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10331,'4000','71719157793','2024-06-23 18:50:04',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10332,'1000','71719157807','2024-06-23 18:50:16',600.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10333,'4000','71719157807','2024-06-23 18:50:16',NULL,600.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10334,'1000','71719157837','2024-06-23 18:51:14',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10335,'4000','71719157837','2024-06-23 18:51:14',NULL,150.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(10336,'1000','71719157889','2024-06-23 18:51:46',200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10337,'4000','71719157889','2024-06-23 18:51:46',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10338,'1000','71719159487','2024-06-23 19:18:43',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'R5v'),(10339,'4000','71719159487','2024-06-23 19:18:43',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10340,'4000','71719159487','2024-06-23 19:18:07',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(10341,'1110','71719166404','2024-06-23 21:14:16',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10342,'1110','71719166404','2024-06-23 21:13:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10343,'5500','71719166404','2024-06-23 21:14:06',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10344,'1000','71719166404','2024-06-23 21:14:16',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bp1'),(10345,'4000','71719166404','2024-06-23 21:14:16',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10346,'4000','71719166404','2024-06-23 21:13:24',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10347,'1000','71719166476','2024-06-23 21:15:19',240.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1r1'),(10348,'4000','71719166476','2024-06-23 21:15:19',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10349,'4000','71719166476','2024-06-23 21:14:36',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10350,'4000','71719166476','2024-06-23 21:14:54',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10351,'1000','71719166543','2024-06-23 21:16:43',360.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vec'),(10352,'4000','71719166543','2024-06-23 21:16:43',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10353,'4000','71719166543','2024-06-23 21:15:43',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10354,'4000','71719166543','2024-06-23 21:16:20',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(10355,'1000','71719166616','2024-06-23 21:18:49',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X61'),(10356,'4000','71719166616','2024-06-23 21:18:49',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10357,'4000','71719166616','2024-06-23 21:16:56',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10358,'1000','71719166753','2024-06-23 21:19:33',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9yb'),(10359,'4000','71719166753','2024-06-23 21:19:33',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10360,'1000','71719166794','2024-06-23 21:20:05',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Smo'),(10361,'4000','71719166794','2024-06-23 21:20:05',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10362,'1000','71719166869','2024-06-23 21:21:20',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'887'),(10363,'4000','71719166869','2024-06-23 21:21:20',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10364,'1000','71719166906','2024-06-23 21:22:10',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zwo'),(10365,'4000','71719166906','2024-06-23 21:22:10',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10366,'1000','71719166961','2024-06-23 21:23:06',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'84l'),(10367,'4000','71719166961','2024-06-23 21:23:06',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10368,'1000','71719167037','2024-06-23 21:24:45',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Usl'),(10369,'4000','71719167037','2024-06-23 21:24:45',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10370,'4000','71719167037','2024-06-23 21:23:57',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10371,'1000','71719167107','2024-06-23 21:26:15',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'58v'),(10372,'4000','71719167107','2024-06-23 21:26:15',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10373,'1000','71719167192','2024-06-23 21:26:52',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'270'),(10374,'4000','71719167192','2024-06-23 21:26:52',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10375,'1000','71719220619','2024-06-24 12:17:26',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dmn'),(10376,'4000','71719220619','2024-06-24 12:17:26',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10377,'4000','71719220619','2024-06-24 12:16:59',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10378,'1000','71719220672','2024-06-24 12:21:20',10.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rj2'),(10379,'4000','71719220672','2024-06-24 12:21:20',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(10380,'1110','71719220893','2024-06-24 12:50:07',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10381,'Asset','71719220893','2024-06-24 12:21:34',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10382,'1000','71719220893','2024-06-24 12:50:07',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'G2e'),(10383,'4000','71719220893','2024-06-24 12:50:07',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10384,'1000','61719233276','2024-06-24 15:48:06',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Olp'),(10385,'4000','61719233276','2024-06-24 15:48:06',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10386,'1000','61719233334','2024-06-24 15:49:03',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tet'),(10387,'4000','61719233334','2024-06-24 15:49:03',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10388,'4000','61719233334','2024-06-24 15:48:54',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10389,'1000','61719233389','2024-06-24 15:49:53',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3vt'),(10390,'4000','61719233389','2024-06-24 15:49:53',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10391,'1110','61719233439','2024-06-24 15:50:44',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10392,'Asset','61719233439','2024-06-24 15:50:39',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10393,'1000','61719233439','2024-06-24 15:50:44',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wzv'),(10394,'4000','61719233439','2024-06-24 15:50:44',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10395,'1000','61719233679','2024-06-24 15:54:41',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ean'),(10396,'4000','61719233679','2024-06-24 15:54:41',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10397,'1000','61719236975','2024-06-24 16:49:37',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Epg'),(10398,'4000','61719236975','2024-06-24 16:49:37',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10399,'1000','61719237013','2024-06-24 16:50:31',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wy4'),(10400,'4000','61719237013','2024-06-24 16:50:31',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10401,'1000','61719237066','2024-06-24 16:51:19',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8dn'),(10402,'4000','61719237066','2024-06-24 16:51:19',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10403,'4000','61719237066','2024-06-24 16:51:06',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10404,'1110','61719237116','2024-06-24 16:51:59',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10405,'Asset','61719237116','2024-06-24 16:51:56',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10406,'1000','61719237116','2024-06-24 16:51:59',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gva'),(10407,'4000','61719237116','2024-06-24 16:51:59',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10408,'1000','61719237156','2024-06-24 16:52:44',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Het'),(10409,'4000','61719237156','2024-06-24 16:52:44',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10410,'4000','61719237156','2024-06-24 16:52:36',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10411,'1000','61719237207','2024-06-24 16:54:05',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ra8'),(10412,'4000','61719237207','2024-06-24 16:54:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10413,'4000','61719237207','2024-06-24 16:53:27',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10414,'1110','61719237302','2024-06-24 16:55:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10415,'1110','61719237302','2024-06-24 16:55:02',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10416,'Asset','61719237302','2024-06-24 16:55:15',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10417,'1000','61719237302','2024-06-24 16:55:23',550.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10418,'4000','61719237302','2024-06-24 16:55:23',NULL,250.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10419,'4000','61719237302','2024-06-24 16:55:02',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10420,'1000','61719237364','2024-06-24 17:03:45',800.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10421,'4000','61719237364','2024-06-24 17:03:45',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10422,'4000','61719237364','2024-06-24 16:56:04',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10423,'4000','61719237364','2024-06-24 17:03:03',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10424,'1000','61719237835','2024-06-24 17:03:59',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10425,'4000','61719237835','2024-06-24 17:03:59',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10426,'1000','61719243498','2024-06-24 18:38:25',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10427,'4000','61719243498','2024-06-24 18:38:25',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10428,'1000','61719243545','2024-06-24 18:39:11',250.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10429,'4000','61719243545','2024-06-24 18:39:11',NULL,250.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10430,'1000','61719243645','2024-06-24 18:40:46',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M7y'),(10431,'4000','61719243645','2024-06-24 18:40:46',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10432,'1000','61719243904','2024-06-24 18:45:15',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10433,'4000','61719243904','2024-06-24 18:45:15',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10434,'4000','61719243904','2024-06-24 18:45:04',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10435,'1000','61719243993','2024-06-24 18:46:41',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10436,'4000','61719243993','2024-06-24 18:46:41',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10437,'1000','61719246224','2024-06-24 19:24:22',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10438,'4000','61719246224','2024-06-24 19:24:22',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10439,'1110','61719246347','2024-06-24 19:26:52',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10440,'1110','61719246347','2024-06-24 19:25:47',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(10441,'1110','61719246347','2024-06-24 19:26:24',NULL,0.00,'','6','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(10442,'Asset','61719246347','2024-06-24 19:26:48',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10443,'1000','61719246347','2024-06-24 19:26:52',360.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hc6'),(10444,'4000','61719246347','2024-06-24 19:26:52',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10445,'4000','61719246347','2024-06-24 19:25:47',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(10446,'4000','61719246347','2024-06-24 19:26:24',NULL,10.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(10447,'1110','61719246461','2024-06-24 19:47:00',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10448,'1110','61719246461','2024-06-24 19:27:41',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(10449,'5500','61719246461','2024-06-24 19:46:55',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10450,'1000','61719246461','2024-06-24 19:47:00',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10451,'4000','61719246461','2024-06-24 19:47:00',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10452,'4000','61719246461','2024-06-24 19:27:41',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(10453,'1000','61719248157','2024-06-24 19:56:09',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10454,'4000','61719248157','2024-06-24 19:56:09',NULL,600.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10455,'1000','61719248243','2024-06-24 19:58:15',660.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10456,'4000','61719248243','2024-06-24 19:58:15',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10457,'4000','61719248243','2024-06-24 19:57:23',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10458,'4000','61719248243','2024-06-24 19:57:37',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(10459,'4000','61719248243','2024-06-24 19:57:45',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10460,'1110','61719248782','2024-06-24 20:06:57',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10461,'1110','61719248782','2024-06-24 20:06:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10462,'1110','61719248782','2024-06-24 20:06:29',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10463,'5500','61719248782','2024-06-24 20:06:38',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10464,'1000','61719248782','2024-06-24 20:06:57',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10465,'4000','61719248782','2024-06-24 20:06:57',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10466,'4000','61719248782','2024-06-24 20:06:23',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10467,'4000','61719248782','2024-06-24 20:06:29',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10468,'1000','61719248843','2024-06-24 20:07:57',280.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nra'),(10469,'4000','61719248843','2024-06-24 20:07:57',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10470,'4000','61719248843','2024-06-24 20:07:23',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10471,'4000','61719248843','2024-06-24 20:07:31',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(10472,'1000','61719248948','2024-06-24 20:09:09',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zhj'),(10473,'4000','61719248948','2024-06-24 20:09:09',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10474,'1000','61719248962','2024-06-24 20:32:16',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'ZHJ'),(10475,'4000','61719248962','2024-06-24 20:32:16',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10476,'1000','61719250611','2024-06-24 20:37:01',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10477,'4000','61719250611','2024-06-24 20:37:01',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10478,'1000','71719302351','2024-06-25 10:59:54',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jdm'),(10479,'4000','71719302351','2024-06-25 10:59:54',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10480,'4000','71719302351','2024-06-25 10:59:34',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10481,'4000','71719302351','2024-06-25 10:59:41',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10482,'1110','71719302433','2024-06-25 11:08:28',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10483,'Asset','71719302433','2024-06-25 11:00:33',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10484,'1000','71719302433','2024-06-25 11:08:28',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'237'),(10485,'4000','71719302433','2024-06-25 11:08:28',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10486,'1000','71719302975','2024-06-25 12:09:09',310.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tew'),(10487,'4000','71719302975','2024-06-25 12:09:09',NULL,160.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10488,'4000','71719302975','2024-06-25 11:09:35',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10489,'1110','71719318967','2024-06-25 15:36:50',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10490,'Asset','71719318967','2024-06-25 15:36:07',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10491,'1000','71719318967','2024-06-25 15:36:50',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bko'),(10492,'4000','71719318967','2024-06-25 15:36:50',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10493,'1000','71719319024','2024-06-25 15:37:51',90.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'15c'),(10494,'4000','71719319024','2024-06-25 15:37:51',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10495,'4000','71719319024','2024-06-25 15:37:29',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10496,'1000','71719319084','2024-06-25 15:38:34',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'F3l'),(10497,'4000','71719319084','2024-06-25 15:38:34',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10498,'1000','71719324091','2024-06-25 18:24:12',550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'If1'),(10499,'4000','71719324091','2024-06-25 18:24:12',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10500,'4000','71719324091','2024-06-25 17:01:31',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10501,'1000','71719329070','2024-06-25 18:25:17',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ujd'),(10502,'4000','71719329070','2024-06-25 18:25:17',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10503,'4000','71719329070','2024-06-25 18:24:30',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10504,'1000','71719329144','2024-06-25 18:25:58',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zow'),(10505,'4000','71719329144','2024-06-25 18:25:58',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10506,'1110','71719329171','2024-06-25 18:26:29',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10507,'Asset','71719329171','2024-06-25 18:26:11',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10508,'1000','71719329171','2024-06-25 18:26:29',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8h0'),(10509,'4000','71719329171','2024-06-25 18:26:29',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10510,'1000','71719329205','2024-06-25 18:27:00',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ec3'),(10511,'4000','71719329205','2024-06-25 18:27:00',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10512,'1000','71719329238','2024-06-25 18:27:33',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wl0'),(10513,'4000','71719329238','2024-06-25 18:27:33',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10514,'1000','71719329274','2024-06-25 18:28:07',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nuk'),(10515,'4000','71719329274','2024-06-25 18:28:07',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10516,'1000','71719329302','2024-06-25 18:28:34',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'L4r'),(10517,'4000','71719329302','2024-06-25 18:28:34',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10518,'1000','71719329348','2024-06-25 18:29:22',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'N5c'),(10519,'4000','71719329348','2024-06-25 18:29:22',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10520,'1000','71719329378','2024-06-25 18:30:43',355.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2jn'),(10521,'4000','71719329378','2024-06-25 18:30:43',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10522,'4000','71719329378','2024-06-25 18:29:38',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10523,'4000','71719329378','2024-06-25 18:30:10',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(10524,'1000','71719329457','2024-06-25 18:32:42',440.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5z1'),(10525,'4000','71719329457','2024-06-25 18:32:42',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10526,'4000','71719329457','2024-06-25 18:31:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10527,'4000','71719329457','2024-06-25 18:31:32',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(10528,'1000','71719329598','2024-06-25 18:34:11',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gb4'),(10529,'4000','71719329598','2024-06-25 18:34:11',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10530,'4000','71719329598','2024-06-25 18:33:18',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(10531,'4000','71719329598','2024-06-25 18:33:47',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10532,'1000','71719329728','2024-06-25 18:36:40',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bii'),(10533,'4000','71719329728','2024-06-25 18:36:40',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10534,'4000','71719329728','2024-06-25 18:35:28',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10535,'1000','71719329827','2024-06-25 18:39:00',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'L83'),(10536,'4000','71719329827','2024-06-25 18:39:00',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10537,'4000','71719329827','2024-06-25 18:37:07',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10538,'4000','71719329827','2024-06-25 18:37:46',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10539,'1000','71719329994','2024-06-25 18:42:27',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lkf'),(10540,'4000','71719329994','2024-06-25 18:42:27',NULL,150.00,'','7','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10541,'4000','71719329994','2024-06-25 18:39:54',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10542,'1000','71719334473','2024-06-25 19:54:47',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4k2'),(10543,'4000','71719334473','2024-06-25 19:54:47',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10544,'1000','71719334535','2024-06-25 19:56:27',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jnh'),(10545,'4000','71719334535','2024-06-25 19:56:27',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10546,'4000','71719334535','2024-06-25 19:55:35',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10547,'1000','71719335285','2024-06-25 20:08:16',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vek'),(10548,'4000','71719335285','2024-06-25 20:08:16',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10549,'1000','71719335306','2024-06-25 20:08:42',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Paf'),(10550,'4000','71719335306','2024-06-25 20:08:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10551,'1110','71719335333','2024-06-25 20:09:08',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10552,'Asset','71719335333','2024-06-25 20:08:53',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10553,'1000','71719335333','2024-06-25 20:09:08',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P0m'),(10554,'4000','71719335333','2024-06-25 20:09:08',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10555,'1000','61719408969','2024-06-26 16:36:15',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2n7'),(10556,'4000','61719408969','2024-06-26 16:36:15',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10557,'1000','61719409006','2024-06-26 16:36:52',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jc4'),(10558,'4000','61719409006','2024-06-26 16:36:52',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10559,'1000','61719409042','2024-06-26 16:37:25',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ssk'),(10560,'4000','61719409042','2024-06-26 16:37:25',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10561,'1000','61719409103','2024-06-26 16:39:23',1100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fgm'),(10562,'4000','61719409103','2024-06-26 16:39:23',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10563,'4000','61719409103','2024-06-26 16:38:23',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10564,'1000','61719409197','2024-06-26 16:40:26',840.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5pv'),(10565,'4000','61719409197','2024-06-26 16:40:26',NULL,600.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10566,'4000','61719409197','2024-06-26 16:39:57',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10567,'4000','61719409197','2024-06-26 16:40:09',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10568,'1110','61719409275','2024-06-26 16:41:58',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10569,'1110','61719409275','2024-06-26 16:41:15',NULL,0.00,'','6','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(10570,'1110','61719409275','2024-06-26 16:41:33',NULL,0.00,'','6','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(10571,'5500','61719409275','2024-06-26 16:41:54',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10572,'1000','61719409275','2024-06-26 16:41:58',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7ni'),(10573,'4000','61719409275','2024-06-26 16:41:58',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10574,'4000','61719409275','2024-06-26 16:41:15',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10575,'4000','61719409275','2024-06-26 16:41:33',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(10576,'1000','61719409348','2024-06-26 16:42:31',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N7i'),(10577,'4000','61719409348','2024-06-26 16:42:31',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10578,'1000','61719409395','2024-06-26 16:44:45',1000.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gfl'),(10579,'4000','61719409395','2024-06-26 16:44:45',NULL,600.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10580,'4000','61719409395','2024-06-26 16:43:15',NULL,300.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10581,'4000','61719409395','2024-06-26 16:43:25',NULL,50.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(10582,'4000','61719409395','2024-06-26 16:43:36',NULL,50.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(10583,'1110','61719409533','2024-06-26 16:46:13',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10584,'1110','61719409533','2024-06-26 16:45:33',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(10585,'1110','61719409533','2024-06-26 16:45:45',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10586,'1110','61719409533','2024-06-26 16:45:55',NULL,0.00,'','6','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(10587,'5500','61719409533','2024-06-26 16:46:05',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10588,'1000','61719409533','2024-06-26 16:46:13',1000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10589,'4000','61719409533','2024-06-26 16:46:13',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10590,'4000','61719409533','2024-06-26 16:45:33',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10591,'4000','61719409533','2024-06-26 16:45:45',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10592,'4000','61719409533','2024-06-26 16:45:55',NULL,50.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(10593,'1000','61719409589','2024-06-26 16:46:31',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10594,'4000','61719409589','2024-06-26 16:46:31',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(10595,'1000','61719409604','2024-06-26 16:46:47',40.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10596,'4000','61719409604','2024-06-26 16:46:47',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10597,'1000','61719409801','2024-06-26 16:50:03',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10598,'4000','61719409801','2024-06-26 16:50:03',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(10599,'1110','61719416127','2024-06-26 18:35:37',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10600,'1110','61719416127','2024-06-26 18:35:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10601,'5500','61719416127','2024-06-26 18:35:34',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10602,'1000','61719416127','2024-06-26 18:35:37',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Shh'),(10603,'4000','61719416127','2024-06-26 18:35:37',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10604,'4000','61719416127','2024-06-26 18:35:27',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10605,'1000','61719416178','2024-06-26 18:36:57',265.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ior'),(10606,'4000','61719416178','2024-06-26 18:36:57',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10607,'4000','61719416178','2024-06-26 18:36:18',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10608,'4000','61719416178','2024-06-26 18:36:33',NULL,15.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(10609,'1000','61719416246','2024-06-26 18:37:42',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N9a'),(10610,'4000','61719416246','2024-06-26 18:37:42',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10611,'1000','61719416303','2024-06-26 18:38:29',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bpc'),(10612,'4000','61719416303','2024-06-26 18:38:29',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10613,'1000','61719416345','2024-06-26 18:39:29',550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'C4g'),(10614,'4000','61719416345','2024-06-26 18:39:29',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10615,'4000','61719416345','2024-06-26 18:39:05',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10616,'4000','61719416345','2024-06-26 18:39:12',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10617,'1000','61719416410','2024-06-26 18:40:28',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10618,'4000','61719416410','2024-06-26 18:40:28',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10619,'4000','61719416410','2024-06-26 18:40:10',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10620,'1000','61719420333','2024-06-26 19:45:48',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10621,'4000','61719420333','2024-06-26 19:45:48',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10622,'1000','61719420374','2024-06-26 19:46:36',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10623,'4000','61719420374','2024-06-26 19:46:36',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10624,'4000','61719420374','2024-06-26 19:46:14',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10625,'1000','61719424993','2024-06-26 21:03:15',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9i1'),(10626,'4000','61719424993','2024-06-26 21:03:15',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10627,'1000','61719425065','2024-06-26 21:04:49',320.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M9e'),(10628,'4000','61719425065','2024-06-26 21:04:49',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10629,'4000','61719425065','2024-06-26 21:04:25',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(10630,'1000','61719425116','2024-06-26 21:05:17',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ncg'),(10631,'4000','61719425116','2024-06-26 21:05:17',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10632,'1000','61719425139','2024-06-26 21:05:51',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'321'),(10633,'4000','61719425139','2024-06-26 21:05:51',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10634,'4000','61719425139','2024-06-26 21:05:39',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10635,'1000','61719425175','2024-06-26 21:06:25',155.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Num'),(10636,'4000','61719425175','2024-06-26 21:06:25',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10637,'4000','61719425175','2024-06-26 21:06:15',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(10638,'1000','61719425358','2024-06-26 21:12:34',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0c0'),(10639,'4000','61719425358','2024-06-26 21:12:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10640,'1000','61719425580','2024-06-26 21:13:02',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10641,'4000','61719425580','2024-06-26 21:13:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10642,'1000','71719336289','2024-06-27 18:17:41',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6g1'),(10643,'4000','71719336289','2024-06-27 18:17:41',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10644,'4000','71719336289','2024-06-25 20:24:49',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10645,'1000','71719501479','2024-06-27 19:07:07',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9jl'),(10646,'4000','71719501479','2024-06-27 19:07:07',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10647,'1000','71719504605','2024-06-27 19:37:34',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Anw'),(10648,'4000','71719504605','2024-06-27 19:37:34',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10649,'1110','71719506282','2024-06-27 19:38:14',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10650,'Asset','71719506282','2024-06-27 19:38:02',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10651,'1000','71719506282','2024-06-27 19:38:14',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wws'),(10652,'4000','71719506282','2024-06-27 19:38:14',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10653,'1000','71719506302','2024-06-27 19:40:52',320.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P2e'),(10654,'4000','71719506302','2024-06-27 19:40:52',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10655,'4000','71719506302','2024-06-27 19:38:22',NULL,150.00,'','7','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10656,'4000','71719506302','2024-06-27 19:38:46',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(10657,'1110','71719506875','2024-06-27 19:48:05',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10658,'Asset','71719506875','2024-06-27 19:47:55',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10659,'1000','71719506875','2024-06-27 19:48:05',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uke'),(10660,'4000','71719506875','2024-06-27 19:48:05',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10661,'1000','71719512095','2024-06-28 14:31:44',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Li9'),(10662,'4000','71719512095','2024-06-28 14:31:44',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10663,'1000','71719574473','2024-06-28 14:34:40',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cvd'),(10664,'4000','71719574473','2024-06-28 14:34:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10665,'1110','71719574492','2024-06-28 14:35:04',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10666,'Asset','71719574492','2024-06-28 14:34:52',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10667,'1000','71719574492','2024-06-28 14:35:04',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xx7'),(10668,'4000','71719574492','2024-06-28 14:35:04',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10669,'1000','71719574512','2024-06-28 14:35:23',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'U34'),(10670,'4000','71719574512','2024-06-28 14:35:23',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10671,'1110','71719574535','2024-06-28 14:35:47',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10672,'Asset','71719574535','2024-06-28 14:35:35',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10673,'1000','71719574535','2024-06-28 14:35:47',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Htb'),(10674,'4000','71719574535','2024-06-28 14:35:47',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10675,'1000','71719574558','2024-06-28 14:36:24',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pnc'),(10676,'4000','71719574558','2024-06-28 14:36:24',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(10677,'1000','71719574596','2024-06-28 14:39:55',610.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'290'),(10678,'4000','71719574596','2024-06-28 14:39:55',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10679,'4000','71719574596','2024-06-28 14:36:36',NULL,10.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(10680,'1000','71719574806','2024-06-28 14:40:24',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3j1'),(10681,'4000','71719574806','2024-06-28 14:40:24',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10682,'1000','71719574842','2024-06-28 14:40:54',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Eym'),(10683,'4000','71719574842','2024-06-28 14:40:54',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(10684,'1110','61719575126','2024-06-28 14:45:45',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10685,'Asset','61719575126','2024-06-28 14:45:26',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10686,'1000','61719575126','2024-06-28 14:45:45',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10687,'4000','61719575126','2024-06-28 14:45:45',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10688,'1110','61719575166','2024-06-28 14:46:15',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10689,'1110','61719575166','2024-06-28 14:46:06',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10690,'5500','61719575166','2024-06-28 14:46:13',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10691,'1000','61719575166','2024-06-28 14:46:15',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10692,'4000','61719575166','2024-06-28 14:46:15',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10693,'4000','61719575166','2024-06-28 14:46:06',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10694,'1000','61719575194','2024-06-28 14:46:38',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10695,'4000','61719575194','2024-06-28 14:46:38',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10696,'1000','61719575305','2024-06-28 14:48:28',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10697,'4000','61719575305','2024-06-28 14:48:28',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10698,'1000','61719583570','2024-06-28 17:06:52',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vu8'),(10699,'4000','61719583570','2024-06-28 17:06:52',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10700,'4000','61719583570','2024-06-28 17:06:10',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10701,'1110','61719583642','2024-06-28 17:07:25',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10702,'Asset','61719583642','2024-06-28 17:07:22',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10703,'1000','61719583642','2024-06-28 17:07:25',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jue'),(10704,'4000','61719583642','2024-06-28 17:07:25',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10705,'1000','61719583668','2024-06-28 17:07:50',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9jd'),(10706,'4000','61719583668','2024-06-28 17:07:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10707,'1110','61719583717','2024-06-28 17:08:39',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10708,'Asset','61719583717','2024-06-28 17:08:37',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10709,'1000','61719583717','2024-06-28 17:08:39',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Clr'),(10710,'4000','61719583717','2024-06-28 17:08:39',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10711,'1000','61719583760','2024-06-28 17:09:21',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'302'),(10712,'4000','61719583760','2024-06-28 17:09:21',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10713,'1000','61719583797','2024-06-28 17:10:11',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cup'),(10714,'4000','61719583797','2024-06-28 17:10:11',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10715,'4000','61719583797','2024-06-28 17:09:57',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10716,'1000','61719583838','2024-06-28 17:10:40',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5td'),(10717,'4000','61719583838','2024-06-28 17:10:40',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10718,'1000','61719583870','2024-06-28 17:11:27',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bfo'),(10719,'4000','61719583870','2024-06-28 17:11:27',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10720,'4000','61719583870','2024-06-28 17:11:10',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10721,'1110','61719584119','2024-06-28 17:15:22',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10722,'Asset','61719584119','2024-06-28 17:15:19',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10723,'1000','61719584119','2024-06-28 17:15:22',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10724,'4000','61719584119','2024-06-28 17:15:22',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10725,'1000','61719587619','2024-06-28 18:14:33',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dwh'),(10726,'4000','61719587619','2024-06-28 18:14:33',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10727,'4000','61719587619','2024-06-28 18:13:39',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10728,'1000','61719596866','2024-06-28 20:47:47',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Okc'),(10729,'4000','61719596866','2024-06-28 20:47:47',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10730,'1000','61719596895','2024-06-28 20:48:18',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lh1'),(10731,'4000','61719596895','2024-06-28 20:48:18',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10732,'1110','61719596974','2024-06-28 20:49:37',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10733,'Asset','61719596974','2024-06-28 20:49:34',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10734,'1000','61719596974','2024-06-28 20:49:37',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'050'),(10735,'4000','61719596974','2024-06-28 20:49:37',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10736,'1000','61719597002','2024-06-28 20:50:03',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sr6'),(10737,'4000','61719597002','2024-06-28 20:50:03',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10738,'1000','61719597033','2024-06-28 20:50:35',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zjc'),(10739,'4000','61719597033','2024-06-28 20:50:35',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10740,'1000','61719597056','2024-06-28 20:50:57',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M13'),(10741,'4000','61719597056','2024-06-28 20:50:57',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10742,'1000','61719597083','2024-06-28 20:52:21',155.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Djw'),(10743,'4000','61719597083','2024-06-28 20:52:21',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10744,'4000','61719597083','2024-06-28 20:51:23',NULL,5.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(10745,'1000','61719597165','2024-06-28 20:52:46',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'735'),(10746,'4000','61719597165','2024-06-28 20:52:46',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10747,'1000','61719597194','2024-06-28 20:53:24',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Z3z'),(10748,'4000','61719597194','2024-06-28 20:53:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10749,'4000','61719597194','2024-06-28 20:53:14',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10750,'1110','61719597243','2024-06-28 20:56:00',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10751,'1110','61719597243','2024-06-28 20:54:03',NULL,0.00,'','6','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(10752,'1110','61719597243','2024-06-28 20:54:47',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10753,'5500','61719597243','2024-06-28 20:55:54',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10754,'1000','61719597243','2024-06-28 20:56:00',570.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ho1'),(10755,'4000','61719597243','2024-06-28 20:56:00',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10756,'4000','61719597243','2024-06-28 20:54:03',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(10757,'4000','61719597243','2024-06-28 20:54:47',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10758,'1000','61719597389','2024-06-28 20:56:30',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bqz'),(10759,'4000','61719597389','2024-06-28 20:56:30',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10760,'1000','61719656394','2024-06-29 13:21:31',270.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'35a'),(10761,'4000','61719656394','2024-06-29 13:21:31',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10762,'4000','61719656394','2024-06-29 13:19:54',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10763,'4000','61719656394','2024-06-29 13:20:08',NULL,80.00,'','6','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10764,'1110','61719656588','2024-06-29 13:23:38',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10765,'1110','61719656588','2024-06-29 13:23:08',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(10766,'5500','61719656588','2024-06-29 13:23:30',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10767,'1000','61719656588','2024-06-29 13:23:38',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'46y'),(10768,'4000','61719656588','2024-06-29 13:23:38',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10769,'4000','61719656588','2024-06-29 13:23:08',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10770,'1000','61719656664','2024-06-29 13:24:28',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'09h'),(10771,'4000','61719656664','2024-06-29 13:24:28',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10772,'1110','61719656745','2024-06-29 13:25:50',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10773,'Asset','61719656745','2024-06-29 13:25:46',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10774,'1000','61719656745','2024-06-29 13:25:50',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nhz'),(10775,'4000','61719656745','2024-06-29 13:25:50',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10776,'1000','61719656795','2024-06-29 13:27:20',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gu0'),(10777,'4000','61719656795','2024-06-29 13:27:20',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10778,'1000','71719665148','2024-06-29 15:46:42',850.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wz8'),(10779,'4000','71719665148','2024-06-29 15:46:42',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10780,'4000','71719665148','2024-06-29 15:45:48',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10781,'1000','71719665215','2024-06-29 15:47:35',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Q91'),(10782,'4000','71719665215','2024-06-29 15:47:35',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10783,'4000','71719665215','2024-06-29 15:46:55',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(10784,'1000','71719665284','2024-06-29 15:48:26',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qzg'),(10785,'4000','71719665284','2024-06-29 15:48:26',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10786,'1000','71719665384','2024-06-29 15:50:07',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5wq'),(10787,'4000','71719665384','2024-06-29 15:50:07',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10788,'1000','71719682225','2024-06-29 20:31:16',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bep'),(10789,'4000','71719682225','2024-06-29 20:31:16',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10790,'1000','71719682370','2024-06-29 20:33:10',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4jr'),(10791,'4000','71719682370','2024-06-29 20:33:10',NULL,450.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10792,'1000','71719682410','2024-06-29 20:33:59',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cnm'),(10793,'4000','71719682410','2024-06-29 20:33:59',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10794,'1000','71719682466','2024-06-29 20:35:27',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0u9'),(10795,'4000','71719682466','2024-06-29 20:35:27',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10796,'4000','71719682466','2024-06-29 20:34:26',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10797,'1000','71719682552','2024-06-29 20:37:03',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fu9'),(10798,'4000','71719682552','2024-06-29 20:37:03',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10799,'4000','71719682552','2024-06-29 20:35:52',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10800,'1000','71719682640','2024-06-29 20:37:45',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'X6c'),(10801,'4000','71719682640','2024-06-29 20:37:45',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10802,'1000','71719682689','2024-06-29 20:38:51',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2uo'),(10803,'4000','71719682689','2024-06-29 20:38:51',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10804,'4000','71719682689','2024-06-29 20:38:09',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10805,'1000','71719682753','2024-06-29 20:39:30',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Suh'),(10806,'4000','71719682753','2024-06-29 20:39:30',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10807,'1000','71719682906','2024-06-29 20:42:27',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1j9'),(10808,'4000','71719682906','2024-06-29 20:42:27',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10809,'4000','71719682906','2024-06-29 20:41:46',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10810,'1000','71719682970','2024-06-29 20:43:14',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wox'),(10811,'4000','71719682970','2024-06-29 20:43:14',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10812,'4000','71719682970','2024-06-29 20:42:50',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10813,'1000','71719683023','2024-06-29 20:44:23',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5wq'),(10814,'4000','71719683023','2024-06-29 20:44:23',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10815,'1000','71719683085','2024-06-29 20:45:46',800.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'K4z'),(10816,'4000','71719683085','2024-06-29 20:45:46',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10817,'1000','71719683325','2024-06-29 20:51:34',750.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10818,'4000','71719683325','2024-06-29 20:51:34',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10819,'4000','71719683325','2024-06-29 20:48:45',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10820,'4000','71719683325','2024-06-29 20:48:54',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10821,'1000','71719683505','2024-06-29 20:52:05',700.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10822,'4000','71719683505','2024-06-29 20:52:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10823,'4000','71719683505','2024-06-29 20:51:46',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10824,'4000','71719683505','2024-06-29 20:51:49',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10825,'1110','71719683942','2024-06-29 20:59:09',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10826,'1110','71719683942','2024-06-29 20:59:02',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10827,'Asset','71719683942','2024-06-29 20:59:08',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10828,'1000','71719683942','2024-06-29 20:59:09',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10829,'4000','71719683942','2024-06-29 20:59:09',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10830,'4000','71719683942','2024-06-29 20:59:02',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10831,'1000','71719683981','2024-06-29 20:59:48',230.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10832,'4000','71719683981','2024-06-29 20:59:48',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10833,'4000','71719683981','2024-06-29 20:59:41',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10834,'1000','71719684135','2024-06-29 21:02:16',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10835,'4000','71719684135','2024-06-29 21:02:16',NULL,450.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10836,'1000','71719684161','2024-06-29 21:02:54',200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10837,'4000','71719684161','2024-06-29 21:02:54',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10838,'4000','71719684161','2024-06-29 21:02:41',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10839,'4000','71719684161','2024-06-29 21:02:47',NULL,10.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(10840,'1110','71719684267','2024-06-29 21:04:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10841,'1110','71719684267','2024-06-29 21:04:27',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10842,'Asset','71719684267','2024-06-29 21:04:32',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10843,'1000','71719684267','2024-06-29 21:04:33',600.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10844,'4000','71719684267','2024-06-29 21:04:33',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10845,'4000','71719684267','2024-06-29 21:04:27',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10846,'1000','71719684283','2024-06-29 21:06:02',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10847,'4000','71719684283','2024-06-29 21:06:02',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10848,'4000','71719684283','2024-06-29 21:04:43',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10849,'4000','71719684283','2024-06-29 21:06:01',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10850,'1110','71719684518','2024-06-29 21:09:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10851,'1110','71719684518','2024-06-29 21:08:38',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10852,'1110','71719684518','2024-06-29 21:08:40',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(10853,'1110','71719684518','2024-06-29 21:08:42',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10854,'1110','71719684518','2024-06-29 21:09:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(10855,'5500','71719684518','2024-06-29 21:09:12',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10856,'1000','71719684518','2024-06-29 21:09:13',520.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10857,'4000','71719684518','2024-06-29 21:09:13',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10858,'4000','71719684518','2024-06-29 21:08:38',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10859,'4000','71719684518','2024-06-29 21:08:40',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10860,'4000','71719684518','2024-06-29 21:08:42',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10861,'4000','71719684518','2024-06-29 21:09:06',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(10862,'1000','71719684677','2024-06-29 21:11:29',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4as'),(10863,'4000','71719684677','2024-06-29 21:11:29',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10864,'4000','71719684677','2024-06-29 21:11:17',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10865,'1000','71719684727','2024-06-29 21:12:08',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'752'),(10866,'4000','71719684727','2024-06-29 21:12:08',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10867,'1000','71719684749','2024-06-29 21:12:45',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rim'),(10868,'4000','71719684749','2024-06-29 21:12:45',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10869,'4000','71719684749','2024-06-29 21:12:29',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10870,'1000','61719740264','2024-06-30 12:37:47',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'570'),(10871,'4000','61719740264','2024-06-30 12:37:47',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10872,'1000','61719740308','2024-06-30 12:38:55',550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hmw'),(10873,'4000','61719740308','2024-06-30 12:38:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10874,'4000','61719740308','2024-06-30 12:38:28',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10875,'1000','61719740367','2024-06-30 12:39:41',620.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Whh'),(10876,'4000','61719740367','2024-06-30 12:39:41',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10877,'4000','61719740367','2024-06-30 12:39:27',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(10878,'1000','61719740412','2024-06-30 12:41:34',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pfa'),(10879,'4000','61719740412','2024-06-30 12:41:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10880,'4000','61719740412','2024-06-30 12:40:12',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10881,'1110','61719740524','2024-06-30 12:42:14',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(10882,'1110','61719740524','2024-06-30 12:42:04',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10883,'1110','61719740524','2024-06-30 12:42:07',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10884,'5500','61719740524','2024-06-30 12:42:12',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10885,'1000','61719740524','2024-06-30 12:42:14',750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10886,'4000','61719740524','2024-06-30 12:42:14',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10887,'4000','61719740524','2024-06-30 12:42:04',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10888,'4000','61719740524','2024-06-30 12:42:07',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10889,'1000','61719741379','2024-06-30 12:56:22',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10890,'4000','61719741379','2024-06-30 12:56:22',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10891,'1000','61719742152','2024-06-30 13:09:22',750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10892,'4000','61719742152','2024-06-30 13:09:22',NULL,750.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10893,'1000','61719742657','2024-06-30 13:22:13',650.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kvr'),(10894,'4000','61719742657','2024-06-30 13:22:13',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10895,'4000','61719742657','2024-06-30 13:17:37',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10896,'1000','61719743574','2024-06-30 13:33:36',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Voc'),(10897,'4000','61719743574','2024-06-30 13:33:36',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10898,'1000','71719743712','2024-06-30 13:35:42',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10899,'4000','71719743712','2024-06-30 13:35:42',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10900,'4000','71719743712','2024-06-30 13:35:12',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10901,'1000','71719743743','2024-06-30 13:36:36',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1rq'),(10902,'4000','71719743743','2024-06-30 13:36:36',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10903,'1000','71719743807','2024-06-30 13:37:00',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oh4'),(10904,'4000','71719743807','2024-06-30 13:37:00',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10905,'1000','71719743830','2024-06-30 13:37:19',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10906,'4000','71719743830','2024-06-30 13:37:19',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10907,'1000','71719743954','2024-06-30 13:40:56',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1qr'),(10908,'4000','71719743954','2024-06-30 13:40:56',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10909,'4000','71719743954','2024-06-30 13:39:14',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10910,'1000','71719745696','2024-06-30 14:08:25',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ub8'),(10911,'4000','71719745696','2024-06-30 14:08:25',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10912,'1110','71719745718','2024-06-30 14:09:13',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10913,'1110','71719745718','2024-06-30 14:08:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(10914,'1110','71719745718','2024-06-30 14:08:56',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10915,'5500','71719745718','2024-06-30 14:09:07',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10916,'1000','71719745718','2024-06-30 14:09:13',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6fe'),(10917,'4000','71719745718','2024-06-30 14:09:13',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10918,'4000','71719745718','2024-06-30 14:08:38',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10919,'4000','71719745718','2024-06-30 14:08:56',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10920,'1110','71719752217','2024-06-30 16:39:30',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10921,'1110','71719752217','2024-06-30 15:56:57',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10922,'5500','71719752217','2024-06-30 16:39:04',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10923,'1000','71719752217','2024-06-30 16:39:30',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'D6c'),(10924,'4000','71719752217','2024-06-30 16:39:30',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10925,'4000','71719752217','2024-06-30 15:56:57',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10926,'1000','71719754786','2024-06-30 16:40:16',550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oso'),(10927,'4000','71719754786','2024-06-30 16:40:16',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10928,'4000','71719754786','2024-06-30 16:39:46',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10929,'1000','71719754827','2024-06-30 16:40:53',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ipo'),(10930,'4000','71719754827','2024-06-30 16:40:53',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(10931,'1000','71719754863','2024-06-30 16:41:19',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qsc'),(10932,'4000','71719754863','2024-06-30 16:41:19',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10933,'1000','71719754890','2024-06-30 16:41:43',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'40t'),(10934,'4000','71719754890','2024-06-30 16:41:43',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10935,'1000','71719754916','2024-06-30 16:42:45',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'28z'),(10936,'4000','71719754916','2024-06-30 16:42:45',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10937,'1000','71719754978','2024-06-30 16:44:53',310.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7v4'),(10938,'4000','71719754978','2024-06-30 16:44:53',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10939,'4000','71719754978','2024-06-30 16:42:59',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(10940,'1000','71719755111','2024-06-30 16:45:41',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9qq'),(10941,'4000','71719755111','2024-06-30 16:45:41',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10942,'1000','71719755159','2024-06-30 16:46:09',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Y94'),(10943,'4000','71719755159','2024-06-30 16:46:09',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10944,'1000','71719755264','2024-06-30 16:47:55',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nkc'),(10945,'4000','71719755264','2024-06-30 16:47:55',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10946,'1110','71719755289','2024-06-30 16:48:37',NULL,181.80,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10947,'1110','71719755289','2024-06-30 16:48:09',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(10948,'5500','71719755289','2024-06-30 16:48:25',181.80,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10949,'1000','71719755289','2024-06-30 16:48:37',640.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'226'),(10950,'4000','71719755289','2024-06-30 16:48:37',NULL,600.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10951,'4000','71719755289','2024-06-30 16:48:09',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10952,'1000','71719755339','2024-06-30 16:49:10',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lvo'),(10953,'4000','71719755339','2024-06-30 16:49:10',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10954,'1000','71719755361','2024-06-30 16:49:30',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mct'),(10955,'4000','71719755361','2024-06-30 16:49:30',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10956,'1000','71719755378','2024-06-30 16:49:47',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zav'),(10957,'4000','71719755378','2024-06-30 16:49:47',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10958,'1000','71719755425','2024-06-30 16:50:42',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Q0u'),(10959,'4000','71719755425','2024-06-30 16:50:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10960,'4000','71719755425','2024-06-30 16:50:25',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10961,'1000','71719755485','2024-06-30 16:52:46',1200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hzo'),(10962,'4000','71719755485','2024-06-30 16:52:46',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10963,'4000','71719755485','2024-06-30 16:51:25',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10964,'1110','71719755578','2024-06-30 16:53:46',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10965,'1110','71719755578','2024-06-30 16:52:59',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(10966,'1110','71719755578','2024-06-30 16:53:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10967,'5500','71719755578','2024-06-30 16:53:33',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10968,'1000','71719755578','2024-06-30 16:53:46',1150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'R2q'),(10969,'4000','71719755578','2024-06-30 16:53:46',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10970,'4000','71719755578','2024-06-30 16:52:59',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10971,'4000','71719755578','2024-06-30 16:53:20',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10972,'1000','71719755639','2024-06-30 16:54:10',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wk3'),(10973,'4000','71719755639','2024-06-30 16:54:10',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10974,'1000','71719755659','2024-06-30 16:54:32',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'C01'),(10975,'4000','71719755659','2024-06-30 16:54:32',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10976,'1000','71719755690','2024-06-30 16:55:00',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kvd'),(10977,'4000','71719755690','2024-06-30 16:55:00',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10978,'1110','71719755712','2024-06-30 16:55:35',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10979,'1110','71719755712','2024-06-30 16:55:12',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10980,'1110','71719755712','2024-06-30 16:55:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(10981,'5500','71719755712','2024-06-30 16:55:28',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10982,'1000','71719755712','2024-06-30 16:55:35',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tzi'),(10983,'4000','71719755712','2024-06-30 16:55:35',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10984,'4000','71719755712','2024-06-30 16:55:12',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10985,'4000','71719755712','2024-06-30 16:55:22',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10986,'1000','71719755759','2024-06-30 16:56:13',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Us5'),(10987,'4000','71719755759','2024-06-30 16:56:13',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10988,'1000','71719755788','2024-06-30 16:56:42',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Z7y'),(10989,'4000','71719755788','2024-06-30 16:56:42',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10990,'1110','71719755816','2024-06-30 16:57:48',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10991,'1110','71719755816','2024-06-30 16:56:56',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10992,'5500','71719755816','2024-06-30 16:57:31',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10993,'1000','71719755816','2024-06-30 16:57:48',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nkh'),(10994,'4000','71719755816','2024-06-30 16:57:48',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10995,'4000','71719755816','2024-06-30 16:56:56',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10996,'1110','71719756095','2024-06-30 17:04:08',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10997,'Asset','71719756095','2024-06-30 17:01:35',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10998,'1000','71719756095','2024-06-30 17:04:08',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'046'),(10999,'4000','71719756095','2024-06-30 17:04:08',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11000,'1000','71719756360','2024-06-30 17:06:09',15.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hmp'),(11001,'4000','71719756360','2024-06-30 17:06:09',NULL,15.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(11002,'1000','71719756391','2024-06-30 17:36:23',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gji'),(11003,'4000','71719756391','2024-06-30 17:36:23',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11004,'1000','71719758201','2024-06-30 17:36:53',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gji'),(11005,'4000','71719758201','2024-06-30 17:36:53',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11006,'1000','71719758227','2024-06-30 17:37:18',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ai6'),(11007,'4000','71719758227','2024-06-30 17:37:18',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11008,'1110','71719758250','2024-06-30 17:37:55',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11009,'1110','71719758250','2024-06-30 17:37:30',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11010,'Asset','71719758250','2024-06-30 17:37:47',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11011,'1000','71719758250','2024-06-30 17:37:55',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1e2'),(11012,'4000','71719758250','2024-06-30 17:37:55',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11013,'4000','71719758250','2024-06-30 17:37:30',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11014,'1000','71719758976','2024-06-30 17:50:17',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qjz'),(11015,'4000','71719758976','2024-06-30 17:50:17',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11016,'4000','71719758976','2024-06-30 17:49:36',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11017,'1000','71719759048','2024-06-30 17:51:25',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Afo'),(11018,'4000','71719759048','2024-06-30 17:51:25',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11019,'1000','71719759144','2024-06-30 17:52:54',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'09o'),(11020,'4000','71719759144','2024-06-30 17:52:54',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11021,'1000','71719759185','2024-06-30 17:53:39',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gxb'),(11022,'4000','71719759185','2024-06-30 17:53:39',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11023,'4000','71719759185','2024-06-30 17:53:06',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11024,'1000','71719759447','2024-06-30 17:58:27',950.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11025,'4000','71719759447','2024-06-30 17:58:27',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11026,'4000','71719759447','2024-06-30 17:57:27',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11027,'1000','71719759510','2024-06-30 17:59:06',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11028,'4000','71719759510','2024-06-30 17:59:06',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11029,'4000','71719759510','2024-06-30 17:58:30',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11030,'1110','71719760646','2024-06-30 18:17:47',NULL,181.80,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11031,'1110','71719760646','2024-06-30 18:17:26',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11032,'5500','71719760646','2024-06-30 18:17:36',181.80,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11033,'1000','71719760646','2024-06-30 18:17:47',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dsy'),(11034,'4000','71719760646','2024-06-30 18:17:47',NULL,600.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11035,'4000','71719760646','2024-06-30 18:17:26',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11036,'1110','71719760682','2024-06-30 18:18:17',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11037,'Asset','71719760682','2024-06-30 18:18:02',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11038,'1000','71719760682','2024-06-30 18:18:17',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mu1'),(11039,'4000','71719760682','2024-06-30 18:18:17',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11040,'1000','71719760706','2024-06-30 18:18:47',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gc4'),(11041,'4000','71719760706','2024-06-30 18:18:47',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11042,'4000','71719760706','2024-06-30 18:18:26',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11043,'1000','71719760822','2024-06-30 18:20:35',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11044,'4000','71719760822','2024-06-30 18:20:35',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11045,'1000','71719760837','2024-06-30 18:20:44',600.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11046,'4000','71719760837','2024-06-30 18:20:44',NULL,600.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11047,'1000','71719760848','2024-06-30 18:20:57',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11048,'4000','71719760848','2024-06-30 18:20:57',NULL,150.00,'','7','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(11049,'1110','71719760858','2024-06-30 18:21:31',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(11050,'1110','71719760858','2024-06-30 18:20:58',NULL,0.00,'','7','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(11051,'1110','71719760858','2024-06-30 18:21:07',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11052,'1110','71719760858','2024-06-30 18:21:14',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11053,'Asset','71719760858','2024-06-30 18:21:23',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11054,'1000','71719760858','2024-06-30 18:21:31',530.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11055,'4000','71719760858','2024-06-30 18:21:31',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11056,'4000','71719760858','2024-06-30 18:20:58',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11057,'4000','71719760858','2024-06-30 18:21:07',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11058,'4000','71719760858','2024-06-30 18:21:14',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11059,'1110','71719761296','2024-06-30 18:35:46',NULL,181.80,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11060,'Asset','71719761296','2024-06-30 18:28:16',181.80,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11061,'1000','71719761296','2024-06-30 18:35:46',600.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11062,'4000','71719761296','2024-06-30 18:35:46',NULL,600.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11063,'1000','61719764007','2024-06-30 19:13:36',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R0k'),(11064,'4000','61719764007','2024-06-30 19:13:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11065,'4000','61719764007','2024-06-30 19:13:27',NULL,10.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(11066,'1110','61719764051','2024-06-30 19:14:17',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11067,'1110','61719764051','2024-06-30 19:14:11',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(11068,'5500','61719764051','2024-06-30 19:14:15',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11069,'1000','61719764051','2024-06-30 19:14:17',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1q1'),(11070,'4000','61719764051','2024-06-30 19:14:17',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11071,'4000','61719764051','2024-06-30 19:14:11',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11072,'1000','61719764109','2024-06-30 19:15:12',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'37q'),(11073,'4000','61719764109','2024-06-30 19:15:12',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11074,'1000','61719764146','2024-06-30 19:15:49',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3q2'),(11075,'4000','61719764146','2024-06-30 19:15:49',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11076,'1000','61719764188','2024-06-30 19:16:31',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nrd'),(11077,'4000','61719764188','2024-06-30 19:16:31',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11078,'1000','61719764223','2024-06-30 19:17:05',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jim'),(11079,'4000','61719764223','2024-06-30 19:17:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11080,'1110','61719764310','2024-06-30 19:18:40',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11081,'1110','61719764310','2024-06-30 19:18:30',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11082,'5500','61719764310','2024-06-30 19:18:36',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11083,'1000','61719764310','2024-06-30 19:18:40',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1g4'),(11084,'4000','61719764310','2024-06-30 19:18:40',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11085,'4000','61719764310','2024-06-30 19:18:30',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11086,'1000','61719764350','2024-06-30 19:19:45',700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11087,'4000','61719764350','2024-06-30 19:19:45',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11088,'4000','61719764350','2024-06-30 19:19:10',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11089,'1000','61719764399','2024-06-30 19:22:34',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11090,'4000','61719764399','2024-06-30 19:22:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11091,'1000','61719764936','2024-06-30 19:29:09',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'S03'),(11092,'4000','61719764936','2024-06-30 19:29:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11093,'4000','61719764936','2024-06-30 19:28:56',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11094,'1110','61719767003','2024-06-30 20:04:21',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11095,'Asset','61719767003','2024-06-30 20:03:23',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11096,'1000','61719767003','2024-06-30 20:04:21',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xc8'),(11097,'4000','61719767003','2024-06-30 20:04:21',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11098,'1000','61719767122','2024-06-30 20:05:34',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11099,'4000','61719767122','2024-06-30 20:05:34',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11100,'1000','61719767136','2024-06-30 20:05:43',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P7h'),(11101,'4000','61719767136','2024-06-30 20:05:43',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11102,'1000','61719769233','2024-06-30 20:40:51',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'W9e'),(11103,'4000','61719769233','2024-06-30 20:40:51',NULL,600.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11104,'1000','61719769273','2024-06-30 20:42:03',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'79k'),(11105,'4000','61719769273','2024-06-30 20:42:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11106,'1110','61719769488','2024-06-30 20:45:43',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11107,'1110','61719769488','2024-06-30 20:44:48',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11108,'5500','61719769488','2024-06-30 20:45:35',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11109,'1000','61719769488','2024-06-30 20:45:43',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xfd'),(11110,'4000','61719769488','2024-06-30 20:45:43',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11111,'4000','61719769488','2024-06-30 20:44:48',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11112,'1000','61719822994','2024-07-01 11:36:37',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ikt'),(11113,'4000','61719822994','2024-07-01 11:36:37',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11114,'1000','61719823021','2024-07-01 11:37:10',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7ct'),(11115,'4000','61719823021','2024-07-01 11:37:10',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11116,'4000','61719823021','2024-07-01 11:37:01',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11117,'1110','61719831637','2024-07-01 14:00:43',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11118,'Asset','61719831637','2024-07-01 14:00:37',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11119,'1000','61719831637','2024-07-01 14:00:43',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zem'),(11120,'4000','61719831637','2024-07-01 14:00:43',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11121,'1110','61719831687','2024-07-01 14:01:35',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11122,'1110','61719831687','2024-07-01 14:01:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(11123,'5500','61719831687','2024-07-01 14:01:30',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11124,'1000','61719831687','2024-07-01 14:01:35',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8j1'),(11125,'4000','61719831687','2024-07-01 14:01:35',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11126,'4000','61719831687','2024-07-01 14:01:27',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11127,'1110','61719831748','2024-07-01 14:03:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11128,'1110','61719831748','2024-07-01 14:02:28',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11129,'1110','61719831748','2024-07-01 14:02:46',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11130,'1110','61719831748','2024-07-01 14:03:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(11131,'5500','61719831748','2024-07-01 14:03:13',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11132,'1000','61719831748','2024-07-01 14:03:16',410.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N23'),(11133,'4000','61719831748','2024-07-01 14:03:16',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11134,'4000','61719831748','2024-07-01 14:02:28',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11135,'4000','61719831748','2024-07-01 14:02:46',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11136,'4000','61719831748','2024-07-01 14:03:04',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(11137,'1110','61719831821','2024-07-01 14:03:55',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11138,'1110','61719831821','2024-07-01 14:03:41',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11139,'5500','61719831821','2024-07-01 14:03:47',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11140,'1000','61719831821','2024-07-01 14:03:55',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6vj'),(11141,'4000','61719831821','2024-07-01 14:03:55',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11142,'4000','61719831821','2024-07-01 14:03:41',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11143,'1000','61719831864','2024-07-01 14:07:43',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Igo'),(11144,'4000','61719831864','2024-07-01 14:07:43',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11145,'4000','61719831864','2024-07-01 14:04:24',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11146,'1000','61719832090','2024-07-01 14:08:12',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Og0'),(11147,'4000','61719832090','2024-07-01 14:08:12',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11148,'1110','61719834616','2024-07-01 14:50:36',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11149,'1110','61719834616','2024-07-01 14:50:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(11150,'5500','61719834616','2024-07-01 14:50:33',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11151,'1000','61719834616','2024-07-01 14:50:36',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'T73'),(11152,'4000','61719834616','2024-07-01 14:50:36',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11153,'4000','61719834616','2024-07-01 14:50:16',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11154,'1110','61719834689','2024-07-01 14:52:19',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11155,'1110','61719834689','2024-07-01 14:51:29',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11156,'1110','61719834689','2024-07-01 14:51:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(11157,'1110','61719834689','2024-07-01 14:52:00',NULL,0.00,'','6','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(11158,'5500','61719834689','2024-07-01 14:52:17',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11159,'1000','61719834689','2024-07-01 14:52:19',530.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8wf'),(11160,'4000','61719834689','2024-07-01 14:52:19',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11161,'4000','61719834689','2024-07-01 14:51:29',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11162,'4000','61719834689','2024-07-01 14:51:35',NULL,20.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(11163,'4000','61719834689','2024-07-01 14:52:00',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(11164,'1000','61719834770','2024-07-01 14:53:06',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pjx'),(11165,'4000','61719834770','2024-07-01 14:53:06',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11166,'1000','61719834824','2024-07-01 14:53:45',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4jo'),(11167,'4000','61719834824','2024-07-01 14:53:45',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11168,'1000','61719834894','2024-07-01 14:55:04',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11169,'4000','61719834894','2024-07-01 14:55:04',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11170,'1110','61719839026','2024-07-01 16:04:01',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11171,'1110','61719839026','2024-07-01 16:03:46',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11172,'5500','61719839026','2024-07-01 16:03:55',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11173,'1000','61719839026','2024-07-01 16:04:01',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11174,'4000','61719839026','2024-07-01 16:04:01',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11175,'4000','61719839026','2024-07-01 16:03:46',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11176,'1110','61719839056','2024-07-01 16:04:27',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11177,'1110','61719839056','2024-07-01 16:04:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11178,'5500','61719839056','2024-07-01 16:04:25',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11179,'1000','61719839056','2024-07-01 16:04:27',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11180,'4000','61719839056','2024-07-01 16:04:27',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11181,'4000','61719839056','2024-07-01 16:04:16',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11182,'1000','61719839142','2024-07-01 16:05:52',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0wa'),(11183,'4000','61719839142','2024-07-01 16:05:52',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11184,'4000','61719839142','2024-07-01 16:05:42',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11185,'1000','61719839177','2024-07-01 16:06:34',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Czr'),(11186,'4000','61719839177','2024-07-01 16:06:34',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11187,'1110','61719839266','2024-07-01 16:07:49',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11188,'Asset','61719839266','2024-07-01 16:07:46',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11189,'1000','61719839266','2024-07-01 16:07:49',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kdx'),(11190,'4000','61719839266','2024-07-01 16:07:49',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11191,'1000','61719839298','2024-07-01 16:08:21',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'T3m'),(11192,'4000','61719839298','2024-07-01 16:08:21',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11193,'1000','61719847818','2024-07-01 18:30:20',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3xd'),(11194,'4000','61719847818','2024-07-01 18:30:20',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11195,'1000','61719847866','2024-07-01 18:31:22',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11196,'4000','61719847866','2024-07-01 18:31:22',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11197,'4000','61719847866','2024-07-01 18:31:06',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11198,'1000','61719847888','2024-07-01 18:31:30',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11199,'4000','61719847888','2024-07-01 18:31:30',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11200,'1000','61719857236','2024-07-01 21:07:19',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11201,'4000','61719857236','2024-07-01 21:07:19',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11202,'1000','61719857302','2024-07-01 21:08:32',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11203,'4000','61719857302','2024-07-01 21:08:32',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11204,'4000','61719857302','2024-07-01 21:08:22',NULL,30.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(11205,'1000','61719857330','2024-07-01 21:09:07',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11206,'4000','61719857330','2024-07-01 21:09:07',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11207,'1000','61719857368','2024-07-01 21:10:03',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Moo'),(11208,'4000','61719857368','2024-07-01 21:10:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11209,'4000','61719857368','2024-07-01 21:09:28',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11210,'1110','61719857575','2024-07-01 21:12:57',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11211,'Asset','61719857575','2024-07-01 21:12:55',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11212,'1000','61719857575','2024-07-01 21:12:57',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nw6'),(11213,'4000','61719857575','2024-07-01 21:12:57',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11214,'1000','61719857616','2024-07-01 21:13:38',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'E1o'),(11215,'4000','61719857616','2024-07-01 21:13:38',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11216,'1000','61719857638','2024-07-01 21:14:09',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0la'),(11217,'4000','61719857638','2024-07-01 21:14:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11218,'4000','61719857638','2024-07-01 21:13:58',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11219,'1000','61719857672','2024-07-01 21:14:46',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sl0'),(11220,'4000','61719857672','2024-07-01 21:14:46',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11221,'4000','61719857672','2024-07-01 21:14:32',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11222,'1000','61719857747','2024-07-01 21:15:50',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bdo'),(11223,'4000','61719857747','2024-07-01 21:15:50',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11224,'1000','61719857797','2024-07-01 21:16:39',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ubj'),(11225,'4000','61719857797','2024-07-01 21:16:39',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11226,'1000','61719857833','2024-07-01 21:17:14',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lr2'),(11227,'4000','61719857833','2024-07-01 21:17:14',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11228,'1000','71720342589','2024-07-07 11:56:39',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'776'),(11229,'4000','71720342589','2024-07-07 11:56:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11230,'1000','71720342610','2024-07-07 11:57:39',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4jk'),(11231,'4000','71720342610','2024-07-07 11:57:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11232,'4000','71720342610','2024-07-07 11:56:50',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11233,'1000','61720349233','2024-07-07 13:47:22',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0br'),(11234,'4000','61720349233','2024-07-07 13:47:22',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11235,'4000','61720349233','2024-07-07 13:47:13',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11236,'1000','61720349280','2024-07-07 13:49:01',320.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y7e'),(11237,'4000','61720349280','2024-07-07 13:49:01',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(11238,'4000','61720349280','2024-07-07 13:48:00',NULL,300.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11239,'1000','61720349440','2024-07-07 13:50:46',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xwz'),(11240,'4000','61720349440','2024-07-07 13:50:46',NULL,750.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11241,'1000','61720349475','2024-07-07 13:51:19',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Iye'),(11242,'4000','61720349475','2024-07-07 13:51:19',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11243,'1000','61720354012','2024-07-07 15:07:04',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xkz'),(11244,'4000','61720354012','2024-07-07 15:07:04',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11245,'4000','61720354012','2024-07-07 15:06:52',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11246,'1000','61720354053','2024-07-07 15:07:35',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3m2'),(11247,'4000','61720354053','2024-07-07 15:07:35',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11248,'1000','61720354109','2024-07-07 15:08:32',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Krf'),(11249,'4000','61720354109','2024-07-07 15:08:32',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11250,'1000','61720354131','2024-07-07 15:08:53',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'95h'),(11251,'4000','61720354131','2024-07-07 15:08:53',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11252,'1000','61720354155','2024-07-07 15:09:26',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5w3'),(11253,'4000','61720354155','2024-07-07 15:09:26',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11254,'4000','61720354155','2024-07-07 15:09:15',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11255,'1000','61720354229','2024-07-07 15:10:31',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6jv'),(11256,'4000','61720354229','2024-07-07 15:10:31',NULL,450.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11257,'1000','61720354253','2024-07-07 15:10:54',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jvt'),(11258,'4000','61720354253','2024-07-07 15:10:54',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11259,'1000','61720354275','2024-07-07 15:11:27',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2bz'),(11260,'4000','61720354275','2024-07-07 15:11:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11261,'4000','61720354275','2024-07-07 15:11:16',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11262,'1000','61720354309','2024-07-07 15:11:51',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jtc'),(11263,'4000','61720354309','2024-07-07 15:11:51',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11264,'1000','61720360543','2024-07-07 16:55:46',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'S8y'),(11265,'4000','61720360543','2024-07-07 16:55:46',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11266,'1000','61720360579','2024-07-07 16:56:23',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sem'),(11267,'4000','61720360579','2024-07-07 16:56:23',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11268,'1000','61720360615','2024-07-07 16:57:15',155.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nxq'),(11269,'4000','61720360615','2024-07-07 16:57:15',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11270,'4000','61720360615','2024-07-07 16:56:55',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(11271,'1000','61720360692','2024-07-07 16:58:32',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8a7'),(11272,'4000','61720360692','2024-07-07 16:58:32',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11273,'4000','61720360692','2024-07-07 16:58:12',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11274,'1000','61720360759','2024-07-07 16:59:22',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jlz'),(11275,'4000','61720360759','2024-07-07 16:59:22',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11276,'1000','61720361295','2024-07-07 17:08:39',550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cax'),(11277,'4000','61720361295','2024-07-07 17:08:39',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11278,'4000','61720361295','2024-07-07 17:08:15',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11279,'1000','61720361360','2024-07-07 17:09:28',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kli'),(11280,'4000','61720361360','2024-07-07 17:09:28',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11281,'1000','61720361602','2024-07-07 17:13:33',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tor'),(11282,'4000','61720361602','2024-07-07 17:13:33',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11283,'1000','61720361668','2024-07-07 17:14:29',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2jb'),(11284,'4000','61720361668','2024-07-07 17:14:29',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11285,'1000','61720362063','2024-07-07 17:21:07',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'805'),(11286,'4000','61720362063','2024-07-07 17:21:07',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11287,'1000','61720362099','2024-07-07 17:21:57',420.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hr3'),(11288,'4000','61720362099','2024-07-07 17:21:57',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11289,'4000','61720362099','2024-07-07 17:21:39',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11290,'1000','61720362148','2024-07-07 17:22:41',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6mf'),(11291,'4000','61720362148','2024-07-07 17:22:41',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11292,'4000','61720362148','2024-07-07 17:22:28',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11293,'1000','61720362225','2024-07-07 17:24:08',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vs9'),(11294,'4000','61720362225','2024-07-07 17:24:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11295,'4000','61720362225','2024-07-07 17:23:45',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11296,'1000','61720362278','2024-07-07 17:25:13',440.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hrn'),(11297,'4000','61720362278','2024-07-07 17:25:13',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11298,'4000','61720362278','2024-07-07 17:24:38',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11299,'4000','61720362278','2024-07-07 17:24:48',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(11300,'1000','61720362503','2024-07-07 17:28:32',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kwa'),(11301,'4000','61720362503','2024-07-07 17:28:32',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11302,'1000','61720362654','2024-07-07 17:31:03',800.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'175'),(11303,'4000','61720362654','2024-07-07 17:31:03',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11304,'1000','61720362700','2024-07-07 17:31:49',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N7z'),(11305,'4000','61720362700','2024-07-07 17:31:49',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11306,'1000','61720362816','2024-07-07 17:33:44',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9xq'),(11307,'4000','61720362816','2024-07-07 17:33:44',NULL,750.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11308,'1000','61720362860','2024-07-07 17:34:29',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Q82'),(11309,'4000','61720362860','2024-07-07 17:34:29',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11310,'1000','61720362902','2024-07-07 17:35:06',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6hx'),(11311,'4000','61720362902','2024-07-07 17:35:06',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11312,'1000','61720363435','2024-07-07 17:44:05',480.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dku'),(11313,'4000','61720363435','2024-07-07 17:44:05',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11314,'4000','61720363435','2024-07-07 17:43:55',NULL,180.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(11315,'1000','61720363491','2024-07-07 17:44:52',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ra3'),(11316,'4000','61720363491','2024-07-07 17:44:52',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11317,'1000','61720363585','2024-07-07 17:46:26',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ouc'),(11318,'4000','61720363585','2024-07-07 17:46:26',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11319,'1000','61720363618','2024-07-07 17:47:02',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'J37'),(11320,'4000','61720363618','2024-07-07 17:47:02',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11321,'1000','61720363654','2024-07-07 17:47:36',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H7z'),(11322,'4000','61720363654','2024-07-07 17:47:36',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11323,'1000','61720363689','2024-07-07 17:48:11',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P6u'),(11324,'4000','61720363689','2024-07-07 17:48:11',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11325,'1000','61720363725','2024-07-07 17:48:49',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'32h'),(11326,'4000','61720363725','2024-07-07 17:48:49',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11327,'1000','61720363783','2024-07-07 17:50:00',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vwl'),(11328,'4000','61720363783','2024-07-07 17:50:00',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11329,'4000','61720363783','2024-07-07 17:49:43',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11330,'1000','61720363901','2024-07-07 17:51:43',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Aen'),(11331,'4000','61720363901','2024-07-07 17:51:43',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11332,'1000','61720363936','2024-07-07 17:52:31',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oxm'),(11333,'4000','61720363936','2024-07-07 17:52:31',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11334,'1000','61720364068','2024-07-07 17:54:57',550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'52h'),(11335,'4000','61720364068','2024-07-07 17:54:57',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11336,'4000','61720364068','2024-07-07 17:54:28',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11337,'1000','61720365114','2024-07-07 18:11:56',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tjn'),(11338,'4000','61720365114','2024-07-07 18:11:56',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11339,'1000','61720365157','2024-07-07 18:12:46',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F13'),(11340,'4000','61720365157','2024-07-07 18:12:46',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11341,'1000','61720365204','2024-07-07 18:13:29',1200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'V28'),(11342,'4000','61720365204','2024-07-07 18:13:29',NULL,1200.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11343,'1000','61720365370','2024-07-07 18:16:13',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11344,'4000','61720365370','2024-07-07 18:16:13',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11345,'1000','61720365399','2024-07-07 18:17:40',1000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11346,'4000','61720365399','2024-07-07 18:17:40',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11347,'4000','61720365399','2024-07-07 18:16:39',NULL,250.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11348,'4000','61720365399','2024-07-07 18:16:56',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11349,'1000','61720365468','2024-07-07 18:18:08',460.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11350,'4000','61720365468','2024-07-07 18:18:08',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11351,'4000','61720365468','2024-07-07 18:17:48',NULL,160.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11352,'1000','61720365544','2024-07-07 18:19:22',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11353,'4000','61720365544','2024-07-07 18:19:22',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11354,'1000','61720365587','2024-07-07 18:20:38',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'53h'),(11355,'4000','61720365587','2024-07-07 18:20:38',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11356,'1000','61720370582','2024-07-07 19:44:38',550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dhr'),(11357,'4000','61720370582','2024-07-07 19:44:38',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11358,'4000','61720370582','2024-07-07 19:43:02',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11359,'1000','61720370726','2024-07-07 19:45:29',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Q2k'),(11360,'4000','61720370726','2024-07-07 19:45:29',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11361,'1000','61720370819','2024-07-07 19:47:06',750.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oid'),(11362,'4000','61720370819','2024-07-07 19:47:06',NULL,750.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11363,'1000','61720370859','2024-07-07 19:47:41',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Noz'),(11364,'4000','61720370859','2024-07-07 19:47:41',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11365,'1000','61720370908','2024-07-07 19:48:41',440.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4ds'),(11366,'4000','61720370908','2024-07-07 19:48:41',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11367,'4000','61720370908','2024-07-07 19:48:28',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11368,'4000','61720370908','2024-07-07 19:48:34',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11369,'1000','61720371063','2024-07-07 19:51:06',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11370,'4000','61720371063','2024-07-07 19:51:06',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11371,'1000','61720371072','2024-07-07 19:51:17',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11372,'4000','61720371072','2024-07-07 19:51:17',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11373,'4000','61720371072','2024-07-07 19:51:12',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11374,'1000','61720372616','2024-07-07 20:16:58',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'T5l'),(11375,'4000','61720372616','2024-07-07 20:16:58',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11376,'1000','61720372663','2024-07-07 20:17:53',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gjw'),(11377,'4000','61720372663','2024-07-07 20:17:53',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11378,'4000','61720372663','2024-07-07 20:17:43',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11379,'1000','61720373351','2024-07-07 20:29:14',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11380,'4000','61720373351','2024-07-07 20:29:14',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11381,'1000','61720445699','2024-07-08 16:35:27',1050.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11382,'4000','61720445699','2024-07-08 16:35:27',NULL,600.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11383,'4000','61720445699','2024-07-08 16:34:59',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11384,'1000','61720445748','2024-07-08 16:35:56',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11385,'4000','61720445748','2024-07-08 16:35:56',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11386,'1000','61720445767','2024-07-08 16:36:09',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11387,'4000','61720445767','2024-07-08 16:36:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11388,'1000','61720445835','2024-07-08 16:37:18',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11389,'4000','61720445835','2024-07-08 16:37:18',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11390,'1000','61720445839','2024-07-08 17:24:18',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H8f'),(11391,'4000','61720445839','2024-07-08 17:24:18',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11392,'1000','61720448672','2024-07-08 17:25:23',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wa2'),(11393,'4000','61720448672','2024-07-08 17:25:23',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11394,'4000','61720448672','2024-07-08 17:24:32',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11395,'4000','61720448672','2024-07-08 17:24:56',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11396,'1000','61720448741','2024-07-08 17:27:42',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dv9'),(11397,'4000','61720448741','2024-07-08 17:27:42',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11398,'1000','61720448871','2024-07-08 17:28:17',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'66p'),(11399,'4000','61720448871','2024-07-08 17:28:17',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11400,'4000','61720448871','2024-07-08 17:27:51',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(11401,'1000','61720448918','2024-07-08 17:29:17',490.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ist'),(11402,'4000','61720448918','2024-07-08 17:29:17',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11403,'4000','61720448918','2024-07-08 17:28:38',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11404,'1000','61720448970','2024-07-08 17:29:58',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'38x'),(11405,'4000','61720448970','2024-07-08 17:29:58',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11406,'1000','61720449035','2024-07-08 17:31:25',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pu6'),(11407,'4000','61720449035','2024-07-08 17:31:25',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11408,'4000','61720449035','2024-07-08 17:30:35',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11409,'4000','61720449035','2024-07-08 17:30:43',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11410,'4000','61720449035','2024-07-08 17:30:59',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(11411,'1000','61720449098','2024-07-08 17:31:53',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ot4'),(11412,'4000','61720449098','2024-07-08 17:31:53',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11413,'1000','61720449125','2024-07-08 17:32:25',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9lg'),(11414,'4000','61720449125','2024-07-08 17:32:25',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11415,'4000','61720449125','2024-07-08 17:32:05',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11416,'1000','61720449164','2024-07-08 17:32:58',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lzd'),(11417,'4000','61720449164','2024-07-08 17:32:58',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11418,'1000','61720449195','2024-07-08 17:33:28',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nfo'),(11419,'4000','61720449195','2024-07-08 17:33:28',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11420,'1000','61720449218','2024-07-08 17:34:13',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6h1'),(11421,'4000','61720449218','2024-07-08 17:34:13',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11422,'4000','61720449218','2024-07-08 17:33:38',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11423,'1000','61720449307','2024-07-08 17:35:48',330.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'30l'),(11424,'4000','61720449307','2024-07-08 17:35:48',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11425,'4000','61720449307','2024-07-08 17:35:07',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11426,'4000','61720449307','2024-07-08 17:35:22',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11427,'1000','61720449424','2024-07-08 17:37:13',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cbm'),(11428,'4000','61720449424','2024-07-08 17:37:13',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11429,'1000','61720457672','2024-07-08 19:54:34',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11430,'4000','61720457672','2024-07-08 19:54:34',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11431,'1000','61720457736','2024-07-08 19:55:38',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kl5'),(11432,'4000','61720457736','2024-07-08 19:55:38',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11433,'1000','61720457810','2024-07-08 19:56:53',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pgp'),(11434,'4000','61720457810','2024-07-08 19:56:53',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11435,'1000','61720457845','2024-07-08 19:57:30',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mu4'),(11436,'4000','61720457845','2024-07-08 19:57:30',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11437,'1000','61720457878','2024-07-08 19:58:00',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6uq'),(11438,'4000','61720457878','2024-07-08 19:58:00',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11439,'1000','61720457907','2024-07-08 19:58:33',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xzo'),(11440,'4000','61720457907','2024-07-08 19:58:33',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11441,'4000','61720457907','2024-07-08 19:58:27',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11442,'1000','61720461362','2024-07-08 20:56:05',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11443,'4000','61720461362','2024-07-08 20:56:05',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11444,'1000','61720462728','2024-07-08 21:19:01',700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11445,'4000','61720462728','2024-07-08 21:19:01',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11446,'4000','61720462728','2024-07-08 21:18:48',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11447,'1000','71720527505','2024-07-09 15:19:17',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cgd'),(11448,'4000','71720527505','2024-07-09 15:19:17',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11449,'1000','71720527579','2024-07-09 15:20:17',430.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'A41'),(11450,'4000','71720527579','2024-07-09 15:20:17',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11451,'4000','71720527579','2024-07-09 15:19:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11452,'4000','71720527579','2024-07-09 15:19:57',NULL,80.00,'','7','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11453,'1000','71720527630','2024-07-09 15:21:04',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Axd'),(11454,'4000','71720527630','2024-07-09 15:21:04',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11455,'4000','71720527630','2024-07-09 15:20:30',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11456,'1000','71720527677','2024-07-09 15:21:42',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'K83'),(11457,'4000','71720527677','2024-07-09 15:21:42',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11458,'4000','71720527677','2024-07-09 15:21:17',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11459,'1000','71720533008','2024-07-09 16:50:41',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vjz'),(11460,'4000','71720533008','2024-07-09 16:50:41',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11461,'4000','71720533008','2024-07-09 16:50:08',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11462,'1000','71720533058','2024-07-09 16:51:21',320.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2qx'),(11463,'4000','71720533058','2024-07-09 16:51:21',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11464,'4000','71720533058','2024-07-09 16:50:58',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(11465,'1000','71720533094','2024-07-09 16:52:02',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vgz'),(11466,'4000','71720533094','2024-07-09 16:52:02',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11467,'4000','71720533094','2024-07-09 16:51:34',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11468,'4000','71720533094','2024-07-09 16:51:43',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11469,'1000','71720533130','2024-07-09 16:52:19',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2qs'),(11470,'4000','71720533130','2024-07-09 16:52:19',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11471,'1000','71720533157','2024-07-09 16:52:52',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'102'),(11472,'4000','71720533157','2024-07-09 16:52:52',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11473,'1000','71720533181','2024-07-09 16:53:14',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'50t'),(11474,'4000','71720533181','2024-07-09 16:53:14',NULL,200.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11475,'1000','71720533209','2024-07-09 16:53:39',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'89y'),(11476,'4000','71720533209','2024-07-09 16:53:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11477,'1000','71720533229','2024-07-09 16:54:22',370.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4c5'),(11478,'4000','71720533229','2024-07-09 16:54:22',NULL,100.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11479,'4000','71720533229','2024-07-09 16:53:49',NULL,120.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11480,'4000','71720533229','2024-07-09 16:54:03',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11481,'1000','71720533278','2024-07-09 16:54:49',100.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11482,'4000','71720533278','2024-07-09 16:54:49',NULL,100.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11483,'1000','71720533291','2024-07-09 16:55:10',200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11484,'4000','71720533291','2024-07-09 16:55:10',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11485,'1000','71720533683','2024-07-09 17:46:04',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4kk'),(11486,'4000','71720533683','2024-07-09 17:46:04',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11487,'1000','71720536396','2024-07-09 19:20:51',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jpx'),(11488,'4000','71720536396','2024-07-09 19:20:51',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11489,'1000','71720542107','2024-07-09 19:23:30',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jpx'),(11490,'4000','71720542107','2024-07-09 19:23:30',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11491,'4000','71720542107','2024-07-09 19:21:56',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11492,'1000','71720542224','2024-07-09 19:24:24',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'A9y'),(11493,'4000','71720542224','2024-07-09 19:24:24',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11494,'1000','71720542291','2024-07-09 19:25:09',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kv8'),(11495,'4000','71720542291','2024-07-09 19:25:09',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11496,'1000','61720619427','2024-07-10 16:50:50',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qga'),(11497,'4000','61720619427','2024-07-10 16:50:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11498,'4000','61720619427','2024-07-10 16:50:27',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11499,'1000','61720619492','2024-07-10 16:51:34',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fq4'),(11500,'4000','61720619492','2024-07-10 16:51:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11501,'1000','61720619576','2024-07-10 16:53:04',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F7o'),(11502,'4000','61720619576','2024-07-10 16:53:04',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11503,'1000','61720619633','2024-07-10 16:53:56',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5bu'),(11504,'4000','61720619633','2024-07-10 16:53:56',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11505,'1000','61720619688','2024-07-10 16:54:51',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lnk'),(11506,'4000','61720619688','2024-07-10 16:54:51',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11507,'1000','61720619853','2024-07-10 16:58:29',1050.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11508,'4000','61720619853','2024-07-10 16:58:29',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11509,'4000','61720619853','2024-07-10 16:57:33',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11510,'4000','61720619853','2024-07-10 16:57:39',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11511,'4000','61720619853','2024-07-10 16:58:05',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11512,'1000','61720630750','2024-07-10 19:59:12',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zyy'),(11513,'4000','61720630750','2024-07-10 19:59:12',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11514,'1000','61720630778','2024-07-10 19:59:50',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mxi'),(11515,'4000','61720630778','2024-07-10 19:59:50',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11516,'4000','61720630778','2024-07-10 19:59:38',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11517,'1000','61720630827','2024-07-10 20:00:30',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Uwk'),(11518,'4000','61720630827','2024-07-10 20:00:30',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11519,'1000','61720630875','2024-07-10 20:01:16',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kwi'),(11520,'4000','61720630875','2024-07-10 20:01:16',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11521,'1000','61720630958','2024-07-10 20:02:55',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kry'),(11522,'4000','61720630958','2024-07-10 20:02:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11523,'4000','61720630958','2024-07-10 20:02:39',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11524,'1000','61720631071','2024-07-10 20:04:32',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wee'),(11525,'4000','61720631071','2024-07-10 20:04:32',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11526,'1000','61720631150','2024-07-10 20:07:27',470.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qgm'),(11527,'4000','61720631150','2024-07-10 20:07:27',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11528,'4000','61720631150','2024-07-10 20:05:50',NULL,160.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11529,'4000','61720631150','2024-07-10 20:05:56',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(11530,'1000','61720631275','2024-07-10 20:07:56',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wgn'),(11531,'4000','61720631275','2024-07-10 20:07:56',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11532,'1000','61720631299','2024-07-10 20:08:26',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Swy'),(11533,'4000','61720631299','2024-07-10 20:08:26',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11534,'4000','61720631299','2024-07-10 20:08:20',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11535,'1000','61720631342','2024-07-10 20:09:04',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Li1'),(11536,'4000','61720631342','2024-07-10 20:09:04',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11537,'1000','61720631416','2024-07-10 20:10:20',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11538,'4000','61720631416','2024-07-10 20:10:20',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11539,'1000','61720631435','2024-07-10 20:10:46',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11540,'4000','61720631435','2024-07-10 20:10:46',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11541,'1000','61720631470','2024-07-10 20:11:20',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11542,'4000','61720631470','2024-07-10 20:11:20',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11543,'1000','61720631555','2024-07-10 20:12:41',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11544,'4000','61720631555','2024-07-10 20:12:41',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11545,'1000','61720631654','2024-07-10 20:14:16',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11546,'4000','61720631654','2024-07-10 20:14:16',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11547,'1000','61720632018','2024-07-10 20:20:52',170.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F0w'),(11548,'4000','61720632018','2024-07-10 20:20:52',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11549,'4000','61720632018','2024-07-10 20:20:18',NULL,20.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(11550,'1000','61720632630','2024-07-10 20:30:35',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11551,'4000','61720632630','2024-07-10 20:30:35',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11552,'1000','61720633893','2024-07-10 20:51:34',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Beq'),(11553,'4000','61720633893','2024-07-10 20:51:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11554,'1000','61720633917','2024-07-10 20:52:08',170.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9sw'),(11555,'4000','61720633917','2024-07-10 20:52:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11556,'4000','61720633917','2024-07-10 20:51:57',NULL,20.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(11557,'1000','61720633948','2024-07-10 20:52:30',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mr7'),(11558,'4000','61720633948','2024-07-10 20:52:30',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11559,'1000','61720634388','2024-07-10 20:59:55',380.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zcd'),(11560,'4000','61720634388','2024-07-10 20:59:55',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11561,'4000','61720634388','2024-07-10 20:59:48',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11562,'1000','61720634440','2024-07-10 21:00:42',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wyv'),(11563,'4000','61720634440','2024-07-10 21:00:42',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11564,'1000','61720696944','2024-07-11 14:22:26',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11565,'4000','61720696944','2024-07-11 14:22:26',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11566,'1000','61720710167','2024-07-11 18:02:58',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'An6'),(11567,'4000','61720710167','2024-07-11 18:02:58',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11568,'1000','61720710205','2024-07-11 18:03:27',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nql'),(11569,'4000','61720710205','2024-07-11 18:03:27',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11570,'1000','61720710236','2024-07-11 18:03:57',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qg5'),(11571,'4000','61720710236','2024-07-11 18:03:57',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11572,'1000','61720710276','2024-07-11 18:12:06',1070.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Loa'),(11573,'4000','61720710276','2024-07-11 18:12:06',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11574,'4000','61720710276','2024-07-11 18:04:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11575,'4000','61720710276','2024-07-11 18:04:41',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11576,'4000','61720710276','2024-07-11 18:11:17',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(11577,'4000','61720710276','2024-07-11 18:11:41',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11578,'4000','61720710276','2024-07-11 18:11:50',NULL,20.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(11579,'1000','61720711215','2024-07-11 18:20:18',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yoh'),(11580,'4000','61720711215','2024-07-11 18:20:18',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11581,'1000','61720711251','2024-07-11 18:20:59',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kwx'),(11582,'4000','61720711251','2024-07-11 18:20:59',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11583,'4000','61720711251','2024-07-11 18:20:51',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11584,'1000','61720711292','2024-07-11 18:21:33',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M3q'),(11585,'4000','61720711292','2024-07-11 18:21:33',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11586,'1000','61720717651','2024-07-11 20:07:33',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'80j'),(11587,'4000','61720717651','2024-07-11 20:07:33',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11588,'1000','61720717679','2024-07-11 20:08:00',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Spa'),(11589,'4000','61720717679','2024-07-11 20:08:00',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11590,'1000','61720718666','2024-07-11 20:24:36',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ne3'),(11591,'4000','61720718666','2024-07-11 20:24:36',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11592,'1000','61720718718','2024-07-11 20:25:20',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7w3'),(11593,'4000','61720718718','2024-07-11 20:25:20',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11594,'1000','61720718753','2024-07-11 20:26:41',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'023'),(11595,'4000','61720718753','2024-07-11 20:26:41',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11596,'4000','61720718753','2024-07-11 20:25:53',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11597,'1000','61720718855','2024-07-11 20:28:07',270.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y8e'),(11598,'4000','61720718855','2024-07-11 20:28:07',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(11599,'4000','61720718855','2024-07-11 20:27:35',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11600,'4000','61720718855','2024-07-11 20:27:49',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11601,'1000','61720718923','2024-07-11 20:28:55',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'J3f'),(11602,'4000','61720718923','2024-07-11 20:28:55',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11603,'4000','61720718923','2024-07-11 20:28:43',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11604,'1000','61720718963','2024-07-11 20:29:35',210.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gxr'),(11605,'4000','61720718963','2024-07-11 20:29:35',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11606,'4000','61720718963','2024-07-11 20:29:23',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11607,'1000','61720719036','2024-07-11 20:30:43',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11608,'4000','61720719036','2024-07-11 20:30:43',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11609,'4000','61720719036','2024-07-11 20:30:36',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11610,'1000','61720785069','2024-07-12 14:51:10',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11611,'4000','61720785069','2024-07-12 14:51:10',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11612,'1000','61720785087','2024-07-12 14:51:29',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11613,'4000','61720785087','2024-07-12 14:51:29',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11614,'1000','61720785097','2024-07-12 14:51:44',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11615,'4000','61720785097','2024-07-12 14:51:44',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11616,'1000','61720786580','2024-07-12 15:16:21',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'H5s'),(11617,'4000','61720786580','2024-07-12 15:16:21',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11618,'1000','61720786634','2024-07-12 15:17:21',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jx3'),(11619,'4000','61720786634','2024-07-12 15:17:21',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11620,'4000','61720786634','2024-07-12 15:17:14',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11621,'1000','61720786933','2024-07-12 15:22:14',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B7g'),(11622,'4000','61720786933','2024-07-12 15:22:14',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11623,'1000','61720788736','2024-07-12 15:52:31',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mwt'),(11624,'4000','61720788736','2024-07-12 15:52:31',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11625,'4000','61720788736','2024-07-12 15:52:16',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11626,'1000','61720788810','2024-07-12 15:53:32',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'C3u'),(11627,'4000','61720788810','2024-07-12 15:53:32',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11628,'1000','61720788888','2024-07-12 15:54:53',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Stv'),(11629,'4000','61720788888','2024-07-12 15:54:53',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11630,'1000','61720791958','2024-07-12 16:46:33',130.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'E7k'),(11631,'4000','61720791958','2024-07-12 16:46:33',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11632,'4000','61720791958','2024-07-12 16:45:58',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11633,'1000','61720792096','2024-07-12 16:49:13',1100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7t0'),(11634,'4000','61720792096','2024-07-12 16:49:13',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11635,'4000','61720792096','2024-07-12 16:48:16',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11636,'1000','61720792297','2024-07-12 16:52:08',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ixj'),(11637,'4000','61720792297','2024-07-12 16:52:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11638,'4000','61720792297','2024-07-12 16:51:37',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11639,'4000','61720792297','2024-07-12 16:51:47',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11640,'1000','61720792429','2024-07-12 16:53:53',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R9b'),(11641,'4000','61720792429','2024-07-12 16:53:53',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11642,'1000','61720792488','2024-07-12 16:55:34',560.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ufi'),(11643,'4000','61720792488','2024-07-12 16:55:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11644,'4000','61720792488','2024-07-12 16:54:48',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11645,'4000','61720792488','2024-07-12 16:55:00',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(11646,'1000','61720792560','2024-07-12 16:56:04',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'A8j'),(11647,'4000','61720792560','2024-07-12 16:56:04',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11648,'1000','61720792636','2024-07-12 16:57:48',950.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'F3h'),(11649,'4000','61720792636','2024-07-12 16:57:48',NULL,750.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11650,'4000','61720792636','2024-07-12 16:57:16',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11651,'1000','61720792847','2024-07-12 17:00:53',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'V4z'),(11652,'4000','61720792847','2024-07-12 17:00:53',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11653,'4000','61720792847','2024-07-12 17:00:47',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11654,'1000','61720801402','2024-07-12 19:23:24',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11655,'4000','61720801402','2024-07-12 19:23:24',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11656,'1000','61720801455','2024-07-12 19:24:17',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11657,'4000','61720801455','2024-07-12 19:24:17',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11658,'1000','61720801517','2024-07-12 19:25:19',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'806'),(11659,'4000','61720801517','2024-07-12 19:25:19',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11660,'1000','61720801537','2024-07-12 19:25:38',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wrl'),(11661,'4000','61720801537','2024-07-12 19:25:38',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11662,'1000','61720801563','2024-07-12 19:26:04',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Uwg'),(11663,'4000','61720801563','2024-07-12 19:26:04',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11664,'1000','61720801586','2024-07-12 19:26:28',60.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cts'),(11665,'4000','61720801586','2024-07-12 19:26:28',NULL,60.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11666,'1000','61720801607','2024-07-12 19:26:49',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3cj'),(11667,'4000','61720801607','2024-07-12 19:26:49',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11668,'1000','61720801619','2024-07-12 20:17:09',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'S06'),(11669,'4000','61720801619','2024-07-12 20:17:09',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11670,'1000','61720804684','2024-07-12 20:18:11',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11671,'4000','61720804684','2024-07-12 20:18:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11672,'1000','61720804693','2024-07-12 20:18:20',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11673,'4000','61720804693','2024-07-12 20:18:20',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11674,'1000','61720807818','2024-07-12 21:10:21',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ebr'),(11675,'4000','61720807818','2024-07-12 21:10:21',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11676,'1000','61720866465','2024-07-13 13:27:50',1050.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11677,'4000','61720866465','2024-07-13 13:27:50',NULL,1050.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11678,'1000','61720866498','2024-07-13 13:28:24',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11679,'4000','61720866498','2024-07-13 13:28:24',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11680,'1000','61720866515','2024-07-13 13:28:36',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2j5'),(11681,'4000','61720866515','2024-07-13 13:28:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11682,'1000','61720873808','2024-07-13 15:30:09',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tr1'),(11683,'4000','61720873808','2024-07-13 15:30:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11684,'1000','61720873830','2024-07-13 15:30:32',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'I13'),(11685,'4000','61720873830','2024-07-13 15:30:32',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11686,'1000','61720873872','2024-07-13 15:31:14',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6nt'),(11687,'4000','61720873872','2024-07-13 15:31:14',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11688,'1000','61720873901','2024-07-13 15:31:45',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7di'),(11689,'4000','61720873901','2024-07-13 15:31:45',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11690,'1000','61720873924','2024-07-13 15:45:42',430.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5kd'),(11691,'4000','61720873924','2024-07-13 15:45:42',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11692,'4000','61720873924','2024-07-13 15:32:04',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11693,'4000','61720873924','2024-07-13 15:32:09',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11694,'1000','61720874824','2024-07-13 15:47:11',340.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'E6k'),(11695,'4000','61720874824','2024-07-13 15:47:11',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11696,'4000','61720874824','2024-07-13 15:47:04',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11697,'1000','61720875844','2024-07-13 16:04:06',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fqm'),(11698,'4000','61720875844','2024-07-13 16:04:06',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11699,'1000','61720875863','2024-07-13 16:04:31',460.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'12e'),(11700,'4000','61720875863','2024-07-13 16:04:31',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11701,'4000','61720875863','2024-07-13 16:04:23',NULL,160.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11702,'1000','61720875892','2024-07-13 16:04:54',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pac'),(11703,'4000','61720875892','2024-07-13 16:04:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11704,'1000','61720875914','2024-07-13 16:05:28',840.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qwi'),(11705,'4000','61720875914','2024-07-13 16:05:28',NULL,600.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11706,'4000','61720875914','2024-07-13 16:05:14',NULL,240.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11707,'1000','61720875954','2024-07-13 16:05:56',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fo6'),(11708,'4000','61720875954','2024-07-13 16:05:56',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11709,'1000','61720876039','2024-07-13 16:07:26',380.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11710,'4000','61720876039','2024-07-13 16:07:26',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11711,'4000','61720876039','2024-07-13 16:07:19',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11712,'1000','61720880060','2024-07-13 17:14:47',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2vu'),(11713,'4000','61720880060','2024-07-13 17:14:47',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11714,'4000','61720880060','2024-07-13 17:14:20',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11715,'4000','61720880060','2024-07-13 17:14:26',NULL,200.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11716,'1000','61720880154','2024-07-13 17:16:08',1000.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0yo'),(11717,'4000','61720880154','2024-07-13 17:16:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11718,'4000','61720880154','2024-07-13 17:15:54',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11719,'4000','61720880154','2024-07-13 17:16:00',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11720,'1000','61720882011','2024-07-13 17:47:09',360.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'R5s'),(11721,'4000','61720882011','2024-07-13 17:47:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11722,'4000','61720882011','2024-07-13 17:46:51',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11723,'4000','61720882011','2024-07-13 17:46:56',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(11724,'1000','61720882057','2024-07-13 17:47:41',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3hp'),(11725,'4000','61720882057','2024-07-13 17:47:41',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11726,'1000','61720887820','2024-07-13 19:23:41',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y1m'),(11727,'4000','61720887820','2024-07-13 19:23:41',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11728,'1000','61720887847','2024-07-13 19:24:08',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fng'),(11729,'4000','61720887847','2024-07-13 19:24:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11730,'1000','61720887868','2024-07-13 19:24:36',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Js3'),(11731,'4000','61720887868','2024-07-13 19:24:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11732,'4000','61720887868','2024-07-13 19:24:28',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11733,'1000','61720887915','2024-07-13 19:25:18',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11734,'4000','61720887915','2024-07-13 19:25:18',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11735,'1000','61720887929','2024-07-13 19:25:31',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11736,'4000','61720887929','2024-07-13 19:25:31',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11737,'1000','61720892137','2024-07-13 20:35:38',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'80e'),(11738,'4000','61720892137','2024-07-13 20:35:38',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11739,'1000','61720892195','2024-07-13 20:36:36',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6aq'),(11740,'4000','61720892195','2024-07-13 20:36:36',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11741,'1000','61720892254','2024-07-13 20:37:35',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'25r'),(11742,'4000','61720892254','2024-07-13 20:37:35',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11743,'1000','61720892800','2024-07-13 20:46:59',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'82f'),(11744,'4000','61720892800','2024-07-13 20:46:59',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11745,'4000','61720892800','2024-07-13 20:46:40',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11746,'1000','61720892849','2024-07-13 20:47:54',550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0x9'),(11747,'4000','61720892849','2024-07-13 20:47:54',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11748,'4000','61720892849','2024-07-13 20:47:29',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11749,'1000','61720892915','2024-07-13 20:48:37',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'511'),(11750,'4000','61720892915','2024-07-13 20:48:37',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11751,'1000','61720892939','2024-07-13 20:49:04',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zcf'),(11752,'4000','61720892939','2024-07-13 20:49:04',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11753,'4000','61720892939','2024-07-13 20:49:00',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11754,'1000','61720892973','2024-07-13 20:49:34',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'T26'),(11755,'4000','61720892973','2024-07-13 20:49:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11756,'1000','61720893112','2024-07-13 20:51:55',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ff4'),(11757,'4000','61720893112','2024-07-13 20:51:55',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11758,'1000','61720893150','2024-07-13 20:52:32',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Y1m'),(11759,'4000','61720893150','2024-07-13 20:52:32',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11760,'1000','61720893183','2024-07-13 20:53:09',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fhg'),(11761,'4000','61720893183','2024-07-13 20:53:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11762,'1000','61720893304','2024-07-13 20:55:14',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Js3'),(11763,'4000','61720893304','2024-07-13 20:55:14',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11764,'1000','61720893345','2024-07-13 20:55:46',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ffw'),(11765,'4000','61720893345','2024-07-13 20:55:46',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11766,'1000','61720893387','2024-07-13 20:56:34',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ty0'),(11767,'4000','61720893387','2024-07-13 20:56:34',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11768,'1000','61720893414','2024-07-13 20:56:56',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vkp'),(11769,'4000','61720893414','2024-07-13 20:56:56',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11770,'1000','61720893542','2024-07-13 20:59:13',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11771,'4000','61720893542','2024-07-13 20:59:13',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11772,'4000','61720893542','2024-07-13 20:59:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11773,'1000','61720893561','2024-07-13 20:59:31',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11774,'4000','61720893561','2024-07-13 20:59:31',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11775,'1000','61720949278','2024-07-14 12:28:16',700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11776,'4000','61720949278','2024-07-14 12:28:16',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11777,'4000','61720949278','2024-07-14 12:27:58',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11778,'1000','61720949305','2024-07-14 12:28:49',560.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11779,'4000','61720949305','2024-07-14 12:28:49',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11780,'4000','61720949305','2024-07-14 12:28:25',NULL,160.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(11781,'4000','61720949305','2024-07-14 12:28:39',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11782,'1000','61720949351','2024-07-14 12:29:32',390.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ex4'),(11783,'4000','61720949351','2024-07-14 12:29:32',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11784,'4000','61720949351','2024-07-14 12:29:11',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11785,'4000','61720949351','2024-07-14 12:29:20',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(11786,'1000','61720949396','2024-07-14 12:29:57',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Htf'),(11787,'4000','61720949396','2024-07-14 12:29:57',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11788,'1000','61720949853','2024-07-14 12:37:36',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cfi'),(11789,'4000','61720949853','2024-07-14 12:37:36',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11790,'1000','61720949883','2024-07-14 12:38:07',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ira'),(11791,'4000','61720949883','2024-07-14 12:38:07',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11792,'1000','61720949931','2024-07-14 12:38:55',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hps'),(11793,'4000','61720949931','2024-07-14 12:38:55',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11794,'1000','71720951438','2024-07-14 13:04:16',1500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fnp'),(11795,'4000','71720951438','2024-07-14 13:04:16',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11796,'4000','71720951438','2024-07-14 13:03:59',NULL,900.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11797,'1000','71720951486','2024-07-14 13:05:39',320.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5mg'),(11798,'4000','71720951486','2024-07-14 13:05:39',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11799,'4000','71720951486','2024-07-14 13:04:46',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(11800,'1000','71720951602','2024-07-14 13:06:54',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Q0p'),(11801,'4000','71720951602','2024-07-14 13:06:54',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11802,'1000','71720951632','2024-07-14 13:08:10',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dlf'),(11803,'4000','71720951632','2024-07-14 13:08:10',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11804,'4000','71720951632','2024-07-14 13:07:12',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11805,'1000','71720955204','2024-07-14 14:07:35',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yat'),(11806,'4000','71720955204','2024-07-14 14:07:35',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11807,'4000','71720955204','2024-07-14 14:06:44',NULL,450.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11808,'1000','71720955267','2024-07-14 14:07:56',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uht'),(11809,'4000','71720955267','2024-07-14 14:07:56',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11810,'1000','71720955292','2024-07-14 14:08:43',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'28q'),(11811,'4000','71720955292','2024-07-14 14:08:43',NULL,450.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11812,'1000','71720955347','2024-07-14 14:10:03',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lq4'),(11813,'4000','71720955347','2024-07-14 14:10:03',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11814,'4000','71720955347','2024-07-14 14:09:07',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11815,'4000','71720955347','2024-07-14 14:09:34',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11816,'1000','71720955417','2024-07-14 14:11:26',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zdc'),(11817,'4000','71720955417','2024-07-14 14:11:26',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11818,'4000','71720955417','2024-07-14 14:10:17',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11819,'1000','71720955501','2024-07-14 14:12:34',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wy0'),(11820,'4000','71720955501','2024-07-14 14:12:34',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11821,'4000','71720955501','2024-07-14 14:11:41',NULL,0.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11822,'4000','71720955501','2024-07-14 14:11:55',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11823,'4000','71720955501','2024-07-14 14:12:05',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11824,'1000','71720955570','2024-07-14 14:13:26',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'B85'),(11825,'4000','71720955570','2024-07-14 14:13:26',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11826,'4000','71720955570','2024-07-14 14:12:50',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11827,'1000','71720955632','2024-07-14 14:14:05',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dkc'),(11828,'4000','71720955632','2024-07-14 14:14:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11829,'1000','71720956064','2024-07-14 14:21:49',600.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11830,'4000','71720956064','2024-07-14 14:21:49',NULL,600.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11831,'1000','71720956126','2024-07-14 14:22:14',800.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11832,'4000','71720956126','2024-07-14 14:22:14',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11833,'1000','71720965421','2024-07-14 17:02:22',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Txy'),(11834,'4000','71720965421','2024-07-14 17:02:22',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11835,'1000','71720965780','2024-07-14 17:03:19',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Of4'),(11836,'4000','71720965780','2024-07-14 17:03:19',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11837,'4000','71720965780','2024-07-14 17:03:00',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11838,'1000','71720965813','2024-07-14 17:03:45',20.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qu7'),(11839,'4000','71720965813','2024-07-14 17:03:45',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(11840,'1000','71720965844','2024-07-14 17:04:22',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Y5b'),(11841,'4000','71720965844','2024-07-14 17:04:22',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11842,'1000','71720965963','2024-07-14 17:06:14',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'En9'),(11843,'4000','71720965963','2024-07-14 17:06:14',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11844,'1000','71720965993','2024-07-14 17:06:45',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wss'),(11845,'4000','71720965993','2024-07-14 17:06:45',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11846,'1000','71720966776','2024-07-14 17:22:11',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P91'),(11847,'4000','71720966776','2024-07-14 17:22:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11848,'1110','71720966945','2024-07-14 17:22:50',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11849,'1110','71720966945','2024-07-14 17:22:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11850,'5500','71720966945','2024-07-14 17:22:40',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11851,'1000','71720966945','2024-07-14 17:22:50',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dgh'),(11852,'4000','71720966945','2024-07-14 17:22:50',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11853,'4000','71720966945','2024-07-14 17:22:25',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11854,'1000','71720966986','2024-07-14 17:26:06',240.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5af'),(11855,'4000','71720966986','2024-07-14 17:26:06',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11856,'4000','71720966986','2024-07-14 17:23:06',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11857,'4000','71720966986','2024-07-14 17:25:03',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11858,'1000','71720967198','2024-07-14 17:27:35',360.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Udo'),(11859,'4000','71720967198','2024-07-14 17:27:35',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11860,'4000','71720967198','2024-07-14 17:26:38',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11861,'4000','71720967198','2024-07-14 17:26:54',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(11862,'1000','71720967460','2024-07-14 17:31:09',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7d5'),(11863,'4000','71720967460','2024-07-14 17:31:09',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11864,'1000','71720967486','2024-07-14 17:45:14',530.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7vq'),(11865,'4000','71720967486','2024-07-14 17:45:14',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11866,'4000','71720967486','2024-07-14 17:31:26',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11867,'4000','71720967486','2024-07-14 17:44:47',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11868,'1000','71720968326','2024-07-14 17:45:40',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hql'),(11869,'4000','71720968326','2024-07-14 17:45:40',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11870,'1000','71720968374','2024-07-14 17:47:24',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dqh'),(11871,'4000','71720968374','2024-07-14 17:47:24',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11872,'4000','71720968374','2024-07-14 17:46:14',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11873,'1000','71720968455','2024-07-14 17:49:59',550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0za'),(11874,'4000','71720968455','2024-07-14 17:49:59',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11875,'4000','71720968455','2024-07-14 17:47:35',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11876,'1000','71720968614','2024-07-14 17:52:19',1150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9do'),(11877,'4000','71720968614','2024-07-14 17:52:19',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11878,'4000','71720968614','2024-07-14 17:50:14',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11879,'4000','71720968614','2024-07-14 17:51:31',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11880,'1000','71720968885','2024-07-14 17:54:52',800.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'N6z'),(11881,'4000','71720968885','2024-07-14 17:54:52',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11882,'1000','71720968952','2024-07-14 17:57:15',160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Z38'),(11883,'4000','71720968952','2024-07-14 17:57:15',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11884,'4000','71720968952','2024-07-14 17:55:52',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(11885,'1000','71720969063','2024-07-14 18:03:31',650.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zq6'),(11886,'4000','71720969063','2024-07-14 18:03:31',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11887,'4000','71720969063','2024-07-14 17:57:43',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11888,'1000','71720969424','2024-07-14 18:04:15',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6uk'),(11889,'4000','71720969424','2024-07-14 18:04:15',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11890,'1000','71720969547','2024-07-14 18:07:02',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ufd'),(11891,'4000','71720969547','2024-07-14 18:07:02',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11892,'4000','71720969547','2024-07-14 18:05:47',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11893,'1000','71720969655','2024-07-14 18:07:43',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P8x'),(11894,'4000','71720969655','2024-07-14 18:07:43',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11895,'1000','71720969751','2024-07-14 18:10:00',1890.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'57u'),(11896,'4000','71720969751','2024-07-14 18:10:00',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11897,'4000','71720969751','2024-07-14 18:09:11',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11898,'4000','71720969751','2024-07-14 18:09:19',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11899,'4000','71720969751','2024-07-14 18:09:33',NULL,240.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11900,'1000','71720969816','2024-07-14 18:11:41',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Sf7'),(11901,'4000','71720969816','2024-07-14 18:11:41',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11902,'1000','71720975367','2024-07-14 19:43:15',1700.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11903,'4000','71720975367','2024-07-14 19:43:15',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11904,'4000','71720975367','2024-07-14 19:42:47',NULL,900.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11905,'1000','71720975403','2024-07-14 19:43:38',600.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11906,'4000','71720975403','2024-07-14 19:43:38',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11907,'1000','71720975455','2024-07-14 19:44:22',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11908,'4000','71720975455','2024-07-14 19:44:22',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11909,'1000','71720975464','2024-07-14 19:45:00',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Iqx'),(11910,'4000','71720975464','2024-07-14 19:45:00',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11911,'4000','71720975464','2024-07-14 19:44:24',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11912,'1000','71720975513','2024-07-14 19:45:33',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11913,'4000','71720975513','2024-07-14 19:45:33',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11914,'1000','71720975548','2024-07-14 19:46:02',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'E0y'),(11915,'4000','71720975548','2024-07-14 19:46:02',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11916,'1000','71720975577','2024-07-14 19:46:28',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'A41'),(11917,'4000','71720975577','2024-07-14 19:46:28',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11918,'1000','71720975601','2024-07-14 19:46:52',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'07l'),(11919,'4000','71720975601','2024-07-14 19:46:52',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11920,'1000','71720975626','2024-07-14 19:47:16',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Aet'),(11921,'4000','71720975626','2024-07-14 19:47:16',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11922,'1000','71720975651','2024-07-14 19:47:58',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Scd'),(11923,'4000','71720975651','2024-07-14 19:47:58',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11924,'1000','71720975707','2024-07-14 19:49:16',120.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3mq'),(11925,'4000','71720975707','2024-07-14 19:49:16',NULL,120.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11926,'1000','71720975779','2024-07-14 19:49:52',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vxw'),(11927,'4000','71720975779','2024-07-14 19:49:52',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11928,'1000','71720975804','2024-07-14 19:50:18',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'U6n'),(11929,'4000','71720975804','2024-07-14 19:50:18',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11930,'1000','71720975831','2024-07-14 19:50:47',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kzr'),(11931,'4000','71720975831','2024-07-14 19:50:47',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11932,'1000','71720975857','2024-07-14 19:51:11',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'L98'),(11933,'4000','71720975857','2024-07-14 19:51:11',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11934,'1000','71720975882','2024-07-14 19:52:37',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vnf'),(11935,'4000','71720975882','2024-07-14 19:52:37',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11936,'1000','71720975984','2024-07-14 19:53:29',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'012'),(11937,'4000','71720975984','2024-07-14 19:53:29',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11938,'1000','71720976027','2024-07-14 19:54:16',900.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'33e'),(11939,'4000','71720976027','2024-07-14 19:54:16',NULL,900.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11940,'1000','71720976069','2024-07-14 19:54:53',320.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11941,'4000','71720976069','2024-07-14 19:54:53',NULL,300.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11942,'4000','71720976069','2024-07-14 19:54:29',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(11943,'1000','71720977155','2024-07-14 20:25:00',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'822'),(11944,'4000','71720977155','2024-07-14 20:25:00',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11945,'4000','71720977155','2024-07-14 20:12:35',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11946,'4000','71720977155','2024-07-14 20:23:25',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11947,'1000','71720977919','2024-07-14 20:25:32',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Els'),(11948,'4000','71720977919','2024-07-14 20:25:32',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11949,'1000','71720977947','2024-07-14 20:26:31',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Q2h'),(11950,'4000','71720977947','2024-07-14 20:26:31',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11951,'1000','71720978257','2024-07-14 20:31:33',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Na1'),(11952,'4000','71720978257','2024-07-14 20:31:33',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11953,'1000','71720978869','2024-07-14 20:41:18',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Odn'),(11954,'4000','71720978869','2024-07-14 20:41:18',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11955,'1000','71720979479','2024-07-14 20:55:26',900.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'243'),(11956,'4000','71720979479','2024-07-14 20:55:26',NULL,900.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11957,'1000','61721042310','2024-07-15 14:18:35',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'381'),(11958,'4000','61721042310','2024-07-15 14:18:35',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11959,'1000','61721042416','2024-07-15 14:20:48',320.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ws2'),(11960,'4000','61721042416','2024-07-15 14:20:48',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11961,'4000','61721042416','2024-07-15 14:20:16',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(11962,'4000','61721042416','2024-07-15 14:20:28',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(11963,'1000','61721042548','2024-07-15 14:22:29',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pdm'),(11964,'4000','61721042548','2024-07-15 14:22:29',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11965,'1000','61721042569','2024-07-15 14:22:50',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7x9'),(11966,'4000','61721042569','2024-07-15 14:22:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11967,'1000','61721042731','2024-07-15 14:25:34',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qip'),(11968,'4000','61721042731','2024-07-15 14:25:34',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11969,'1000','61721042761','2024-07-15 14:26:07',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gpx'),(11970,'4000','61721042761','2024-07-15 14:26:07',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11971,'1000','61721048387','2024-07-15 16:00:07',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11972,'4000','61721048387','2024-07-15 16:00:07',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11973,'4000','61721048387','2024-07-15 15:59:47',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11974,'1110','61721059917','2024-07-15 19:12:00',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11975,'Asset','61721059917','2024-07-15 19:11:57',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11976,'1000','61721059917','2024-07-15 19:12:00',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11977,'4000','61721059917','2024-07-15 19:12:00',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11978,'1000','61721060380','2024-07-15 19:19:50',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11979,'4000','61721060380','2024-07-15 19:19:50',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11980,'1000','61721060438','2024-07-15 19:20:59',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8sj'),(11981,'4000','61721060438','2024-07-15 19:20:59',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11982,'1000','61721060486','2024-07-15 19:21:27',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Laf'),(11983,'4000','61721060486','2024-07-15 19:21:27',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11984,'1000','61721060519','2024-07-15 19:22:00',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4ff'),(11985,'4000','61721060519','2024-07-15 19:22:00',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11986,'1000','61721060641','2024-07-15 19:24:18',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5x8'),(11987,'4000','61721060641','2024-07-15 19:24:18',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11988,'4000','61721060641','2024-07-15 19:24:01',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11989,'1000','61721060684','2024-07-15 19:24:45',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oyp'),(11990,'4000','61721060684','2024-07-15 19:24:45',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11991,'1000','61721061576','2024-07-15 19:39:39',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vx1'),(11992,'4000','61721061576','2024-07-15 19:39:39',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11993,'1000','61721061605','2024-07-15 19:40:08',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ujb'),(11994,'4000','61721061605','2024-07-15 19:40:08',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11995,'1000','61721061644','2024-07-15 19:40:58',320.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ilj'),(11996,'4000','61721061644','2024-07-15 19:40:58',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11997,'4000','61721061644','2024-07-15 19:40:44',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(11998,'1000','61721061696','2024-07-15 19:42:21',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ad4'),(11999,'4000','61721061696','2024-07-15 19:42:21',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12000,'4000','61721061696','2024-07-15 19:41:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12001,'4000','61721061696','2024-07-15 19:42:02',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12002,'1000','61721061919','2024-07-15 19:45:21',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yyh'),(12003,'4000','61721061919','2024-07-15 19:45:21',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12004,'1000','61721062109','2024-07-15 19:48:31',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vy2'),(12005,'4000','61721062109','2024-07-15 19:48:31',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12006,'1000','61721062146','2024-07-15 19:49:09',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3py'),(12007,'4000','61721062146','2024-07-15 19:49:09',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12008,'1000','61721062218','2024-07-15 19:51:28',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mt2'),(12009,'4000','61721062218','2024-07-15 19:51:28',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12010,'1000','61721062372','2024-07-15 19:53:17',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cbm'),(12011,'4000','61721062372','2024-07-15 19:53:17',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12012,'4000','61721062372','2024-07-15 19:52:52',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12013,'1000','61721062445','2024-07-15 19:54:36',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'He3'),(12014,'4000','61721062445','2024-07-15 19:54:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12015,'4000','61721062445','2024-07-15 19:54:05',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12016,'1000','61721062509','2024-07-15 19:55:11',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8fd'),(12017,'4000','61721062509','2024-07-15 19:55:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12018,'1000','61721062574','2024-07-15 19:56:31',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mn4'),(12019,'4000','61721062574','2024-07-15 19:56:31',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12020,'4000','61721062574','2024-07-15 19:56:14',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12021,'1000','61721062998','2024-07-15 20:03:35',230.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12022,'4000','61721062998','2024-07-15 20:03:35',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12023,'4000','61721062998','2024-07-15 20:03:18',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12024,'1000','61721065847','2024-07-15 20:50:51',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sp3'),(12025,'4000','61721065847','2024-07-15 20:50:51',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12026,'1000','61721065947','2024-07-15 20:52:35',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12027,'4000','61721065947','2024-07-15 20:52:35',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12028,'1000','71721146616','2024-07-16 19:17:15',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7jl'),(12029,'4000','71721146616','2024-07-16 19:17:15',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12030,'1000','71721146668','2024-07-16 19:18:00',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'88c'),(12031,'4000','71721146668','2024-07-16 19:18:00',NULL,100.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12032,'1000','71721146691','2024-07-16 19:18:32',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6bl'),(12033,'4000','71721146691','2024-07-16 19:18:32',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12034,'1000','71721146724','2024-07-16 19:18:54',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ny4'),(12035,'4000','71721146724','2024-07-16 19:18:54',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12036,'1000','71721146743','2024-07-16 19:19:14',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'W8u'),(12037,'4000','71721146743','2024-07-16 19:19:14',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12038,'1000','71721146794','2024-07-16 19:20:05',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'05x'),(12039,'4000','71721146794','2024-07-16 19:20:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12040,'1000','71721146818','2024-07-16 19:20:38',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Epf'),(12041,'4000','71721146818','2024-07-16 19:20:38',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12042,'1000','71721146847','2024-07-16 19:20:57',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7o4'),(12043,'4000','71721146847','2024-07-16 19:20:57',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12044,'1000','71721146867','2024-07-16 19:21:19',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yab'),(12045,'4000','71721146867','2024-07-16 19:21:19',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12046,'1000','71721146890','2024-07-16 19:21:48',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mx4'),(12047,'4000','71721146890','2024-07-16 19:21:48',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12048,'1000','71721146919','2024-07-16 19:22:08',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3fo'),(12049,'4000','71721146919','2024-07-16 19:22:08',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12050,'1000','71721146956','2024-07-16 19:22:50',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'B73'),(12051,'4000','71721146956','2024-07-16 19:22:50',NULL,750.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12052,'1000','71721147029','2024-07-16 19:24:08',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'75p'),(12053,'4000','71721147029','2024-07-16 19:24:08',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12054,'4000','71721147029','2024-07-16 19:23:49',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12055,'1000','71721147057','2024-07-16 19:24:55',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ulg'),(12056,'4000','71721147057','2024-07-16 19:24:55',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12057,'4000','71721147057','2024-07-16 19:24:17',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12058,'1000','71721147111','2024-07-16 19:25:19',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12059,'4000','71721147111','2024-07-16 19:25:19',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12060,'1000','71721147120','2024-07-16 19:25:36',230.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12061,'4000','71721147120','2024-07-16 19:25:36',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12062,'4000','71721147120','2024-07-16 19:25:20',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12063,'1000','71721147190','2024-07-16 19:57:17',1420.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kro'),(12064,'4000','71721147190','2024-07-16 19:57:17',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12065,'4000','71721147190','2024-07-16 19:26:30',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12066,'4000','71721147190','2024-07-16 19:57:01',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(12067,'1000','71721149050','2024-07-16 19:57:36',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'K70'),(12068,'4000','71721149050','2024-07-16 19:57:36',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12069,'1000','71721149161','2024-07-16 19:59:31',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wad'),(12070,'4000','71721149161','2024-07-16 19:59:31',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12071,'1000','71721149186','2024-07-16 20:11:15',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kae'),(12072,'4000','71721149186','2024-07-16 20:11:15',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12073,'4000','71721149186','2024-07-16 19:59:46',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12074,'1000','71721149921','2024-07-16 20:12:16',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4tf'),(12075,'4000','71721149921','2024-07-16 20:12:16',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12076,'1000','71721149947','2024-07-16 20:12:39',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12077,'4000','71721149947','2024-07-16 20:12:39',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12078,'1000','71721150006','2024-07-16 21:15:52',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3df'),(12079,'4000','71721150006','2024-07-16 21:15:52',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12080,'1000','71721153773','2024-07-16 21:16:29',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5ei'),(12081,'4000','71721153773','2024-07-16 21:16:29',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12082,'1000','71721153806','2024-07-16 21:16:56',40.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5dj'),(12083,'4000','71721153806','2024-07-16 21:16:56',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12084,'1000','71721154333','2024-07-16 21:25:39',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12085,'4000','71721154333','2024-07-16 21:25:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12086,'1000','61721227003','2024-07-17 17:36:50',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2ql'),(12087,'4000','61721227003','2024-07-17 17:36:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12088,'1000','61721227035','2024-07-17 17:37:22',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1vo'),(12089,'4000','61721227035','2024-07-17 17:37:22',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12090,'4000','61721227035','2024-07-17 17:37:15',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12091,'1000','61721227306','2024-07-17 17:41:48',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'La3'),(12092,'4000','61721227306','2024-07-17 17:41:48',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12093,'1000','61721227369','2024-07-17 17:42:52',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5xu'),(12094,'4000','61721227369','2024-07-17 17:42:52',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12095,'1000','61721227429','2024-07-17 17:44:11',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xpt'),(12096,'4000','61721227429','2024-07-17 17:44:11',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12097,'4000','61721227429','2024-07-17 17:43:49',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12098,'1000','61721227482','2024-07-17 17:53:54',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Q6q'),(12099,'4000','61721227482','2024-07-17 17:53:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12100,'4000','61721227482','2024-07-17 17:44:42',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12101,'1000','61721228067','2024-07-17 17:54:29',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ta9'),(12102,'4000','61721228067','2024-07-17 17:54:29',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12103,'1000','61721228108','2024-07-17 17:55:15',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'5b0'),(12104,'4000','61721228108','2024-07-17 17:55:15',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12105,'1000','61721228152','2024-07-17 17:55:54',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ko2'),(12106,'4000','61721228152','2024-07-17 17:55:54',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12107,'1000','61721228414','2024-07-17 18:00:28',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xfj'),(12108,'4000','61721228414','2024-07-17 18:00:28',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12109,'4000','61721228414','2024-07-17 18:00:14',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12110,'1000','61721228478','2024-07-17 18:01:36',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Dco'),(12111,'4000','61721228478','2024-07-17 18:01:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12112,'4000','61721228478','2024-07-17 18:01:18',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12113,'1000','61721228523','2024-07-17 18:02:04',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'53x'),(12114,'4000','61721228523','2024-07-17 18:02:04',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12115,'1000','61721228554','2024-07-17 18:02:47',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'K5t'),(12116,'4000','61721228554','2024-07-17 18:02:47',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12117,'4000','61721228554','2024-07-17 18:02:34',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(12118,'1000','61721228594','2024-07-17 18:03:16',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12119,'4000','61721228594','2024-07-17 18:03:16',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12120,'1000','61721237621','2024-07-17 20:35:59',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12121,'4000','61721237621','2024-07-17 20:35:59',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12122,'4000','61721237621','2024-07-17 20:33:41',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12123,'1000','61721237769','2024-07-17 20:36:24',380.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12124,'4000','61721237769','2024-07-17 20:36:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12125,'4000','61721237769','2024-07-17 20:36:09',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12126,'4000','61721237769','2024-07-17 20:36:16',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12127,'1000','61721238630','2024-07-17 20:50:42',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hwv'),(12128,'4000','61721238630','2024-07-17 20:50:42',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12129,'4000','61721238630','2024-07-17 20:50:30',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12130,'1000','61721238664','2024-07-17 20:51:18',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8c9'),(12131,'4000','61721238664','2024-07-17 20:51:18',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12132,'4000','61721238664','2024-07-17 20:51:04',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12133,'1000','61721238706','2024-07-17 20:52:05',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B4v'),(12134,'4000','61721238706','2024-07-17 20:52:05',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12135,'4000','61721238706','2024-07-17 20:51:46',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12136,'1000','61721238757','2024-07-17 20:52:40',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Evm'),(12137,'4000','61721238757','2024-07-17 20:52:40',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12138,'1110','61721238790','2024-07-17 20:53:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12139,'1110','61721238790','2024-07-17 20:53:10',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12140,'Asset','61721238790','2024-07-17 20:53:20',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12141,'1000','61721238790','2024-07-17 20:53:22',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'E9f'),(12142,'4000','61721238790','2024-07-17 20:53:22',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12143,'4000','61721238790','2024-07-17 20:53:10',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12144,'1000','61721238824','2024-07-17 20:53:45',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'D21'),(12145,'4000','61721238824','2024-07-17 20:53:45',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12146,'1000','61721238867','2024-07-17 20:54:33',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9it'),(12147,'4000','61721238867','2024-07-17 20:54:33',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12148,'4000','61721238867','2024-07-17 20:54:27',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12149,'1000','61721238899','2024-07-17 20:55:05',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0kr'),(12150,'4000','61721238899','2024-07-17 20:55:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12151,'4000','61721238899','2024-07-17 20:54:59',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12152,'1000','61721239535','2024-07-17 21:05:43',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Eo0'),(12153,'4000','61721239535','2024-07-17 21:05:43',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12154,'4000','61721239535','2024-07-17 21:05:35',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12155,'1110','71722160560','2024-07-28 13:11:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(12156,'1110','71722160560','2024-07-28 12:56:00',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12157,'Asset','71722160560','2024-07-28 13:11:06',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12158,'1000','71722160560','2024-07-28 13:11:21',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'R70'),(12159,'4000','71722160560','2024-07-28 13:11:21',NULL,450.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12160,'4000','71722160560','2024-07-28 12:56:00',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12161,'1000','71722161641','2024-07-28 13:16:51',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vwf'),(12162,'4000','71722161641','2024-07-28 13:16:51',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12163,'1000','71722161820','2024-07-28 13:25:16',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'W2p'),(12164,'4000','71722161820','2024-07-28 13:25:16',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12165,'4000','71722161820','2024-07-28 13:17:00',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12166,'4000','71722161820','2024-07-28 13:24:45',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12167,'1000','71722162333','2024-07-28 13:28:44',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12168,'4000','71722162333','2024-07-28 13:28:44',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12169,'1000','71722162562','2024-07-28 13:30:39',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cxr'),(12170,'4000','71722162562','2024-07-28 13:30:39',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12171,'4000','71722162562','2024-07-28 13:29:22',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12172,'1000','71722162661','2024-07-28 13:31:16',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'H74'),(12173,'4000','71722162661','2024-07-28 13:31:16',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12174,'1000','71722162713','2024-07-28 13:32:08',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'73e'),(12175,'4000','71722162713','2024-07-28 13:32:08',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12176,'1000','71722162747','2024-07-28 13:32:40',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'73e'),(12177,'4000','71722162747','2024-07-28 13:32:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12178,'1000','71722162776','2024-07-28 13:33:16',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fs1'),(12179,'4000','71722162776','2024-07-28 13:33:16',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12180,'1000','71722162941','2024-07-28 14:03:42',790.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dar'),(12181,'4000','71722162941','2024-07-28 14:03:42',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12182,'4000','71722162941','2024-07-28 13:35:41',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12183,'4000','71722162941','2024-07-28 14:03:17',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(12184,'1110','71722164652','2024-07-28 14:04:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12185,'1110','71722164652','2024-07-28 14:04:12',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12186,'Asset','71722164652','2024-07-28 14:04:22',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12187,'1000','71722164652','2024-07-28 14:04:33',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zzo'),(12188,'4000','71722164652','2024-07-28 14:04:33',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12189,'4000','71722164652','2024-07-28 14:04:12',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12190,'1000','71722164693','2024-07-28 14:05:12',620.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ojz'),(12191,'4000','71722164693','2024-07-28 14:05:12',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12192,'4000','71722164693','2024-07-28 14:04:53',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(12193,'1000','71722341293','2024-07-30 15:08:41',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9fo'),(12194,'4000','71722341293','2024-07-30 15:08:41',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12195,'1000','71722341334','2024-07-30 15:09:08',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wo7'),(12196,'4000','71722341334','2024-07-30 15:09:08',NULL,100.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12197,'1110','71722341361','2024-07-30 15:09:39',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12198,'1110','71722341361','2024-07-30 15:09:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12199,'5500','71722341361','2024-07-30 15:09:30',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12200,'1000','71722341361','2024-07-30 15:09:39',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Iau'),(12201,'4000','71722341361','2024-07-30 15:09:39',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12202,'4000','71722341361','2024-07-30 15:09:21',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12203,'1000','71722341393','2024-07-30 15:10:02',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qr4'),(12204,'4000','71722341393','2024-07-30 15:10:02',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12205,'1000','71722341412','2024-07-30 15:10:46',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Apf'),(12206,'4000','71722341412','2024-07-30 15:10:46',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12207,'4000','71722341412','2024-07-30 15:10:12',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12208,'1110','71722341456','2024-07-30 15:11:14',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12209,'1110','71722341456','2024-07-30 15:10:56',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12210,'Asset','71722341456','2024-07-30 15:11:08',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12211,'1000','71722341456','2024-07-30 15:11:14',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yv3'),(12212,'4000','71722341456','2024-07-30 15:11:14',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12213,'4000','71722341456','2024-07-30 15:10:56',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12214,'1000','71722353535','2024-07-30 18:32:27',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fr6'),(12215,'4000','71722353535','2024-07-30 18:32:27',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12216,'1000','71722356727','2024-07-30 19:25:35',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'M0a'),(12217,'4000','71722356727','2024-07-30 19:25:35',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12218,'1110','71722356746','2024-07-30 19:26:07',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12219,'1110','71722356746','2024-07-30 19:25:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12220,'5500','71722356746','2024-07-30 19:25:59',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12221,'1000','71722356746','2024-07-30 19:26:07',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yhc'),(12222,'4000','71722356746','2024-07-30 19:26:07',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12223,'4000','71722356746','2024-07-30 19:25:46',NULL,150.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12224,'1000','71722356778','2024-07-30 19:26:44',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'P30'),(12225,'4000','71722356778','2024-07-30 19:26:44',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12226,'4000','71722356778','2024-07-30 19:26:18',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12227,'1000','71722356859','2024-07-30 19:28:21',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Czp'),(12228,'4000','71722356859','2024-07-30 19:28:21',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12229,'1000','71722356909','2024-07-30 19:28:46',20.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rbo'),(12230,'4000','71722356909','2024-07-30 19:28:46',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(12231,'1000','71722356936','2024-07-30 19:39:52',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vnq'),(12232,'4000','71722356936','2024-07-30 19:39:52',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12233,'4000','71722356936','2024-07-30 19:28:56',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12234,'1000','71722357614','2024-07-30 19:40:45',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6bw'),(12235,'4000','71722357614','2024-07-30 19:40:45',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12236,'4000','71722357614','2024-07-30 19:40:14',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12237,'1000','71722357662','2024-07-30 19:41:32',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Of5'),(12238,'4000','71722357662','2024-07-30 19:41:32',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12239,'4000','71722357662','2024-07-30 19:41:02',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12240,'1000','71722357704','2024-07-30 19:42:04',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2ml'),(12241,'4000','71722357704','2024-07-30 19:42:04',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12242,'1000','71722357732','2024-07-30 19:43:03',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5lk'),(12243,'4000','71722357732','2024-07-30 19:43:03',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12244,'4000','71722357732','2024-07-30 19:42:13',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12245,'1000','71722357811','2024-07-30 19:43:49',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12246,'4000','71722357811','2024-07-30 19:43:49',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12247,'1000','71722357844','2024-07-30 20:41:00',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hft'),(12248,'4000','71722357844','2024-07-30 20:41:00',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12249,'4000','71722357844','2024-07-30 19:44:04',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12250,'1110','71722361272','2024-07-30 20:42:31',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12251,'Asset','71722361272','2024-07-30 20:41:12',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12252,'1000','71722361272','2024-07-30 20:42:31',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Odw'),(12253,'4000','71722361272','2024-07-30 20:42:31',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12254,'1000','71722362273','2024-07-30 20:58:00',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wl4'),(12255,'4000','71722362273','2024-07-30 20:58:00',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12256,'1000','71722362301','2024-07-30 20:58:35',60.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oq9'),(12257,'4000','71722362301','2024-07-30 20:58:35',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(12258,'1000','71722362984','2024-07-30 21:10:03',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Shn'),(12259,'4000','71722362984','2024-07-30 21:10:03',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12260,'1000','61722424702','2024-07-31 14:18:48',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12261,'4000','61722424702','2024-07-31 14:18:48',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12262,'4000','61722424702','2024-07-31 14:18:22',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12263,'4000','61722424702','2024-07-31 14:18:33',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12264,'1000','61722424900','2024-07-31 14:21:57',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2mb'),(12265,'4000','61722424900','2024-07-31 14:21:57',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12266,'4000','61722424900','2024-07-31 14:21:40',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12267,'1000','61722425157','2024-07-31 14:26:08',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12268,'4000','61722425157','2024-07-31 14:26:08',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12269,'4000','61722425157','2024-07-31 14:25:57',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12270,'1000','61722425177','2024-07-31 14:26:26',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3iq'),(12271,'4000','61722425177','2024-07-31 14:26:26',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12272,'4000','61722425177','2024-07-31 14:26:17',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12273,'1000','61722425212','2024-07-31 14:26:54',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3mw'),(12274,'4000','61722425212','2024-07-31 14:26:54',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12275,'1000','61722425280','2024-07-31 14:28:11',250.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ydo'),(12276,'4000','61722425280','2024-07-31 14:28:11',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12277,'4000','61722425280','2024-07-31 14:28:00',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12278,'1000','61722430934','2024-07-31 16:02:15',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7y5'),(12279,'4000','61722430934','2024-07-31 16:02:15',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12280,'1000','61722431024','2024-07-31 16:03:49',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lue'),(12281,'4000','61722431024','2024-07-31 16:03:49',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12282,'1000','61722431083','2024-07-31 16:05:33',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yai'),(12283,'4000','61722431083','2024-07-31 16:05:33',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12284,'4000','61722431083','2024-07-31 16:04:44',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12285,'1000','61722431161','2024-07-31 16:06:14',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Foj'),(12286,'4000','61722431161','2024-07-31 16:06:14',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12287,'4000','61722431161','2024-07-31 16:06:01',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12288,'1110','61722431225','2024-07-31 16:07:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12289,'1110','61722431225','2024-07-31 16:07:05',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12290,'Asset','61722431225','2024-07-31 16:07:11',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12291,'1000','61722431225','2024-07-31 16:07:13',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Uzq'),(12292,'4000','61722431225','2024-07-31 16:07:13',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12293,'4000','61722431225','2024-07-31 16:07:05',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12294,'1000','61722431274','2024-07-31 16:07:55',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bmv'),(12295,'4000','61722431274','2024-07-31 16:07:55',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12296,'1000','61722431442','2024-07-31 16:10:44',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'S1n'),(12297,'4000','61722431442','2024-07-31 16:10:44',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12298,'1000','61722431517','2024-07-31 16:11:59',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9nj'),(12299,'4000','61722431517','2024-07-31 16:11:59',NULL,300.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12300,'1110','61722431571','2024-07-31 16:13:11',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12301,'1110','61722431571','2024-07-31 16:12:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12302,'5500','61722431571','2024-07-31 16:12:58',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12303,'1000','61722431571','2024-07-31 16:13:11',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Pru'),(12304,'4000','61722431571','2024-07-31 16:13:11',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12305,'4000','61722431571','2024-07-31 16:12:51',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12306,'1110','61722431626','2024-07-31 16:14:50',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12307,'1110','61722431626','2024-07-31 16:13:46',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12308,'1110','61722431626','2024-07-31 16:13:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12309,'5500','61722431626','2024-07-31 16:14:13',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12310,'1000','61722431626','2024-07-31 16:14:50',1400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zyb'),(12311,'4000','61722431626','2024-07-31 16:14:50',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12312,'4000','61722431626','2024-07-31 16:13:46',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12313,'4000','61722431626','2024-07-31 16:13:51',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12314,'1000','61722432085','2024-07-31 16:21:28',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xrx'),(12315,'4000','61722432085','2024-07-31 16:21:28',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12316,'1000','61722432122','2024-07-31 16:22:03',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'U8l'),(12317,'4000','61722432122','2024-07-31 16:22:03',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12318,'1000','61722432159','2024-07-31 16:22:41',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hy5'),(12319,'4000','61722432159','2024-07-31 16:22:41',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12320,'1000','61722432215','2024-07-31 16:23:36',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2yb'),(12321,'4000','61722432215','2024-07-31 16:23:36',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12322,'1000','61722432338','2024-07-31 16:25:41',800.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12323,'4000','61722432338','2024-07-31 16:25:41',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12324,'1000','61722432366','2024-07-31 16:26:09',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12325,'4000','61722432366','2024-07-31 16:26:09',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12326,'1000','61722439421','2024-07-31 18:24:01',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12327,'4000','61722439421','2024-07-31 18:24:01',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12328,'4000','61722439421','2024-07-31 18:23:41',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12329,'1110','61722439473','2024-07-31 18:24:36',NULL,181.80,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12330,'Asset','61722439473','2024-07-31 18:24:33',181.80,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12331,'1000','61722439473','2024-07-31 18:24:36',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M5t'),(12332,'4000','61722439473','2024-07-31 18:24:36',NULL,600.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12333,'1000','61722439568','2024-07-31 18:32:36',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'4sz'),(12334,'4000','61722439568','2024-07-31 18:32:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12335,'4000','61722439568','2024-07-31 18:26:08',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12336,'1110','61722439999','2024-07-31 18:33:21',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12337,'Asset','61722439999','2024-07-31 18:33:19',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12338,'1000','61722439999','2024-07-31 18:33:21',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P0l'),(12339,'4000','61722439999','2024-07-31 18:33:21',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12340,'1000','61722440050','2024-07-31 18:34:18',100.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'26y'),(12341,'4000','61722440050','2024-07-31 18:34:18',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12342,'1000','61722440094','2024-07-31 18:34:58',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'06k'),(12343,'4000','61722440094','2024-07-31 18:34:58',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12344,'1000','61722440323','2024-07-31 18:38:45',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12345,'4000','61722440323','2024-07-31 18:38:45',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12346,'1110','61722449586','2024-07-31 21:13:07',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12347,'Asset','61722449586','2024-07-31 21:13:06',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12348,'1000','61722449586','2024-07-31 21:13:07',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M29'),(12349,'4000','61722449586','2024-07-31 21:13:07',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12350,'1000','61722449611','2024-07-31 21:13:33',80.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M2w'),(12351,'4000','61722449611','2024-07-31 21:13:33',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12352,'1000','61722449678','2024-07-31 21:14:51',190.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'K3n'),(12353,'4000','61722449678','2024-07-31 21:14:51',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12354,'4000','61722449678','2024-07-31 21:14:38',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12355,'1000','61722449739','2024-07-31 21:16:00',320.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'A9v'),(12356,'4000','61722449739','2024-07-31 21:16:00',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12357,'4000','61722449739','2024-07-31 21:15:39',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(12358,'1000','61722450140','2024-07-31 21:22:37',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12359,'4000','61722450140','2024-07-31 21:22:37',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12360,'1000','61722520384','2024-08-01 16:55:53',550.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12361,'4000','61722520384','2024-08-01 16:55:53',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12362,'4000','61722520384','2024-08-01 16:53:04',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12363,'1000','61722520588','2024-08-01 16:56:30',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12364,'4000','61722520588','2024-08-01 16:56:30',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12365,'1000','61722520611','2024-08-01 16:57:02',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12366,'4000','61722520611','2024-08-01 16:57:02',NULL,300.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12367,'1000','61722520628','2024-08-01 16:57:16',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12368,'4000','61722520628','2024-08-01 16:57:16',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12369,'4000','61722520628','2024-08-01 16:57:08',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12370,'1000','61722520643','2024-08-01 16:57:25',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12371,'4000','61722520643','2024-08-01 16:57:25',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12372,'1000','61722520652','2024-08-01 16:57:33',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12373,'4000','61722520652','2024-08-01 16:57:33',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12374,'1000','61722531329','2024-08-01 20:40:02',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12375,'4000','61722531329','2024-08-01 20:40:02',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12376,'1000','61722534018','2024-08-01 20:40:19',40.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12377,'4000','61722534018','2024-08-01 20:40:19',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12378,'1000','71722853793','2024-08-05 13:30:38',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tlu'),(12379,'4000','71722853793','2024-08-05 13:30:38',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12380,'1000','71722855187','2024-08-05 14:20:09',720.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12381,'4000','71722855187','2024-08-05 14:20:09',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12382,'4000','71722855187','2024-08-05 13:53:07',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12383,'4000','71722855187','2024-08-05 13:53:10',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12384,'4000','71722855187','2024-08-05 13:53:10',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12385,'4000','71722855187','2024-08-05 14:04:08',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12386,'4000','71722855187','2024-08-05 14:04:10',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(12387,'4000','71722855187','2024-08-05 14:04:15',NULL,20.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(12388,'4000','71722855187','2024-08-05 14:04:34',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12389,'1000','71722958431','2024-08-06 18:34:17',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2ar'),(12390,'4000','71722958431','2024-08-06 18:34:17',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12391,'1000','71722958654','2024-08-06 18:37:57',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5ng'),(12392,'4000','71722958654','2024-08-06 18:37:57',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12393,'1000','71722958705','2024-08-06 18:38:35',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fsh'),(12394,'4000','71722958705','2024-08-06 18:38:35',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12395,'1110','71722958728','2024-08-06 18:39:22',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12396,'1110','71722958728','2024-08-06 18:38:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(12397,'5500','71722958728','2024-08-06 18:39:02',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12398,'1000','71722958728','2024-08-06 18:39:22',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8wz'),(12399,'4000','71722958728','2024-08-06 18:39:22',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12400,'4000','71722958728','2024-08-06 18:38:48',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12401,'1110','71722958777','2024-08-06 18:39:47',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12402,'Asset','71722958777','2024-08-06 18:39:37',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12403,'1000','71722958777','2024-08-06 18:39:47',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dks'),(12404,'4000','71722958777','2024-08-06 18:39:47',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12405,'1000','71722958838','2024-08-06 18:40:47',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Djx'),(12406,'4000','71722958838','2024-08-06 18:40:47',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12407,'1110','71722958864','2024-08-06 18:41:15',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12408,'Asset','71722958864','2024-08-06 18:41:04',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12409,'1000','71722958864','2024-08-06 18:41:15',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fv8'),(12410,'4000','71722958864','2024-08-06 18:41:15',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12411,'1000','71722958884','2024-08-06 18:42:13',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cr5'),(12412,'4000','71722958884','2024-08-06 18:42:13',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12413,'1110','71722958947','2024-08-06 18:42:46',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12414,'1110','71722958947','2024-08-06 18:42:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(12415,'5500','71722958947','2024-08-06 18:42:39',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12416,'1000','71722958947','2024-08-06 18:42:46',190.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vxv'),(12417,'4000','71722958947','2024-08-06 18:42:46',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12418,'4000','71722958947','2024-08-06 18:42:27',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12419,'1000','71722958974','2024-08-06 18:43:09',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0og'),(12420,'4000','71722958974','2024-08-06 18:43:09',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12421,'1000','71722959003','2024-08-06 18:43:38',20.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'89v'),(12422,'4000','71722959003','2024-08-06 18:43:38',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(12423,'1000','71722959028','2024-08-06 18:45:25',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12424,'4000','71722959028','2024-08-06 18:45:25',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12425,'4000','71722959028','2024-08-06 18:43:48',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12426,'1000','71722959128','2024-08-06 18:50:43',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2l6'),(12427,'4000','71722959128','2024-08-06 18:50:43',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12428,'1000','71722961494','2024-08-06 19:30:20',910.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12429,'4000','71722961494','2024-08-06 19:30:20',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12430,'4000','71722961494','2024-08-06 19:24:54',NULL,160.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12431,'1000','71722961877','2024-08-06 19:31:24',40.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12432,'4000','71722961877','2024-08-06 19:31:24',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12433,'1110','71722961932','2024-08-06 19:56:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12434,'1110','71722961932','2024-08-06 19:32:12',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12435,'Asset','71722961932','2024-08-06 19:44:59',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12436,'1000','71722961932','2024-08-06 19:56:49',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Of9'),(12437,'4000','71722961932','2024-08-06 19:56:49',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12438,'4000','71722961932','2024-08-06 19:32:12',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12439,'1000','61723052188','2024-08-07 20:36:52',420.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12440,'4000','61723052188','2024-08-07 20:36:52',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12441,'4000','61723052188','2024-08-07 20:36:28',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12442,'4000','61723052188','2024-08-07 20:36:32',NULL,120.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12443,'1000','61723052264','2024-08-07 20:38:04',780.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'yki'),(12444,'4000','61723052264','2024-08-07 20:38:04',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12445,'4000','61723052264','2024-08-07 20:37:44',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12446,'4000','61723052264','2024-08-07 20:37:49',NULL,80.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12447,'1000','61723052323','2024-08-07 20:39:03',205.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'096'),(12448,'4000','61723052323','2024-08-07 20:39:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12449,'4000','61723052323','2024-08-07 20:38:43',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12450,'4000','61723052323','2024-08-07 20:38:50',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(12451,'1110','61723052366','2024-08-07 20:39:37',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12452,'1110','61723052366','2024-08-07 20:39:26',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12453,'5500','61723052366','2024-08-07 20:39:30',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12454,'1000','61723052366','2024-08-07 20:39:37',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vmz'),(12455,'4000','61723052366','2024-08-07 20:39:37',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12456,'4000','61723052366','2024-08-07 20:39:26',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12457,'1000','61723052455','2024-08-07 20:40:57',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kj7'),(12458,'4000','61723052455','2024-08-07 20:40:57',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12459,'1000','61723052479','2024-08-07 20:41:20',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'J03'),(12460,'4000','61723052479','2024-08-07 20:41:20',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12461,'1000','61723052554','2024-08-07 20:42:41',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7vo'),(12462,'4000','61723052554','2024-08-07 20:42:41',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12463,'1110','61723052597','2024-08-07 20:43:31',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12464,'1110','61723052597','2024-08-07 20:43:17',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12465,'5500','61723052597','2024-08-07 20:43:23',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12466,'1000','61723052597','2024-08-07 20:43:31',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oop'),(12467,'4000','61723052597','2024-08-07 20:43:31',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12468,'4000','61723052597','2024-08-07 20:43:17',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12469,'1000','61723052638','2024-08-07 20:44:01',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N98'),(12470,'4000','61723052638','2024-08-07 20:44:01',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12471,'1000','61723052676','2024-08-07 20:44:57',1050.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lnq'),(12472,'4000','61723052676','2024-08-07 20:44:57',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12473,'4000','61723052676','2024-08-07 20:44:36',NULL,600.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12474,'1000','61723052723','2024-08-07 20:45:55',560.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sa8'),(12475,'4000','61723052723','2024-08-07 20:45:55',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12476,'4000','61723052723','2024-08-07 20:45:23',NULL,160.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12477,'4000','61723052723','2024-08-07 20:45:34',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12478,'1000','61723052810','2024-08-07 20:47:11',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qxg'),(12479,'4000','61723052810','2024-08-07 20:47:11',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12480,'4000','61723052810','2024-08-07 20:46:50',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12481,'1110','61723052874','2024-08-07 20:47:57',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12482,'Asset','61723052874','2024-08-07 20:47:54',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12483,'1000','61723052874','2024-08-07 20:47:57',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ab0'),(12484,'4000','61723052874','2024-08-07 20:47:57',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12485,'1000','61723052901','2024-08-07 20:48:23',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'M5e'),(12486,'4000','61723052901','2024-08-07 20:48:23',NULL,40.00,'','6','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12487,'1000','61723052926','2024-08-07 20:49:03',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'C8k'),(12488,'4000','61723052926','2024-08-07 20:49:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12489,'4000','61723052926','2024-08-07 20:48:46',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12490,'1110','61723052974','2024-08-07 20:50:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12491,'1110','61723052974','2024-08-07 20:49:34',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12492,'Asset','61723052974','2024-08-07 20:50:02',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12493,'1000','61723052974','2024-08-07 20:50:04',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ef3'),(12494,'4000','61723052974','2024-08-07 20:50:04',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12495,'4000','61723052974','2024-08-07 20:49:34',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12496,'1000','61723053058','2024-08-07 20:51:00',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Yoz'),(12497,'4000','61723053058','2024-08-07 20:51:00',NULL,300.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12498,'1000','61723053087','2024-08-07 20:51:29',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'04y'),(12499,'4000','61723053087','2024-08-07 20:51:29',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12500,'1000','61723053134','2024-08-07 20:52:16',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vyy'),(12501,'4000','61723053134','2024-08-07 20:52:16',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12502,'1000','61723053166','2024-08-07 20:52:47',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Taw'),(12503,'4000','61723053166','2024-08-07 20:52:47',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12504,'1000','61723053194','2024-08-07 20:53:16',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Kaq'),(12505,'4000','61723053194','2024-08-07 20:53:16',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12506,'1000','61723053232','2024-08-07 20:54:05',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ssk'),(12507,'4000','61723053232','2024-08-07 20:54:05',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12508,'4000','61723053232','2024-08-07 20:53:52',NULL,10.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(12509,'1000','61723053297','2024-08-07 20:55:20',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'D4z'),(12510,'4000','61723053297','2024-08-07 20:55:20',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12511,'4000','61723053297','2024-08-07 20:54:57',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12512,'1110','61723053387','2024-08-07 20:56:50',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12513,'1110','61723053387','2024-08-07 20:56:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(12514,'Asset','61723053387','2024-08-07 20:56:46',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12515,'1000','61723053387','2024-08-07 20:56:50',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bud'),(12516,'4000','61723053387','2024-08-07 20:56:50',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12517,'4000','61723053387','2024-08-07 20:56:27',NULL,10.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(12518,'1000','61723053445','2024-08-07 20:58:08',660.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1r1'),(12519,'4000','61723053445','2024-08-07 20:58:08',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12520,'4000','61723053445','2024-08-07 20:57:25',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12521,'4000','61723053445','2024-08-07 20:57:48',NULL,160.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(12522,'1000','61723053512','2024-08-07 20:58:33',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fvt'),(12523,'4000','61723053512','2024-08-07 20:58:33',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12524,'1000','61723053538','2024-08-07 20:58:59',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'78y'),(12525,'4000','61723053538','2024-08-07 20:58:59',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12526,'1000','61723053568','2024-08-07 20:59:36',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Rv6'),(12527,'4000','61723053568','2024-08-07 20:59:36',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12528,'4000','61723053568','2024-08-07 20:59:28',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12529,'1000','61723053606','2024-08-07 21:00:11',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ru9'),(12530,'4000','61723053606','2024-08-07 21:00:11',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12531,'1000','61723053679','2024-08-07 21:01:26',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ilh'),(12532,'4000','61723053679','2024-08-07 21:01:26',NULL,300.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12533,'1110','71723121893','2024-08-08 16:00:42',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12534,'Asset','71723121893','2024-08-08 15:58:13',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12535,'1000','71723121893','2024-08-08 16:00:42',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'B4q'),(12536,'4000','71723121893','2024-08-08 16:00:42',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12537,'1110','71723122054','2024-08-08 16:01:21',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12538,'Asset','71723122054','2024-08-08 16:00:54',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12539,'1000','71723122054','2024-08-08 16:01:21',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xkk'),(12540,'4000','71723122054','2024-08-08 16:01:21',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12541,'1110','71723122230','2024-08-08 16:04:20',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12542,'1110','71723122230','2024-08-08 16:03:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(12543,'5500','71723122230','2024-08-08 16:04:05',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12544,'1000','71723122230','2024-08-08 16:04:20',900.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'76q'),(12545,'4000','71723122230','2024-08-08 16:04:20',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12546,'4000','71723122230','2024-08-08 16:03:50',NULL,600.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12547,'1000','71723122282','2024-08-08 16:05:00',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'A5y'),(12548,'4000','71723122282','2024-08-08 16:05:00',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12549,'1000','71723122429','2024-08-08 16:07:27',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ho0'),(12550,'4000','71723122429','2024-08-08 16:07:27',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12551,'1000','71723122461','2024-08-08 16:08:18',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Tml'),(12552,'4000','71723122461','2024-08-08 16:08:18',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12553,'1000','71723122508','2024-08-08 16:08:44',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pnw'),(12554,'4000','71723122508','2024-08-08 16:08:44',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12555,'1000','71723122535','2024-08-08 16:09:09',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'0s6'),(12556,'4000','71723122535','2024-08-08 16:09:09',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12557,'1000','71723126932','2024-08-08 17:22:12',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kch'),(12558,'4000','71723126932','2024-08-08 17:22:12',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12559,'1000','71723126996','2024-08-08 17:23:21',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mq1'),(12560,'4000','71723126996','2024-08-08 17:23:21',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12561,'4000','71723126996','2024-08-08 17:23:16',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12562,'1110','71723128537','2024-08-08 17:49:08',NULL,136.35,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12563,'1110','71723128537','2024-08-08 17:48:57',NULL,0.00,'','7','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(12564,'5500','71723128537','2024-08-08 17:49:07',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12565,'1000','71723128537','2024-08-08 17:49:08',600.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12566,'4000','71723128537','2024-08-08 17:49:08',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12567,'4000','71723128537','2024-08-08 17:48:57',NULL,150.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12568,'1000','71723128582','2024-08-08 17:49:55',240.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12569,'4000','71723128582','2024-08-08 17:49:55',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12570,'4000','71723128582','2024-08-08 17:49:42',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(12571,'1000','71723134780','2024-08-08 19:33:26',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ixd'),(12572,'4000','71723134780','2024-08-08 19:33:26',NULL,750.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12573,'1000','71723136145','2024-08-08 19:55:49',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wqh'),(12574,'4000','71723136145','2024-08-08 19:55:49',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12575,'4000','71723136145','2024-08-08 19:55:45',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12576,'1000','71723136188','2024-08-08 19:56:42',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jkg'),(12577,'4000','71723136188','2024-08-08 19:56:42',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12578,'1000','71723136282','2024-08-08 19:58:16',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wz4'),(12579,'4000','71723136282','2024-08-08 19:58:16',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12580,'4000','71723136282','2024-08-08 19:58:02',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12581,'4000','71723136282','2024-08-08 19:58:04',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12582,'1000','71723136325','2024-08-08 19:58:46',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yi3'),(12583,'4000','71723136325','2024-08-08 19:58:46',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12584,'1000','71723136423','2024-08-08 20:00:50',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12585,'4000','71723136423','2024-08-08 20:00:50',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12586,'4000','71723136423','2024-08-08 20:00:23',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12587,'1000','71723136480','2024-08-08 20:01:27',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12588,'4000','71723136480','2024-08-08 20:01:27',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12589,'4000','71723136480','2024-08-08 20:01:20',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12590,'1000','61723139550','2024-08-08 20:52:33',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N5k'),(12591,'4000','61723139550','2024-08-08 20:52:33',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12592,'1000','61723139582','2024-08-08 20:53:05',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7q2'),(12593,'4000','61723139582','2024-08-08 20:53:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12594,'1000','61723139619','2024-08-08 20:53:52',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'457'),(12595,'4000','61723139619','2024-08-08 20:53:52',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12596,'4000','61723139619','2024-08-08 20:53:39',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12597,'1000','61723140559','2024-08-08 21:09:24',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vvn'),(12598,'4000','61723140559','2024-08-08 21:09:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12599,'1000','61723140602','2024-08-08 21:10:06',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N61'),(12600,'4000','61723140602','2024-08-08 21:10:06',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12601,'1000','61723140641','2024-08-08 21:10:43',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Iet'),(12602,'4000','61723140641','2024-08-08 21:10:43',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12603,'1000','71723140857','2024-08-08 21:14:22',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12604,'4000','71723140857','2024-08-08 21:14:22',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12605,'4000','71723140857','2024-08-08 21:14:17',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12606,'1000','71723140880','2024-08-08 21:14:41',200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12607,'4000','71723140880','2024-08-08 21:14:41',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12608,'1000','71723140935','2024-08-08 21:15:36',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12609,'4000','71723140935','2024-08-08 21:15:36',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12610,'1000','71723140955','2024-08-08 21:15:56',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12611,'4000','71723140955','2024-08-08 21:15:56',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12612,'1000','71723140981','2024-08-08 21:16:22',50.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12613,'4000','71723140981','2024-08-08 21:16:22',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12614,'1000','71723141159','2024-08-08 21:19:21',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12615,'4000','71723141159','2024-08-08 21:19:21',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12616,'1000','71723221692','2024-08-09 19:42:39',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Sqa'),(12617,'4000','71723221692','2024-08-09 19:42:39',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12618,'4000','71723221692','2024-08-09 19:41:32',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12619,'1000','71723221773','2024-08-09 19:43:09',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12620,'4000','71723221773','2024-08-09 19:43:09',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12621,'1000','71723221792','2024-08-09 19:43:27',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'G3t'),(12622,'4000','71723221792','2024-08-09 19:43:27',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12623,'1000','71723221829','2024-08-09 19:44:49',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3ha'),(12624,'4000','71723221829','2024-08-09 19:44:49',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12625,'4000','71723221829','2024-08-09 19:44:10',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12626,'1000','71723222295','2024-08-09 19:52:03',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ild'),(12627,'4000','71723222295','2024-08-09 19:52:03',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12628,'1000','71723222357','2024-08-09 19:52:52',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hgj'),(12629,'4000','71723222357','2024-08-09 19:52:52',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12630,'1000','71723222496','2024-08-09 19:55:34',310.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'K07'),(12631,'4000','71723222496','2024-08-09 19:55:34',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12632,'4000','71723222496','2024-08-09 19:54:56',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(12633,'1000','71723222548','2024-08-09 19:56:19',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ypw'),(12634,'4000','71723222548','2024-08-09 19:56:19',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12635,'1000','71723222617','2024-08-09 19:57:11',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ig3'),(12636,'4000','71723222617','2024-08-09 19:57:11',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12637,'1000','71723222648','2024-08-09 20:00:27',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fkn'),(12638,'4000','71723222648','2024-08-09 20:00:27',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12639,'1000','71723224222','2024-08-09 20:23:54',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12640,'4000','71723224222','2024-08-09 20:23:54',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12641,'1110','71723224261','2024-08-09 20:25:53',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12642,'1110','71723224261','2024-08-09 20:24:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12643,'1110','71723224261','2024-08-09 20:24:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(12644,'5500','71723224261','2024-08-09 20:25:28',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12645,'1000','71723224261','2024-08-09 20:25:53',660.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yva'),(12646,'4000','71723224261','2024-08-09 20:25:53',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12647,'4000','71723224261','2024-08-09 20:24:21',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12648,'4000','71723224261','2024-08-09 20:24:38',NULL,160.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12649,'1000','71723224368','2024-08-09 20:26:34',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yne'),(12650,'4000','71723224368','2024-08-09 20:26:34',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12651,'4000','71723224368','2024-08-09 20:26:08',NULL,100.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12652,'1000','71723224410','2024-08-09 20:28:03',1100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Luw'),(12653,'4000','71723224410','2024-08-09 20:28:03',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12654,'4000','71723224410','2024-08-09 20:26:50',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12655,'1110','71723224493','2024-08-09 20:29:03',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12656,'Asset','71723224493','2024-08-09 20:28:13',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12657,'1000','71723224493','2024-08-09 20:29:03',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Syj'),(12658,'4000','71723224493','2024-08-09 20:29:03',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12659,'1000','71723224616','2024-08-09 20:31:29',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Arh'),(12660,'4000','71723224616','2024-08-09 20:31:29',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12661,'1000','71723224705','2024-08-09 20:35:31',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12662,'4000','71723224705','2024-08-09 20:35:31',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12663,'1000','71723225094','2024-08-09 20:38:30',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rof'),(12664,'4000','71723225094','2024-08-09 20:38:30',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12665,'1000','71723225289','2024-08-09 20:41:43',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'J3f'),(12666,'4000','71723225289','2024-08-09 20:41:43',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12667,'1000','61723289754','2024-08-10 14:36:00',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12668,'4000','61723289754','2024-08-10 14:36:00',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12669,'1000','61723289778','2024-08-10 14:36:20',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12670,'4000','61723289778','2024-08-10 14:36:20',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12671,'1110','61723289864','2024-08-10 14:37:47',NULL,136.35,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12672,'Asset','61723289864','2024-08-10 14:37:44',136.35,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12673,'1000','61723289864','2024-08-10 14:37:47',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ii6'),(12674,'4000','61723289864','2024-08-10 14:37:47',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12675,'1000','61723289895','2024-08-10 14:38:25',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Awt'),(12676,'4000','61723289895','2024-08-10 14:38:25',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12677,'4000','61723289895','2024-08-10 14:38:15',NULL,150.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12678,'1000','61723289945','2024-08-10 14:39:22',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lvg'),(12679,'4000','61723289945','2024-08-10 14:39:22',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12680,'4000','61723289945','2024-08-10 14:39:05',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12681,'1000','61723302018','2024-08-10 18:04:09',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qfv'),(12682,'4000','61723302018','2024-08-10 18:04:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12683,'1000','61723302464','2024-08-10 18:20:45',1050.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'3dn'),(12684,'4000','61723302464','2024-08-10 18:20:45',NULL,600.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12685,'4000','61723302464','2024-08-10 18:07:44',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12686,'1000','61723303320','2024-08-10 18:22:14',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mu5'),(12687,'4000','61723303320','2024-08-10 18:22:14',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12688,'1000','61723303488','2024-08-10 18:28:06',480.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'085'),(12689,'4000','61723303488','2024-08-10 18:28:06',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12690,'4000','61723303488','2024-08-10 18:24:48',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12691,'4000','61723303488','2024-08-10 18:25:00',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(12692,'4000','61723303488','2024-08-10 18:27:36',NULL,40.00,'','6','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(12693,'1000','61723303998','2024-08-10 18:33:20',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6hu'),(12694,'4000','61723303998','2024-08-10 18:33:20',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12695,'1000','61723305029','2024-08-10 18:51:01',850.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2t5'),(12696,'4000','61723305029','2024-08-10 18:51:01',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12697,'4000','61723305029','2024-08-10 18:50:29',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12698,'1000','61723305106','2024-08-10 18:54:15',440.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'42s'),(12699,'4000','61723305106','2024-08-10 18:54:15',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(12700,'4000','61723305106','2024-08-10 18:53:00',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12701,'4000','61723305106','2024-08-10 18:53:57',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12702,'1000','61723305329','2024-08-10 18:55:31',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ajd'),(12703,'4000','61723305329','2024-08-10 18:55:31',NULL,600.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12704,'1000','61723305420','2024-08-10 18:57:01',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lo8'),(12705,'4000','61723305420','2024-08-10 18:57:01',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12706,'1000','61723305446','2024-08-10 18:57:28',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'V9p'),(12707,'4000','61723305446','2024-08-10 18:57:28',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12708,'1000','61723305476','2024-08-10 18:59:43',860.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Tre'),(12709,'4000','61723305476','2024-08-10 18:59:43',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12710,'4000','61723305476','2024-08-10 18:57:56',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12711,'4000','61723305476','2024-08-10 18:58:00',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12712,'4000','61723305476','2024-08-10 18:58:53',NULL,160.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12713,'1000','61723305680','2024-08-10 19:01:27',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7jb'),(12714,'4000','61723305680','2024-08-10 19:01:27',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12715,'1000','61723305902','2024-08-10 19:05:05',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xsh'),(12716,'4000','61723305902','2024-08-10 19:05:05',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12717,'1000','61723305938','2024-08-10 19:05:40',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mlm'),(12718,'4000','61723305938','2024-08-10 19:05:40',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12719,'1000','61723306131','2024-08-10 19:08:57',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zgz'),(12720,'4000','61723306131','2024-08-10 19:08:57',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12721,'1000','61723306205','2024-08-10 19:10:13',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1cp'),(12722,'4000','61723306205','2024-08-10 19:10:13',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12723,'1000','61723307002','2024-08-10 19:23:45',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2v6'),(12724,'4000','61723307002','2024-08-10 19:23:45',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12725,'4000','61723307002','2024-08-10 19:23:22',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12726,'1000','61723307399','2024-08-10 19:30:26',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12727,'4000','61723307399','2024-08-10 19:30:26',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12728,'4000','61723307399','2024-08-10 19:29:59',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12729,'4000','61723307399','2024-08-10 19:30:06',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12730,'1110','61723307652','2024-08-10 19:34:20',NULL,363.60,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12731,'Asset','61723307652','2024-08-10 19:34:12',363.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12732,'1000','61723307652','2024-08-10 19:34:20',1200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12733,'4000','61723307652','2024-08-10 19:34:20',NULL,1200.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12734,'1000','61723307729','2024-08-10 19:40:53',1200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12735,'4000','61723307729','2024-08-10 19:40:53',NULL,450.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12736,'4000','61723307729','2024-08-10 19:35:29',NULL,600.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12737,'4000','61723307729','2024-08-10 19:40:30',NULL,150.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12738,'1000','61723308103','2024-08-10 19:42:00',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12739,'4000','61723308103','2024-08-10 19:42:00',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12740,'4000','61723308103','2024-08-10 19:41:43',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12741,'1000','61723308514','2024-08-10 19:48:37',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12742,'4000','61723308514','2024-08-10 19:48:37',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12743,'1110','61723308600','2024-08-10 19:50:02',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12744,'Asset','61723308600','2024-08-10 19:50:00',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12745,'1000','61723308600','2024-08-10 19:50:02',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12746,'4000','61723308600','2024-08-10 19:50:02',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12747,'1000','61723309139','2024-08-10 19:59:06',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vjz'),(12748,'4000','61723309139','2024-08-10 19:59:06',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12749,'1000','61723309193','2024-08-10 19:59:55',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9ms'),(12750,'4000','61723309193','2024-08-10 19:59:55',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12751,'1000','61723309232','2024-08-10 20:00:34',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0z6'),(12752,'4000','61723309232','2024-08-10 20:00:34',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12753,'1000','61723309261','2024-08-10 20:01:04',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wd4'),(12754,'4000','61723309261','2024-08-10 20:01:04',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12755,'1000','61723312811','2024-08-10 21:00:29',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nj9'),(12756,'4000','61723312811','2024-08-10 21:00:29',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12757,'4000','61723312811','2024-08-10 21:00:11',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12758,'1000','61723312860','2024-08-10 21:01:02',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ulm'),(12759,'4000','61723312860','2024-08-10 21:01:02',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12760,'1000','61723312884','2024-08-10 21:01:56',170.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sr5'),(12761,'4000','61723312884','2024-08-10 21:01:56',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12762,'4000','61723312884','2024-08-10 21:01:24',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(12763,'4000','61723312884','2024-08-10 21:01:48',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(12764,'1000','61723312947','2024-08-10 21:03:02',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Luy'),(12765,'4000','61723312947','2024-08-10 21:03:02',NULL,300.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12766,'1000','61723313099','2024-08-10 21:05:09',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12767,'4000','61723313099','2024-08-10 21:05:09',NULL,600.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12768,'1000','61723313318','2024-08-10 21:09:38',70.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12769,'4000','61723313318','2024-08-10 21:09:38',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12770,'4000','61723313318','2024-08-10 21:08:38',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(12771,'1000','71723389264','2024-08-11 18:14:34',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Q5g'),(12772,'4000','71723389264','2024-08-11 18:14:34',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12773,'1110','71723389292','2024-08-11 18:15:11',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12774,'Asset','71723389292','2024-08-11 18:14:52',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12775,'1000','71723389292','2024-08-11 18:15:11',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ixq'),(12776,'4000','71723389292','2024-08-11 18:15:11',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12777,'1000','71723389383','2024-08-11 18:16:45',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ees'),(12778,'4000','71723389383','2024-08-11 18:16:45',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12779,'1000','71723389414','2024-08-11 18:17:17',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'To4'),(12780,'4000','71723389414','2024-08-11 18:17:17',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12781,'4000','71723389414','2024-08-11 18:16:54',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12782,'1000','71723389447','2024-08-11 18:18:01',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wdv'),(12783,'4000','71723389447','2024-08-11 18:18:01',NULL,750.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12784,'1000','71723389499','2024-08-11 18:19:28',120.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ppk'),(12785,'4000','71723389499','2024-08-11 18:19:28',NULL,120.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(12786,'1000','71723389577','2024-08-11 18:19:51',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'77w'),(12787,'4000','71723389577','2024-08-11 18:19:51',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12788,'1110','71723389604','2024-08-11 18:20:12',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12789,'Asset','71723389604','2024-08-11 18:20:04',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12790,'1000','71723389604','2024-08-11 18:20:12',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3xq'),(12791,'4000','71723389604','2024-08-11 18:20:12',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12792,'1000','71723389659','2024-08-11 18:23:02',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ebx'),(12793,'4000','71723389659','2024-08-11 18:23:02',NULL,80.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(12794,'1110','71723389823','2024-08-11 18:25:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12795,'1110','71723389823','2024-08-11 18:23:43',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12796,'1110','71723389823','2024-08-11 18:25:07',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12797,'1110','71723389823','2024-08-11 18:25:16',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12798,'5500','71723389823','2024-08-11 18:25:25',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12799,'1000','71723389823','2024-08-11 18:25:33',1550.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'08f'),(12800,'4000','71723389823','2024-08-11 18:25:33',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12801,'4000','71723389823','2024-08-11 18:23:43',NULL,300.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12802,'4000','71723389823','2024-08-11 18:25:07',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12803,'4000','71723389823','2024-08-11 18:25:16',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12804,'1000','71723389949','2024-08-11 18:26:34',570.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wsh'),(12805,'4000','71723389949','2024-08-11 18:26:34',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12806,'4000','71723389949','2024-08-11 18:25:49',NULL,120.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12807,'1000','71723390011','2024-08-11 18:28:02',950.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rev'),(12808,'4000','71723390011','2024-08-11 18:28:02',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12809,'4000','71723390011','2024-08-11 18:26:51',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12810,'4000','71723390011','2024-08-11 18:27:45',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12811,'1110','71723390092','2024-08-11 18:28:25',NULL,181.80,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12812,'Asset','71723390092','2024-08-11 18:28:12',181.80,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12813,'1000','71723390092','2024-08-11 18:28:25',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4pt'),(12814,'4000','71723390092','2024-08-11 18:28:25',NULL,600.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12815,'1110','71723390155','2024-08-11 18:30:20',NULL,181.80,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12816,'Asset','71723390155','2024-08-11 18:30:04',181.80,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12817,'1000','71723390155','2024-08-11 18:30:20',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Wu3'),(12818,'4000','71723390155','2024-08-11 18:30:20',NULL,600.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12819,'1000','71723390250','2024-08-11 18:30:53',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fxa'),(12820,'4000','71723390250','2024-08-11 18:30:53',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12821,'4000','71723390250','2024-08-11 18:30:50',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12822,'1110','71723390282','2024-08-11 18:31:32',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12823,'1110','71723390282','2024-08-11 18:31:22',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12824,'1110','71723390282','2024-08-11 18:31:25',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12825,'1110','71723390282','2024-08-11 18:31:26',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12826,'1110','71723390282','2024-08-11 18:31:29',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12827,'Asset','71723390282','2024-08-11 18:31:31',227.25,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12828,'1000','71723390282','2024-08-11 18:31:32',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'50t'),(12829,'4000','71723390282','2024-08-11 18:31:32',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12830,'4000','71723390282','2024-08-11 18:31:22',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12831,'4000','71723390282','2024-08-11 18:31:25',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12832,'4000','71723390282','2024-08-11 18:31:26',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12833,'4000','71723390282','2024-08-11 18:31:29',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12834,'1000','71723390337','2024-08-11 18:32:25',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mu4'),(12835,'4000','71723390337','2024-08-11 18:32:25',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12836,'4000','71723390337','2024-08-11 18:32:17',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12837,'4000','71723390337','2024-08-11 18:32:18',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12838,'4000','71723390337','2024-08-11 18:32:19',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12839,'4000','71723390337','2024-08-11 18:32:22',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12840,'1000','71723390379','2024-08-11 18:33:23',400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'W5a'),(12841,'4000','71723390379','2024-08-11 18:33:23',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12842,'4000','71723390379','2024-08-11 18:32:59',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12843,'4000','71723390379','2024-08-11 18:33:03',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12844,'4000','71723390379','2024-08-11 18:33:15',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12845,'1110','71723390417','2024-08-11 18:36:20',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12846,'1110','71723390417','2024-08-11 18:33:37',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12847,'1110','71723390417','2024-08-11 18:34:40',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12848,'1110','71723390417','2024-08-11 18:34:53',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12849,'1110','71723390417','2024-08-11 18:34:56',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12850,'5500','71723390417','2024-08-11 18:36:19',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12851,'1000','71723390417','2024-08-11 18:36:20',1400.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jsp'),(12852,'4000','71723390417','2024-08-11 18:36:20',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12853,'4000','71723390417','2024-08-11 18:33:37',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12854,'4000','71723390417','2024-08-11 18:34:40',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12855,'4000','71723390417','2024-08-11 18:34:53',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12856,'4000','71723390417','2024-08-11 18:34:56',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12857,'1110','71723390681','2024-08-11 18:38:58',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12858,'1110','71723390681','2024-08-11 18:38:01',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12859,'1110','71723390681','2024-08-11 18:38:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(12860,'1110','71723390681','2024-08-11 18:38:43',NULL,0.00,'','7','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(12861,'1110','71723390681','2024-08-11 18:38:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12862,'1110','71723390681','2024-08-11 18:38:53',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12863,'5500','71723390681','2024-08-11 18:38:57',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12864,'1000','71723390681','2024-08-11 18:38:58',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zdg'),(12865,'4000','71723390681','2024-08-11 18:38:58',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12866,'4000','71723390681','2024-08-11 18:38:01',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12867,'4000','71723390681','2024-08-11 18:38:06',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12868,'4000','71723390681','2024-08-11 18:38:43',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12869,'4000','71723390681','2024-08-11 18:38:45',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12870,'4000','71723390681','2024-08-11 18:38:53',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12871,'1110','71723390749','2024-08-11 18:39:27',NULL,272.70,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12872,'Asset','71723390749','2024-08-11 18:39:09',272.70,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12873,'1000','71723390749','2024-08-11 18:39:27',900.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'I2j'),(12874,'4000','71723390749','2024-08-11 18:39:27',NULL,900.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12875,'1000','71723390781','2024-08-11 18:39:59',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'650'),(12876,'4000','71723390781','2024-08-11 18:39:59',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12877,'4000','71723390781','2024-08-11 18:39:41',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12878,'1000','71723390824','2024-08-11 18:40:31',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Jor'),(12879,'4000','71723390824','2024-08-11 18:40:31',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12880,'4000','71723390824','2024-08-11 18:40:24',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12881,'4000','71723390824','2024-08-11 18:40:25',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12882,'4000','71723390824','2024-08-11 18:40:27',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12883,'1000','71723390871','2024-08-11 18:41:26',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xh4'),(12884,'4000','71723390871','2024-08-11 18:41:26',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12885,'4000','71723390871','2024-08-11 18:41:11',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12886,'4000','71723390871','2024-08-11 18:41:19',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12887,'1000','71723390913','2024-08-11 18:41:53',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lwb'),(12888,'4000','71723390913','2024-08-11 18:41:53',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12889,'1000','71723390925','2024-08-11 18:42:29',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2gl'),(12890,'4000','71723390925','2024-08-11 18:42:29',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12891,'4000','71723390925','2024-08-11 18:42:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12892,'4000','71723390925','2024-08-11 18:42:24',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12893,'1000','71723390975','2024-08-11 18:43:05',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Cvb'),(12894,'4000','71723390975','2024-08-11 18:43:05',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12895,'4000','71723390975','2024-08-11 18:42:56',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12896,'4000','71723390975','2024-08-11 18:42:59',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12897,'4000','71723390975','2024-08-11 18:43:01',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12898,'1110','71723391010','2024-08-11 18:43:40',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12899,'1110','71723391010','2024-08-11 18:43:30',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12900,'1110','71723391010','2024-08-11 18:43:32',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12901,'Asset','71723391010','2024-08-11 18:43:40',136.35,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12902,'1000','71723391010','2024-08-11 18:43:40',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Yee'),(12903,'4000','71723391010','2024-08-11 18:43:40',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12904,'4000','71723391010','2024-08-11 18:43:30',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12905,'4000','71723391010','2024-08-11 18:43:32',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12906,'1000','71723391050','2024-08-11 18:44:15',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'N7k'),(12907,'4000','71723391050','2024-08-11 18:44:15',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12908,'4000','71723391050','2024-08-11 18:44:10',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12909,'4000','71723391050','2024-08-11 18:44:12',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12910,'1000','71723391087','2024-08-11 18:45:05',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zwh'),(12911,'4000','71723391087','2024-08-11 18:45:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12912,'4000','71723391087','2024-08-11 18:44:47',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12913,'1110','71723391131','2024-08-11 18:45:42',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12914,'1110','71723391131','2024-08-11 18:45:31',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12915,'1110','71723391131','2024-08-11 18:45:35',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(12916,'1110','71723391131','2024-08-11 18:45:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12917,'5500','71723391131','2024-08-11 18:45:41',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12918,'1000','71723391131','2024-08-11 18:45:42',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Xgr'),(12919,'4000','71723391131','2024-08-11 18:45:42',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12920,'4000','71723391131','2024-08-11 18:45:31',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12921,'4000','71723391131','2024-08-11 18:45:35',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12922,'4000','71723391131','2024-08-11 18:45:38',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12923,'1110','71723391174','2024-08-11 18:46:31',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12924,'1110','71723391174','2024-08-11 18:46:14',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(12925,'1110','71723391174','2024-08-11 18:46:19',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(12926,'1110','71723391174','2024-08-11 18:46:23',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12927,'Asset','71723391174','2024-08-11 18:46:30',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12928,'1000','71723391174','2024-08-11 18:46:31',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Hyf'),(12929,'4000','71723391174','2024-08-11 18:46:31',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12930,'4000','71723391174','2024-08-11 18:46:14',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12931,'4000','71723391174','2024-08-11 18:46:19',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12932,'4000','71723391174','2024-08-11 18:46:23',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12933,'1000','71723391235','2024-08-11 18:47:42',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Iel'),(12934,'4000','71723391235','2024-08-11 18:47:42',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12935,'4000','71723391235','2024-08-11 18:47:15',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12936,'1000','71723391295','2024-08-11 18:48:22',120.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zl3'),(12937,'4000','71723391295','2024-08-11 18:48:22',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12938,'4000','71723391295','2024-08-11 18:48:15',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12939,'4000','71723391295','2024-08-11 18:48:18',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12940,'1000','71723391344','2024-08-11 18:49:21',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5jn'),(12941,'4000','71723391344','2024-08-11 18:49:21',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12942,'4000','71723391344','2024-08-11 18:49:04',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12943,'4000','71723391344','2024-08-11 18:49:06',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12944,'4000','71723391344','2024-08-11 18:49:08',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12945,'4000','71723391344','2024-08-11 18:49:17',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12946,'1000','71723391418','2024-08-11 18:50:24',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'9g9'),(12947,'4000','71723391418','2024-08-11 18:50:24',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12948,'4000','71723391418','2024-08-11 18:50:18',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12949,'1000','71723391465','2024-08-11 18:51:08',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'L7j'),(12950,'4000','71723391465','2024-08-11 18:51:08',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12951,'4000','71723391465','2024-08-11 18:51:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12952,'1000','71723391481','2024-08-11 18:51:30',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'L7j'),(12953,'4000','71723391481','2024-08-11 18:51:30',NULL,100.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12954,'1110','71723391535','2024-08-11 18:52:24',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12955,'1110','71723391535','2024-08-11 18:52:15',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12956,'Asset','71723391535','2024-08-11 18:52:23',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12957,'1000','71723391535','2024-08-11 18:52:24',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zjt'),(12958,'4000','71723391535','2024-08-11 18:52:24',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12959,'4000','71723391535','2024-08-11 18:52:15',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12960,'1110','71723391582','2024-08-11 18:53:14',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12961,'1110','71723391582','2024-08-11 18:53:02',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12962,'1110','71723391582','2024-08-11 18:53:05',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12963,'1110','71723391582','2024-08-11 18:53:08',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12964,'1110','71723391582','2024-08-11 18:53:10',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12965,'Asset','71723391582','2024-08-11 18:53:13',227.25,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12966,'1000','71723391582','2024-08-11 18:53:14',750.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4gw'),(12967,'4000','71723391582','2024-08-11 18:53:14',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12968,'4000','71723391582','2024-08-11 18:53:02',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12969,'4000','71723391582','2024-08-11 18:53:05',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12970,'4000','71723391582','2024-08-11 18:53:08',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12971,'4000','71723391582','2024-08-11 18:53:10',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12972,'1000','71723392312','2024-08-11 19:05:17',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'F2g'),(12973,'4000','71723392312','2024-08-11 19:05:17',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12974,'4000','71723392312','2024-08-11 19:05:12',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12975,'1110','71723392442','2024-08-11 19:09:30',NULL,181.80,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12976,'1110','71723392442','2024-08-11 19:07:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12977,'1110','71723392442','2024-08-11 19:07:42',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12978,'1110','71723392442','2024-08-11 19:07:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12979,'1110','71723392442','2024-08-11 19:07:53',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12980,'1110','71723392442','2024-08-11 19:07:55',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12981,'1110','71723392442','2024-08-11 19:07:59',NULL,0.00,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12982,'1110','71723392442','2024-08-11 19:08:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(12983,'1110','71723392442','2024-08-11 19:08:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(12984,'1110','71723392442','2024-08-11 19:08:14',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12985,'1110','71723392442','2024-08-11 19:08:43',NULL,0.00,'','7','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(12986,'1110','71723392442','2024-08-11 19:09:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(12987,'5500','71723392442','2024-08-11 19:09:29',181.80,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12988,'1000','71723392442','2024-08-11 19:09:30',1470.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12989,'4000','71723392442','2024-08-11 19:09:30',NULL,600.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12990,'4000','71723392442','2024-08-11 19:07:22',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12991,'4000','71723392442','2024-08-11 19:07:42',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12992,'4000','71723392442','2024-08-11 19:07:48',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12993,'4000','71723392442','2024-08-11 19:07:53',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12994,'4000','71723392442','2024-08-11 19:07:55',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12995,'4000','71723392442','2024-08-11 19:07:59',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12996,'4000','71723392442','2024-08-11 19:08:02',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12997,'4000','71723392442','2024-08-11 19:08:12',NULL,40.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(12998,'4000','71723392442','2024-08-11 19:08:14',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12999,'4000','71723392442','2024-08-11 19:08:43',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(13000,'4000','71723392442','2024-08-11 19:09:24',NULL,80.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(13001,'1000','71723392575','2024-08-11 19:09:52',400.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13002,'4000','71723392575','2024-08-11 19:09:52',NULL,400.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13003,'1000','61723484417','2024-08-12 20:45:41',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Mtv'),(13004,'4000','61723484417','2024-08-12 20:45:41',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13005,'1000','61723484777','2024-08-12 20:46:39',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2rz'),(13006,'4000','61723484777','2024-08-12 20:46:39',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13007,'1000','61723484812','2024-08-12 20:47:19',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'08e'),(13008,'4000','61723484812','2024-08-12 20:47:19',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13009,'1000','61723484862','2024-08-12 20:47:51',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ss8'),(13010,'4000','61723484862','2024-08-12 20:47:51',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13011,'1000','61723484890','2024-08-12 20:48:58',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'9ja'),(13012,'4000','61723484890','2024-08-12 20:48:58',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13013,'4000','61723484890','2024-08-12 20:48:10',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13014,'1000','61723484957','2024-08-12 20:49:31',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Z2q'),(13015,'4000','61723484957','2024-08-12 20:49:31',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13016,'1000','61723484988','2024-08-12 20:50:32',50.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jwl'),(13017,'4000','61723484988','2024-08-12 20:50:32',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(13018,'1000','61723485042','2024-08-12 20:50:52',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xj3'),(13019,'4000','61723485042','2024-08-12 20:50:52',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13020,'1000','61723485063','2024-08-12 20:51:59',330.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Cvp'),(13021,'4000','61723485063','2024-08-12 20:51:59',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13022,'4000','61723485063','2024-08-12 20:51:03',NULL,80.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13023,'4000','61723485063','2024-08-12 20:51:26',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13024,'1000','61723485161','2024-08-12 20:53:36',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nfm'),(13025,'4000','61723485161','2024-08-12 20:53:36',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13026,'4000','61723485161','2024-08-12 20:52:41',NULL,50.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13027,'1000','61723485228','2024-08-12 21:00:53',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'U5p'),(13028,'4000','61723485228','2024-08-12 21:00:53',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13029,'4000','61723485228','2024-08-12 20:53:49',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(13030,'1110','61723485668','2024-08-12 21:01:29',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13031,'1110','61723485668','2024-08-12 21:01:08',NULL,0.00,'','6','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(13032,'5500','61723485668','2024-08-12 21:01:22',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13033,'1000','61723485668','2024-08-12 21:01:29',310.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gp6'),(13034,'4000','61723485668','2024-08-12 21:01:29',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13035,'4000','61723485668','2024-08-12 21:01:08',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(13036,'1110','61723485702','2024-08-12 21:01:53',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13037,'Asset','61723485702','2024-08-12 21:01:43',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13038,'1000','61723485702','2024-08-12 21:01:53',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ne7'),(13039,'4000','61723485702','2024-08-12 21:01:53',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13040,'1110','61723485723','2024-08-12 21:02:23',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13041,'Asset','61723485723','2024-08-12 21:02:03',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13042,'1000','61723485723','2024-08-12 21:02:23',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'56u'),(13043,'4000','61723485723','2024-08-12 21:02:23',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13044,'1000','61723485753','2024-08-12 21:02:58',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'B9x'),(13045,'4000','61723485753','2024-08-12 21:02:58',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13046,'4000','61723485753','2024-08-12 21:02:33',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13047,'1000','61723485795','2024-08-12 21:03:24',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xfd'),(13048,'4000','61723485795','2024-08-12 21:03:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13049,'1000','61723485818','2024-08-12 21:03:56',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Bbr'),(13050,'4000','61723485818','2024-08-12 21:03:56',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13051,'1000','61723485845','2024-08-12 21:04:17',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'A3n'),(13052,'4000','61723485845','2024-08-12 21:04:17',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13053,'1000','61723485869','2024-08-12 21:04:39',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xvv'),(13054,'4000','61723485869','2024-08-12 21:04:39',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13055,'1000','61723485908','2024-08-12 21:06:09',255.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'6no'),(13056,'4000','61723485908','2024-08-12 21:06:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13057,'4000','61723485908','2024-08-12 21:05:08',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13058,'4000','61723485908','2024-08-12 21:05:26',NULL,5.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(13059,'1000','61723486037','2024-08-12 21:07:48',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Egn'),(13060,'4000','61723486037','2024-08-12 21:07:48',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13061,'4000','61723486037','2024-08-12 21:07:17',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13062,'1000','61723486077','2024-08-12 21:08:44',1550.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'C70'),(13063,'4000','61723486077','2024-08-12 21:08:44',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13064,'4000','61723486077','2024-08-12 21:07:57',NULL,800.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13065,'4000','61723486077','2024-08-12 21:08:19',NULL,150.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(13066,'1000','61723486138','2024-08-12 21:09:07',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0xt'),(13067,'4000','61723486138','2024-08-12 21:09:07',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13068,'1000','61723486160','2024-08-12 21:09:31',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Nt6'),(13069,'4000','61723486160','2024-08-12 21:09:31',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13070,'1000','61723486180','2024-08-12 21:10:15',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Vjg'),(13071,'4000','61723486180','2024-08-12 21:10:15',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13072,'4000','61723486180','2024-08-12 21:09:40',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13073,'1000','61723486237','2024-08-12 21:10:47',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Omw'),(13074,'4000','61723486237','2024-08-12 21:10:47',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13075,'1000','61723486254','2024-08-12 21:11:26',155.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'643'),(13076,'4000','61723486254','2024-08-12 21:11:26',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13077,'4000','61723486254','2024-08-12 21:10:54',NULL,5.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(13078,'1000','61723486296','2024-08-12 21:13:19',555.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'33t'),(13079,'4000','61723486296','2024-08-12 21:13:19',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13080,'4000','61723486296','2024-08-12 21:11:36',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13081,'4000','61723486296','2024-08-12 21:12:06',NULL,5.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(13082,'1000','61723486416','2024-08-12 21:13:55',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gyl'),(13083,'4000','61723486416','2024-08-12 21:13:55',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13084,'1000','61723486453','2024-08-12 21:14:24',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'D4k'),(13085,'4000','61723486453','2024-08-12 21:14:24',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13086,'1000','61723486483','2024-08-12 21:14:53',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Sph'),(13087,'4000','61723486483','2024-08-12 21:14:53',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13088,'1000','61723486503','2024-08-12 21:18:05',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ahh'),(13089,'4000','61723486503','2024-08-12 21:18:05',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13090,'4000','61723486503','2024-08-12 21:15:03',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13091,'4000','61723486503','2024-08-12 21:15:32',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13092,'1000','61723486709','2024-08-12 21:20:09',500.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Heu'),(13093,'4000','61723486709','2024-08-12 21:20:09',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13094,'4000','61723486709','2024-08-12 21:18:29',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13095,'1000','61723487008','2024-08-12 21:23:39',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13096,'4000','61723487008','2024-08-12 21:23:39',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13097,'1000','61723487025','2024-08-12 21:23:55',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13098,'4000','61723487025','2024-08-12 21:23:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13099,'1000','71723544655','2024-08-13 13:58:46',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'S2h'),(13100,'4000','71723544655','2024-08-13 13:58:46',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13101,'4000','71723544655','2024-08-13 13:24:38',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13102,'1000','71723546747','2024-08-13 13:59:22',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7a8'),(13103,'4000','71723546747','2024-08-13 13:59:22',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13104,'1000','71723549955','2024-08-13 14:52:53',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'O1d'),(13105,'4000','71723549955','2024-08-13 14:52:53',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13106,'1000','71723549990','2024-08-13 14:53:22',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oqb'),(13107,'4000','71723549990','2024-08-13 14:53:22',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13108,'1000','71723550069','2024-08-13 14:55:24',1150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13109,'4000','71723550069','2024-08-13 14:55:24',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13110,'4000','71723550069','2024-08-13 14:54:29',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13111,'4000','71723550069','2024-08-13 14:54:50',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13112,'1000','71723550194','2024-08-13 14:56:50',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'D6q'),(13113,'4000','71723550194','2024-08-13 14:56:50',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13114,'1110','71723553576','2024-08-13 15:53:08',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13115,'1110','71723553576','2024-08-13 15:52:56',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13116,'Asset','71723553576','2024-08-13 15:53:01',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13117,'1000','71723553576','2024-08-13 15:53:08',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4ms'),(13118,'4000','71723553576','2024-08-13 15:53:08',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13119,'4000','71723553576','2024-08-13 15:52:56',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13120,'1110','71723553628','2024-08-13 15:55:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(13121,'1110','71723553628','2024-08-13 15:53:48',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13122,'1110','71723553628','2024-08-13 15:53:59',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13123,'Asset','71723553628','2024-08-13 15:54:46',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13124,'1000','71723553628','2024-08-13 15:55:01',450.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'S3x'),(13125,'4000','71723553628','2024-08-13 15:55:01',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(13126,'4000','71723553628','2024-08-13 15:53:48',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13127,'4000','71723553628','2024-08-13 15:53:59',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13128,'1000','71723553733','2024-08-13 15:55:44',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13129,'4000','71723553733','2024-08-13 15:55:44',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13130,'1000','71723554331','2024-08-13 16:05:35',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Axk'),(13131,'4000','71723554331','2024-08-13 16:05:35',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13132,'1000','71723555566','2024-08-13 16:45:47',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ank'),(13133,'4000','71723555566','2024-08-13 16:45:47',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13134,'1000','71723556793','2024-08-13 16:46:51',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qvf'),(13135,'4000','71723556793','2024-08-13 16:46:51',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13136,'4000','71723556793','2024-08-13 16:46:33',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(13137,'1000','71723556821','2024-08-13 16:47:35',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Bbz'),(13138,'4000','71723556821','2024-08-13 16:47:35',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13139,'4000','71723556821','2024-08-13 16:47:01',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13140,'1110','71723556888','2024-08-13 16:51:42',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13141,'1110','71723556888','2024-08-13 16:48:08',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13142,'1110','71723556888','2024-08-13 16:48:12',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13143,'1110','71723556888','2024-08-13 16:48:16',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13144,'1110','71723556888','2024-08-13 16:48:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(13145,'1110','71723556888','2024-08-13 16:50:58',NULL,0.00,'','7','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(13146,'1110','71723556888','2024-08-13 16:51:03',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(13147,'1110','71723556888','2024-08-13 16:51:08',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(13148,'1110','71723556888','2024-08-13 16:51:19',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(13149,'1110','71723556888','2024-08-13 16:51:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(13150,'5500','71723556888','2024-08-13 16:51:40',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13151,'1000','71723556888','2024-08-13 16:51:42',630.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Q64'),(13152,'4000','71723556888','2024-08-13 16:51:42',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13153,'4000','71723556888','2024-08-13 16:48:08',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13154,'4000','71723556888','2024-08-13 16:48:12',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13155,'4000','71723556888','2024-08-13 16:48:16',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13156,'4000','71723556888','2024-08-13 16:48:20',NULL,5.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(13157,'4000','71723556888','2024-08-13 16:50:58',NULL,5.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(13158,'4000','71723556888','2024-08-13 16:51:03',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(13159,'4000','71723556888','2024-08-13 16:51:08',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(13160,'4000','71723556888','2024-08-13 16:51:19',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(13161,'4000','71723556888','2024-08-13 16:51:25',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(13165,'1000','71723558463','2024-08-13 17:14:36',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4kx'),(13166,'4000','71723558463','2024-08-13 17:14:36',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(13167,'4000','71723558463','2024-08-13 17:14:23',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13168,'1000','71723558517','2024-08-13 17:31:28',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Eco'),(13169,'4000','71723558517','2024-08-13 17:31:28',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13170,'1000','71723563327','2024-08-13 18:35:55',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Eup'),(13171,'4000','71723563327','2024-08-13 18:35:55',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13172,'1000','71723566235','2024-08-13 19:24:24',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'B5b'),(13173,'4000','71723566235','2024-08-13 19:24:24',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13174,'4000','71723566235','2024-08-13 19:23:55',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13175,'1000','71723566277','2024-08-13 19:25:16',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3wn'),(13176,'4000','71723566277','2024-08-13 19:25:16',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13177,'4000','71723566277','2024-08-13 19:24:37',NULL,50.00,'','7','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(13178,'1000','71723566344','2024-08-13 19:25:50',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13179,'4000','71723566344','2024-08-13 19:25:50',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13180,'1000','71723566364','2024-08-13 19:26:14',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13181,'4000','71723566364','2024-08-13 19:26:14',NULL,450.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13182,'1110','71723567149','2024-08-13 19:46:15',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13183,'1110','71723567149','2024-08-13 19:39:09',NULL,0.00,'','7','1','Inventory sold','1','','sales','29','','No',NULL,NULL,''),(13184,'1110','71723567149','2024-08-13 19:39:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','28','','No',NULL,NULL,''),(13185,'1110','71723567149','2024-08-13 19:43:18',NULL,0.00,'','7','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(13186,'Asset','71723567149','2024-08-13 19:43:20',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13187,'1000','71723567149','2024-08-13 19:46:15',290.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Faq'),(13188,'4000','71723567149','2024-08-13 19:46:15',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13189,'4000','71723567149','2024-08-13 19:39:09',NULL,40.00,'','7','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(13190,'4000','71723567149','2024-08-13 19:39:24',NULL,90.00,'','7','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(13191,'4000','71723567149','2024-08-13 19:43:18',NULL,10.00,'','7','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(13192,'1000','71723568196','2024-08-13 19:56:57',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mla'),(13193,'4000','71723568196','2024-08-13 19:56:57',NULL,300.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13194,'1110','71723568962','2024-08-13 20:36:55',NULL,90.90,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13195,'Asset','71723568962','2024-08-13 20:09:22',90.90,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13196,'1000','71723568962','2024-08-13 20:36:55',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'C4p'),(13197,'4000','71723568962','2024-08-13 20:36:55',NULL,300.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13198,'1000','71723571123','2024-08-13 20:45:30',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Vq6'),(13199,'4000','71723571123','2024-08-13 20:45:30',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13200,'1110','71723571142','2024-08-13 20:45:54',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13201,'Asset','71723571142','2024-08-13 20:45:42',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13202,'1000','71723571142','2024-08-13 20:45:54',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zcy'),(13203,'4000','71723571142','2024-08-13 20:45:54',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13204,'1110','61723741723','2024-08-15 20:09:01',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13205,'1110','61723741723','2024-08-15 20:08:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(13206,'5500','61723741723','2024-08-15 20:08:58',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13207,'1000','61723741723','2024-08-15 20:09:01',380.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13208,'4000','61723741723','2024-08-15 20:09:01',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13209,'4000','61723741723','2024-08-15 20:08:43',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(13210,'1000','61723741754','2024-08-15 20:09:16',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13211,'4000','61723741754','2024-08-15 20:09:16',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13212,'1000','61723741909','2024-08-15 20:11:59',160.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'78z'),(13213,'4000','61723741909','2024-08-15 20:11:59',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13214,'4000','61723741909','2024-08-15 20:11:49',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(13215,'1000','61723741989','2024-08-15 20:13:10',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'S6v'),(13216,'4000','61723741989','2024-08-15 20:13:10',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13217,'1000','61723742029','2024-08-15 20:13:50',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'S3h'),(13218,'4000','61723742029','2024-08-15 20:13:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13219,'1000','61723742069','2024-08-15 20:14:38',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ch1'),(13220,'4000','61723742069','2024-08-15 20:14:38',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13221,'1000','61723742597','2024-08-15 20:23:32',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'W2n'),(13222,'4000','61723742597','2024-08-15 20:23:32',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13223,'4000','61723742597','2024-08-15 20:23:17',NULL,100.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(13224,'1110','61723742643','2024-08-15 20:24:05',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13225,'Asset','61723742643','2024-08-15 20:24:03',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13226,'1000','61723742643','2024-08-15 20:24:05',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ixj'),(13227,'4000','61723742643','2024-08-15 20:24:05',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13228,'1000','61723742669','2024-08-15 20:24:45',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Xv2'),(13229,'4000','61723742669','2024-08-15 20:24:45',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13230,'4000','61723742669','2024-08-15 20:24:29',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13231,'1000','61723742717','2024-08-15 20:26:48',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oqf'),(13232,'4000','61723742717','2024-08-15 20:26:48',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13233,'1000','61723742831','2024-08-15 20:27:21',240.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Oer'),(13234,'4000','61723742831','2024-08-15 20:27:21',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13235,'4000','61723742831','2024-08-15 20:27:11',NULL,90.00,'','6','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(13236,'1000','61723742873','2024-08-15 20:27:55',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N8z'),(13237,'4000','61723742873','2024-08-15 20:27:55',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13238,'1110','61723743258','2024-08-15 20:34:20',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13239,'Asset','61723743258','2024-08-15 20:34:18',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13240,'1000','61723743258','2024-08-15 20:34:20',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1o0'),(13241,'4000','61723743258','2024-08-15 20:34:20',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13242,'1000','61723743288','2024-08-15 20:34:50',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lpw'),(13243,'4000','61723743288','2024-08-15 20:34:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13244,'1000','61723743316','2024-08-15 20:35:19',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'V32'),(13245,'4000','61723743316','2024-08-15 20:35:19',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13246,'1000','61723743341','2024-08-15 20:35:46',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'8n4'),(13247,'4000','61723743341','2024-08-15 20:35:46',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13248,'1110','61723743373','2024-08-15 20:36:23',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13249,'1110','61723743373','2024-08-15 20:36:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13250,'5500','61723743373','2024-08-15 20:36:18',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13251,'1000','61723743373','2024-08-15 20:36:23',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Hc1'),(13252,'4000','61723743373','2024-08-15 20:36:23',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13253,'4000','61723743373','2024-08-15 20:36:13',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13254,'1000','61723743663','2024-08-15 20:41:07',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'99n'),(13255,'4000','61723743663','2024-08-15 20:41:07',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13256,'1000','61723743694','2024-08-15 20:41:40',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ngh'),(13257,'4000','61723743694','2024-08-15 20:41:40',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13258,'1000','61723743725','2024-08-15 20:42:06',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'0q9'),(13259,'4000','61723743725','2024-08-15 20:42:06',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13260,'1000','61723743748','2024-08-15 20:42:41',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'N3t'),(13261,'4000','61723743748','2024-08-15 20:42:41',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13262,'4000','61723743748','2024-08-15 20:42:28',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13263,'1000','61723743801','2024-08-15 20:43:28',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Fcv'),(13264,'4000','61723743801','2024-08-15 20:43:28',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13265,'1000','61723743835','2024-08-15 20:43:59',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Wkb'),(13266,'4000','61723743835','2024-08-15 20:43:59',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13267,'1000','61723743858','2024-08-15 20:44:59',360.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'12z'),(13268,'4000','61723743858','2024-08-15 20:44:59',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(13269,'4000','61723743858','2024-08-15 20:44:26',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13270,'4000','61723743858','2024-08-15 20:44:45',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13271,'1000','61723743924','2024-08-15 20:45:26',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'2ts'),(13272,'4000','61723743924','2024-08-15 20:45:26',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13273,'1000','61723743950','2024-08-15 20:46:56',360.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'1ha'),(13274,'4000','61723743950','2024-08-15 20:46:56',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13275,'4000','61723743950','2024-08-15 20:45:50',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13276,'4000','61723743950','2024-08-15 20:46:42',NULL,10.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(13277,'1000','61723744057','2024-08-15 20:47:54',350.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Ux0'),(13278,'4000','61723744057','2024-08-15 20:47:54',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13279,'4000','61723744057','2024-08-15 20:47:37',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13280,'1000','61723744108','2024-08-15 20:48:30',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Koq'),(13281,'4000','61723744108','2024-08-15 20:48:30',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13282,'1000','61723744188','2024-08-15 20:49:51',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Gp2'),(13283,'4000','61723744188','2024-08-15 20:49:51',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13284,'1000','61723744225','2024-08-15 20:50:27',20.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Zg2'),(13285,'4000','61723744225','2024-08-15 20:50:27',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(13286,'1000','61723744250','2024-08-15 20:50:57',320.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lhx'),(13287,'4000','61723744250','2024-08-15 20:50:57',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13288,'4000','61723744250','2024-08-15 20:50:50',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(13289,'1000','61723744328','2024-08-15 20:52:09',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13290,'4000','61723744328','2024-08-15 20:52:09',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13291,'1000','61723806206','2024-08-16 14:03:32',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13292,'4000','61723806206','2024-08-16 14:03:32',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13293,'1000','61723806256','2024-08-16 14:05:07',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13294,'4000','61723806256','2024-08-16 14:05:07',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(13295,'1000','61723806733','2024-08-16 14:12:15',300.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'71j'),(13296,'4000','61723806733','2024-08-16 14:12:15',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13297,'1000','61723806786','2024-08-16 14:13:16',200.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'My1'),(13298,'4000','61723806786','2024-08-16 14:13:16',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13299,'1110','61723806845','2024-08-16 14:14:15',NULL,45.45,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13300,'Asset','61723806845','2024-08-16 14:14:05',45.45,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13301,'1000','61723806845','2024-08-16 14:14:15',150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Qc3'),(13302,'4000','61723806845','2024-08-16 14:14:15',NULL,150.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13303,'1000','61723806924','2024-08-16 14:16:27',230.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Jcg'),(13304,'4000','61723806924','2024-08-16 14:16:27',NULL,150.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13305,'4000','61723806924','2024-08-16 14:15:24',NULL,80.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(13306,'1000','61723807082','2024-08-16 14:19:50',400.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'7i0'),(13307,'4000','61723807082','2024-08-16 14:19:50',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13308,'4000','61723807082','2024-08-16 14:18:02',NULL,200.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13309,'4000','61723807082','2024-08-16 14:18:54',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(13310,'1000','61723808287','2024-08-16 14:38:47',570.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'Lh9'),(13311,'4000','61723808287','2024-08-16 14:38:47',NULL,150.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13312,'4000','61723808287','2024-08-16 14:38:07',NULL,400.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13313,'4000','61723808287','2024-08-16 14:38:18',NULL,20.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(13314,'1110','61723808364','2024-08-16 14:39:33',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13315,'1110','61723808364','2024-08-16 14:39:24',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13316,'5500','61723808364','2024-08-16 14:39:29',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13317,'1000','61723808364','2024-08-16 14:39:33',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,'P86'),(13318,'4000','61723808364','2024-08-16 14:39:33',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13319,'4000','61723808364','2024-08-16 14:39:24',NULL,150.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13320,'1000','61723808405','2024-08-16 14:40:09',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13321,'4000','61723808405','2024-08-16 14:40:09',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13322,'1000','61723825658','2024-08-16 19:28:43',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13323,'4000','61723825658','2024-08-16 19:28:43',NULL,100.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13324,'4000','61723825658','2024-08-16 19:27:38',NULL,50.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(13325,'1000','61723825749','2024-08-16 19:29:11',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13326,'4000','61723825749','2024-08-16 19:29:11',NULL,450.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13327,'1110','61723825811','2024-08-16 19:30:13',NULL,90.90,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13328,'Asset','61723825811','2024-08-16 19:30:11',90.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13329,'1000','61723825811','2024-08-16 19:30:13',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13330,'4000','61723825811','2024-08-16 19:30:13',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13331,'1110','61723825903','2024-08-16 19:31:55',NULL,181.80,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13332,'Asset','61723825903','2024-08-16 19:31:43',181.80,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13333,'1000','61723825903','2024-08-16 19:31:55',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13334,'4000','61723825903','2024-08-16 19:31:55',NULL,600.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13335,'1110','71724759438','2024-08-27 14:50:40',NULL,61.50,'','7','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(13336,'5500','71724759438','2024-08-27 14:50:38',61.50,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13337,'1000','71724759438','2024-08-27 14:50:40',90.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'22t'),(13338,'4000','71724759438','2024-08-27 14:50:40',NULL,90.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(13339,'1110','71724759505','2024-08-27 14:53:53',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13340,'1110','71724759505','2024-08-27 14:51:45',NULL,112.50,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13341,'5500','71724759505','2024-08-27 14:53:07',112.50,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13342,'1000','71724759505','2024-08-27 14:53:53',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'B1f'),(13343,'4000','71724759505','2024-08-27 14:53:53',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13344,'4000','71724759505','2024-08-27 14:51:45',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13345,'1000','71724762255','2024-08-27 15:37:37',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6pu'),(13346,'4000','71724762255','2024-08-27 15:37:37',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13347,'1000','71724762436','2024-08-27 15:40:37',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'J2p'),(13348,'4000','71724762436','2024-08-27 15:40:37',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13349,'1000','71724765460','2024-08-27 16:31:14',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'8h1'),(13350,'4000','71724765460','2024-08-27 16:31:14',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13351,'4000','71724765460','2024-08-27 16:31:00',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13352,'4000','71724765460','2024-08-27 16:31:05',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13353,'4000','71724765460','2024-08-27 16:31:07',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13354,'1110','71724765546','2024-08-27 16:34:24',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13355,'1110','71724765546','2024-08-27 16:32:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13356,'5500','71724765546','2024-08-27 16:32:41',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13357,'1000','71724765546','2024-08-27 16:34:24',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3nt'),(13358,'4000','71724765546','2024-08-27 16:34:24',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13359,'4000','71724765546','2024-08-27 16:32:27',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13360,'1110','71724765855','2024-08-27 16:39:08',NULL,112.50,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13361,'1110','71724765855','2024-08-27 16:37:35',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13362,'1110','71724765855','2024-08-27 16:39:04',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13363,'5500','71724765855','2024-08-27 16:39:06',112.50,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13364,'1000','71724765855','2024-08-27 16:39:08',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'13q'),(13365,'4000','71724765855','2024-08-27 16:39:08',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13366,'4000','71724765855','2024-08-27 16:37:35',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13367,'4000','71724765855','2024-08-27 16:39:04',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13368,'1110','71724765979','2024-08-27 16:40:09',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13369,'1110','71724765979','2024-08-27 16:39:39',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13370,'Asset','71724765979','2024-08-27 16:40:07',71.15,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13371,'1000','71724765979','2024-08-27 16:40:09',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Oyk'),(13372,'4000','71724765979','2024-08-27 16:40:09',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13373,'4000','71724765979','2024-08-27 16:39:39',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13374,'1000','71724766163','2024-08-27 16:42:45',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rhi'),(13375,'4000','71724766163','2024-08-27 16:42:45',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13376,'1110','71724766448','2024-08-27 16:52:56',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13377,'1110','71724766448','2024-08-27 16:47:28',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13378,'1110','71724766448','2024-08-27 16:52:50',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13379,'5500','71724766448','2024-08-27 16:52:55',51.40,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13380,'1000','71724766448','2024-08-27 16:52:56',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pkz'),(13381,'4000','71724766448','2024-08-27 16:52:56',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13382,'4000','71724766448','2024-08-27 16:47:28',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13383,'4000','71724766448','2024-08-27 16:52:50',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13384,'1110','71724766906','2024-08-27 16:56:28',NULL,112.50,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13385,'1110','71724766906','2024-08-27 16:55:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13386,'5500','71724766906','2024-08-27 16:55:53',112.50,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13387,'1000','71724766906','2024-08-27 16:56:28',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'4qw'),(13388,'4000','71724766906','2024-08-27 16:56:28',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13389,'4000','71724766906','2024-08-27 16:55:06',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13390,'1110','71724768085','2024-08-27 17:17:04',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13391,'1110','71724768085','2024-08-27 17:14:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13392,'1110','71724768085','2024-08-27 17:15:27',NULL,40.80,'','7','1','Inventory sold','1','','sales','17','','No',NULL,NULL,''),(13393,'5500','71724768085','2024-08-27 17:15:29',40.80,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13394,'1000','71724768085','2024-08-27 17:17:04',380.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Pqq'),(13395,'4000','71724768085','2024-08-27 17:17:04',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13396,'4000','71724768085','2024-08-27 17:14:45',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13397,'4000','71724768085','2024-08-27 17:15:27',NULL,80.00,'','7','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(13398,'1110','71724768288','2024-08-27 17:18:12',NULL,50.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(13399,'5500','71724768288','2024-08-27 17:18:08',50.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13400,'1000','71724768288','2024-08-27 17:18:12',80.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'F02'),(13401,'4000','71724768288','2024-08-27 17:18:12',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13402,'1000','71724768345','2024-08-27 17:22:02',600.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kpq'),(13403,'4000','71724768345','2024-08-27 17:22:02',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13404,'4000','71724768345','2024-08-27 17:19:05',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13405,'4000','71724768345','2024-08-27 17:19:20',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13406,'4000','71724768345','2024-08-27 17:21:51',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13407,'1110','71724768571','2024-08-27 17:26:03',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13408,'1110','71724768571','2024-08-27 17:22:51',NULL,41.60,'','7','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(13409,'5500','71724768571','2024-08-27 17:26:01',41.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13410,'1000','71724768571','2024-08-27 17:26:03',210.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'3nc'),(13411,'4000','71724768571','2024-08-27 17:26:03',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13412,'4000','71724768571','2024-08-27 17:22:51',NULL,60.00,'','7','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(13413,'1000','71724768841','2024-08-27 17:27:23',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Fcw'),(13414,'4000','71724768841','2024-08-27 17:27:23',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13415,'1110','71724768914','2024-08-27 17:28:53',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13416,'1110','71724768914','2024-08-27 17:28:34',NULL,50.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(13417,'5500','71724768914','2024-08-27 17:28:50',50.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13418,'1000','71724768914','2024-08-27 17:28:53',230.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Gdm'),(13419,'4000','71724768914','2024-08-27 17:28:53',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13420,'4000','71724768914','2024-08-27 17:28:34',NULL,80.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13421,'1000','71724769140','2024-08-27 17:32:22',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Dbr'),(13422,'4000','71724769140','2024-08-27 17:32:22',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13423,'1110','71724769235','2024-08-27 17:33:57',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13424,'Asset','71724769235','2024-08-27 17:33:55',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13425,'1000','71724769235','2024-08-27 17:33:57',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'6bw'),(13426,'4000','71724769235','2024-08-27 17:33:57',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13427,'1000','71724769474','2024-08-27 17:37:56',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'743'),(13428,'4000','71724769474','2024-08-27 17:37:56',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13429,'1110','71724769515','2024-08-27 17:38:54',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13430,'1110','71724769515','2024-08-27 17:38:35',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13431,'5500','71724769515','2024-08-27 17:38:53',71.15,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13432,'1000','71724769515','2024-08-27 17:38:54',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'2s7'),(13433,'4000','71724769515','2024-08-27 17:38:54',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13434,'4000','71724769515','2024-08-27 17:38:35',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13435,'1110','71724769568','2024-08-27 17:39:34',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13436,'1110','71724769568','2024-08-27 17:39:28',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13437,'5500','71724769568','2024-08-27 17:39:32',51.40,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13438,'1000','71724769568','2024-08-27 17:39:34',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Quo'),(13439,'4000','71724769568','2024-08-27 17:39:34',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13440,'4000','71724769568','2024-08-27 17:39:28',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13441,'1000','71724769617','2024-08-27 17:40:58',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Uym'),(13442,'4000','71724769617','2024-08-27 17:40:58',NULL,150.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13443,'1110','71724770314','2024-08-27 17:53:53',NULL,450.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13444,'1110','71724770314','2024-08-27 17:51:54',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13445,'1110','71724770314','2024-08-27 17:52:53',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13446,'1110','71724770314','2024-08-27 17:52:58',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13447,'1110','71724770314','2024-08-27 17:53:04',NULL,5.00,'','7','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(13448,'1110','71724770314','2024-08-27 17:53:29',NULL,108.30,'','7','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(13449,'5500','71724770314','2024-08-27 17:53:51',563.30,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13450,'1000','71724770314','2024-08-27 17:53:53',1420.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Rcq'),(13451,'4000','71724770314','2024-08-27 17:53:53',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13452,'4000','71724770314','2024-08-27 17:51:54',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13453,'4000','71724770314','2024-08-27 17:52:53',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13454,'4000','71724770314','2024-08-27 17:52:58',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13455,'4000','71724770314','2024-08-27 17:53:04',NULL,20.00,'','7','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(13456,'4000','71724770314','2024-08-27 17:53:29',NULL,150.00,'','7','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13457,'1110','71724770472','2024-08-27 17:55:27',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13458,'1110','71724770472','2024-08-27 17:54:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13459,'1110','71724770472','2024-08-27 17:54:36',NULL,112.50,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13460,'5500','71724770472','2024-08-27 17:54:46',157.95,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13461,'1000','71724770472','2024-08-27 17:55:27',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Nta'),(13462,'4000','71724770472','2024-08-27 17:55:27',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13463,'4000','71724770472','2024-08-27 17:54:32',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13464,'4000','71724770472','2024-08-27 17:54:36',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13465,'1000','71724770573','2024-08-27 17:56:29',155.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Zrq'),(13466,'4000','71724770573','2024-08-27 17:56:29',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13467,'4000','71724770573','2024-08-27 17:56:13',NULL,5.00,'','7','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(13468,'1110','71724771063','2024-08-27 18:05:14',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13469,'1110','71724771063','2024-08-27 18:04:23',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13470,'5500','71724771063','2024-08-27 18:05:12',25.70,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13471,'1000','71724771063','2024-08-27 18:05:14',200.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Mcc'),(13472,'4000','71724771063','2024-08-27 18:05:14',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13473,'4000','71724771063','2024-08-27 18:04:23',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13474,'1110','71724771452','2024-08-27 18:10:54',NULL,61.50,'','7','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(13475,'5500','71724771452','2024-08-27 18:10:52',61.50,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13476,'1000','71724771452','2024-08-27 18:10:54',90.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13477,'4000','71724771452','2024-08-27 18:10:54',NULL,90.00,'','7','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(13478,'1110','71724771490','2024-08-27 18:11:32',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13479,'5500','71724771490','2024-08-27 18:11:30',25.70,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13480,'1000','71724771490','2024-08-27 18:11:32',50.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13481,'4000','71724771490','2024-08-27 18:11:32',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13482,'1110','71724771527','2024-08-27 18:12:09',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13483,'Asset','71724771527','2024-08-27 18:12:07',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13484,'1000','71724771527','2024-08-27 18:12:09',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13485,'4000','71724771527','2024-08-27 18:12:09',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13486,'1110','71724772672','2024-08-27 18:31:13',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13487,'Asset','71724772672','2024-08-27 18:31:12',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13488,'1000','71724772672','2024-08-27 18:31:13',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'7zs'),(13489,'4000','71724772672','2024-08-27 18:31:13',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13490,'1000','71724774364','2024-08-27 18:59:29',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Kut'),(13491,'4000','71724774364','2024-08-27 18:59:29',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13492,'1110','71724776329','2024-08-27 19:32:12',NULL,3.00,'','7','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(13493,'5500','71724776329','2024-08-27 19:32:09',3.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13494,'1000','71724776329','2024-08-27 19:32:12',10.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'S96'),(13495,'4000','71724776329','2024-08-27 19:32:12',NULL,10.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(13496,'1110','71724776376','2024-08-27 19:33:00',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13497,'Asset','71724776376','2024-08-27 19:32:56',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13498,'1000','71724776376','2024-08-27 19:33:00',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Que'),(13499,'4000','71724776376','2024-08-27 19:33:00',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13500,'1000','71724778238','2024-08-27 20:04:00',150.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lhd'),(13501,'4000','71724778238','2024-08-27 20:04:00',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13502,'1000','71724778291','2024-08-27 20:05:07',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'5ql'),(13503,'4000','71724778291','2024-08-27 20:05:07',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13504,'4000','71724778291','2024-08-27 20:04:51',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13505,'1000','71724778405','2024-08-27 20:06:52',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'1op'),(13506,'4000','71724778405','2024-08-27 20:06:52',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13507,'4000','71724778405','2024-08-27 20:06:45',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13508,'1000','71724778520','2024-08-27 20:08:51',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13509,'4000','71724778520','2024-08-27 20:08:51',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13510,'1000','71724778577','2024-08-27 20:10:48',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13511,'4000','71724778577','2024-08-27 20:10:48',NULL,150.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(13512,'1110','71724779328','2024-08-27 20:22:10',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13513,'5500','71724779328','2024-08-27 20:22:08',25.70,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13514,'1000','71724779328','2024-08-27 20:22:10',50.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Ef8'),(13515,'4000','71724779328','2024-08-27 20:22:10',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13516,'1110','71724781572','2024-08-27 20:59:38',NULL,45.45,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13517,'1110','71724781572','2024-08-27 20:59:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13518,'5500','71724781572','2024-08-27 20:59:36',45.45,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13519,'1000','71724781572','2024-08-27 20:59:38',300.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Qv3'),(13520,'4000','71724781572','2024-08-27 20:59:38',NULL,150.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13521,'4000','71724781572','2024-08-27 20:59:32',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13522,'1110','71724781618','2024-08-27 21:00:23',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13523,'1110','71724781618','2024-08-27 21:00:19',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13524,'5500','71724781618','2024-08-27 21:00:21',51.40,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13525,'1000','71724781618','2024-08-27 21:00:23',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'13l'),(13526,'4000','71724781618','2024-08-27 21:00:23',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13527,'4000','71724781618','2024-08-27 21:00:19',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13528,'1110','71724781699','2024-08-27 21:02:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13529,'1110','71724781699','2024-08-27 21:01:39',NULL,112.50,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13530,'5500','71724781699','2024-08-27 21:01:41',112.50,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13531,'1000','71724781699','2024-08-27 21:02:20',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,'Lo3'),(13532,'4000','71724781699','2024-08-27 21:02:20',NULL,150.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13533,'4000','71724781699','2024-08-27 21:01:39',NULL,200.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13534,'1110','71724781784','2024-08-27 21:03:31',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13535,'1110','71724781784','2024-08-27 21:03:04',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13536,'1110','71724781784','2024-08-27 21:03:06',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13537,'1110','71724781784','2024-08-27 21:03:08',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13538,'1110','71724781784','2024-08-27 21:03:17',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13539,'1110','71724781784','2024-08-27 21:03:24',NULL,25.70,'','7','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(13540,'5500','71724781784','2024-08-27 21:03:29',154.20,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13541,'1000','71724781784','2024-08-27 21:03:31',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13542,'4000','71724781784','2024-08-27 21:03:31',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13543,'4000','71724781784','2024-08-27 21:03:04',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13544,'4000','71724781784','2024-08-27 21:03:06',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13545,'4000','71724781784','2024-08-27 21:03:08',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13546,'4000','71724781784','2024-08-27 21:03:17',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13547,'4000','71724781784','2024-08-27 21:03:24',NULL,50.00,'','7','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13548,'1110','71737028115','2025-01-16 14:48:36',NULL,450.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13549,'5500','71737028115','2025-01-16 14:48:35',450.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13550,'1000','71737028115','2025-01-16 14:48:36',800.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13551,'4000','71737028115','2025-01-16 14:48:36',NULL,800.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13552,'1110','71737028154','2025-01-16 14:49:14',NULL,48.30,'','7','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(13553,'5500','71737028154','2025-01-16 14:49:14',48.30,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13554,'1000','71737028154','2025-01-16 14:49:14',100.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13555,'4000','71737028154','2025-01-16 14:49:14',NULL,100.00,'','7','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13556,'1110','61741185030','2025-03-05 17:32:29',NULL,900.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13557,'1110','61741185030','2025-03-05 17:30:31',NULL,108.30,'','6','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(13558,'1110','61741185030','2025-03-05 17:31:21',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13559,'1110','61741185030','2025-03-05 17:31:56',NULL,121.20,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13560,'1110','61741185030','2025-03-05 17:32:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(13561,'5500','61741185030','2025-03-05 17:32:24',1129.50,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13562,'1000','61741185030','2025-03-05 17:32:29',2500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13563,'4000','61741185030','2025-03-05 17:32:29',NULL,1600.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13564,'4000','61741185030','2025-03-05 17:30:31',NULL,150.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13565,'4000','61741185030','2025-03-05 17:31:21',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13566,'4000','61741185030','2025-03-05 17:31:56',NULL,300.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13567,'4000','61741185030','2025-03-05 17:32:13',NULL,150.00,'','6','1','Good sold','1','','sales','4','','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=2 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','',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=3 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','','1',1,'Percentage'); /*!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=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `employeecharges` -- LOCK TABLES `employeecharges` WRITE; /*!40000 ALTER TABLE `employeecharges` DISABLE KEYS */; INSERT INTO `employeecharges` VALUES (1,'8','PAYE','2023-06-09 13:31:34','Active','1','','1','Deduction','Fixed','Fixed',1.00,72.50,'',1,'PAYE'),(2,'9','NSSF','2023-06-09 13:31:45','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',1,'NSSF'),(3,'10','NHIF','2023-06-09 13:31:54','Active','1','','1','Deduction','Fixed','Fixed',1.00,850.00,'',1,'NHIF'),(5,'2005','House Levy','2023-09-01 05:49:18','Active','1','','1','Deduction','Fixed','Fixed',1.00,375.00,'1.5',1,'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) NOT NULL, `createdate` datetime NOT NULL, `sdcId` varchar(50) NOT NULL DEFAULT 'active', `mrcNo` text NOT NULL, `cmcKey` text NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` varchar(50) NOT NULL, `updatedid` varchar(20) NOT NULL DEFAULT 'KES', `updatedby` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `name` text NOT NULL, `bhfid` varchar(50) 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 `etiminitialization` -- LOCK TABLES `etiminitialization` WRITE; /*!40000 ALTER TABLE `etiminitialization` DISABLE KEYS */; INSERT INTO `etiminitialization` VALUES (1,'P051539463U','20231228','2024-01-20 11:49:59','KRACU0300000329','KRA00000589','B5D2EF66E93E45A49176EF3D9C2A715C3E62A8ADF688481E91DD','1','5','KES','',0,'','00'),(2,'P000000007D','20231228','2024-01-20 11:49:59','KRACU0300000329','KRA00000589','F378A06A9E104AFC98E14E04F4DA3FD95E201B0791E748C9BDF3','1','1','KES','',0,'','00'); /*!40000 ALTER TABLE `etiminitialization` 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, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `expenses` -- LOCK TABLES `expenses` WRITE; /*!40000 ALTER TABLE `expenses` DISABLE KEYS */; /*!40000 ALTER TABLE `expenses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faqs` -- DROP TABLE IF EXISTS `faqs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `faqs` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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,'2024 Fiscal Year','active','2024-01-01 00:00:00','2024-12-31 23:59:00',1,1,'2024-01-11 10:54:45',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 `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,'','-123735','2020-10-01 13:01:12','1000','1'),(31,'1','1','1','Mpesa','','2020-05-10 17:24:37',1,'','34000','2020-05-10 17:28:13','1010','1'),(33,'351','1','1','KCB account','','2018-06-01',1,'','-3890498','2019-07-30 19:18:31','1030','1'),(34,'1','1','6','Accounts receivable','','2018-06-01',1,'','0','2020-01-07 05:46:09','1100',''),(35,'351','1','6','Inventory assets','','2018-07-20 13:29:27',1,'','-1500','2019-07-20 23:18:46','1110','1'),(36,'2','1','6','checking account','','2018-07-20 14:14:59',1,'','0','2018-07-20 14:15:36pm','1120','KES'),(37,'351','1','6','Tax Assets','','2018-07-20 14:15:37',1,'','0','2019-07-20 13:01:36','1130',''),(38,'2','1','6','loans & advances','','2018-07-20 14:17:01',1,'','0','2018-07-20 14:18:41pm','1140','KES'),(39,'2','1','6','securities & deposits','','2018-07-20 14:18:42',1,'','0','2018-07-20 14:19:49pm','1150','KES'),(40,'351','1','6','Allowance for doubtful accounts','','2018-07-20 14:19:50',1,'','0','2019-07-20 12:05:22','1160',''),(41,'351','1','6','Prepayments','','2018-07-20 14:37:09',1,'','0','2019-07-20 13:03:33','1170',''),(44,'351','1','6','Salary advances','','2018-07-20 14:42:02',1,'','0','2019-07-20 12:58:57','1200',''),(45,'351','1','7','Land','','2018-07-20 14:43:05',1,'','0','2019-07-20 13:00:33','1500',''),(46,'351','1','7','Motor Vehicle','','2018-07-20 15:05:47',1,'','0','2019-07-20 13:04:35','1510',''),(47,'1','1','27','Softwares','','2018-07-20 15:06:36',4,'','0','2019-10-28 05:41:59','1520',''),(48,'351','1','7','Buildings','','2018-07-20 15:07:38',1,'','0','2019-07-20 13:07:02','1530',''),(49,'351','1','7','Plants & Machinery','','2018-07-20 15:09:21',1,'','0','2019-07-20 13:08:16','1540',''),(50,'351','1','7','Office Equipments','','2018-07-20 15:13:54',1,'','0','2019-07-20 13:09:35','1550',''),(51,'351','1','7','Furnitures & Fixtures','','2018-07-20 15:18:17',1,'','0','2019-07-20 13:10:29','1560',''),(52,'351','1','7','Depreciation ','117','2018-07-20 15:20:15',1,'','0','2019-07-20 13:13:53','1570',''),(53,'351','1','7','Depletable assets','','2018-07-20 15:21:07',1,'','0','2019-07-20 13:30:32','1580','1'),(54,'351','1','7','Leasehold improvements','','2018-07-20 15:22:55',1,'','0','2019-07-20 13:36:59','1590',''),(55,'351','1','7','Accumulated depreciation','','2018-07-20 15:23:48',1,'','0','2019-07-20 13:17:21','1600',''),(57,'351','1','9','Capital ','','2018-07-20 15:43:54',1,'','0','2019-07-20 14:18:04','1800',''),(58,'416','1','29','Office purchases','','2018-07-20 16:02:41',5,'','0','2019-10-16 17:53:18','1850',''),(59,'2','1','8','stock of raw materials','','2018-07-20 16:04:29',1,'','0','2018-07-20 16:07:35pm','1860','KES'),(63,'351','1','14','Loan payable','','2018-07-23 12:06:08',2,'','0','2019-07-20 14:11:32','2000',''),(64,'351','1','14','Dividends payable','','2018-07-23 12:33:51',2,'','0','2019-07-20 15:08:15','2010','1'),(65,'2','1','14','Income tax payable','','2018-07-23 12:35:15',2,'','0','2018-07-23 12:36:09pm','2020','KES'),(66,'351','1','14','Accrued Expenses Payable ','','2018-07-23 12:36:09',2,'','0','2019-07-20 13:33:39','2030','1'),(67,'351','1','14','Payroll Liabilities','','2018-07-23 12:37:11',2,'','0','2019-07-20 13:24:33','2040',''),(68,'351','1','14','Current tax liability','','2018-07-23 12:37:58',2,'','0','2019-07-20 15:10:18','2050','1'),(69,'1','1','14','Customer Deposits ','','2018-07-23 12:38:55 ',2,'','0','2024-02-01 06:08:04','2060',''),(70,'351','1','14','Insurance payable','','2018-07-23 12:39:33',2,'','0','2019-07-20 15:12:04','2070',''),(72,'351','1','14','Sales & services tax payable','','2018-07-23 12:40:58',2,'','0','2019-07-20 15:14:57','2090',''),(74,'351','1','14','Bank Overdraft','','2018-07-23 12:43:29',2,'','0','2019-07-20 13:52:34','2110','1'),(75,'351','1','14','Current portion of obligations under finance leases','','2018-07-23 12:44:39',2,'','0','2019-07-20 15:19:30','2120',''),(76,'351','1','15','Long term debt','','2018-07-23 12:57:42',2,'','0','2019-07-20 15:16:19','2500',''),(78,'351','1','15','Notes payable','','2018-07-23 13:00:31',2,'','0','2019-07-20 13:58:01','2510',''),(79,'351','1','15','Liabilities related to assets held for sale','','2018-07-23 13:01:58',2,'','0','2019-07-20 15:28:14','2520','1'),(80,'2','1','15','shareholder notes payable','','2018-07-23 13:02:46',2,'','0','2018-07-23 13:04:38pm','2530','KES'),(81,'351','1','15','Accrued non-current liabilities','','2018-07-23 13:04:38',2,'','0','2019-07-22 09:45:51','2540',''),(82,'2','1','15','accrued holiday payable','','2018-07-23 13:15:07',2,'','0','2018-07-23 13:19:53pm','2550','KES'),(83,'2','1','26','ordinary shares','','2018-07-23 13:54:16',3,'','0','2018-07-23 13:55:37pm','3000','KES'),(84,'1','1','26','opening balance Equity','','2018-07-23 13:55:37',3,'','-50000','2020-05-09 20:15:00','3010',''),(85,'2','1','26','partner contributions','','2018-07-23 13:56:29',3,'','0','2018-07-23 13:57:14pm','3020','KES'),(86,'2','1','26','share capital','','2018-07-23 13:57:15',3,'','0','2018-07-23 13:59:17pm','3030','KES'),(87,'2','1','26','capital stock','','2018-07-23 13:59:18',3,'','0','2018-07-23 14:00:06pm','3040','KES'),(89,'351','1','26','Dividend disbursed','','2018-07-23 14:00:07',3,'','0','2019-07-22 09:44:29','3050',''),(90,'2','1','26','other comprehensive income','','2018-07-23 14:05:14',3,'','0','2018-07-23 14:06:04pm','3060','KES'),(91,'2','1','26','retained earnings','','2018-07-23 14:06:06',3,'','0','2018-07-23 14:06:41pm','3070','KES'),(92,'2','1','26','paid in capital','','2018-07-23 14:06:42',3,'','0','2018-07-23 14:08:06pm','3080','KES'),(93,'2','1','26','equity in earnings of subsidiaries','','2018-07-23 14:08:07',3,'','0','2018-07-23 14:09:00pm','3090','KES'),(94,'351','1','27','Sales','','2018-06-01',4,'','0','2019-07-23 11:30:51','4000',''),(95,'351','1','27','Maintainance/Training fees','94','2018-07-23 14:09:38',4,'','0','2019-07-20 15:53:04','4010',''),(97,'351','1','30','expenses included in valuation','','2018-06-01 ',5,'','0','2019-07-23 11:33:52','5010',''),(98,'351','1','30','stock adjustment','','2018-07-23 14:27:39',5,'','0','2019-07-20 17:25:59','5020',''),(99,'1','1','8','Cost of Good sold','','2018-07-01',5,'','0','2020-05-11 09:26:16','5500',''),(100,'351','1','29','Transport','','2018-06-01',5,'','0','2019-07-23 11:27:46','5510',''),(101,'351','1','29','Rent Expenses','','2018-07-23 14:33:51',5,'','0','2019-07-20 17:40:22','5520',''),(102,'351','1','29','Utilities','','2018-07-23 14:34:24',5,'','0','2019-07-20 17:42:59','5530','1'),(103,'351','1','29','Advertisements','','2018-07-23 14:34:52',5,'','0','2019-07-20 17:47:48','5540','1'),(104,'351','1','29','Salary Costs','','2018-07-23 14:35:41',5,'','50000','2019-07-20 20:26:30','5550',''),(105,'1','1','29','Staff Costs','','2020-07-23 14:36:42',5,'','0','2020-06-30 21:02:43','5560','1'),(106,'351','1','29','Staff Uniforms','105','2018-07-23 14:37:26',5,'','0','2019-07-20 20:43:01','5561','1'),(107,'351','1','29','Staff Welfare ','105','2018-07-23 14:38:50',5,'','0','2019-07-20 20:47:45','5562','1'),(114,'351','1','29','Training Fees','','2018-07-23 14:46:18',5,'','0','2019-07-20 21:00:54','5650','1'),(115,'351','1','29','Marketing expenses','','2018-07-23 14:47:47',5,'','0','2019-07-20 20:59:00','5660',''),(118,'351','1','29','Bid Bond Charges','120','2018-07-23 14:51:10',5,'','0','2019-07-20 21:51:57','5711','1'),(119,'351','1','29','Bank Service Charges ','','2018-07-23 14:54:26',5,'','0','2019-07-20 21:24:05','5700','1'),(120,'351','1','29','Tender expenses','','2018-07-23 14:55:12',5,'','0','2019-07-20 21:49:11','5710',''),(122,'351','1','29','Outsourced Printing & Scanning','','2018-07-23 15:02:34',5,'','0','2019-07-20 21:55:42','5730',''),(123,'351','1','30','Commission on sales','','2018-07-23 15:03:42',5,'','0','2019-07-20 21:56:36','5740','1'),(124,'351','1','29','Accomodation','','2018-07-23 15:04:46',5,'','0','2019-07-20 21:58:04','5750',''),(125,'351','1','29','Professional /Legal expenses','','2018-07-23 15:05:55',5,'','0','2019-07-20 22:28:51','5760','1'),(126,'351','1','28','Postage & Delivery','','2018-07-23 15:06:59',4,'','0','2019-07-20 22:00:51','5770','1'),(127,'351','1','29','Repairs & Maintenance','','2018-07-23 15:07:48',5,'','0','2019-07-20 22:02:26','5780',''),(128,'351','1','29','Depreciation Expense','','2018-07-23 15:08:24',5,'','0','2019-07-20 22:03:48','5790',''),(129,'351','1','29','Miscellaneous','','2018-07-23 15:09:39',5,'','0','2019-07-20 22:05:47','5800',''),(130,'351','1','27','Point of sale','94','2018-06-01 ',4,'','0','2019-08-08 09:12:19','4020',''),(131,'351','1','27','Bulk Sms','94','2018-07-23 15:12:25',4,'','0','2019-07-20 15:56:23','4030','1'),(132,'351','1','27','property management System','94','2018-07-23 15:13:09',4,'','0','2019-07-20 16:16:00','4040','1'),(133,'351','1','27','Biometric system','94','2018-07-23 15:13:41',4,'','2393.5','2019-07-20 16:14:44','4050','1'),(134,'351','1','27','school management System','94','2018-07-23 15:14:35',4,'','0','2019-07-20 16:17:38','4060','1'),(135,'351','1','27','Hospital management System','94','2018-07-23 15:15:15',4,'','0','2019-07-20 16:19:26','4070',''),(136,'351','1','27','Website Development','94','2018-07-23 15:16:03',4,'','0','2019-07-20 16:25:53','4080','1'),(137,'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,'351','1','29','Cleaning','156','2018-11-05 16:46:57',5,'','0','2019-07-18 14:28:52','5910','1'),(156,'351','1','29','Office Expenses','','2018-11-05 16:47:29',5,'','0','2019-07-18 14:15:56','5920','1'),(157,'351','1','27','Management Information System','94','2019-01-31 16:43:09',4,'','0','2019-07-20 16:58:11','4170','1'),(158,'351','1','29','Mpesa charges','','2019-05-25 12:20:26',5,'','0','2019-07-20 22:26:12','5930','1'),(159,'351','1','1','Petty cash','','2019-06-01',1,'','-577','2019-08-22 15:25:29','1050','1'),(160,'351','1','29','Discount Allowed','','2019-07-08 ',5,'','0','2019-07-20 23:17:13','5030','1'),(161,'351','1','6','Withholding Tax','','2019-07-20 13:24:34',1,'','0','2019-07-20 13:28:18','1210',''),(162,'351','1','6','Discount Recieved','','2019-07-20 13:28:19',1,'','0','2019-07-20 13:29:38','1220','1'),(163,'351','1','6','Accrued Income Receivable ','','2019-07-20 13:33:40',1,'','0','2019-07-20 13:36:05','1230','1'),(164,'351','1','14','NHIF','67','2019-07-20 14:03:52',2,'','0','2019-07-20 14:06:21','2041','1'),(165,'351','1','14','NSSF','67','2019-07-20 14:06:22',2,'','0','2019-07-20 14:07:21','2042',''),(166,'351','1','14','PAYE','67','2019-07-20 14:07:21',2,'','0','2019-07-20 14:08:21','2043','1'),(167,'351','1','14','Net Pay','','2019-07-20 14:08:21',2,'','0','2019-07-20 14:10:20','2045',''),(168,'1','1','27','Donations','131','2019-07-20 15:56:24 ',4,'','140000','2023-03-08 12:44:25','4031','1'),(169,'351','1','27','Bulk Sms Branding','131','2019-07-20 16:07:38',4,'','0','2019-07-20 16:09:27','4032',''),(170,'1','1','27','Bulk Sms Recharge','131','2019-07-20 16:09:28',4,'','0','2019-10-26 13:53:32','4033','1'),(171,'351','1','27','Hotel Accommodation System','94','2019-07-20 16:19:27',4,'','0','2019-07-20 16:23:52','4100','1'),(172,'351','1','27','Miscellaneous Income','94','2019-07-20 16:58:12',4,'','0','2019-07-20 17:00:06','4180','1'),(173,'351','1','27','Mpesa Intergration','94','2019-07-20 17:00:07',4,'','0','2019-07-20 17:02:30','4190','1'),(174,'351','1','27','Biometric Bulk Sms Intergration','94','2019-07-20 17:02:31',4,'','0','2019-07-20 17:38:53','4195',''),(175,'351','1','8','Thermal rolls','58','2019-07-20 17:32:58',5,'','0','2019-09-04 10:26:06','1852','1'),(176,'351','1','29','Electricity','102','2019-07-20 17:42:59',5,'','0','2019-07-20 17:44:30','5531','1'),(177,'351','1','29','Water','102','2019-07-20 17:44:31',5,'','0','2019-07-20 17:45:22','5532','1'),(178,'351','1','29','Wages/Overtime','104','2019-07-20 20:26:31',5,'','0','2019-07-20 20:29:49','5551','1'),(179,'1','1','29','Staff Airtime','105','2020-07-20 20:47:45',5,'','0','2020-06-30 21:03:42','5563','1'),(180,'1','1','29','Medical Expenses ','105','2019-07-20 20:50:12',5,'','0','2020-06-30 22:16:41','5566','1'),(181,'351','1','29','NSSF-Employer','105','2019-07-20 20:51:37',5,'','0','2019-07-20 20:53:29','5565','1'),(182,'351','1','29','Meal Expenses ','','2019-07-20 22:28:52',5,'','0','2019-07-20 22:48:43','5250','1'),(183,'351','1','29','Refunds','','2019-07-20 22:48:44',5,'','0','2019-07-20 22:49:44','5240','1'),(184,'351','1','30','Loss on Disposal of fixed Assets ','','2019-07-20 22:49:45',5,'','0','2019-07-20 22:53:18','5220','1'),(185,'351','1','29','Internet Expenses ','','2019-07-20 22:53:19',5,'','0','2019-07-20 22:56:13','5200',''),(186,'351','1','29','Telephone Expenses ','','2019-07-20 22:56:14',5,'','0','2019-07-20 22:57:42','5210','1'),(187,'351','1','29','Dues & Subscriptions','','2019-07-20 22:57:43',5,'','0','2019-07-20 23:02:13','5180','1'),(188,'351','1','29','Donations','','2019-07-20 23:02:14',5,'','0','2019-07-20 23:03:34','5170','1'),(189,'351','1','29','Chaitable Donations','188','2019-07-20 23:03:35',5,'','0','2019-07-20 23:04:51','5171','1'),(190,'351','1','29','Non-Charitable Donations','188','2019-07-20 23:04:52',5,'','0','2019-07-20 23:08:00','5172','1'),(191,'351','1','29','Business Licences & Permits ','','2019-07-20 23:08:01',5,'','0','2019-07-20 23:09:26','5960','1'),(192,'351','1','29','Bad debts written off','','2019-07-20 23:09:27',5,'','0','2019-07-20 23:10:42','5950','1'),(193,'351','1','29','Bad debts ','','2019-07-20 23:10:43',5,'','0','2019-07-20 23:11:35','5940','1'),(194,'351','1','27','suspense Income A/C','','2019-07-22 22:00:00',4,'','2393.5','2019-07-27 17:14:05','4050','1'),(195,'351','1','29','suspense Expense A/C','','2019-07-22 22:05:38',5,'','0','2019-07-27 17:15:19','5040','1'),(196,'351','1','34','Opening Balance','','2018-06-01',4,'','0','2019-07-30 09:29:55','1060','1'),(197,'351','1','29','CCTV Installation fee','','2018-06-01',5,'','0','2019-08-21 10:15:30','5190','1'),(198,'351','1','29','Director\'s Expenses','','2018-06-01',5,'','0','2019-08-23 14:53:11','5720','1'),(199,'351','1','29','Staff Allowance','105','2019-06-01 ',5,'','-521','2019-10-01 15:22:06','5564','1'),(200,'1','1','1','Witholding Account','','2019-10-01 11:49:23 ',1,'','6666629825.5','2021-11-25 16:26:21','1035','1'),(201,'1','1','7','LAPTOPS','','2020-09-17 09:30:28',1,'','0','2020-09-17 09:31:53','1501',''),(202,'1','1','7','Amblifier','','2020-09-22 10:17:58',1,'','0','2020-09-22 10:19:53','1502',''),(205,'1','1','1','Bonga points Account','','2021-03-08 15:21:56 ',1,'','2000','2021-09-07 06:35:52','1011','1'),(206,'1','1','29','CARE PURCHASE','','2021-07-19 15:02:30 ',5,'','0','2023-05-27 12:48:58','5171',''),(207,'1','1','27','RENT COLLECTED','','2021-09-17 06:42:46',4,'','0','2021-09-17 06:47:13','4161','1'),(208,'1','1','27','DEPOSIT COLLECTED','','2021-09-17 06:14:47',4,'','0','2021-09-17 06:48:29','4162','1'),(209,'1','1','27','WATER/POWER DEPOSIT','','2021-09-17 06:30:48',4,'','0','2021-09-17 06:48:46','4163',''),(210,'1','1','27','PENALTY','','2021-09-17 06:47:48',4,'','0','2021-09-17 06:49:02','4164',''),(211,'1','1','27','WATER','','2021-09-17 06:04:49',4,'','0','2021-09-17 06:49:27','4165','1'),(212,'1','1','27','PARTIAL PAYMENT','','2021-09-17 06:29:49',4,'','0','2021-09-17 06:49:47','4166','1'),(213,'1','1','27','GARBAGE','','2021-09-17 06:49:49',4,'','0','2021-09-17 06:50:07','4167','1'),(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,'','0','2021-09-17 06:51:16','4171','1'),(217,'1','1','27','SEWAGE','','2021-09-17 06:17:51',4,'','-50000','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 AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grouping` -- LOCK TABLES `grouping` WRITE; /*!40000 ALTER TABLE `grouping` DISABLE KEYS */; INSERT INTO `grouping` VALUES (1,'3','1','2023-12-21 04:31:58am','','1','','1','1'); /*!40000 ALTER TABLE `grouping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `groupleavedays` -- DROP TABLE IF EXISTS `groupleavedays`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `groupleavedays` ( `id` int(11) NOT NULL AUTO_INCREMENT, `group` int(11) DEFAULT NULL, `employeeno` int(11) DEFAULT NULL, `overtime` int(11) DEFAULT NULL COMMENT 'Link to an overtime request', `startdate` date DEFAULT NULL, `enddate` date DEFAULT NULL, `type` int(11) NOT NULL, `days` decimal(10,2) NOT NULL, `description` text DEFAULT NULL COMMENT 'Description of a credit / debit', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`group`), KEY `employee` (`employeeno`), KEY `type` (`type`) ) ENGINE=InnoDB AUTO_INCREMENT=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 `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 `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 AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leavegroup` -- LOCK TABLES `leavegroup` WRITE; /*!40000 ALTER TABLE `leavegroup` DISABLE KEYS */; INSERT INTO `leavegroup` VALUES (1,'General ','','0000-00-00 00:00:00','0000-00-00 00:00:00',21,'1/1','31/12',2),(2,'Security','','0000-00-00 00:00:00','0000-00-00 00:00:00',11,'1/1','31/12',2); /*!40000 ALTER TABLE `leavegroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leaves` -- DROP TABLE IF EXISTS `leaves`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leaves` ( `id` int(30) NOT NULL AUTO_INCREMENT, `startdate` 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=730 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','2024-02-22 14:44:52','2024-02-22 15:05:49','','196.216.86.76','loggedin',1),(2,'user','5','2024-02-22 15:06:15','','','196.216.86.76','loggedin',1),(3,'user','5','2024-02-22 15:37:35','2024-02-22 15:48:22','','105.161.147.153','loggedin',1),(4,'admin','1','2024-02-22 15:48:30','2024-02-22 15:59:49','','196.216.86.76','loggedin',1),(5,'user','6','2024-02-22 16:17:20','2024-02-22 16:26:56','','196.216.86.76','loggedin',1),(6,'admin','1','2024-02-22 16:27:07','','','196.216.86.76','loggedin',1),(7,'admin','1','2024-02-23 12:32:53','2024-02-23 15:10:40','','196.216.86.76','loggedin',1),(8,'user','6','2024-02-23 15:10:46','2024-02-23 15:13:50','','196.216.86.76','loggedin',1),(9,'admin','1','2024-02-23 15:13:58','2024-02-23 15:15:51','','196.216.86.76','loggedin',1),(10,'user','6','2024-02-23 15:16:00','2024-02-23 15:26:37','','196.216.86.76','loggedin',1),(11,'admin','1','2024-02-23 15:26:46','2024-02-23 15:28:14','','196.216.86.76','loggedin',1),(12,'user','6','2024-02-23 15:28:21','','','196.216.86.76','loggedin',1),(13,'user','6','2024-02-23 15:28:58','','','196.216.86.76','loggedin',1),(14,'admin','1','2024-02-23 15:35:31','','','196.216.86.76','loggedin',1),(15,'user','6','2024-02-23 15:40:01','2024-02-23 15:41:28','','196.216.86.76','loggedin',1),(16,'admin','1','2024-02-23 15:41:44','2024-02-23 15:44:40','','196.216.86.76','loggedin',1),(17,'user','6','2024-02-23 15:45:14','2024-02-23 16:01:16','','196.216.86.76','loggedin',1),(18,'admin','1','2024-02-23 16:01:21','2024-02-23 16:06:08','','196.216.86.76','loggedin',1),(19,'user','6','2024-02-23 16:08:51','2024-02-23 20:28:58','','196.216.86.76','loggedin',1),(20,'user','7','2024-02-23 20:29:02','','','196.216.86.76','loggedin',1),(21,'user','7','2024-02-23 21:13:17','2024-02-23 21:14:57','','196.216.86.76','loggedin',1),(22,'user','6','2024-02-23 21:15:19','','','196.216.86.76','loggedin',1),(23,'user','7','2024-02-23 21:25:00','','','196.216.86.76','loggedin',1),(24,'user','6','2024-02-24 11:08:47','','','102.220.12.34','loggedin',1),(25,'user','6','2024-02-24 11:42:39','','','102.220.12.34','loggedin',1),(26,'user','6','2024-02-24 13:13:40','2024-02-24 15:10:25','','102.220.12.34','loggedin',1),(27,'user','6','2024-02-24 15:11:11','','','102.220.12.34','loggedin',1),(28,'user','6','2024-02-24 15:46:55','2024-02-24 16:55:42','','102.220.12.34','loggedin',1),(29,'user','7','2024-02-24 16:55:54','','','102.220.12.34','loggedin',1),(30,'user','7','2024-02-24 17:37:02','','','196.216.86.76','loggedin',1),(31,'user','5','2024-02-26 17:25:10','','','102.220.12.34','loggedin',1),(32,'user','7','2024-02-26 19:04:28','','','196.216.86.76','loggedin',1),(33,'user','6','2024-02-26 21:06:43','','','196.216.86.76','loggedin',1),(34,'user','7','2024-02-27 11:20:32','2024-02-27 12:31:00','','196.216.86.76','loggedin',1),(35,'user','7','2024-02-27 13:27:29','2024-02-27 14:10:44','','196.216.86.76','loggedin',1),(36,'user','7','2024-02-27 14:14:38','2024-02-27 14:17:14','','196.216.86.76','loggedin',1),(37,'user','7','2024-02-27 14:20:51','2024-02-27 14:31:46','','196.216.86.76','loggedin',1),(38,'user','7','2024-02-27 15:25:27','','','196.216.86.76','loggedin',1),(39,'user','7','2024-02-27 17:33:41','','','196.216.86.76','loggedin',1),(40,'user','7','2024-02-27 19:17:58','','','196.216.86.76','loggedin',1),(41,'user','7','2024-02-27 19:20:51','','','196.216.86.76','loggedin',1),(42,'user','7','2024-02-27 19:32:42','','','196.216.86.76','loggedin',1),(43,'user','6','2024-02-28 11:20:51','','','196.216.86.76','loggedin',1),(44,'user','5','2024-02-28 11:47:02','','','105.161.37.131','loggedin',1),(45,'user','5','2024-02-28 11:47:03','','','105.161.37.131','loggedin',1),(46,'user','5','2024-02-28 11:47:04','','','105.161.37.131','loggedin',1),(47,'user','5','2024-02-28 11:47:04','','','105.161.37.131','loggedin',1),(48,'user','5','2024-02-28 11:47:04','','','105.161.37.131','loggedin',1),(49,'user','5','2024-02-28 11:47:05','','','105.161.37.131','loggedin',1),(50,'user','5','2024-02-28 11:47:05','','','105.161.37.131','loggedin',1),(51,'user','6','2024-02-28 14:56:18','','','102.220.12.34','loggedin',1),(52,'user','5','2024-02-28 16:09:19','','','196.216.86.76','loggedin',1),(53,'user','5','2024-02-28 18:42:01','','','196.216.86.76','loggedin',1),(54,'user','6','2024-02-28 19:36:11','','','196.216.86.76','loggedin',1),(55,'user','6','2024-02-28 19:38:24','','','196.216.86.76','loggedin',1),(56,'user','6','2024-02-28 20:39:40','','','196.216.86.76','loggedin',1),(57,'user','6','2024-02-28 20:56:33','','','196.216.86.76','loggedin',1),(58,'user','6','2024-02-29 10:41:52','','','196.216.86.76','loggedin',1),(59,'user','6','2024-02-29 18:30:53','2024-02-29 19:50:27','','196.216.86.76','loggedin',1),(60,'user','7','2024-02-29 19:50:35','2024-02-29 19:59:11','','196.216.86.76','loggedin',1),(61,'user','6','2024-02-29 19:59:27','2024-02-29 20:03:05','','196.216.86.76','loggedin',1),(62,'user','7','2024-02-29 20:03:09','','','196.216.86.76','loggedin',1),(63,'user','6','2024-03-01 12:45:18','','','196.216.86.76','loggedin',1),(64,'user','6','2024-03-01 18:26:38','','','196.216.86.76','loggedin',1),(65,'user','6','2024-03-02 16:40:15','2024-03-02 16:46:37','','196.216.86.76','loggedin',1),(66,'user','7','2024-03-02 16:46:42','','','196.216.86.76','loggedin',1),(67,'user','6','2024-03-02 16:53:43','','','196.216.86.76','loggedin',1),(68,'user','6','2024-03-02 17:40:15','','','196.216.86.76','loggedin',1),(69,'admin','1','2024-03-02 20:21:54','2024-03-02 20:21:57','','154.159.252.242','loggedin',1),(70,'user','7','2024-03-05 10:35:52','','','196.216.86.76','loggedin',1),(71,'user','7','2024-03-05 16:00:18','','','196.216.86.76','loggedin',1),(72,'user','7','2024-03-05 16:55:00','','','196.216.86.76','loggedin',1),(73,'user','6','2024-03-06 09:49:15','','','196.216.86.76','loggedin',1),(74,'user','6','2024-03-09 14:00:50','','','196.216.86.76','loggedin',1),(75,'admin','1','2024-03-13 13:03:44','2024-03-13 13:03:51','','196.216.86.81','loggedin',1),(76,'admin','1','2024-03-13 13:11:05','','','197.232.142.176','loggedin',1),(77,'admin','1','2024-03-13 13:18:37','2024-03-13 13:22:42','','196.216.86.81','loggedin',1),(78,'user','6','2024-03-13 13:46:49','','','196.216.86.81','loggedin',1),(79,'user','6','2024-03-13 16:35:21','2024-03-13 17:23:31','','196.216.86.81','loggedin',1),(80,'admin','1','2024-03-13 16:49:50','','','197.232.142.176','loggedin',1),(81,'user','6','2024-03-13 17:58:10','','','196.216.86.81','loggedin',1),(82,'user','6','2024-03-13 19:53:21','','','196.216.86.81','loggedin',1),(83,'user','6','2024-03-14 11:08:25','','','196.216.86.81','loggedin',1),(84,'user','6','2024-03-14 11:10:13','','','196.216.86.81','loggedin',1),(85,'user','6','2024-03-14 11:14:12','','','196.216.86.81','loggedin',1),(86,'user','6','2024-03-14 11:35:47','','','196.216.86.81','loggedin',1),(87,'user','6','2024-03-14 11:36:34','','','196.216.86.81','loggedin',1),(88,'user','6','2024-03-14 14:57:34','','','196.216.86.81','loggedin',1),(89,'user','6','2024-03-14 17:18:44','','','196.216.86.81','loggedin',1),(90,'user','6','2024-03-14 18:26:17','','','196.216.86.81','loggedin',1),(91,'user','6','2024-03-14 19:59:28','','','196.216.86.81','loggedin',1),(92,'user','6','2024-03-15 11:12:22','','','196.216.86.81','loggedin',1),(93,'user','6','2024-03-15 13:54:19','','','196.216.86.81','loggedin',1),(94,'user','6','2024-03-15 13:55:13','','','196.216.86.81','loggedin',1),(95,'user','7','2024-03-15 14:03:06','','','196.216.86.81','loggedin',1),(96,'user','6','2024-03-15 14:34:40','','','196.216.86.81','loggedin',1),(97,'user','6','2024-03-15 16:06:07','','','196.216.86.81','loggedin',1),(98,'user','7','2024-03-15 16:19:59','2024-03-15 16:20:28','','196.216.86.81','loggedin',1),(99,'user','7','2024-03-15 16:20:33','','','196.216.86.81','loggedin',1),(100,'user','6','2024-03-15 16:54:15','','','196.216.86.81','loggedin',1),(101,'user','7','2024-03-15 18:20:23','2024-03-15 18:45:05','','196.216.86.81','loggedin',1),(102,'user','6','2024-03-15 18:45:16','2024-03-15 18:56:08','','196.216.86.81','loggedin',1),(103,'user','7','2024-03-15 18:56:12','','','196.216.86.81','loggedin',1),(104,'user','7','2024-03-15 19:20:52','','','196.216.86.81','loggedin',1),(105,'user','7','2024-03-15 19:27:51','','','196.216.86.81','loggedin',1),(106,'user','7','2024-03-15 19:57:14','','','196.216.86.81','loggedin',1),(107,'user','7','2024-03-15 21:23:58','','','196.216.86.81','loggedin',1),(108,'user','7','2024-03-15 21:25:25','','','196.216.86.81','loggedin',1),(109,'user','7','2024-03-15 21:34:51','2024-03-15 21:37:52','','196.216.86.81','loggedin',1),(110,'user','6','2024-03-15 21:37:55','','','196.216.86.81','loggedin',1),(111,'admin','1','2024-03-16 11:26:05','2024-03-16 11:39:34','','196.216.86.76','loggedin',1),(112,'user','6','2024-03-16 11:39:39','2024-03-16 12:23:04','','196.216.86.76','loggedin',1),(113,'user','6','2024-03-16 12:30:13','','','196.216.86.76','loggedin',1),(114,'user','7','2024-03-16 17:29:22','','','196.216.86.76','loggedin',1),(115,'user','6','2024-03-16 19:02:33','2024-03-16 21:32:37','','196.216.86.81','loggedin',1),(116,'user','7','2024-03-16 21:32:40','','','196.216.86.76','loggedin',1),(117,'user','6','2024-03-18 13:36:09','','','196.216.86.81','loggedin',1),(118,'user','7','2024-03-18 16:04:55','','','196.216.86.81','loggedin',1),(119,'user','7','2024-03-18 16:39:36','','','196.216.86.81','loggedin',1),(120,'user','6','2024-03-18 17:57:37','','','196.216.86.76','loggedin',1),(121,'user','7','2024-03-19 12:32:58','','','196.216.86.81','loggedin',1),(122,'user','7','2024-03-19 14:20:20','','','196.216.86.81','loggedin',1),(123,'user','7','2024-03-19 15:19:42','','','196.216.86.76','loggedin',1),(124,'user','7','2024-03-19 15:38:43','','','196.216.86.81','loggedin',1),(125,'user','7','2024-03-19 15:41:27','','','196.216.86.81','loggedin',1),(126,'user','7','2024-03-19 15:47:50','','','196.216.86.81','loggedin',1),(127,'user','7','2024-03-19 16:42:45','','','196.216.86.81','loggedin',1),(128,'user','7','2024-03-19 20:16:34','','','196.216.86.81','loggedin',1),(129,'user','7','2024-03-19 21:17:36','','','196.216.86.81','loggedin',1),(130,'user','6','2024-03-20 11:34:39','','','196.216.86.76','loggedin',1),(131,'admin','1','2024-03-20 12:00:27','2024-03-20 12:15:55','','196.216.86.76','loggedin',1),(132,'user','6','2024-03-20 12:16:12','2024-03-20 12:18:40','','196.216.86.76','loggedin',1),(133,'user','6','2024-03-20 12:19:25','','','196.216.86.76','loggedin',1),(134,'user','6','2024-03-20 12:41:24','','','196.216.86.76','loggedin',1),(135,'user','6','2024-03-20 13:33:38','','','196.216.86.76','loggedin',1),(136,'user','6','2024-03-20 19:03:30','','','196.216.86.76','loggedin',1),(137,'user','6','2024-03-20 20:44:52','','','196.216.86.79','loggedin',1),(138,'user','7','2024-03-21 12:12:39','2024-03-21 12:14:04','','196.216.86.76','loggedin',1),(139,'user','6','2024-03-21 12:32:02','','','196.216.86.76','loggedin',1),(140,'user','6','2024-03-21 14:12:06','','','196.216.86.76','loggedin',1),(141,'user','6','2024-03-21 14:58:58','','','196.216.86.76','loggedin',1),(142,'user','6','2024-03-21 17:46:01','','','196.216.86.76','loggedin',1),(143,'user','6','2024-03-21 19:18:56','','','196.216.86.76','loggedin',1),(144,'user','7','2024-03-22 11:28:57','','','196.216.86.76','loggedin',1),(145,'user','6','2024-03-22 13:58:13','','','196.216.86.76','loggedin',1),(146,'user','6','2024-03-22 18:28:13','','','196.216.86.76','loggedin',1),(147,'user','6','2024-03-22 20:59:23','2024-03-22 21:23:20','','196.216.86.76','loggedin',1),(148,'user','7','2024-03-22 21:23:25','2024-03-22 21:24:06','','196.216.86.76','loggedin',1),(149,'user','6','2024-03-22 21:24:09','','','196.216.86.76','loggedin',1),(150,'user','6','2024-03-23 13:05:11','','','196.216.86.76','loggedin',1),(151,'user','6','2024-03-23 14:20:46','','','196.216.86.91','loggedin',1),(152,'user','6','2024-03-23 14:44:17','','','196.216.86.76','loggedin',1),(153,'user','6','2024-03-23 21:09:06','','','196.216.86.76','loggedin',1),(154,'user','6','2024-03-23 21:12:19','','','196.216.86.91','loggedin',1),(155,'user','6','2024-03-23 21:51:24','','','196.216.86.76','loggedin',1),(156,'user','6','2024-03-24 10:51:43','','','196.216.86.76','loggedin',1),(157,'user','6','2024-03-24 12:10:22','2024-03-24 12:50:53','','196.216.86.76','loggedin',1),(158,'user','7','2024-03-24 12:50:57','','','196.216.86.76','loggedin',1),(159,'user','7','2024-03-24 13:17:13','','','196.216.86.76','loggedin',1),(160,'user','7','2024-03-24 13:23:25','','','196.216.86.76','loggedin',1),(161,'user','7','2024-03-24 15:57:54','','','196.216.86.76','loggedin',1),(162,'user','6','2024-03-24 17:11:07','','','196.216.86.76','loggedin',1),(163,'user','6','2024-03-24 20:01:36','2024-03-24 20:02:22','','196.216.86.76','loggedin',1),(164,'user','7','2024-03-24 20:02:25','','','196.216.86.76','loggedin',1),(165,'user','7','2024-03-24 20:30:57','','','196.216.86.76','loggedin',1),(166,'user','7','2024-03-24 21:08:00','','','196.216.86.76','loggedin',1),(167,'user','6','2024-03-25 14:08:51','','','196.216.86.76','loggedin',1),(168,'user','6','2024-03-25 16:16:02','','','196.216.86.76','loggedin',1),(169,'user','6','2024-03-25 20:28:38','','','196.216.86.76','loggedin',1),(170,'user','7','2024-03-26 12:57:42','','','196.216.86.76','loggedin',1),(171,'user','7','2024-03-26 15:14:47','','','196.216.86.76','loggedin',1),(172,'user','6','2024-03-27 10:57:01','','','196.216.86.76','loggedin',1),(173,'user','6','2024-03-27 11:55:14','','','196.216.86.76','loggedin',1),(174,'user','6','2024-03-27 16:34:44','','','196.216.86.76','loggedin',1),(175,'admin','1','2024-03-27 16:55:46','2024-03-27 17:18:35','','105.59.26.154','loggedin',1),(176,'user','6','2024-03-27 17:18:46','2024-03-27 17:19:10','','196.216.86.91','loggedin',1),(177,'admin','1','2024-03-27 17:28:29','2024-03-27 17:37:01','','196.216.86.91','loggedin',1),(178,'user','6','2024-03-27 17:42:55','2024-03-27 18:11:54','','196.216.86.91','loggedin',1),(179,'admin','1','2024-03-27 18:12:23','2024-03-27 18:12:50','','196.216.86.91','loggedin',1),(180,'user','6','2024-03-27 18:13:44','','','196.216.86.91','loggedin',1),(181,'user','6','2024-03-28 13:19:22','','','196.216.86.91','loggedin',1),(182,'user','6','2024-03-28 14:48:17','','','196.216.86.91','loggedin',1),(183,'user','6','2024-03-28 17:50:38','','','196.216.86.91','loggedin',1),(184,'user','6','2024-03-28 21:00:00','','','196.216.86.91','loggedin',1),(185,'user','6','2024-03-29 12:17:32','','','196.216.86.76','loggedin',1),(186,'user','7','2024-03-29 13:33:06','','','196.216.86.91','loggedin',1),(187,'user','7','2024-03-29 13:46:29','','','196.216.86.91','loggedin',1),(188,'user','6','2024-03-29 15:31:42','','','196.216.86.76','loggedin',1),(189,'user','6','2024-03-29 18:06:27','2024-03-29 21:26:35','','196.216.86.76','loggedin',1),(190,'user','7','2024-03-29 21:26:47','','','196.216.86.76','loggedin',1),(191,'user','6','2024-03-30 12:36:38','','','196.216.86.91','loggedin',1),(192,'user','7','2024-03-30 16:40:46','','','196.216.86.76','loggedin',1),(193,'user','6','2024-03-30 19:28:38','2024-03-30 21:37:13','','196.216.86.91','loggedin',1),(194,'user','7','2024-03-30 21:37:16','','','196.216.86.91','loggedin',1),(195,'user','6','2024-03-31 10:51:54','2024-03-31 13:00:38','','196.216.86.91','loggedin',1),(196,'user','7','2024-03-31 13:00:44','','','196.216.86.91','loggedin',1),(197,'user','7','2024-03-31 13:54:54','2024-03-31 16:55:51','','196.216.86.91','loggedin',1),(198,'user','6','2024-03-31 16:55:56','2024-03-31 17:27:06','','196.216.86.91','loggedin',1),(199,'user','7','2024-03-31 17:27:10','','','196.216.86.91','loggedin',1),(200,'user','7','2024-03-31 18:26:24','2024-03-31 21:49:37','','196.216.86.91','loggedin',1),(201,'user','7','2024-03-31 21:49:40','2024-03-31 21:50:12','','196.216.86.91','loggedin',1),(202,'user','6','2024-03-31 21:50:16','','','196.216.86.91','loggedin',1),(203,'user','6','2024-04-01 13:05:26','','','196.216.86.91','loggedin',1),(204,'user','6','2024-04-01 15:35:08','','','196.216.86.76','loggedin',1),(205,'user','6','2024-04-01 17:50:02','','','196.216.86.91','loggedin',1),(206,'user','6','2024-04-01 19:48:14','','','196.216.86.91','loggedin',1),(207,'user','7','2024-04-01 21:11:59','2024-04-01 21:12:08','','196.216.86.76','loggedin',1),(208,'user','6','2024-04-01 21:12:18','','','196.216.86.76','loggedin',1),(209,'user','7','2024-04-02 09:59:22','','','196.216.86.76','loggedin',1),(210,'user','7','2024-04-02 13:37:57','','','196.216.86.76','loggedin',1),(211,'user','7','2024-04-02 14:38:03','','','196.216.86.91','loggedin',1),(212,'user','7','2024-04-02 18:03:37','','','196.216.86.91','loggedin',1),(213,'user','6','2024-04-03 11:29:40','','','196.216.86.91','loggedin',1),(214,'user','6','2024-04-03 13:15:28','','','196.216.86.76','loggedin',1),(215,'user','7','2024-04-04 13:38:12','','','196.216.86.91','loggedin',1),(216,'user','7','2024-04-04 15:11:47','','','196.216.86.91','loggedin',1),(217,'user','7','2024-04-06 13:38:29','','','196.216.86.91','loggedin',1),(218,'user','7','2024-04-06 18:21:06','','','196.216.86.91','loggedin',1),(219,'user','7','2024-04-07 10:25:16','','','196.216.86.91','loggedin',1),(220,'user','7','2024-04-07 12:33:33','2024-04-07 13:09:50','','196.216.86.91','loggedin',1),(221,'user','7','2024-04-07 13:09:55','','','196.216.86.91','loggedin',1),(222,'user','7','2024-04-07 13:14:23','','','196.216.86.91','loggedin',1),(223,'user','7','2024-04-07 14:15:53','','','196.216.86.91','loggedin',1),(224,'user','7','2024-04-07 14:24:23','','','196.216.86.91','loggedin',1),(225,'user','7','2024-04-07 16:31:06','','','196.216.86.91','loggedin',1),(226,'user','7','2024-04-07 16:37:56','2024-04-07 17:57:38','','196.216.86.91','loggedin',1),(227,'user','7','2024-04-07 17:57:49','','','196.216.86.91','loggedin',1),(228,'user','6','2024-04-07 19:38:23','','','196.216.86.91','loggedin',1),(229,'user','7','2024-04-07 21:10:17','','','196.216.86.91','loggedin',1),(230,'user','7','2024-04-08 14:00:47','','','196.216.86.91','loggedin',1),(231,'user','6','2024-04-08 20:29:52','2024-04-08 21:06:24','','196.216.86.91','loggedin',1),(232,'user','6','2024-04-08 21:06:38','2024-04-08 21:07:03','','196.216.86.91','loggedin',1),(233,'user','7','2024-04-08 21:07:06','','','196.216.86.91','loggedin',1),(234,'user','7','2024-04-09 13:39:14','','','196.216.86.80','loggedin',1),(235,'user','7','2024-04-09 14:04:37','','','196.216.86.80','loggedin',1),(236,'user','7','2024-04-09 14:30:11','','','196.216.86.80','loggedin',1),(237,'user','7','2024-04-09 18:05:04','','','196.216.86.80','loggedin',1),(238,'user','7','2024-04-09 18:39:29','','','196.216.86.80','loggedin',1),(239,'user','6','2024-04-10 14:13:35','','','196.216.86.80','loggedin',1),(240,'user','7','2024-04-11 13:09:06','','','196.216.86.80','loggedin',1),(241,'user','5','2024-04-11 17:36:00','','','102.220.12.34','loggedin',1),(242,'user','5','2024-04-11 17:36:00','','','102.220.12.34','loggedin',1),(243,'user','7','2024-04-12 14:34:12','','','196.216.86.80','loggedin',1),(244,'user','6','2024-04-12 15:48:22','','','196.216.86.80','loggedin',1),(245,'user','6','2024-04-12 19:19:54','2024-04-12 21:30:03','','196.216.86.80','loggedin',1),(246,'user','7','2024-04-12 21:30:08','','','196.216.86.80','loggedin',1),(247,'user','7','2024-04-13 12:48:01','','','196.216.86.80','loggedin',1),(248,'user','7','2024-04-13 12:54:17','','','196.216.86.80','loggedin',1),(249,'user','6','2024-04-13 14:52:49','2024-04-13 17:39:02','','196.216.86.80','loggedin',1),(250,'user','7','2024-04-13 17:39:05','2024-04-13 20:14:04','','196.216.86.80','loggedin',1),(251,'user','6','2024-04-13 20:14:23','2024-04-13 21:41:43','','196.216.86.80','loggedin',1),(252,'user','7','2024-04-13 21:41:47','','','196.216.86.80','loggedin',1),(253,'user','6','2024-04-14 12:03:47','2024-04-14 12:27:29','','196.216.86.80','loggedin',1),(254,'user','7','2024-04-14 12:27:32','','','196.216.86.80','loggedin',1),(255,'user','7','2024-04-14 13:50:51','','','196.216.86.80','loggedin',1),(256,'user','7','2024-04-14 16:25:53','2024-04-14 16:30:24','','196.216.86.80','loggedin',1),(257,'user','6','2024-04-14 16:30:27','2024-04-14 16:30:47','','196.216.86.80','loggedin',1),(258,'user','7','2024-04-14 16:33:13','','','196.216.86.80','loggedin',1),(259,'user','7','2024-04-14 17:44:21','','','196.216.86.80','loggedin',1),(260,'user','6','2024-04-14 21:30:47','2024-04-14 21:30:56','','196.216.86.80','loggedin',1),(261,'user','7','2024-04-14 21:30:59','','','196.216.86.80','loggedin',1),(262,'user','6','2024-04-15 14:09:26','','','196.216.86.80','loggedin',1),(263,'user','7','2024-04-15 18:49:43','2024-04-15 18:50:43','','196.216.86.80','loggedin',1),(264,'user','6','2024-04-15 18:51:19','','','196.216.86.80','loggedin',1),(265,'user','7','2024-04-15 19:00:48','','','196.216.86.80','loggedin',1),(266,'user','7','2024-04-15 19:39:04','2024-04-15 21:14:29','','196.216.86.80','loggedin',1),(267,'user','6','2024-04-15 21:14:45','','','196.216.86.80','loggedin',1),(268,'user','7','2024-04-16 15:20:15','','','196.216.86.80','loggedin',1),(269,'user','7','2024-04-16 17:23:41','','','196.216.86.80','loggedin',1),(270,'user','6','2024-04-17 12:15:41','','','196.216.86.80','loggedin',1),(271,'user','6','2024-04-17 12:15:59','','','196.216.86.80','loggedin',1),(272,'user','6','2024-04-17 14:39:50','','','196.216.86.79','loggedin',1),(273,'user','6','2024-04-17 20:21:34','','','196.216.86.79','loggedin',1),(274,'user','6','2024-04-17 21:33:44','','','196.216.86.79','loggedin',1),(275,'user','7','2024-04-18 12:57:47','','','196.216.86.79','loggedin',1),(276,'user','6','2024-04-18 14:00:27','','','196.216.86.79','loggedin',1),(277,'user','7','2024-04-18 14:45:15','','','196.216.86.79','loggedin',1),(278,'user','6','2024-04-18 16:28:08','2024-04-18 21:33:22','','196.216.86.90','loggedin',1),(279,'user','7','2024-04-18 21:33:29','','','196.216.86.90','loggedin',1),(280,'user','6','2024-04-18 21:36:11','','','196.216.86.90','loggedin',1),(281,'user','7','2024-04-19 13:02:18','','','196.216.86.90','loggedin',1),(282,'user','6','2024-04-19 16:32:52','','','196.216.86.90','loggedin',1),(283,'user','6','2024-04-19 20:24:51','','','196.216.86.90','loggedin',1),(284,'user','6','2024-04-20 12:25:48','','','196.216.86.90','loggedin',1),(285,'user','6','2024-04-20 16:52:56','','','196.216.86.90','loggedin',1),(286,'user','6','2024-04-20 17:26:11','2024-04-20 19:29:35','','196.216.86.90','loggedin',1),(287,'user','7','2024-04-20 19:29:40','2024-04-20 20:13:17','','196.216.86.90','loggedin',1),(288,'user','6','2024-04-20 20:52:05','2024-04-20 21:18:43','','196.216.86.90','loggedin',1),(289,'user','7','2024-04-20 21:18:46','','','196.216.86.90','loggedin',1),(290,'user','7','2024-04-21 13:05:43','','','196.216.86.90','loggedin',1),(291,'user','7','2024-04-21 13:16:02','','','196.216.86.90','loggedin',1),(292,'user','7','2024-04-21 16:48:28','','','197.232.61.200','loggedin',1),(293,'user','7','2024-04-21 17:41:48','2024-04-21 17:42:03','','197.232.61.200','loggedin',1),(294,'user','6','2024-04-21 17:43:02','','','197.232.61.200','loggedin',1),(295,'user','6','2024-04-21 17:53:32','','','197.232.61.200','loggedin',1),(296,'user','7','2024-04-21 21:24:30','','','197.232.61.223','loggedin',1),(297,'user','7','2024-04-21 22:41:02','','','197.232.61.223','loggedin',1),(298,'user','6','2024-04-22 13:42:50','','','196.216.86.90','loggedin',1),(299,'user','6','2024-04-22 17:36:15','','','196.216.86.90','loggedin',1),(300,'user','6','2024-04-22 20:21:36','','','196.216.86.90','loggedin',1),(301,'user','7','2024-04-23 12:26:03','','','196.216.86.90','loggedin',1),(302,'user','7','2024-04-23 13:27:11','','','196.216.86.67','loggedin',1),(303,'user','7','2024-04-23 14:47:03','','','196.216.86.67','loggedin',1),(304,'user','7','2024-04-23 16:27:26','','','196.216.86.67','loggedin',1),(305,'user','7','2024-04-23 18:24:20','','','196.216.86.67','loggedin',1),(306,'user','7','2024-04-23 19:47:44','','','196.216.86.67','loggedin',1),(307,'user','7','2024-04-23 19:50:17','','','196.216.86.67','loggedin',1),(308,'user','6','2024-04-24 12:21:16','','','196.216.86.67','loggedin',1),(309,'user','6','2024-04-24 12:30:07','','','196.216.86.67','loggedin',1),(310,'user','6','2024-04-24 15:08:04','','','196.216.86.67','loggedin',1),(311,'user','6','2024-04-24 19:20:51','','','196.216.86.67','loggedin',1),(312,'user','6','2024-04-24 21:27:24','','','196.216.86.67','loggedin',1),(313,'user','6','2024-04-25 11:42:24','','','196.216.86.67','loggedin',1),(314,'user','6','2024-04-25 16:11:08','','','196.216.86.67','loggedin',1),(315,'user','6','2024-04-25 17:24:22','2024-04-25 20:00:06','','196.216.86.67','loggedin',1),(316,'user','7','2024-04-25 20:00:25','2024-04-25 20:40:11','','196.216.86.67','loggedin',1),(317,'user','6','2024-04-25 20:40:23','2024-04-25 20:42:24','','196.216.86.67','loggedin',1),(318,'user','7','2024-04-25 20:42:31','','','196.216.86.67','loggedin',1),(319,'user','7','2024-04-25 21:17:08','','','196.216.86.67','loggedin',1),(320,'user','6','2024-04-26 14:18:27','','','196.216.86.67','loggedin',1),(321,'user','6','2024-04-26 14:21:50','','','196.216.86.67','loggedin',1),(322,'user','6','2024-04-26 18:14:00','','','196.216.86.67','loggedin',1),(323,'user','7','2024-04-26 18:38:08','','','196.216.86.67','loggedin',1),(324,'user','7','2024-04-26 18:42:24','','','196.216.86.67','loggedin',1),(325,'user','7','2024-04-26 18:43:55','2024-04-26 20:07:18','','196.216.86.67','loggedin',1),(326,'user','6','2024-04-26 20:07:21','','','196.216.86.67','loggedin',1),(327,'user','6','2024-04-27 13:15:00','','','196.216.86.67','loggedin',1),(328,'user','6','2024-04-27 14:56:00','','','196.216.86.67','loggedin',1),(329,'user','6','2024-04-27 17:37:27','','','196.216.86.67','loggedin',1),(330,'user','7','2024-04-28 15:10:34','','','196.216.86.67','loggedin',1),(331,'user','6','2024-04-29 15:54:26','','','196.216.86.67','loggedin',1),(332,'user','6','2024-04-29 18:19:57','','','196.216.86.79','loggedin',1),(333,'user','7','2024-04-30 13:00:40','','','196.216.86.79','loggedin',1),(334,'user','7','2024-04-30 13:46:36','','','196.216.86.79','loggedin',1),(335,'user','7','2024-04-30 14:26:23','2024-04-30 14:47:24','','196.216.86.79','loggedin',1),(336,'user','7','2024-04-30 14:47:33','','','196.216.86.79','loggedin',1),(337,'user','6','2024-05-01 16:28:55','','','196.216.86.79','loggedin',1),(338,'user','6','2024-05-01 17:33:12','','','196.216.86.79','loggedin',1),(339,'user','6','2024-05-01 20:11:57','','','196.216.86.79','loggedin',1),(340,'user','6','2024-05-02 13:04:33','','','196.216.86.79','loggedin',1),(341,'user','6','2024-05-03 11:25:40','','','196.216.86.81','loggedin',1),(342,'user','6','2024-05-04 15:03:54','','','196.216.86.81','loggedin',1),(343,'user','6','2024-05-04 15:13:32','','','196.216.86.81','loggedin',1),(344,'user','7','2024-05-07 12:23:53','','','196.216.86.81','loggedin',1),(345,'user','7','2024-05-07 16:10:12','','','196.216.86.81','loggedin',1),(346,'user','7','2024-05-07 17:32:27','2024-05-07 17:33:09','','196.216.86.80','loggedin',1),(347,'user','7','2024-05-07 17:33:12','','','196.216.86.80','loggedin',1),(348,'user','7','2024-05-07 18:17:25','','','196.216.86.80','loggedin',1),(349,'user','7','2024-05-07 20:55:00','','','196.216.86.84','loggedin',1),(350,'user','6','2024-05-08 13:38:20','','','196.216.86.84','loggedin',1),(351,'user','6','2024-05-08 21:20:41','','','196.216.86.84','loggedin',1),(352,'user','6','2024-05-09 13:40:33','2024-05-09 15:56:27','','196.216.86.84','loggedin',1),(353,'admin','1','2024-05-09 15:56:31','2024-05-09 15:57:32','','196.216.86.84','loggedin',1),(354,'user','6','2024-05-09 15:58:03','2024-05-09 16:23:10','','196.216.86.84','loggedin',1),(355,'admin','1','2024-05-09 16:23:27','2024-05-09 16:28:48','','196.216.86.84','loggedin',1),(356,'user','7','2024-05-09 16:41:06','2024-05-09 16:41:30','','196.216.86.84','loggedin',1),(357,'user','7','2024-05-09 16:41:33','2024-05-09 20:01:49','','196.216.86.84','loggedin',1),(358,'admin','1','2024-05-09 18:00:10','','','197.232.142.176','loggedin',1),(359,'user','7','2024-05-09 20:01:53','2024-05-09 20:08:20','','196.216.86.84','loggedin',1),(360,'user','7','2024-05-09 20:08:26','2024-05-09 20:08:30','','196.216.86.84','loggedin',1),(361,'user','7','2024-05-09 20:08:38','','','196.216.86.84','loggedin',1),(362,'user','7','2024-05-09 20:11:47','2024-05-09 20:23:08','','196.216.86.84','loggedin',1),(363,'user','7','2024-05-09 20:27:15','2024-05-09 20:31:49','','196.216.86.84','loggedin',1),(364,'user','6','2024-05-09 20:31:55','2024-05-09 20:39:54','','196.216.86.84','loggedin',1),(365,'user','7','2024-05-09 20:39:59','2024-05-09 20:40:55','','196.216.86.84','loggedin',1),(366,'user','7','2024-05-09 20:41:39','','','196.216.86.84','loggedin',1),(367,'user','7','2024-05-09 21:27:26','','','196.216.86.84','loggedin',1),(368,'user','6','2024-05-10 14:18:59','','','196.216.86.84','loggedin',1),(369,'user','6','2024-05-10 17:44:06','','','196.216.86.84','loggedin',1),(370,'admin','1','2024-05-11 09:59:28','','','197.232.142.176','loggedin',1),(371,'user','7','2024-05-11 13:45:40','','','196.216.86.84','loggedin',1),(372,'user','6','2024-05-11 14:08:58','','','196.216.86.84','loggedin',1),(373,'user','6','2024-05-11 20:39:43','','','196.216.86.84','loggedin',1),(374,'user','7','2024-05-12 11:34:12','','','196.216.86.84','loggedin',1),(375,'user','7','2024-05-12 13:15:16','','','196.216.86.84','loggedin',1),(376,'user','7','2024-05-12 15:56:02','2024-05-12 16:01:46','','196.216.86.84','loggedin',1),(377,'user','6','2024-05-12 16:02:02','2024-05-12 16:03:38','','196.216.86.84','loggedin',1),(378,'user','7','2024-05-12 16:03:45','','','196.216.86.84','loggedin',1),(379,'user','7','2024-05-12 17:26:51','2024-05-12 17:46:24','','196.216.86.84','loggedin',1),(380,'user','7','2024-05-12 17:46:30','2024-05-12 17:52:16','','196.216.86.84','loggedin',1),(381,'user','7','2024-05-12 17:54:06','','','196.216.86.84','loggedin',1),(382,'user','7','2024-05-12 19:06:06','','','196.216.86.84','loggedin',1),(383,'user','7','2024-05-12 21:11:12','','','196.216.86.84','loggedin',1),(384,'user','7','2024-05-12 21:14:23','','','196.216.86.84','loggedin',1),(385,'user','6','2024-05-13 13:07:37','','','196.216.86.84','loggedin',1),(386,'user','6','2024-05-13 13:25:57','','','196.216.86.84','loggedin',1),(387,'user','7','2024-05-13 14:23:52','','','196.216.86.84','loggedin',1),(388,'user','7','2024-05-13 16:29:18','2024-05-13 17:15:46','','196.216.86.84','loggedin',1),(389,'user','6','2024-05-13 17:17:40','2024-05-13 17:20:23','','197.232.61.254','loggedin',1),(390,'user','7','2024-05-13 17:20:30','','','197.232.61.254','loggedin',1),(391,'user','7','2024-05-13 21:08:53','','','196.216.86.84','loggedin',1),(392,'user','7','2024-05-14 13:26:35','','','197.232.61.209','loggedin',1),(393,'user','7','2024-05-17 16:29:09','','','196.216.86.76','loggedin',1),(394,'user','6','2024-05-17 17:05:08','','','196.216.86.76','loggedin',1),(395,'user','6','2024-05-18 13:12:52','','','196.216.86.76','loggedin',1),(396,'user','6','2024-05-18 15:33:24','','','196.216.86.76','loggedin',1),(397,'user','6','2024-05-18 16:51:08','','','196.216.86.76','loggedin',1),(398,'user','6','2024-05-18 21:18:43','','','196.216.86.76','loggedin',1),(399,'user','7','2024-05-19 11:46:03','','','196.216.86.76','loggedin',1),(400,'user','7','2024-05-19 15:04:51','','','196.216.86.76','loggedin',1),(401,'user','7','2024-05-19 20:51:53','','','196.216.86.76','loggedin',1),(402,'user','6','2024-05-20 17:17:27','','','196.216.86.76','loggedin',1),(403,'user','7','2024-05-20 20:17:56','2024-05-20 20:22:59','','196.216.86.76','loggedin',1),(404,'user','6','2024-05-20 20:23:10','','','196.216.86.76','loggedin',1),(405,'user','7','2024-05-21 18:20:23','','','196.216.86.83','loggedin',1),(406,'user','7','2024-05-21 18:55:41','','','196.216.86.83','loggedin',1),(407,'user','7','2024-05-21 19:30:36','','','196.216.86.83','loggedin',1),(408,'user','7','2024-05-22 16:05:38','','','196.216.86.83','loggedin',1),(409,'user','6','2024-05-22 19:57:14','','','196.216.86.83','loggedin',1),(410,'user','6','2024-05-22 20:00:28','','','196.216.86.83','loggedin',1),(411,'user','6','2024-05-22 20:56:44','','','196.216.86.83','loggedin',1),(412,'user','7','2024-05-23 14:06:51','','','196.216.86.83','loggedin',1),(413,'user','7','2024-05-23 14:12:23','','','196.216.86.83','loggedin',1),(414,'user','7','2024-05-23 17:47:07','','','196.216.86.83','loggedin',1),(415,'user','7','2024-05-23 21:20:45','2024-05-23 21:21:23','','196.216.86.83','loggedin',1),(416,'user','7','2024-05-23 21:21:30','','','196.216.86.83','loggedin',1),(417,'user','7','2024-05-24 14:38:13','','','196.216.86.83','loggedin',1),(418,'user','7','2024-05-24 16:50:37','','','196.216.86.83','loggedin',1),(419,'user','6','2024-05-24 19:22:17','2024-05-24 20:47:17','','196.216.86.83','loggedin',1),(420,'user','7','2024-05-24 20:47:29','','','196.216.86.83','loggedin',1),(421,'user','6','2024-05-25 13:23:52','','','196.216.86.83','loggedin',1),(422,'user','7','2024-05-25 14:54:43','','','196.216.86.83','loggedin',1),(423,'user','7','2024-05-25 16:19:24','','','196.216.86.83','loggedin',1),(424,'user','7','2024-05-25 16:34:59','','','196.216.86.83','loggedin',1),(425,'user','7','2024-05-25 20:35:46','','','196.216.86.83','loggedin',1),(426,'user','7','2024-05-25 21:33:23','','','196.216.86.83','loggedin',1),(427,'user','7','2024-05-26 10:10:00','2024-05-26 12:03:21','','196.216.86.83','loggedin',1),(428,'user','7','2024-05-26 12:37:52','','','196.216.86.83','loggedin',1),(429,'user','7','2024-05-26 17:16:59','','','196.216.86.83','loggedin',1),(430,'user','7','2024-05-26 17:39:34','','','196.216.86.83','loggedin',1),(431,'user','7','2024-05-26 17:43:27','','','196.216.86.83','loggedin',1),(432,'user','7','2024-05-26 17:51:01','','','196.216.86.83','loggedin',1),(433,'user','7','2024-05-27 17:49:19','2024-05-27 18:15:42','','196.216.86.83','loggedin',1),(434,'user','6','2024-05-27 18:15:49','2024-05-27 21:05:54','','196.216.86.83','loggedin',1),(435,'user','6','2024-05-27 21:06:17','2024-05-27 21:09:38','','196.216.86.83','loggedin',1),(436,'user','6','2024-05-27 21:24:06','','','196.216.86.83','loggedin',1),(437,'user','7','2024-05-28 17:13:07','','','196.216.86.83','loggedin',1),(438,'user','7','2024-05-28 17:39:29','','','196.216.86.83','loggedin',1),(439,'user','6','2024-05-29 18:31:35','','','196.216.86.83','loggedin',1),(440,'user','6','2024-05-30 15:39:08','','','196.216.86.83','loggedin',1),(441,'user','6','2024-05-30 18:57:32','','','196.216.86.83','loggedin',1),(442,'user','6','2024-05-30 19:22:50','','','196.216.86.83','loggedin',1),(443,'user','6','2024-05-30 21:21:57','','','196.216.86.83','loggedin',1),(444,'user','6','2024-05-30 21:27:15','','','196.216.86.83','loggedin',1),(445,'user','6','2024-05-31 14:02:25','','','196.216.86.83','loggedin',1),(446,'user','7','2024-05-31 20:04:10','2024-05-31 20:04:17','','196.216.86.83','loggedin',1),(447,'user','6','2024-05-31 20:05:19','','','196.216.86.83','loggedin',1),(448,'user','6','2024-06-01 12:33:24','','','196.216.86.83','loggedin',1),(449,'user','7','2024-06-01 14:48:26','2024-06-01 14:54:20','','196.216.86.83','loggedin',1),(450,'user','6','2024-06-01 14:54:23','','','196.216.86.83','loggedin',1),(451,'user','6','2024-06-01 18:55:57','','','196.216.86.83','loggedin',1),(452,'user','6','2024-06-01 19:04:54','','','196.216.86.83','loggedin',1),(453,'user','7','2024-06-02 12:55:45','2024-06-02 13:34:12','','196.216.86.83','loggedin',1),(454,'user','6','2024-06-02 13:34:15','2024-06-02 14:36:03','','196.216.86.83','loggedin',1),(455,'user','7','2024-06-02 14:36:14','2024-06-02 14:38:24','','196.216.86.83','loggedin',1),(456,'user','6','2024-06-02 14:38:29','2024-06-02 18:13:31','','196.216.86.83','loggedin',1),(457,'user','7','2024-06-02 18:13:35','','','196.216.86.83','loggedin',1),(458,'user','7','2024-06-02 18:14:58','2024-06-02 21:14:57','','196.216.86.83','loggedin',1),(459,'user','6','2024-06-02 21:15:05','2024-06-02 21:18:21','','196.216.86.83','loggedin',1),(460,'user','7','2024-06-02 21:18:26','','','196.216.86.83','loggedin',1),(461,'user','6','2024-06-03 19:40:03','','','196.216.86.83','loggedin',1),(462,'user','7','2024-06-04 14:22:12','','','196.216.86.83','loggedin',1),(463,'user','7','2024-06-04 16:41:10','','','196.216.86.83','loggedin',1),(464,'user','6','2024-06-05 16:28:31','','','196.216.86.83','loggedin',1),(465,'user','6','2024-06-05 19:47:20','','','196.216.86.83','loggedin',1),(466,'user','7','2024-06-06 16:16:02','','','196.216.86.83','loggedin',1),(467,'user','7','2024-06-06 17:56:24','2024-06-06 17:57:15','','196.216.86.83','loggedin',1),(468,'user','7','2024-06-06 17:57:57','','','196.216.86.83','loggedin',1),(469,'user','7','2024-06-06 19:53:06','','','196.216.86.83','loggedin',1),(470,'user','7','2024-06-06 20:45:36','','','196.216.86.83','loggedin',1),(471,'user','7','2024-06-06 20:59:40','','','196.216.86.83','loggedin',1),(472,'user','7','2024-06-06 21:12:15','','','196.216.86.83','loggedin',1),(473,'user','6','2024-06-07 15:24:51','','','196.216.86.83','loggedin',1),(474,'user','6','2024-06-07 16:47:54','','','196.216.86.83','loggedin',1),(475,'user','6','2024-06-07 17:07:29','','','196.216.86.83','loggedin',1),(476,'user','6','2024-06-08 13:44:31','','','196.216.86.83','loggedin',1),(477,'user','7','2024-06-08 15:43:08','','','196.216.86.83','loggedin',1),(478,'user','7','2024-06-08 18:49:15','2024-06-08 21:38:51','','196.216.86.83','loggedin',1),(479,'user','6','2024-06-08 21:39:53','','','196.216.86.83','loggedin',1),(480,'user','7','2024-06-09 12:03:32','','','196.216.86.83','loggedin',1),(481,'user','7','2024-06-09 12:04:21','2024-06-09 12:06:04','','196.216.86.83','loggedin',1),(482,'user','7','2024-06-09 12:06:13','','','196.216.86.83','loggedin',1),(483,'user','7','2024-06-09 13:35:59','','','196.216.86.83','loggedin',1),(484,'user','7','2024-06-09 16:53:23','','','196.216.86.83','loggedin',1),(485,'user','7','2024-06-09 20:21:16','','','196.216.86.83','loggedin',1),(486,'user','7','2024-06-09 21:10:54','','','196.216.86.83','loggedin',1),(487,'user','7','2024-06-10 16:47:01','','','196.216.86.83','loggedin',1),(488,'user','7','2024-06-10 19:25:38','2024-06-10 20:02:34','','196.216.86.83','loggedin',1),(489,'user','7','2024-06-10 20:09:01','','','196.216.86.83','loggedin',1),(490,'user','7','2024-06-10 21:09:46','','','196.216.86.83','loggedin',1),(491,'user','7','2024-06-11 14:07:45','','','196.216.86.83','loggedin',1),(492,'user','7','2024-06-11 17:51:00','','','196.216.86.83','loggedin',1),(493,'user','7','2024-06-11 21:29:18','','','196.216.86.83','loggedin',1),(494,'user','6','2024-06-12 17:11:08','','','196.216.86.83','loggedin',1),(495,'user','6','2024-06-12 19:58:11','','','196.216.86.83','loggedin',1),(496,'user','6','2024-06-12 21:03:27','','','196.216.86.83','loggedin',1),(497,'user','7','2024-06-13 14:44:48','','','196.216.86.83','loggedin',1),(498,'user','7','2024-06-13 16:31:52','','','196.216.86.83','loggedin',1),(499,'user','7','2024-06-13 21:23:26','','','196.216.86.83','loggedin',1),(500,'user','6','2024-06-14 15:06:38','','','196.216.86.83','loggedin',1),(501,'user','7','2024-06-14 21:06:33','','','196.216.86.83','loggedin',1),(502,'user','7','2024-06-14 21:08:50','2024-06-14 21:09:34','','196.216.86.83','loggedin',1),(503,'user','6','2024-06-14 21:09:41','','','196.216.86.83','loggedin',1),(504,'user','7','2024-06-15 12:58:51','','','196.216.86.83','loggedin',1),(505,'user','6','2024-06-16 12:53:57','','','196.216.86.83','loggedin',1),(506,'user','7','2024-06-16 13:09:45','','','196.216.86.83','loggedin',1),(507,'user','7','2024-06-16 17:06:42','','','196.216.86.83','loggedin',1),(508,'user','7','2024-06-16 19:23:15','','','196.216.86.83','loggedin',1),(509,'user','6','2024-06-16 20:20:07','','','196.216.86.83','loggedin',1),(510,'user','7','2024-06-16 21:06:17','','','196.216.86.83','loggedin',1),(511,'user','7','2024-06-18 18:14:08','','','196.216.86.83','loggedin',1),(512,'user','7','2024-06-18 18:30:38','','','196.216.86.83','loggedin',1),(513,'user','6','2024-06-19 16:25:34','','','196.216.86.83','loggedin',1),(514,'user','6','2024-06-19 16:52:16','','','196.216.86.83','loggedin',1),(515,'user','6','2024-06-19 18:53:50','','','196.216.86.83','loggedin',1),(516,'user','6','2024-06-19 19:55:54','','','196.216.86.83','loggedin',1),(517,'user','6','2024-06-20 17:25:12','','','196.216.86.83','loggedin',1),(518,'user','6','2024-06-20 20:23:25','','','196.216.86.83','loggedin',1),(519,'user','6','2024-06-21 18:39:38','','','196.216.86.83','loggedin',1),(520,'user','7','2024-06-22 14:11:22','2024-06-22 15:48:45','','196.216.86.83','loggedin',1),(521,'user','6','2024-06-22 15:48:50','','','196.216.86.83','loggedin',1),(522,'user','6','2024-06-22 19:01:56','','','196.216.86.83','loggedin',1),(523,'user','6','2024-06-22 20:34:23','','','196.216.86.83','loggedin',1),(524,'user','7','2024-06-23 11:32:37','','','196.216.86.83','loggedin',1),(525,'user','7','2024-06-23 14:56:54','','','196.216.86.83','loggedin',1),(526,'user','7','2024-06-23 16:14:35','','','196.216.86.83','loggedin',1),(527,'user','7','2024-06-23 16:44:37','','','196.216.86.83','loggedin',1),(528,'user','7','2024-06-23 16:47:39','2024-06-23 16:48:00','','196.216.86.83','loggedin',1),(529,'user','7','2024-06-23 16:53:19','','','196.216.86.83','loggedin',1),(530,'user','7','2024-06-23 16:56:23','','','196.216.86.83','loggedin',1),(531,'user','7','2024-06-23 18:03:43','','','196.216.86.83','loggedin',1),(532,'user','7','2024-06-23 21:12:59','','','196.216.86.83','loggedin',1),(533,'user','7','2024-06-24 12:16:59','','','196.216.86.83','loggedin',1),(534,'user','6','2024-06-24 15:47:05','','','196.216.86.83','loggedin',1),(535,'user','6','2024-06-24 16:46:18','2024-06-24 17:33:50','','196.216.86.83','loggedin',1),(536,'user','7','2024-06-24 17:34:06','2024-06-24 17:34:25','','196.216.86.83','loggedin',1),(537,'user','6','2024-06-24 17:34:28','','','196.216.86.83','loggedin',1),(538,'user','6','2024-06-24 20:05:14','2024-06-24 20:38:27','','196.216.86.83','loggedin',1),(539,'user','7','2024-06-24 20:38:31','','','196.216.86.83','loggedin',1),(540,'user','7','2024-06-25 10:59:11','','','196.216.86.83','loggedin',1),(541,'user','7','2024-06-25 11:00:33','','','196.216.86.83','loggedin',1),(542,'user','7','2024-06-25 11:40:28','','','196.216.86.83','loggedin',1),(543,'user','7','2024-06-25 15:33:58','','','196.216.86.83','loggedin',1),(544,'user','7','2024-06-25 16:38:34','','','196.216.86.83','loggedin',1),(545,'user','7','2024-06-25 16:39:35','','','196.216.86.83','loggedin',1),(546,'user','7','2024-06-25 16:41:25','','','196.216.86.83','loggedin',1),(547,'user','7','2024-06-25 17:01:29','','','196.216.86.83','loggedin',1),(548,'user','7','2024-06-25 17:39:23','','','196.216.86.83','loggedin',1),(549,'user','7','2024-06-25 17:40:41','','','196.216.86.83','loggedin',1),(550,'user','7','2024-06-25 18:24:03','','','196.216.86.83','loggedin',1),(551,'user','7','2024-06-25 19:54:30','','','196.216.86.83','loggedin',1),(552,'user','7','2024-06-25 19:55:34','','','196.216.86.83','loggedin',1),(553,'user','7','2024-06-25 20:24:46','','','196.216.86.83','loggedin',1),(554,'user','7','2024-06-25 20:33:53','2024-06-25 20:35:24','','196.216.86.83','loggedin',1),(555,'user','7','2024-06-25 20:53:45','','','196.216.86.83','loggedin',1),(556,'user','6','2024-06-26 16:35:28','','','196.216.86.83','loggedin',1),(557,'user','7','2024-06-27 18:17:24','','','196.216.86.83','loggedin',1),(558,'user','7','2024-06-27 21:16:40','','','196.216.86.83','loggedin',1),(559,'user','7','2024-06-28 14:31:43','2024-06-28 14:45:14','','196.216.86.83','loggedin',1),(560,'user','6','2024-06-28 14:45:17','','','196.216.86.83','loggedin',1),(561,'user','6','2024-06-28 17:04:21','','','196.216.86.83','loggedin',1),(562,'user','6','2024-06-28 20:45:48','','','196.216.86.83','loggedin',1),(563,'user','7','2024-06-28 21:06:50','','','196.216.86.83','loggedin',1),(564,'user','6','2024-06-29 13:18:58','','','196.216.86.83','loggedin',1),(565,'user','7','2024-06-29 15:45:48','','','196.216.86.83','loggedin',1),(566,'user','7','2024-06-29 18:04:39','','','196.216.86.83','loggedin',1),(567,'user','6','2024-06-29 20:26:58','2024-06-29 20:27:57','','196.216.86.83','loggedin',1),(568,'user','7','2024-06-29 20:28:04','','','196.216.86.83','loggedin',1),(569,'user','7','2024-06-29 21:05:17','','','196.216.86.83','loggedin',1),(570,'user','6','2024-06-30 12:37:34','2024-06-30 13:35:04','','196.216.86.83','loggedin',1),(571,'user','7','2024-06-30 13:35:11','','','196.216.86.83','loggedin',1),(572,'user','7','2024-06-30 14:24:37','2024-06-30 17:07:46','','196.216.86.83','loggedin',1),(573,'user','6','2024-06-30 17:07:50','2024-06-30 17:22:58','','196.216.86.83','loggedin',1),(574,'user','7','2024-06-30 17:24:37','','','196.216.86.83','loggedin',1),(575,'user','7','2024-06-30 17:31:37','','','196.216.86.83','loggedin',1),(576,'user','7','2024-06-30 17:49:11','','','196.216.86.83','loggedin',1),(577,'user','6','2024-06-30 19:11:57','','','196.216.86.83','loggedin',1),(578,'user','6','2024-06-30 19:13:13','2024-06-30 20:46:45','','196.216.86.83','loggedin',1),(579,'user','7','2024-06-30 20:46:49','','','196.216.86.83','loggedin',1),(580,'user','6','2024-07-01 11:36:21','','','196.216.86.83','loggedin',1),(581,'user','6','2024-07-01 14:00:09','','','196.216.86.83','loggedin',1),(582,'user','6','2024-07-01 14:47:04','','','196.216.86.83','loggedin',1),(583,'user','6','2024-07-01 18:30:12','','','196.216.86.83','loggedin',1),(584,'user','6','2024-07-01 21:00:29','','','196.216.86.83','loggedin',1),(585,'user','6','2024-07-01 21:06:07','','','196.216.86.83','loggedin',1),(586,'user','7','2024-07-06 14:53:07','','','196.216.86.75','loggedin',1),(587,'admin','1','2024-07-06 14:53:22','','','41.90.67.21','loggedin',1),(588,'user','7','2024-07-07 11:56:28','2024-07-07 13:45:35','','196.216.86.75','loggedin',1),(589,'user','6','2024-07-07 13:45:39','','','196.216.86.75','loggedin',1),(590,'user','7','2024-07-07 20:27:56','2024-07-07 20:27:59','','196.216.86.75','loggedin',1),(591,'user','6','2024-07-07 20:28:21','','','196.216.86.75','loggedin',1),(592,'user','6','2024-07-08 16:32:47','','','196.216.86.75','loggedin',1),(593,'user','6','2024-07-08 19:54:07','','','196.216.86.75','loggedin',1),(594,'user','7','2024-07-09 14:24:06','','','196.216.86.75','loggedin',1),(595,'user','7','2024-07-09 15:38:05','','','196.216.86.75','loggedin',1),(596,'user','7','2024-07-09 21:14:19','','','196.216.86.75','loggedin',1),(597,'user','6','2024-07-10 16:50:08','','','196.216.86.75','loggedin',1),(598,'user','6','2024-07-10 19:12:00','','','196.216.86.75','loggedin',1),(599,'user','6','2024-07-10 19:58:18','','','196.216.86.75','loggedin',1),(600,'user','6','2024-07-10 20:05:37','','','196.216.86.75','loggedin',1),(601,'user','6','2024-07-11 14:22:12','','','196.216.86.75','loggedin',1),(602,'user','6','2024-07-11 18:02:11','','','196.216.86.75','loggedin',1),(603,'user','6','2024-07-12 14:50:53','','','196.216.86.75','loggedin',1),(604,'user','6','2024-07-12 19:22:29','','','196.216.86.75','loggedin',1),(605,'user','6','2024-07-13 13:27:36','','','196.216.86.75','loggedin',1),(606,'user','6','2024-07-13 14:05:41','','','196.216.86.75','loggedin',1),(607,'user','6','2024-07-14 12:27:52','2024-07-14 13:03:55','','196.216.86.75','loggedin',1),(608,'user','7','2024-07-14 13:03:58','','','196.216.86.75','loggedin',1),(609,'user','7','2024-07-14 14:06:11','2024-07-14 16:56:54','','196.216.86.75','loggedin',1),(610,'user','7','2024-07-14 16:57:01','','','196.216.86.75','loggedin',1),(611,'user','7','2024-07-14 17:44:46','2024-07-14 19:30:44','','196.216.86.75','loggedin',1),(612,'user','6','2024-07-14 19:31:01','2024-07-14 19:42:25','','196.216.86.75','loggedin',1),(613,'user','7','2024-07-14 19:42:29','','','196.216.86.75','loggedin',1),(614,'user','6','2024-07-15 14:18:19','','','196.216.86.75','loggedin',1),(615,'user','6','2024-07-15 19:07:26','','','196.216.86.75','loggedin',1),(616,'user','7','2024-07-16 13:37:26','','','196.216.86.75','loggedin',1),(617,'user','7','2024-07-16 19:16:47','','','196.216.86.75','loggedin',1),(618,'user','7','2024-07-16 19:16:55','','','196.216.86.75','loggedin',1),(619,'user','6','2024-07-17 17:34:39','','','196.216.86.93','loggedin',1),(620,'user','6','2024-07-17 20:33:19','','','196.216.86.93','loggedin',1),(621,'user','7','2024-07-28 11:42:56','','','196.216.86.71','loggedin',1),(622,'user','7','2024-07-28 18:25:36','','','196.216.86.67','loggedin',1),(623,'user','6','2024-07-29 16:02:38','','','196.216.86.67','loggedin',1),(624,'user','7','2024-07-30 15:08:13','','','196.216.86.67','loggedin',1),(625,'user','7','2024-07-30 18:32:14','','','196.216.86.67','loggedin',1),(626,'user','7','2024-07-30 19:23:46','','','196.216.86.67','loggedin',1),(627,'user','7','2024-07-30 20:42:30','','','196.216.86.67','loggedin',1),(628,'user','6','2024-07-31 14:16:53','','','196.216.86.67','loggedin',1),(629,'user','6','2024-07-31 21:12:54','','','196.216.86.67','loggedin',1),(630,'user','6','2024-08-01 16:52:54','','','196.216.86.67','loggedin',1),(631,'user','6','2024-08-01 19:55:15','','','196.216.86.67','loggedin',1),(632,'user','6','2024-08-01 21:09:10','','','196.216.86.67','loggedin',1),(633,'user','7','2024-08-04 13:57:49','','','196.216.86.67','loggedin',1),(634,'user','7','2024-08-04 14:27:13','','','196.216.86.67','loggedin',1),(635,'user','7','2024-08-05 13:29:50','','','196.216.86.67','loggedin',1),(636,'user','7','2024-08-05 13:32:32','','','196.216.86.67','loggedin',1),(637,'user','6','2024-08-05 14:11:30','','','196.216.86.67','loggedin',1),(638,'user','7','2024-08-06 18:33:51','','','196.216.86.67','loggedin',1),(639,'user','6','2024-08-07 20:36:22','','','196.216.86.67','loggedin',1),(640,'user','7','2024-08-08 15:58:13','','','196.216.86.67','loggedin',1),(641,'user','6','2024-08-08 20:35:59','2024-08-08 21:08:03','','196.216.86.67','loggedin',1),(642,'user','6','2024-08-08 21:08:07','2024-08-08 21:12:01','','196.216.86.67','loggedin',1),(643,'user','7','2024-08-08 21:12:05','','','196.216.86.67','loggedin',1),(644,'user','7','2024-08-09 16:38:21','','','196.216.86.67','loggedin',1),(645,'user','6','2024-08-10 14:35:35','','','196.216.86.67','loggedin',1),(646,'user','7','2024-08-10 17:47:05','2024-08-10 17:55:53','','196.216.86.67','loggedin',1),(647,'user','6','2024-08-10 17:55:58','','','196.216.86.67','loggedin',1),(648,'user','7','2024-08-10 18:03:39','2024-08-10 18:03:48','','196.216.86.67','loggedin',1),(649,'user','6','2024-08-10 18:04:08','','','196.216.86.67','loggedin',1),(650,'user','7','2024-08-11 18:14:23','2024-08-11 19:56:22','','197.232.61.219','loggedin',1),(651,'user','7','2024-08-11 21:33:24','','','196.216.86.67','loggedin',1),(652,'user','6','2024-08-12 14:53:21','','','196.216.86.67','loggedin',1),(653,'user','6','2024-08-12 14:53:29','','','196.216.86.67','loggedin',1),(654,'user','6','2024-08-12 19:50:31','','','196.216.86.67','loggedin',1),(655,'user','7','2024-08-13 13:24:15','2024-08-13 15:52:24','','196.216.86.67','loggedin',1),(656,'user','7','2024-08-13 15:52:29','2024-08-13 16:26:51','','196.216.86.67','loggedin',1),(657,'user','7','2024-08-13 16:26:56','','','196.216.86.67','loggedin',1),(658,'user','7','2024-08-13 16:45:47','','','196.216.86.67','loggedin',1),(659,'user','7','2024-08-13 17:10:39','','','196.216.86.67','loggedin',1),(660,'user','6','2024-08-14 13:26:31','','','196.216.86.67','loggedin',1),(661,'user','6','2024-08-15 14:34:17','','','196.216.86.67','loggedin',1),(662,'user','6','2024-08-15 19:54:25','','','196.216.86.67','loggedin',1),(663,'user','6','2024-08-15 19:54:32','','','196.216.86.67','loggedin',1),(664,'user','6','2024-08-15 20:08:22','','','196.216.86.67','loggedin',1),(665,'user','6','2024-08-15 20:26:48','','','196.216.86.67','loggedin',1),(666,'user','6','2024-08-16 14:02:48','','','196.216.86.67','loggedin',1),(667,'user','7','2024-08-16 17:47:45','','','80.240.201.163','loggedin',1),(668,'user','6','2024-08-16 19:26:34','','','80.240.201.163','loggedin',1),(669,'admin','1','2024-08-23 12:05:57','2024-08-23 12:06:54','','149.102.239.231','loggedin',1),(670,'user','7','2024-08-23 12:07:54','','','149.102.239.231','loggedin',1),(671,'user','7','2024-08-23 12:09:30','','','149.102.239.231','loggedin',1),(672,'admin','1','2024-08-23 12:11:37','2024-08-23 12:13:03','','149.102.239.231','loggedin',1),(673,'user','7','2024-08-23 12:13:11','','','149.102.239.231','loggedin',1),(674,'admin','1','2024-08-23 12:22:46','','','197.232.159.131','loggedin',1),(675,'user','7','2024-08-24 11:42:30','','','185.252.220.151','loggedin',1),(676,'user','7','2024-08-24 11:49:54','','','185.252.220.151','loggedin',1),(677,'user','7','2024-08-24 15:39:02','','','185.177.125.65','loggedin',1),(678,'user','7','2024-08-24 16:01:18','','','185.177.125.65','loggedin',1),(679,'user','7','2024-08-27 14:50:02','2024-08-27 16:21:58','','212.8.243.136','loggedin',1),(680,'user','7','2024-08-27 16:22:02','','','212.8.243.136','loggedin',1),(681,'user','7','2024-08-27 19:00:50','','','212.8.243.136','loggedin',1),(682,'user','7','2024-09-01 12:49:52','','','80.240.201.186','loggedin',1),(683,'user','7','2024-09-17 12:35:26','','','31.14.252.13','loggedin',1),(684,'user','7','2024-09-17 12:36:00','','','31.14.252.13','loggedin',1),(685,'admin','1','2024-09-17 12:37:21','','','197.232.142.176','loggedin',1),(686,'user','7','2024-09-17 12:53:49','','','31.14.252.13','loggedin',1),(687,'user','7','2024-12-31 15:38:32','','','197.232.62.224','loggedin',1),(688,'user','7','2025-01-04 12:48:57','','','80.240.201.165','loggedin',1),(689,'user','7','2025-01-04 12:49:48','','','80.240.201.165','loggedin',1),(690,'admin','1','2025-01-16 14:22:55','','','80.240.201.179','loggedin',1),(691,'user','7','2025-01-16 14:23:20','2025-01-16 14:24:22','','80.240.201.179','loggedin',1),(692,'user','7','2025-01-16 14:47:32','','','80.240.201.179','loggedin',1),(693,'user','7','2025-01-16 14:48:24','','','80.240.201.179','loggedin',1),(694,'user','7','2025-01-16 14:48:55','2025-01-16 14:49:42','','80.240.201.179','loggedin',1),(695,'user','7','2025-01-16 14:49:47','','','80.240.201.179','loggedin',1),(696,'user','7','2025-01-18 17:49:38','','','80.240.201.179','loggedin',1),(697,'user','7','2025-01-18 19:31:42','','','80.240.201.179','loggedin',1),(698,'user','7','2025-02-18 17:37:37','','','197.155.73.9','loggedin',1),(699,'user','6','2025-03-05 17:23:27','2025-03-05 17:34:24','','197.155.73.24','loggedin',1),(700,'admin','1','2025-06-30 13:45:42','2025-06-30 13:57:15','','41.220.242.240','loggedin',1),(701,'user','7','2025-06-30 13:57:57','2025-06-30 13:59:14','','41.220.242.240','loggedin',1),(702,'admin','1','2025-06-30 14:00:00','','','41.220.242.240','loggedin',1),(703,'admin','1','2025-06-30 14:10:27','2025-06-30 14:22:47','','41.220.242.240','loggedin',1),(704,'user','12','2025-06-30 14:22:54','2025-06-30 14:23:03','','41.220.242.240','loggedin',1),(705,'admin','1','2025-06-30 14:25:04','2025-06-30 14:29:23','','41.220.242.240','loggedin',1),(706,'user','13','2025-06-30 14:29:37','2025-06-30 14:29:47','','41.220.242.240','loggedin',1),(707,'admin','1','2025-06-30 14:32:45','','','41.220.242.240','loggedin',1),(708,'admin','1','2025-06-30 14:43:49','2025-06-30 14:47:39','','41.220.242.240','loggedin',1),(709,'user','12','2025-06-30 14:47:46','2025-06-30 14:48:19','','41.220.242.240','loggedin',1),(710,'admin','1','2025-06-30 14:48:29','2025-06-30 14:48:53','','41.220.242.240','loggedin',1),(711,'user','12','2025-06-30 14:48:58','2025-06-30 14:56:24','','41.220.242.240','loggedin',1),(712,'admin','1','2025-06-30 14:56:29','2025-06-30 14:58:24','','41.220.242.240','loggedin',1),(713,'user','12','2025-06-30 14:58:31','2025-06-30 14:59:15','','41.220.242.240','loggedin',1),(714,'user','12','2025-06-30 14:59:19','2025-06-30 15:05:39','','41.220.242.240','loggedin',1),(715,'admin','1','2025-06-30 15:05:50','2025-06-30 15:09:59','','41.220.242.240','loggedin',1),(716,'user','12','2025-06-30 15:10:04','2025-06-30 15:23:54','','41.220.242.240','loggedin',1),(717,'admin','1','2025-06-30 15:23:09','','','41.220.242.240','loggedin',1),(718,'admin','1','2025-06-30 15:24:14','2025-06-30 15:45:41','','41.220.242.240','loggedin',1),(719,'user','12','2025-06-30 15:45:46','','','41.220.242.240','loggedin',1),(720,'user','13','2025-06-30 16:04:17','2025-06-30 16:14:38','','41.220.242.240','loggedin',1),(721,'admin','1','2025-06-30 16:14:46','2025-06-30 16:16:35','','41.220.242.240','loggedin',1),(722,'admin','1','2025-06-30 16:16:59','','','41.220.242.240','loggedin',1),(723,'user','12','2025-06-30 16:17:57','2025-06-30 16:24:21','','41.220.242.240','loggedin',1),(724,'admin','1','2025-06-30 16:24:56','','','41.220.242.240','loggedin',1),(725,'admin','1','2025-06-30 17:11:51','2025-06-30 17:14:30','','41.220.242.240','loggedin',1),(726,'user','7','2025-06-30 17:14:40','2025-06-30 17:40:15','','41.220.242.240','loggedin',1),(727,'user','12','2025-06-30 17:44:56','2025-06-30 17:46:04','','41.220.242.240','loggedin',1),(728,'user','12','2025-06-30 17:49:42','','','41.220.242.240','loggedin',1),(729,'admin','1','2025-06-30 18:47:45','','','197.232.142.176','loggedin',1); /*!40000 ALTER TABLE `loggs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `loyalitycards` -- DROP TABLE IF EXISTS `loyalitycards`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `loyalitycards` ( `id` int(30) NOT NULL AUTO_INCREMENT, `value` decimal(10,2) NOT NULL, `customer_id` int(10) DEFAULT NULL, `deleted` int(1) NOT NULL DEFAULT 0, `status` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `dateupdated` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `cardnumber` varchar(100) NOT NULL, `type` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `amount` decimal(10,2) NOT NULL, `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `originalamount` decimal(10,2) NOT NULL, PRIMARY KEY (`id`), KEY `deleted` (`deleted`), KEY `phppos_giftcards_ibfk_1` (`customer_id`) ) ENGINE=InnoDB 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=3 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,'Chips Fix','','2024-02-23 13:32:47','active','1','','1'); /*!40000 ALTER TABLE `maincategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mainmenu` -- DROP TABLE IF EXISTS `mainmenu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mainmenu` ( `id` varchar(100) NOT NULL, `name` varchar(255) NOT NULL, `icon` varchar(255) NOT NULL, `status` varchar(50) NOT NULL DEFAULT '1', `url` text NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'side', `sort` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name_lang_key` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mainmenu` -- LOCK TABLES `mainmenu` WRITE; /*!40000 ALTER TABLE `mainmenu` DISABLE KEYS */; INSERT INTO `mainmenu` VALUES ('accomodation','Accomodation','','1','user/accomodation','side',8),('assetliability','Assets and Liabilities','','1','user/assetliability','side',7),('banking','Banking','','1','user/banking','side',6),('contact','Contacts','','1','user/contact','side',4),('goodservice','Goods and Services','','1','user/goodservice','side',3),('humanresource','HR','grouping','1','user/viewrequest','side',8),('moneyin','Money In','','1','user/moneyin','side',1),('moneyout','Money out','','1','user/moneyout','side',2),('project','Projects','','1','user/project','side',5),('report','Reports','','1','user/report','side',9),('setting','Settings','','1','user/setting','side',10); /*!40000 ALTER TABLE `mainmenu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mainservices` -- DROP TABLE IF EXISTS `mainservices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mainservices` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mainservices` -- LOCK TABLES `mainservices` WRITE; /*!40000 ALTER TABLE `mainservices` DISABLE KEYS */; INSERT INTO `mainservices` VALUES (1,'General systems',1),(2,'E-commerce',1),(3,'Biometric',1),(4,'Website',1),(5,'PMS',1),(6,'Bulk sms',1),(7,'Pos',1); /*!40000 ALTER TABLE `mainservices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message` -- DROP TABLE IF EXISTS `message`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `message` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message` -- LOCK TABLES `message` WRITE; /*!40000 ALTER TABLE `message` DISABLE KEYS */; /*!40000 ALTER TABLE `message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `meterreading` -- DROP TABLE IF EXISTS `meterreading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `meterreading` ( `id` int(11) NOT NULL AUTO_INCREMENT, `houseno` varchar(60) NOT NULL, `plotno` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `tenantid` varchar(40) NOT NULL, `entrydate` varchar(50) NOT NULL, `description` text NOT NULL, `checkoutdate` datetime NOT NULL, `status` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdat` datetime NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `paymentstatus` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `overpayment` decimal(10,2) NOT NULL, `discount` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `roomtype` varchar(40) NOT NULL, `number` varchar(10) NOT NULL, `total` varchar(30) NOT NULL, `year` varchar(30) NOT NULL, `month` varchar(30) NOT NULL, `opening` varchar(20) NOT NULL, `closing` varchar(30) NOT NULL, `meternumber` varchar(10) NOT NULL, `opendate` varchar(30) NOT NULL, `closedate` varchar(30) NOT NULL, `phone` varchar(10) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'accommodation', `deposite` decimal(10,2) NOT NULL, `chargeid` int(11) NOT NULL, `booings` int(11) NOT NULL DEFAULT 1, `branchid` int(10) NOT NULL DEFAULT 1, `currency` varchar(20) DEFAULT NULL, `rate` varchar(30) NOT NULL, `charge` varchar(30) NOT NULL, `type` varchar(20) NOT NULL, `updatedby` varchar(20) NOT NULL, `usedqty` varchar(20) NOT NULL, `roomid` int(20) DEFAULT NULL, `roomchargeid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `meterreading` -- LOCK TABLES `meterreading` WRITE; /*!40000 ALTER TABLE `meterreading` DISABLE KEYS */; /*!40000 ALTER TABLE `meterreading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `migrations` -- DROP TABLE IF EXISTS `migrations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `migrations` ( `migration` varchar(255) NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `migrations` -- LOCK TABLES `migrations` WRITE; /*!40000 ALTER TABLE `migrations` DISABLE KEYS */; INSERT INTO `migrations` VALUES ('2014_10_12_000000_create_users_table',1),('2014_10_12_100000_create_password_resets_table',1),('2016_07_02_112357_Product',1); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modules` -- DROP TABLE IF EXISTS `modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `modules` ( `name` varchar(255) NOT NULL, `sort` int(10) NOT NULL, `icon` varchar(255) NOT NULL, `id` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT '1', `url` text NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'side', `menu` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name_lang_key` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `modules` -- LOCK TABLES `modules` WRITE; /*!40000 ALTER TABLE `modules` DISABLE KEYS */; INSERT INTO `modules` VALUES ('Accomodation',84,'money','accomodation','1','admin/viewpallmyplots','side','accomodation'),('Accounting(Charts of Accounts)',35,'battery-quarter','accounting','1','user/allaccounting','side','banking'),('Accounting Reports',35,'money','accountingreports','1','user/startsales','side','banking'),('Assets',49,'paw','assets','1','user/viewassets','side','assetliability'),('Bank Deposits',35,'money','bankdeposits','1','user/viewbanks','side','banking'),('Bank Transfer',35,'money','banktransfer','1','user/viewbanktransfer','side','banking'),('Biometric Records',31,'rss-square','biometricrecords','1','user/allattendance','side','humanresource'),('Branch',81,'rss-square','branch','1','user/viewbranch','side','setting'),('Call center',12,'rss-square','callcenter','1','user/callcenter','side','contact'),('Cashier Sales',87,'folder-open','cashiersales','1','user/mysales','side','moneyin'),('Cheque Management',34,'money','chequemanagemant','1','user/viewcheque','side','banking'),('Comments/Complains',11,'paw','complain','1','user/complain','side','project'),('Configuration',5,'home','config','1','user/viewconfiguration','top','setting'),('Counter Radio Button',90,'rss-square','counterradiobutton','1','radio','side','setting'),('Damaged products',50,'paw','damagedproducts','1','user/viewdamages','side','assetliability'),('Deals',11,'calendar-times-o','deals','1','user/viedeals','side','project'),('Departments',31,'rss-square','departments','1','user/department','side','humanresource'),('Display Counter',6,'rss-square','displaycounter','0','display','side','goodservice'),('Display Sales Report',24,'folder-open','displayreport','1','user/displayreport','side','report'),('Documents',14,'folder-open-o','documents','1','user/viewdocuments','side','project'),('E-Commerce',8,'grouping','ecommerce','1','user/ecommerce','side','moneyin'),('Events',10,'line-chart','events','1','user/viewevents','side','project'),('Grouping Members',20,'paper-plane','grouping','1','user/viewgrouping','side','contact'),('Human Resource',14,'rss-square','humanresource','1','user/viewrequest','side','humanresource'),('Income',85,'window-close','income','1','user/allinvoices','side','moneyin'),('Expenses',85,'window-close','incomeexpenses','1','user/viewexpenses','side','moneyout'),('Dispatched stocklist/Store',60,'sort-amount-asc','incomingstock','1','user/viewincomingstock','side','goodservice'),('Issued Store Items',59,'sort-amount-asc','incomingstore','1','user/viewallorder','side','goodservice'),('journal entry',35,'money','journalentry','1','user/viewjournalentry','side','banking'),('Labour Records',31,'rss-square','labourrecords','1','user/viewlabour','side','humanresource'),('Leave Management',31,'rss-square','leavemanagement','1','user/viewleaves','side','humanresource'),('Low Store',55,'battery-quarter','lowproducts','1','user/viewwarningproducts','side','goodservice'),('Low stocklist',57,'battery-quarter','lowstocklist','1','user/viewlowstore','side','goodservice'),('Loyality Cards',30,'credit-card','loyalitycards','1','user/viewloyality','side','project'),('People/Contacts',80,'rss-square','members','1','user/viewmember','side','contact'),('Open and Close Sales',87,'money','openclose','0','user/openclose','side','moneyin'),('Change password',9,'hourglass-start','password','1','user/passwordform','side','setting'),('Payroll',30,'rss-square','payroll','1','user/salaryhistory','side','humanresource'),('Payroll Setup',31,'rss-square','payrollsetup','1','user/payrollsetup','side','humanresource'),('Category of people',33,'address-book-o','peoplecategory','1','user/viewcategory','side','contact'),('Print Receipt',1,'recycle','printreceipt','1','user/printreceipts','side','goodservice'),('Stock List(Counter)',66,'snowflake-o','productlist','1','user/viewproductlist','side','goodservice'),('Products(Main store)',65,'snowflake-o','products','1','user/viewproducts','side','goodservice'),('Category of Products',70,'recycle','productscategory','1','user/viewproductcategory','side','goodservice'),('Update profile',8,'blind','profile','1','user/profileform','side','setting'),('Projects Management',50,'bullseye','projectsmanagement','1','user/viewprojets','side','project'),('Purchases',86,'automobile','purchases','1','user/viewpurchases','side','moneyout'),('Quotation',8,'money','quotation','1','user/allquatation','side','moneyin'),('Record Delivery',87,'cart-plus','recorddelivery','1','user/deliveryhome','side','moneyin'),('Manage Report',25,'folder-open','reports','1','user/startsales','side','report'),('Retail sales',90,'cart-plus','sales','1','user/viewsales','side','moneyin'),('Sales Order',86,'money','salesorder','1','user/salesorder','side','moneyin'),('Select User',1,'rss-square','selectuser','0','login','side','contact'),('Send Sms',15,'paper-plane','sendsms','1','user/viewsms','side','project'),('Tasks',12,'bullseye','task','1','user/viewtasks','side','project'),('Tasks Category',13,'birthday-cake','taskscategory','1','user/viewtaskcategory','side','project'),('Users',75,'rss-square','users','1','user/viewemployee','side','contact'),('Return/RePrint Sales',86,'paw','viewreturnsales','1','user/viewreturnsales','side','moneyout'),('Whole sale',88,'cart-plus','wholesale','1','user/viewwholesales','side','moneyin'); /*!40000 ALTER TABLE `modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modulesactions` -- DROP TABLE IF EXISTS `modulesactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `modulesactions` ( `actionid` varchar(100) NOT NULL, `moduleid` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `sort` int(11) NOT NULL, PRIMARY KEY (`actionid`,`moduleid`), KEY `phppos_modules_actions_ibfk_1` (`moduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `modulesactions` -- LOCK TABLES `modulesactions` WRITE; /*!40000 ALTER TABLE `modulesactions` DISABLE KEYS */; INSERT INTO `modulesactions` VALUES ('accommodationcleaner','accomodation','Tick ONLY if Cleaner',26),('accommodationreceiptionist','accomodation','Tick ONLY if Receptionist',27),('accomodationmanager','accomodation','Tick ONLY if manager',25),('accountlimit','sales','Enforce Daily Sales Limit',16),('add','assets','Add asset',1),('add','bankdeposits','add',1),('add','banktransfer','add',1),('add','biometricrecords','add',1),('add','branch','Add Baranch',1),('add','callcenter','Add Calls',1),('add','chequemanagemant','Post Cheque',1),('add','complain','Add complain',2),('add','config','add',1),('add','damagedproducts','add',1),('add','deals','add',1),('add','departments','add',1),('add','documents','add',1),('add','ecommerce','Add',1),('add','events','add',1),('add','grouping','add',1),('add','humanresource','Add Expense Request Form',1),('add','income','add',2),('add','incomeexpenses','add',1),('add','incomingstock','add',1),('add','incomingstore','Add incoming',1),('add','journalentry','add',1),('add','labourrecords','add',1),('add','leavemanagement','add',0),('add','lowproducts','add',1),('add','lowstocklist','add',6),('add','loyalitycards','add',1),('add','members','add',1),('add','payroll','add',1),('add','payrollsetup','add',1),('add','peoplecategory','add',1),('add','productlist','Add Products',7),('add','products','add',1),('add','productscategory','add',1),('add','projectsmanagement','Create New Project',2),('add','purchases','add',1),('add','quotation','Add Quotaion',1),('add','recorddelivery','Add Delivery',1),('add','sales','add',1),('add','salesorder','Create Sales Order',1),('add','sendsms','add',1),('add','task','add',1),('add','taskscategory','add',1),('add','users','add',1),('add','viewreturnsales','add',1),('add','wholesale','add',1),('AddAgents','deals','Add Agents',30),('addbatchno','purchases','Add batch No',33),('addcharges','accomodation','Add Room Chaerges',4),('adddailycollection','cashiersales','Add Daily Collection',7),('addexpirydate','purchases','Add Expiry Date',34),('addhouse','accomodation','Add House',1),('addpossiblefeedback','deals','Add Possible feedback',20),('addroom','accomodation','Add Room',3),('addstock','productlist','Add stock',4),('addstock','products','addstock',4),('advancebooking','accomodation','advance booking',11),('all','cashiersales','View all Cashier sales',4),('allcompalin','complain','View Others Complain',11),('allleaves ','humanresource','View all leaves',20),('allocate','humanresource','Allocate Money',5),('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),('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),('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),('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),('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),('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),('sendsms','sales','Send Digital Receipt/Sms',40),('setup','ecommerce','Setup E-commerce',6),('showdefaultserials','purchases','Generate with default Serial Numbers',20),('splitbill','sales','Split Bill',31),('stocktaking','productlist','Do stock Taking',8),('suspend','sales','Suspend/Cancel Sales',1),('transfer','productlist','Transfer Products',3),('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=2 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,1.00,1,1,'2024-01-20 07:09:13','1',1,'1','SAJ3GAVTED'); /*!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,2) NOT NULL, `amount` varchar(30) NOT NULL, `type` varchar(30) NOT NULL DEFAULT '1', `balance` varchar(30) NOT NULL, `stockfrom` varchar(50) NOT NULL, `stockto` varchar(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, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9372 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 (3,'Raw chips backet','2',1.00,'2024-02-23 14:48:16','0.00','1','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4,'Raw chips backet','',22.00,'2024-02-23 15:12:17','-22.00','6','newstock','1','','',0.00,'','1','0','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6,'Raw chips backet','1',-0.05,'2024-02-23 15:16:06','22.00','6','newstock','1','','',0.00,'','1','21.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7,'Raw chips backet','1',1.00,'2024-02-23 15:16:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8,'Raw chips backet','4',-0.09,'2024-02-23 15:21:23','21.95','6','newstock','1','','',0.00,'','1','21.859','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9,'Raw chips backet','4',2.00,'2024-02-23 15:21:23','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(10,'Raw chips backet','4',-0.05,'2024-02-23 15:54:18','21.86','6','newstock','1','','',0.00,'','1','21.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(11,'Raw chips backet','4',1.00,'2024-02-23 15:54:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(12,'Raw chips backet','1',-0.14,'2024-02-23 15:59:33','21.81','6','newstock','1','','',0.00,'','1','21.6735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(13,'Raw chips backet','1',3.00,'2024-02-23 15:59:33','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(14,'Raw chips backet','1',-0.05,'2024-02-23 16:12:36','21.67','6','newstock','1','','',0.00,'','1','21.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(15,'Raw chips backet','1',1.00,'2024-02-23 16:12:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(16,'Raw chips backet','1',-0.09,'2024-02-23 16:20:17','21.62','6','newstock','1','','',0.00,'','1','21.529','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(17,'Raw chips backet','1',2.00,'2024-02-23 16:20:17','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(18,'Raw chips backet','4',-0.05,'2024-02-23 16:34:27','21.53','6','newstock','1','','',0.00,'','1','21.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(19,'Raw chips backet','4',1.00,'2024-02-23 16:34:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(20,'Raw chips backet','1',-0.09,'2024-02-23 16:36:59','21.48','6','newstock','1','','',0.00,'','1','21.389','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(21,'Raw chips backet','1',2.00,'2024-02-23 16:36:59','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(22,'Raw chips backet','1',-0.05,'2024-02-23 16:39:28','21.39','6','newstock','1','','',0.00,'','1','21.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(23,'Raw chips backet','1',1.00,'2024-02-23 16:39:28','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(24,'Raw chips backet','4',-0.05,'2024-02-23 16:57:06','21.34','6','newstock','1','','',0.00,'','1','21.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(25,'Raw chips backet','4',1.00,'2024-02-23 16:57:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(26,'Raw chips backet','1',-0.05,'2024-02-23 17:09:38','21.29','6','newstock','1','','',0.00,'','1','21.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(27,'Raw chips backet','1',1.00,'2024-02-23 17:09:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(28,'Raw chips backet','1',-0.05,'2024-02-23 17:36:02','21.24','6','newstock','1','','',0.00,'','1','21.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(29,'Raw chips backet','1',1.00,'2024-02-23 17:36:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(30,'Raw chips backet','1',-0.05,'2024-02-23 17:56:21','21.19','6','newstock','1','','',0.00,'','1','21.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(31,'Raw chips backet','1',1.00,'2024-02-23 17:56:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(32,'Raw chips backet','1',-0.05,'2024-02-23 18:12:17','21.14','6','newstock','1','','',0.00,'','1','21.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(33,'Raw chips backet','1',1.00,'2024-02-23 18:12:17','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(34,'Raw chips backet','1',-0.05,'2024-02-23 19:07:33','21.09','6','newstock','1','','',0.00,'','1','21.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(35,'Raw chips backet','1',1.00,'2024-02-23 19:07:33','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(36,'Raw chips backet','1',-0.05,'2024-02-23 19:25:56','21.04','6','newstock','1','','',0.00,'','1','20.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(37,'Raw chips backet','1',1.00,'2024-02-23 19:25:56','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(38,'Raw chips backet','1',-0.05,'2024-02-23 19:39:12','20.99','6','newstock','1','','',0.00,'','1','20.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(39,'Raw chips backet','1',1.00,'2024-02-23 19:39:12','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(40,'Raw chips backet','4',-0.05,'2024-02-23 19:42:02','20.94','6','newstock','1','','',0.00,'','1','20.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(41,'Raw chips backet','4',1.00,'2024-02-23 19:42:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(42,'Raw chips backet','1',-0.05,'2024-02-23 19:43:15','20.89','6','newstock','1','','',0.00,'','1','20.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(43,'Raw chips backet','1',1.00,'2024-02-23 19:43:15','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(44,'Raw chips backet','1',-0.05,'2024-02-23 19:47:35','20.84','6','newstock','1','','',0.00,'','1','20.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(45,'Raw chips backet','1',1.00,'2024-02-23 19:47:35','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(46,'Raw chips backet','1',-0.09,'2024-02-23 19:49:22','20.79','6','newstock','1','','',0.00,'','1','20.699','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(47,'Raw chips backet','1',2.00,'2024-02-23 19:49:22','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(48,'Raw chips backet','4',-0.46,'2024-02-23 19:54:10','20.70','6','newstock','1','','',0.00,'','1','20.245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(49,'Raw chips backet','4',10.00,'2024-02-23 19:54:10','0.00','6','newstock','1','','',0.00,'','1','10','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(50,'Raw chips backet','1',-1.82,'2024-02-23 19:56:03','20.71','6','newstock','1','','',0.00,'','1','18.89','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(51,'Raw chips backet','1',40.00,'2024-02-23 19:56:03','0.00','6','newstock','1','','',0.00,'','1','40','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(52,'Raw chips backet','',10.00,'2024-02-23 19:57:58','20.71','6','newstock','1','','',0.00,'','1','30.71','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(53,'Raw chips backet','1',-1.50,'2024-02-23 20:05:49','30.71','6','newstock','1','','',0.00,'','1','29.2085','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(54,'Raw chips backet','1',33.00,'2024-02-23 20:05:49','40.00','6','newstock','1','','',0.00,'','1','73','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(55,'Raw chips backet','4',-0.09,'2024-02-23 20:20:50','30.71','6','newstock','1','','',0.00,'','1','30.619','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(56,'Raw chips backet','4',2.00,'2024-02-23 20:20:50','10.00','6','newstock','1','','',0.00,'','1','12','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(57,'Raw chips backet','1',-0.09,'2024-02-23 20:38:05','30.62','7','newstock','1','','',0.00,'','1','30.529','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(58,'Raw chips backet','1',2.00,'2024-02-23 20:38:05','40.00','7','newstock','1','','',0.00,'','1','42','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(59,'Raw chips backet','1',-0.05,'2024-02-23 20:43:43','30.53','7','newstock','1','','',0.00,'','1','30.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(60,'Raw chips backet','1',1.00,'2024-02-23 20:43:43','38.00','7','newstock','1','','',0.00,'','1','39','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(61,'Raw chips backet','1',-0.05,'2024-02-23 20:59:22','30.48','7','newstock','1','','',0.00,'','1','30.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(62,'Raw chips backet','1',1.00,'2024-02-23 20:59:22','37.00','7','newstock','1','','',0.00,'','1','38','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(63,'Raw chips backet','',22.00,'2024-02-24 11:09:46','30.43','6','newstock','1','','',0.00,'','1','52.43','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(64,'Raw chips backet','1',-0.05,'2024-02-24 11:21:06','52.43','6','newstock','1','','',0.00,'','1','52.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(65,'Raw chips backet','1',1.00,'2024-02-24 11:21:06','36.00','6','newstock','1','','',0.00,'','1','37','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(66,'Raw chips backet','4',-0.09,'2024-02-24 13:13:43','52.38','6','newstock','1','','',0.00,'','1','52.289','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(67,'Raw chips backet','4',2.00,'2024-02-24 13:13:43','8.00','6','newstock','1','','',0.00,'','1','10','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(68,'Raw chips backet','1',-0.05,'2024-02-24 13:16:14','52.29','6','newstock','1','','',0.00,'','1','52.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(69,'Raw chips backet','1',1.00,'2024-02-24 13:16:14','35.00','6','newstock','1','','',0.00,'','1','36','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(70,'Raw chips backet','1',-0.14,'2024-02-24 13:17:50','52.29','6','newstock','1','','',0.00,'','1','52.1535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(71,'Raw chips backet','1',3.00,'2024-02-24 13:17:50','35.00','6','newstock','1','','',0.00,'','1','38','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(72,'Raw chips backet','4',-0.05,'2024-02-24 13:26:40','52.15','6','newstock','1','','',0.00,'','1','52.1045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(73,'Raw chips backet','4',1.00,'2024-02-24 13:26:40','6.00','6','newstock','1','','',0.00,'','1','7','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(74,'Raw chips backet','4',-0.14,'2024-02-24 13:28:04','52.10','6','newstock','1','','',0.00,'','1','51.9635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(75,'Raw chips backet','4',3.00,'2024-02-24 13:28:04','5.00','6','newstock','1','','',0.00,'','1','8','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(76,'Raw chips backet','1',-0.05,'2024-02-24 14:20:35','51.96','6','newstock','1','','',0.00,'','1','51.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(77,'Raw chips backet','1',1.00,'2024-02-24 14:20:35','32.00','6','newstock','1','','',0.00,'','1','33','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(78,'Raw chips backet','1',-0.14,'2024-02-24 14:21:06','51.91','6','newstock','1','','',0.00,'','1','51.7735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(79,'Raw chips backet','1',3.00,'2024-02-24 14:21:06','31.00','6','newstock','1','','',0.00,'','1','34','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(80,'Raw chips backet','1',-0.05,'2024-02-24 15:12:45','51.77','6','newstock','1','','',0.00,'','1','51.7245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(81,'Raw chips backet','1',1.00,'2024-02-24 15:12:45','28.00','6','newstock','1','','',0.00,'','1','29','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(82,'Raw chips backet','4',-0.05,'2024-02-24 15:13:44','51.72','6','newstock','1','','',0.00,'','1','51.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(83,'Raw chips backet','4',1.00,'2024-02-24 15:13:44','2.00','6','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(84,'Raw chips backet','4',-0.09,'2024-02-24 15:51:12','51.67','6','newstock','1','','',0.00,'','1','51.579','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(85,'Raw chips backet','4',2.00,'2024-02-24 15:51:12','1.00','6','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(86,'Raw chips backet','1',-0.05,'2024-02-24 17:37:03','51.58','7','newstock','1','','',0.00,'','1','51.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(87,'Raw chips backet','1',1.00,'2024-02-24 17:37:03','27.00','7','newstock','1','','',0.00,'','1','28','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(88,'Raw chips backet','1',-0.05,'2024-02-24 17:46:13','51.53','7','newstock','1','','',0.00,'','1','51.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(89,'Raw chips backet','1',1.00,'2024-02-24 17:46:13','26.00','7','newstock','1','','',0.00,'','1','27','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(90,'Raw chips backet','1',-0.05,'2024-02-24 17:53:01','51.48','7','newstock','1','','',0.00,'','1','51.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(91,'Raw chips backet','1',1.00,'2024-02-24 17:53:01','25.00','7','newstock','1','','',0.00,'','1','26','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(92,'Raw chips backet','1',-0.05,'2024-02-24 17:53:54','51.43','7','newstock','1','','',0.00,'','1','51.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(93,'Raw chips backet','1',1.00,'2024-02-24 17:53:54','24.00','7','newstock','1','','',0.00,'','1','25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(94,'Raw chips backet','4',-0.05,'2024-02-24 17:55:22','51.38','7','newstock','1','','',0.00,'','1','51.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(95,'Raw chips backet','4',1.00,'2024-02-24 17:55:22','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(96,'Raw chips backet','1',-0.09,'2024-02-24 18:13:10','51.33','7','newstock','1','','',0.00,'','1','51.239','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(97,'Raw chips backet','1',2.00,'2024-02-24 18:13:10','23.00','7','newstock','1','','',0.00,'','1','25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(98,'Raw chips backet','1',-0.05,'2024-02-26 21:06:43','51.24','6','newstock','1','','',0.00,'','1','51.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(99,'Raw chips backet','1',1.00,'2024-02-26 21:06:43','21.00','6','newstock','1','','',0.00,'','1','22','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(100,'Raw chips backet','1',-0.05,'2024-02-26 21:07:29','51.19','6','newstock','1','','',0.00,'','1','51.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(101,'Raw chips backet','1',1.00,'2024-02-26 21:07:29','20.00','6','newstock','1','','',0.00,'','1','21','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(102,'Raw chips backet','1',-0.05,'2024-02-26 21:08:10','51.14','6','newstock','1','','',0.00,'','1','51.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(103,'Raw chips backet','1',1.00,'2024-02-26 21:08:10','19.00','6','newstock','1','','',0.00,'','1','20','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(104,'Raw chips backet','1',-0.05,'2024-02-26 21:08:58','51.09','6','newstock','1','','',0.00,'','1','51.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(105,'Raw chips backet','1',1.00,'2024-02-26 21:08:58','18.00','6','newstock','1','','',0.00,'','1','19','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(106,'Raw chips backet','1',-0.14,'2024-02-26 21:09:42','51.04','6','newstock','1','','',0.00,'','1','50.9035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(107,'Raw chips backet','1',3.00,'2024-02-26 21:09:42','17.00','6','newstock','1','','',0.00,'','1','20','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(108,'Raw chips backet','1',-0.14,'2024-02-27 11:39:19','50.90','7','newstock','1','','',0.00,'','1','50.7635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(109,'Raw chips backet','1',3.00,'2024-02-27 11:39:19','14.00','7','newstock','1','','',0.00,'','1','17','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(110,'Raw chips backet','1',-0.09,'2024-02-27 12:28:49','50.76','7','newstock','1','','',0.00,'','1','50.669','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(111,'Raw chips backet','1',2.00,'2024-02-27 12:28:49','11.00','7','newstock','1','','',0.00,'','1','13','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(112,'Raw chips backet','1',-0.05,'2024-02-27 13:27:34','50.67','7','newstock','1','','',0.00,'','1','50.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(113,'Raw chips backet','1',1.00,'2024-02-27 13:27:34','9.00','7','newstock','1','','',0.00,'','1','10','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(114,'Raw chips backet','1',-0.05,'2024-02-27 13:36:43','50.62','7','newstock','1','','',0.00,'','1','50.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(115,'Raw chips backet','1',1.00,'2024-02-27 13:36:43','8.00','7','newstock','1','','',0.00,'','1','9','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(116,'Raw chips backet','4',-0.05,'2024-02-27 13:48:06','50.57','7','newstock','1','','',0.00,'','1','50.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(117,'Raw chips backet','4',1.00,'2024-02-27 13:48:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(118,'Raw chips backet','1',-0.05,'2024-02-27 14:15:05','50.52','7','newstock','1','','',0.00,'','1','50.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(119,'Raw chips backet','1',1.00,'2024-02-27 14:15:05','7.00','7','newstock','1','','',0.00,'','1','8','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(120,'Raw chips backet','1',-0.05,'2024-02-27 14:15:55','50.47','7','newstock','1','','',0.00,'','1','50.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(121,'Raw chips backet','1',1.00,'2024-02-27 14:15:55','6.00','7','newstock','1','','',0.00,'','1','7','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(122,'Raw chips backet','1',-0.05,'2024-02-27 14:20:52','50.42','7','newstock','1','','',0.00,'','1','50.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(123,'Raw chips backet','1',1.00,'2024-02-27 14:20:52','5.00','7','newstock','1','','',0.00,'','1','6','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(124,'Raw chips backet','1',-0.05,'2024-02-27 15:45:14','50.37','7','newstock','1','','',0.00,'','1','50.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(125,'Raw chips backet','1',1.00,'2024-02-27 15:45:14','5.00','7','newstock','1','','',0.00,'','1','6','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(126,'Raw chips backet','1',-0.09,'2024-02-27 15:46:58','50.37','7','newstock','1','','',0.00,'','1','50.279','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(127,'Raw chips backet','1',2.00,'2024-02-27 15:46:58','5.00','7','newstock','1','','',0.00,'','1','7','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(128,'Raw chips backet','1',-0.05,'2024-02-27 15:52:18','50.28','7','newstock','1','','',0.00,'','1','50.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(129,'Raw chips backet','1',1.00,'2024-02-27 15:52:18','3.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(130,'Raw chips backet','1',-0.05,'2024-02-27 17:36:08','50.23','7','newstock','1','','',0.00,'','1','50.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(131,'Raw chips backet','1',1.00,'2024-02-27 17:36:08','2.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(132,'Raw chips backet','1',-0.05,'2024-02-27 18:21:38','50.18','7','newstock','1','','',0.00,'','1','50.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(133,'Raw chips backet','1',1.00,'2024-02-27 18:21:38','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(134,'Raw chips backet','1',-0.05,'2024-02-27 19:22:37','50.13','7','newstock','1','','',0.00,'','1','50.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(135,'Raw chips backet','1',1.00,'2024-02-27 19:22:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(136,'Raw chips backet','1',-0.05,'2024-02-27 19:31:48','50.08','7','newstock','1','','',0.00,'','1','50.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(137,'Raw chips backet','1',1.00,'2024-02-27 19:31:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(138,'Raw chips backet','1',-0.05,'2024-02-27 19:32:43','50.03','7','newstock','1','','',0.00,'','1','49.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(139,'Raw chips backet','1',1.00,'2024-02-27 19:32:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(140,'Raw chips backet','1',-0.05,'2024-02-27 19:53:38','49.98','7','newstock','1','','',0.00,'','1','49.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(141,'Raw chips backet','1',1.00,'2024-02-27 19:53:38','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(142,'Raw chips backet','4',-0.05,'2024-02-27 20:07:07','49.93','7','newstock','1','','',0.00,'','1','49.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(143,'Raw chips backet','4',1.00,'2024-02-27 20:07:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(144,'Raw chips backet','4',-0.14,'2024-02-27 20:26:28','49.93','7','newstock','1','','',0.00,'','1','49.7935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(145,'Raw chips backet','4',3.00,'2024-02-27 20:26:28','1.00','7','newstock','1','','',0.00,'','1','4','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(146,'Raw chips backet','4',-0.05,'2024-02-27 20:37:39','49.79','7','newstock','1','','',0.00,'','1','49.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(147,'Raw chips backet','4',1.00,'2024-02-27 20:37:39','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(148,'Raw chips backet','4',-0.05,'2024-02-27 21:10:28','49.74','7','newstock','1','','',0.00,'','1','49.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(149,'Raw chips backet','4',1.00,'2024-02-27 21:10:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(150,'Raw chips backet','4',-0.05,'2024-02-28 11:20:52','49.69','6','newstock','1','','',0.00,'','1','49.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(151,'Raw chips backet','4',1.00,'2024-02-28 11:20:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(152,'Raw chips backet','1',-0.14,'2024-02-28 11:38:35','49.64','6','newstock','1','','',0.00,'','1','49.5035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(153,'Raw chips backet','1',3.00,'2024-02-28 11:38:35','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(154,'Raw chips backet','4',-0.09,'2024-02-28 12:23:01','49.50','6','newstock','1','','',0.00,'','1','49.409','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(155,'Raw chips backet','4',2.00,'2024-02-28 12:23:01','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(156,'Raw chips backet','1',-0.05,'2024-02-28 12:23:28','49.41','6','newstock','1','','',0.00,'','1','49.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(157,'Raw chips backet','1',1.00,'2024-02-28 12:23:28','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(158,'Raw chips backet','',22.00,'2024-02-28 12:25:45','49.36','6','newstock','1','','',0.00,'','1','71.36','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(159,'Chicken','',2.50,'2024-02-28 12:27:00','0.00','6','newstock','1','','',0.00,'','1','2.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(160,'Raw chips backet','4',-0.09,'2024-02-28 12:28:03','71.36','6','newstock','1','','',0.00,'','1','71.269','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(161,'Raw chips backet','4',2.00,'2024-02-28 12:28:03','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(162,'Raw chips backet','4',-0.05,'2024-02-28 12:43:22','71.27','6','newstock','1','','',0.00,'','1','71.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(163,'Raw chips backet','4',1.00,'2024-02-28 12:43:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(164,'Raw chips backet','1',-0.05,'2024-02-28 13:27:27','71.22','6','newstock','1','','',0.00,'','1','71.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(165,'Raw chips backet','1',1.00,'2024-02-28 13:27:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(166,'Raw chips backet','1',-0.05,'2024-02-28 13:27:47','71.17','6','newstock','1','','',0.00,'','1','71.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(167,'Raw chips backet','1',1.00,'2024-02-28 13:27:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(168,'Raw chips backet','1',-0.05,'2024-02-28 13:37:03','71.12','6','newstock','1','','',0.00,'','1','71.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(169,'Raw chips backet','1',1.00,'2024-02-28 13:37:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(170,'Raw chips backet','4',-0.05,'2024-02-28 14:23:50','71.07','6','newstock','1','','',0.00,'','1','71.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(171,'Raw chips backet','4',1.00,'2024-02-28 14:23:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(172,'Raw chips backet','1',-0.09,'2024-02-28 14:57:25','71.02','6','newstock','1','','',0.00,'','1','70.929','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(173,'Raw chips backet','1',2.00,'2024-02-28 14:57:25','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(174,'Raw chips backet','1',-0.05,'2024-02-28 14:57:50','70.93','6','newstock','1','','',0.00,'','1','70.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(175,'Raw chips backet','1',1.00,'2024-02-28 14:57:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(176,'Raw chips backet','4',-0.05,'2024-02-28 15:01:09','70.88','6','newstock','1','','',0.00,'','1','70.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(177,'Raw chips backet','4',1.00,'2024-02-28 15:01:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(178,'Raw chips backet','4',-0.05,'2024-02-28 15:01:46','70.83','6','newstock','1','','',0.00,'','1','70.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(179,'Raw chips backet','4',1.00,'2024-02-28 15:01:46','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(180,'Raw chips backet','1',-0.05,'2024-02-28 15:03:46','70.78','6','newstock','1','','',0.00,'','1','70.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(181,'Raw chips backet','1',1.00,'2024-02-28 15:03:46','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(182,'Raw chips backet','1',-0.05,'2024-02-28 15:04:51','70.73','6','newstock','1','','',0.00,'','1','70.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(183,'Raw chips backet','1',1.00,'2024-02-28 15:04:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(184,'Raw chips backet','1',-0.05,'2024-02-28 15:29:37','70.68','6','newstock','1','','',0.00,'','1','70.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(185,'Raw chips backet','1',1.00,'2024-02-28 15:29:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(186,'Sausages','',26.00,'2024-02-28 16:07:35','4.00','6','newstock','1','','',0.00,'','1','30','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(187,'Smokie','',22.00,'2024-02-28 16:08:17','5.00','6','newstock','1','','',0.00,'','1','27','internal','1','17','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(188,'','1',282.00,'2024-02-28 16:18:35','30.00','5','newstock','1','51709125961','9',25.60,'','1','312','supplier','1','16','','',0.00,'EXEMPTED','50','0','0','16.00','','received',0,'0000-00-00 00:00:00','pcs','282',1,NULL,'Inclusive','branch',NULL,'','','','',''),(189,'Raw chips backet','1',-0.05,'2024-02-28 16:29:20','70.63','6','newstock','1','','',0.00,'','1','70.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(190,'Raw chips backet','1',1.00,'2024-02-28 16:29:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(191,'Raw chips backet','4',-0.55,'2024-02-28 16:41:09','70.58','6','newstock','1','','',0.00,'','1','70.034','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(192,'Raw chips backet','4',12.00,'2024-02-28 16:41:09','0.00','6','newstock','1','','',0.00,'','1','12','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(193,'Raw chips backet','4',-0.09,'2024-02-28 16:56:40','70.58','6','newstock','1','','',0.00,'','1','70.489','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(194,'Raw chips backet','4',2.00,'2024-02-28 16:56:40','12.00','6','newstock','1','','',0.00,'','1','14','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(195,'Raw chips backet','1',-0.05,'2024-02-28 17:07:00','70.49','6','newstock','1','','',0.00,'','1','70.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(196,'Raw chips backet','1',1.00,'2024-02-28 17:07:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(197,'Raw chips backet','3',-0.09,'2024-02-28 17:48:14','70.44','6','newstock','1','','',0.00,'','1','70.349','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(198,'Raw chips backet','3',2.00,'2024-02-28 17:48:14','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(199,'Raw chips backet','4',-0.05,'2024-02-28 17:54:30','70.35','6','newstock','1','','',0.00,'','1','70.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(200,'Raw chips backet','4',1.00,'2024-02-28 17:54:30','10.00','6','newstock','1','','',0.00,'','1','11','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(201,'Raw chips backet','1',-0.05,'2024-02-28 17:54:48','70.30','6','newstock','1','','',0.00,'','1','70.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(202,'Raw chips backet','1',1.00,'2024-02-28 17:54:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(203,'Raw chips backet','1',-0.09,'2024-02-28 17:56:36','70.25','6','newstock','1','','',0.00,'','1','70.159','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(204,'Raw chips backet','1',2.00,'2024-02-28 17:56:36','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(205,'Raw chips backet','1',-0.05,'2024-02-28 17:57:11','70.16','6','newstock','1','','',0.00,'','1','70.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(206,'Raw chips backet','1',1.00,'2024-02-28 17:57:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(207,'Raw chips backet','',22.00,'2024-02-28 18:00:48','70.11','6','newstock','1','','',0.00,'','1','92.11','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(208,'','1',88.00,'2024-02-28 18:18:46','27.00','6','newstock','1','61709133130','9',22.50,'','1','115','supplier','1','17','','',0.00,'EXEMPTED','40','0','0','16.00','','received',0,'0000-00-00 00:00:00','pcs','88',1,NULL,'Inclusive','branch',NULL,'','','','',''),(209,'Raw chips backet','',44.00,'2024-02-28 18:22:28','92.11','6','newstock','1','','',0.00,'','1','136.11','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(210,'Raw chips backet','1',-0.05,'2024-02-28 18:41:23','136.11','6','newstock','1','','',0.00,'','1','136.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(211,'Raw chips backet','1',1.00,'2024-02-28 18:41:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(212,'Raw chips backet','2',-0.09,'2024-02-28 18:44:54','136.06','6','newstock','1','','',0.00,'','1','135.969','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(213,'Raw chips backet','2',2.00,'2024-02-28 18:44:54','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(214,'Raw chips backet','1',-0.09,'2024-02-28 18:53:46','135.97','6','newstock','1','','',0.00,'','1','135.879','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(215,'Raw chips backet','1',2.00,'2024-02-28 18:53:46','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(216,'Raw chips backet','1',-0.05,'2024-02-28 18:54:03','135.88','6','newstock','1','','',0.00,'','1','135.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(217,'Raw chips backet','1',1.00,'2024-02-28 18:54:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(218,'Raw chips backet','1',-0.05,'2024-02-28 19:27:47','135.83','6','newstock','1','','',0.00,'','1','135.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(219,'Raw chips backet','1',1.00,'2024-02-28 19:27:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(220,'Raw chips backet','4',-0.05,'2024-02-28 19:28:51','135.78','6','newstock','1','','',0.00,'','1','135.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(221,'Raw chips backet','4',1.00,'2024-02-28 19:28:51','9.00','6','newstock','1','','',0.00,'','1','10','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(222,'Raw chips backet','4',-0.09,'2024-02-28 19:32:27','135.73','6','newstock','1','','',0.00,'','1','135.639','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(223,'Raw chips backet','4',2.00,'2024-02-28 19:32:27','8.00','6','newstock','1','','',0.00,'','1','10','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(224,'Raw chips backet','3',-0.05,'2024-02-28 19:34:38','135.64','6','newstock','1','','',0.00,'','1','135.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(225,'Raw chips backet','3',1.00,'2024-02-28 19:34:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(226,'Raw chips backet','3',-0.09,'2024-02-28 19:48:25','135.59','6','newstock','1','','',0.00,'','1','135.499','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(227,'Raw chips backet','3',2.00,'2024-02-28 19:48:25','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(228,'Raw chips backet','2',-0.05,'2024-02-28 19:58:39','135.50','6','newstock','1','','',0.00,'','1','135.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(229,'Raw chips backet','2',1.00,'2024-02-28 19:58:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(230,'Raw chips backet','3',-0.05,'2024-02-28 20:01:48','135.45','6','newstock','1','','',0.00,'','1','135.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(231,'Raw chips backet','3',1.00,'2024-02-28 20:01:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(232,'Raw chips backet','4',-0.05,'2024-02-28 20:02:25','135.40','6','newstock','1','','',0.00,'','1','135.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(233,'Raw chips backet','4',1.00,'2024-02-28 20:02:25','6.00','6','newstock','1','','',0.00,'','1','7','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(234,'Raw chips backet','3',-0.05,'2024-02-28 20:05:52','135.35','6','newstock','1','','',0.00,'','1','135.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(235,'Raw chips backet','3',1.00,'2024-02-28 20:05:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(236,'Raw chips backet','3',-0.05,'2024-02-28 20:10:00','135.30','6','newstock','1','','',0.00,'','1','135.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(237,'Raw chips backet','3',1.00,'2024-02-28 20:10:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(238,'Raw chips backet','1',-0.05,'2024-02-28 21:04:05','135.25','6','newstock','1','','',0.00,'','1','135.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(239,'Raw chips backet','1',1.00,'2024-02-28 21:04:05','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(240,'Raw chips backet','1',-0.05,'2024-02-28 21:05:23','135.20','6','newstock','1','','',0.00,'','1','135.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(241,'Raw chips backet','1',1.00,'2024-02-28 21:05:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(242,'Raw chips backet','1',-0.09,'2024-02-28 21:10:03','135.15','6','newstock','1','','',0.00,'','1','135.059','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(243,'Raw chips backet','1',2.00,'2024-02-28 21:10:03','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(244,'Raw chips backet','3',-0.05,'2024-02-29 10:41:53','135.06','6','newstock','1','','',0.00,'','1','135.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(245,'Raw chips backet','3',1.00,'2024-02-29 10:41:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(246,'Raw chips backet','2',-0.05,'2024-02-29 13:18:16','135.01','6','newstock','1','','',0.00,'','1','134.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(247,'Raw chips backet','2',1.00,'2024-02-29 13:18:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(248,'Raw chips backet','2',-0.05,'2024-02-29 13:18:32','134.96','6','newstock','1','','',0.00,'','1','134.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(249,'Raw chips backet','2',1.00,'2024-02-29 13:18:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(250,'Raw chips backet','3',-0.09,'2024-02-29 13:18:58','134.91','6','newstock','1','','',0.00,'','1','134.819','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(251,'Raw chips backet','3',2.00,'2024-02-29 13:18:58','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(252,'Raw chips backet','2',-0.14,'2024-02-29 13:19:25','134.82','6','newstock','1','','',0.00,'','1','134.6835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(253,'Raw chips backet','2',3.00,'2024-02-29 13:19:25','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(254,'Raw chips backet','1',-0.05,'2024-02-29 13:20:29','134.68','6','newstock','1','','',0.00,'','1','134.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(255,'Raw chips backet','1',1.00,'2024-02-29 13:20:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(256,'Raw chips backet','4',-0.05,'2024-02-29 13:21:43','134.63','6','newstock','1','','',0.00,'','1','134.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(257,'Raw chips backet','4',1.00,'2024-02-29 13:21:43','5.00','6','newstock','1','','',0.00,'','1','6','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(258,'Raw chips backet','1',-0.18,'2024-02-29 13:40:17','134.58','6','newstock','1','','',0.00,'','1','134.398','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(259,'Raw chips backet','1',4.00,'2024-02-29 13:40:17','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(260,'Raw chips backet','4',-0.09,'2024-02-29 13:42:21','134.40','6','newstock','1','','',0.00,'','1','134.309','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(261,'Raw chips backet','4',2.00,'2024-02-29 13:42:21','4.00','6','newstock','1','','',0.00,'','1','6','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(262,'Raw chips backet','1',-0.05,'2024-02-29 13:50:04','134.31','6','newstock','1','','',0.00,'','1','134.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(263,'Raw chips backet','1',1.00,'2024-02-29 13:50:04','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(264,'Raw chips backet','3',-0.18,'2024-02-29 14:28:52','134.26','6','newstock','1','','',0.00,'','1','134.078','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(265,'Raw chips backet','3',4.00,'2024-02-29 14:28:52','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(266,'Raw chips backet','2',-0.09,'2024-02-29 14:29:46','134.08','6','newstock','1','','',0.00,'','1','133.989','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(267,'Raw chips backet','2',2.00,'2024-02-29 14:29:46','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(268,'Raw chips backet','1',-0.09,'2024-02-29 14:30:31','133.99','6','newstock','1','','',0.00,'','1','133.899','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(269,'Raw chips backet','1',2.00,'2024-02-29 14:30:31','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(270,'Raw chips backet','4',-0.09,'2024-02-29 14:31:38','133.90','6','newstock','1','','',0.00,'','1','133.809','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(271,'Raw chips backet','4',2.00,'2024-02-29 14:31:38','2.00','6','newstock','1','','',0.00,'','1','4','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(272,'Raw chips backet','1',-0.05,'2024-02-29 14:47:14','133.81','6','newstock','1','','',0.00,'','1','133.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(273,'Raw chips backet','1',1.00,'2024-02-29 14:47:14','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(274,'Raw chips backet','1',-0.05,'2024-02-29 14:49:24','133.76','6','newstock','1','','',0.00,'','1','133.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(275,'Raw chips backet','1',1.00,'2024-02-29 14:49:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(276,'Raw chips backet','1',-0.09,'2024-02-29 14:52:47','133.71','6','newstock','1','','',0.00,'','1','133.619','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(277,'Raw chips backet','1',2.00,'2024-02-29 14:52:47','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(278,'Raw chips backet','5',-0.05,'2024-02-29 15:05:31','133.62','6','newstock','1','','',0.00,'','1','133.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(279,'Raw chips backet','5',1.00,'2024-02-29 15:05:31','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(280,'Raw chips backet','1',-0.05,'2024-02-29 15:24:03','133.57','6','newstock','1','','',0.00,'','1','133.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(281,'Raw chips backet','1',1.00,'2024-02-29 15:24:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(282,'Raw chips backet','3',-0.05,'2024-02-29 15:24:22','133.52','6','newstock','1','','',0.00,'','1','133.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(283,'Raw chips backet','3',1.00,'2024-02-29 15:24:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(284,'Raw chips backet','1',-0.05,'2024-02-29 15:36:00','133.47','6','newstock','1','','',0.00,'','1','133.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(285,'Raw chips backet','1',1.00,'2024-02-29 15:36:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(286,'Raw chips backet','1',-0.05,'2024-02-29 15:36:37','133.42','6','newstock','1','','',0.00,'','1','133.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(287,'Raw chips backet','1',1.00,'2024-02-29 15:36:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(288,'Raw chips backet','1',-0.05,'2024-02-29 15:42:49','133.37','6','newstock','1','','',0.00,'','1','133.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(289,'Raw chips backet','1',1.00,'2024-02-29 15:42:49','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(290,'Raw chips backet','3',-0.14,'2024-02-29 16:06:02','133.32','6','newstock','1','','',0.00,'','1','133.1835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(291,'Raw chips backet','3',3.00,'2024-02-29 16:06:02','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(292,'Raw chips backet','1',-0.05,'2024-02-29 16:13:26','133.18','6','newstock','1','','',0.00,'','1','133.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(293,'Raw chips backet','1',1.00,'2024-02-29 16:13:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(294,'Raw chips backet','3',-0.05,'2024-02-29 16:13:46','133.13','6','newstock','1','','',0.00,'','1','133.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(295,'Raw chips backet','3',1.00,'2024-02-29 16:13:46','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(296,'Raw chips backet','3',-0.05,'2024-02-29 16:17:47','133.08','6','newstock','1','','',0.00,'','1','133.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(297,'Raw chips backet','3',1.00,'2024-02-29 16:17:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(298,'Raw chips backet','1',-0.05,'2024-02-29 17:46:15','133.03','6','newstock','1','','',0.00,'','1','132.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(299,'Raw chips backet','1',1.00,'2024-02-29 17:46:15','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(300,'Raw chips backet','3',-0.05,'2024-02-29 17:50:40','132.98','6','newstock','1','','',0.00,'','1','132.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(301,'Raw chips backet','3',1.00,'2024-02-29 17:50:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(302,'Raw chips backet','1',-0.23,'2024-02-29 19:35:55','132.93','6','newstock','1','','',0.00,'','1','132.7025','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(303,'Raw chips backet','1',5.00,'2024-02-29 19:35:55','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(304,'Raw chips backet','1',-0.05,'2024-02-29 19:50:42','132.70','7','newstock','1','','',0.00,'','1','132.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(305,'Raw chips backet','1',1.00,'2024-02-29 19:50:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(306,'Raw chips backet','1',-0.05,'2024-02-29 19:51:36','132.65','7','newstock','1','','',0.00,'','1','132.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(307,'Raw chips backet','1',1.00,'2024-02-29 19:51:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(308,'Raw chips backet','1',-0.05,'2024-02-29 19:52:26','132.60','7','newstock','1','','',0.00,'','1','132.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(309,'Raw chips backet','1',1.00,'2024-02-29 19:52:26','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(310,'Raw chips backet','1',-0.05,'2024-02-29 19:54:17','132.55','7','newstock','1','','',0.00,'','1','132.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(311,'Raw chips backet','1',1.00,'2024-02-29 19:54:17','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(312,'Raw chips backet','1',-0.09,'2024-02-29 19:56:46','132.50','7','newstock','1','','',0.00,'','1','132.409','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(313,'Raw chips backet','1',2.00,'2024-02-29 19:56:46','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(314,'Raw chips backet','1',-0.05,'2024-02-29 20:14:52','132.41','7','newstock','1','','',0.00,'','1','132.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(315,'Raw chips backet','1',1.00,'2024-02-29 20:14:52','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(316,'Raw chips backet','3',-0.05,'2024-03-01 12:45:19','132.36','6','newstock','1','','',0.00,'','1','132.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(317,'Raw chips backet','3',1.00,'2024-03-01 12:45:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(318,'Raw chips backet','3',-0.05,'2024-03-01 12:46:52','132.31','6','newstock','1','','',0.00,'','1','132.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(319,'Raw chips backet','3',1.00,'2024-03-01 12:46:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(320,'Raw chips backet','1',-0.14,'2024-03-01 12:48:38','132.26','6','newstock','1','','',0.00,'','1','132.1235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(321,'Raw chips backet','1',3.00,'2024-03-01 12:48:38','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(322,'Raw chips backet','1',-0.05,'2024-03-01 12:54:48','132.12','6','newstock','1','','',0.00,'','1','132.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(323,'Raw chips backet','1',1.00,'2024-03-01 12:54:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(324,'Raw chips backet','2',-0.09,'2024-03-01 13:23:26','132.07','6','newstock','1','','',0.00,'','1','131.979','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(325,'Raw chips backet','2',2.00,'2024-03-01 13:23:26','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(326,'Raw chips backet','2',-0.05,'2024-03-01 13:23:57','131.98','6','newstock','1','','',0.00,'','1','131.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(327,'Raw chips backet','2',1.00,'2024-03-01 13:23:57','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(328,'Raw chips backet','1',-0.05,'2024-03-01 13:41:39','131.93','6','newstock','1','','',0.00,'','1','131.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(329,'Raw chips backet','1',1.00,'2024-03-01 13:41:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(330,'Raw chips backet','3',-0.05,'2024-03-01 14:18:36','131.88','6','newstock','1','','',0.00,'','1','131.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(331,'Raw chips backet','3',1.00,'2024-03-01 14:18:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(332,'Raw chips backet','',44.00,'2024-03-01 14:41:10','131.83','6','newstock','1','','',0.00,'','1','175.83','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(333,'Raw chips backet','2',-0.09,'2024-03-01 14:41:14','175.83','6','newstock','1','','',0.00,'','1','175.739','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(334,'Raw chips backet','2',2.00,'2024-03-01 14:41:14','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(335,'Raw chips backet','1',-0.09,'2024-03-01 14:45:02','175.74','6','newstock','1','','',0.00,'','1','175.649','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(336,'Raw chips backet','1',2.00,'2024-03-01 14:45:02','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(337,'Raw chips backet','1',-0.05,'2024-03-01 15:10:00','175.65','6','newstock','1','','',0.00,'','1','175.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(338,'Raw chips backet','1',1.00,'2024-03-01 15:10:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(339,'Raw chips backet','3',-0.05,'2024-03-01 15:13:22','175.60','6','newstock','1','','',0.00,'','1','175.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(340,'Raw chips backet','3',1.00,'2024-03-01 15:13:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(341,'Raw chips backet','1',-0.05,'2024-03-01 15:25:33','175.55','6','newstock','1','','',0.00,'','1','175.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(342,'Raw chips backet','1',1.00,'2024-03-01 15:25:33','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(343,'Raw chips backet','1',-0.05,'2024-03-01 15:26:02','175.50','6','newstock','1','','',0.00,'','1','175.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(344,'Raw chips backet','1',1.00,'2024-03-01 15:26:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(345,'Raw chips backet','1',-0.09,'2024-03-01 15:57:03','175.45','6','newstock','1','','',0.00,'','1','175.359','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(346,'Raw chips backet','1',2.00,'2024-03-01 15:57:03','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(347,'Raw chips backet','1',-0.05,'2024-03-01 18:28:50','175.36','6','newstock','1','','',0.00,'','1','175.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(348,'Raw chips backet','1',1.00,'2024-03-01 18:28:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(349,'Raw chips backet','1',-0.09,'2024-03-01 18:29:35','175.31','6','newstock','1','','',0.00,'','1','175.219','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(350,'Raw chips backet','1',2.00,'2024-03-01 18:29:35','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(351,'Raw chips backet','3',-0.05,'2024-03-01 18:37:25','175.22','6','newstock','1','','',0.00,'','1','175.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(352,'Raw chips backet','3',1.00,'2024-03-01 18:37:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(353,'Raw chips backet','1',-0.05,'2024-03-01 18:38:52','175.17','6','newstock','1','','',0.00,'','1','175.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(354,'Raw chips backet','1',1.00,'2024-03-01 18:38:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(355,'Raw chips backet','5',-0.09,'2024-03-01 19:13:26','175.12','6','newstock','1','','',0.00,'','1','175.029','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(356,'Raw chips backet','5',2.00,'2024-03-01 19:13:26','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(357,'Raw chips backet','1',-0.05,'2024-03-01 19:51:39','175.03','6','newstock','1','','',0.00,'','1','174.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(358,'Raw chips backet','1',1.00,'2024-03-01 19:51:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(359,'Raw chips backet','4',-0.09,'2024-03-02 16:56:50','175.03','6','newstock','1','','',0.00,'','1','174.939','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(360,'Raw chips backet','4',2.00,'2024-03-02 16:56:50','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(361,'Raw chips backet','1',-0.18,'2024-03-02 16:57:19','174.94','6','newstock','1','','',0.00,'','1','174.758','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(362,'Raw chips backet','1',4.00,'2024-03-02 16:57:19','1.00','6','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(363,'Chicken','',3.50,'2024-03-02 17:14:47','0.00','6','newstock','1','','',0.00,'','1','3.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(364,'Raw chips backet','1',-0.09,'2024-03-02 17:15:55','174.76','6','newstock','1','','',0.00,'','1','174.669','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(365,'Raw chips backet','1',2.00,'2024-03-02 17:15:55','1.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(366,'Raw chips backet','3',-0.05,'2024-03-02 17:19:06','174.67','6','newstock','1','','',0.00,'','1','174.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(367,'Raw chips backet','3',1.00,'2024-03-02 17:19:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(368,'Raw chips backet','1',-0.05,'2024-03-02 17:41:23','174.62','6','newstock','1','','',0.00,'','1','174.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(369,'Raw chips backet','1',1.00,'2024-03-02 17:41:23','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(370,'Raw chips backet','1',-0.05,'2024-03-02 17:44:07','174.57','6','newstock','1','','',0.00,'','1','174.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(371,'Raw chips backet','1',1.00,'2024-03-02 17:44:07','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(372,'Raw chips backet','1',-0.05,'2024-03-02 18:16:27','174.52','6','newstock','1','','',0.00,'','1','174.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(373,'Raw chips backet','1',1.00,'2024-03-02 18:16:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(374,'Raw chips backet','1',-0.05,'2024-03-02 18:17:30','174.47','6','newstock','1','','',0.00,'','1','174.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(375,'Raw chips backet','1',1.00,'2024-03-02 18:17:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(376,'Raw chips backet','1',-0.05,'2024-03-02 18:36:00','174.42','6','newstock','1','','',0.00,'','1','174.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(377,'Raw chips backet','1',1.00,'2024-03-02 18:36:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(378,'Pep soda 2ltrs','',30.00,'2024-03-02 18:38:33','1.00','6','newstock','1','','',0.00,'','1','31','internal','1','26','','',0.00,'','220','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(379,'Raw chips backet','1',-0.55,'2024-03-02 18:59:11','174.37','6','newstock','1','','',0.00,'','1','173.824','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(380,'Raw chips backet','1',12.00,'2024-03-02 18:59:11','0.00','6','newstock','1','','',0.00,'','1','12','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(381,'Raw chips backet','1',-0.09,'2024-03-02 19:02:10','174.37','6','newstock','1','','',0.00,'','1','174.279','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(382,'Raw chips backet','1',2.00,'2024-03-02 19:02:10','12.00','6','newstock','1','','',0.00,'','1','14','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(383,'Raw chips backet','1',-0.09,'2024-03-02 19:02:48','174.28','6','newstock','1','','',0.00,'','1','174.189','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(384,'Raw chips backet','1',2.00,'2024-03-02 19:02:48','10.00','6','newstock','1','','',0.00,'','1','12','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(385,'Raw chips backet','1',-0.05,'2024-03-02 19:21:45','174.19','6','newstock','1','','',0.00,'','1','174.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(386,'Raw chips backet','1',1.00,'2024-03-02 19:21:45','8.00','6','newstock','1','','',0.00,'','1','9','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(387,'Raw chips backet','1',-0.05,'2024-03-02 19:29:56','174.14','6','newstock','1','','',0.00,'','1','174.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(388,'Raw chips backet','1',1.00,'2024-03-02 19:29:56','7.00','6','newstock','1','','',0.00,'','1','8','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(389,'Raw chips backet','1',-0.05,'2024-03-02 19:56:38','174.09','6','newstock','1','','',0.00,'','1','174.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(390,'Raw chips backet','1',1.00,'2024-03-02 19:56:38','6.00','6','newstock','1','','',0.00,'','1','7','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(391,'Raw chips backet','1',-0.05,'2024-03-02 20:15:45','174.04','6','newstock','1','','',0.00,'','1','173.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(392,'Raw chips backet','1',1.00,'2024-03-02 20:15:45','5.00','6','newstock','1','','',0.00,'','1','6','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(393,'Raw chips backet','3',-0.05,'2024-03-05 10:36:35','173.99','7','newstock','1','','',0.00,'','1','173.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(394,'Raw chips backet','3',1.00,'2024-03-05 10:36:35','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(395,'Raw chips backet','2',-0.05,'2024-03-05 10:36:45','173.94','7','newstock','1','','',0.00,'','1','173.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(396,'Raw chips backet','2',1.00,'2024-03-05 10:36:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(397,'Raw chips backet','1',-0.05,'2024-03-05 12:20:42','173.89','7','newstock','1','','',0.00,'','1','173.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(398,'Raw chips backet','1',1.00,'2024-03-05 12:20:42','4.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(399,'Raw chips backet','2',-0.05,'2024-03-05 12:26:28','173.84','7','newstock','1','','',0.00,'','1','173.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(400,'Raw chips backet','2',1.00,'2024-03-05 12:26:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(401,'Raw chips backet','2',-0.05,'2024-03-05 12:34:45','173.79','7','newstock','1','','',0.00,'','1','173.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(402,'Raw chips backet','2',1.00,'2024-03-05 12:34:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(403,'Raw chips backet','1',-0.05,'2024-03-05 12:41:35','173.74','7','newstock','1','','',0.00,'','1','173.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(404,'Raw chips backet','1',1.00,'2024-03-05 12:41:35','3.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(405,'Raw chips backet','3',-0.05,'2024-03-05 13:09:12','173.69','7','newstock','1','','',0.00,'','1','173.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(406,'Raw chips backet','3',1.00,'2024-03-05 13:09:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(407,'Raw chips backet','1',-0.05,'2024-03-05 13:09:46','173.64','7','newstock','1','','',0.00,'','1','173.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(408,'Raw chips backet','1',1.00,'2024-03-05 13:09:46','2.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(409,'Raw chips backet','5',-0.05,'2024-03-05 14:44:15','173.59','7','newstock','1','','',0.00,'','1','173.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(410,'Raw chips backet','5',1.00,'2024-03-05 14:44:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(411,'Raw chips backet','3',-0.05,'2024-03-05 14:44:48','173.54','7','newstock','1','','',0.00,'','1','173.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(412,'Raw chips backet','3',1.00,'2024-03-05 14:44:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(413,'Raw chips backet','1',-0.05,'2024-03-05 14:53:30','173.49','7','newstock','1','','',0.00,'','1','173.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(414,'Raw chips backet','1',1.00,'2024-03-05 14:53:30','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(415,'Raw chips backet','1',-0.05,'2024-03-05 15:16:27','173.44','7','newstock','1','','',0.00,'','1','173.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(416,'Raw chips backet','1',1.00,'2024-03-05 15:16:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(417,'Raw chips backet','3',-0.05,'2024-03-05 15:46:20','173.39','7','newstock','1','','',0.00,'','1','173.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(418,'Raw chips backet','3',1.00,'2024-03-05 15:46:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(419,'Raw chips backet','5',-0.05,'2024-03-05 15:54:53','173.34','7','newstock','1','','',0.00,'','1','173.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(420,'Raw chips backet','5',1.00,'2024-03-05 15:54:53','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(421,'Raw chips backet','2',-0.09,'2024-03-05 16:55:01','173.29','7','newstock','1','','',0.00,'','1','173.199','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(422,'Raw chips backet','2',2.00,'2024-03-05 16:55:01','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(423,'Raw chips backet','4',-0.05,'2024-03-05 16:55:46','173.20','7','newstock','1','','',0.00,'','1','173.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(424,'Raw chips backet','4',1.00,'2024-03-05 16:55:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(425,'Raw chips backet','3',-0.05,'2024-03-05 17:24:45','173.15','7','newstock','1','','',0.00,'','1','173.1045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(426,'Raw chips backet','3',1.00,'2024-03-05 17:24:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(427,'Raw chips backet','2',-0.05,'2024-03-05 17:25:06','173.10','7','newstock','1','','',0.00,'','1','173.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(428,'Raw chips backet','2',1.00,'2024-03-05 17:25:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(429,'Raw chips backet','1',-0.05,'2024-03-05 17:25:43','173.05','7','newstock','1','','',0.00,'','1','173.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(430,'Raw chips backet','1',1.00,'2024-03-05 17:25:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(431,'Raw chips backet','1',-0.09,'2024-03-05 17:26:20','173.00','7','newstock','1','','',0.00,'','1','172.909','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(432,'Raw chips backet','1',2.00,'2024-03-05 17:26:20','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(433,'Raw chips backet','1',0.23,'2024-03-13 13:18:10','172.91','1','newstock','1','','',0.00,'','1','172.6825','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(434,'Express fries','',5.00,'2024-03-13 13:18:10','0.00','1','newstock','1','','',0.00,'','1','5','internal','1','1','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(435,'Raw chips backet','1',0.23,'2024-03-13 13:20:39','172.68','1','newstock','1','','',0.00,'','1','172.4525','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(436,'Express fries','',5.00,'2024-03-13 13:20:39','5.00','1','newstock','1','','',0.00,'','1','10','internal','1','1','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(437,'Raw chips backet','3',-0.05,'2024-03-13 13:58:04','172.45','6','newstock','1','','',0.00,'','1','172.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(438,'Raw chips backet','3',1.00,'2024-03-13 13:58:04','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(439,'Raw chips backet','2',-0.09,'2024-03-13 15:01:07','172.40','6','newstock','1','','',0.00,'','1','172.309','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(440,'Raw chips backet','2',2.00,'2024-03-13 15:01:07','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(441,'Raw chips backet','4',-0.09,'2024-03-13 15:27:21','172.31','6','newstock','1','','',0.00,'','1','172.219','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(442,'Raw chips backet','4',2.00,'2024-03-13 15:27:21','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(443,'Chicken','',2.50,'2024-03-13 15:55:20','0.00','6','newstock','1','','',0.00,'','1','2.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(444,'Raw chips backet','4',-0.09,'2024-03-13 16:36:23','172.22','6','newstock','1','','',0.00,'','1','172.129','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(445,'Raw chips backet','4',2.00,'2024-03-13 16:36:23','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(446,'Raw chips backet','2',-0.05,'2024-03-13 16:36:55','172.13','6','newstock','1','','',0.00,'','1','172.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(447,'Raw chips backet','2',1.00,'2024-03-13 16:36:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(448,'Raw chips backet','3',-0.05,'2024-03-13 17:00:00','172.08','6','newstock','1','','',0.00,'','1','172.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(449,'Raw chips backet','3',1.00,'2024-03-13 17:00:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(450,'Raw chips backet','1',0.91,'2024-03-13 17:05:20','172.03','6','newstock','1','','',0.00,'','1','171.12','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(451,'Express fries','',20.00,'2024-03-13 17:05:20','0.00','6','newstock','1','','',0.00,'','1','20','internal','1','1','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(452,'Raw chips backet','3',-0.05,'2024-03-13 19:53:22','171.12','6','newstock','1','','',0.00,'','1','171.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(453,'Raw chips backet','3',1.00,'2024-03-13 19:53:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(454,'Raw chips backet','3',-0.05,'2024-03-13 20:29:00','171.07','6','newstock','1','','',0.00,'','1','171.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(455,'Raw chips backet','3',1.00,'2024-03-13 20:29:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(456,'Raw chips backet','5',-0.05,'2024-03-13 20:30:05','171.02','6','newstock','1','','',0.00,'','1','170.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(457,'Raw chips backet','5',1.00,'2024-03-13 20:30:05','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(458,'Raw chips backet','1',1.00,'2024-03-14 12:03:01','170.97','6','newstock','1','','',0.00,'','1','169.969','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(459,'Express fries','',22.00,'2024-03-14 12:03:01','7.00','6','newstock','1','','',0.00,'','1','29','internal','1','1','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(460,'Chicken','',3.00,'2024-03-14 12:04:09','1.00','6','newstock','1','','',0.00,'','1','4','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(461,'Raw chips backet','5',-0.05,'2024-03-14 12:08:53','169.97','6','newstock','1','','',0.00,'','1','169.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(462,'Raw chips backet','5',1.00,'2024-03-14 12:08:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(463,'Raw chips backet','2',-0.05,'2024-03-14 12:09:24','169.92','6','newstock','1','','',0.00,'','1','169.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(464,'Raw chips backet','2',1.00,'2024-03-14 12:09:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(465,'Raw chips backet','3',-0.09,'2024-03-14 14:57:36','169.87','6','newstock','1','','',0.00,'','1','169.779','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(466,'Raw chips backet','3',2.00,'2024-03-14 14:57:36','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(467,'Raw chips backet','3',-0.09,'2024-03-14 17:20:45','169.78','6','newstock','1','','',0.00,'','1','169.689','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(468,'Raw chips backet','3',2.00,'2024-03-14 17:20:45','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(469,'Raw chips backet','3',-0.05,'2024-03-14 19:40:19','169.69','6','newstock','1','','',0.00,'','1','169.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(470,'Raw chips backet','3',1.00,'2024-03-14 19:40:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(471,'Raw chips backet','2',-0.05,'2024-03-14 19:40:45','169.64','6','newstock','1','','',0.00,'','1','169.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(472,'Raw chips backet','2',1.00,'2024-03-14 19:40:45','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(473,'Raw chips backet','5',-0.14,'2024-03-14 20:15:30','169.59','6','newstock','1','','',0.00,'','1','169.4535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(474,'Raw chips backet','5',3.00,'2024-03-14 20:15:30','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(475,'Raw chips backet','3',-0.05,'2024-03-14 20:19:19','169.45','6','newstock','1','','',0.00,'','1','169.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(476,'Raw chips backet','3',1.00,'2024-03-14 20:19:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(477,'Raw chips backet','4',-0.05,'2024-03-14 20:19:35','169.40','6','newstock','1','','',0.00,'','1','169.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(478,'Raw chips backet','4',1.00,'2024-03-14 20:19:35','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(479,'Raw chips backet','3',-0.05,'2024-03-14 20:20:19','169.35','6','newstock','1','','',0.00,'','1','169.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(480,'Raw chips backet','3',1.00,'2024-03-14 20:20:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(481,'Raw chips backet','4',-0.14,'2024-03-14 21:28:26','169.30','6','newstock','1','','',0.00,'','1','169.1635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(482,'Raw chips backet','4',3.00,'2024-03-14 21:28:26','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(483,'Raw chips backet','1',1.00,'2024-03-15 11:13:08','169.16','6','newstock','1','','',0.00,'','1','168.159','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(484,'Express fries','',22.00,'2024-03-15 11:13:08','4.00','6','newstock','1','','',0.00,'','1','26','internal','1','1','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(485,'Raw chips backet','3',-0.14,'2024-03-15 12:20:19','168.16','6','newstock','1','','',0.00,'','1','168.0235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(486,'Raw chips backet','3',3.00,'2024-03-15 12:20:19','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(487,'Raw chips backet','2',-0.05,'2024-03-15 14:36:03','168.02','6','newstock','1','','',0.00,'','1','167.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(488,'Raw chips backet','2',1.00,'2024-03-15 14:36:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(489,'Raw chips backet','2',-0.09,'2024-03-15 14:37:12','167.97','6','newstock','1','','',0.00,'','1','167.879','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(490,'Raw chips backet','2',2.00,'2024-03-15 14:37:12','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(491,'Raw chips backet','3',-0.05,'2024-03-15 14:38:37','167.88','6','newstock','1','','',0.00,'','1','167.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(492,'Raw chips backet','3',1.00,'2024-03-15 14:38:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(493,'Raw chips backet','3',-0.05,'2024-03-15 14:48:07','167.83','6','newstock','1','','',0.00,'','1','167.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(494,'Raw chips backet','3',1.00,'2024-03-15 14:48:07','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(495,'Raw chips backet','3',-0.09,'2024-03-15 16:54:16','167.78','6','newstock','1','','',0.00,'','1','167.689','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(496,'Raw chips backet','3',2.00,'2024-03-15 16:54:16','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(497,'Raw chips backet','5',-0.05,'2024-03-15 16:54:38','167.69','6','newstock','1','','',0.00,'','1','167.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(498,'Raw chips backet','5',1.00,'2024-03-15 16:54:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(499,'Raw chips backet','3',-0.09,'2024-03-15 16:55:32','167.64','6','newstock','1','','',0.00,'','1','167.549','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(500,'Raw chips backet','3',2.00,'2024-03-15 16:55:32','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(501,'Raw chips backet','2',-0.05,'2024-03-15 17:32:37','167.55','6','newstock','1','','',0.00,'','1','167.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(502,'Raw chips backet','2',1.00,'2024-03-15 17:32:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(503,'Raw chips backet','3',-0.05,'2024-03-15 17:37:45','167.50','6','newstock','1','','',0.00,'','1','167.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(504,'Raw chips backet','3',1.00,'2024-03-15 17:37:45','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(505,'Raw chips backet','3',-0.05,'2024-03-15 18:01:03','167.50','6','newstock','1','','',0.00,'','1','167.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(506,'Raw chips backet','3',1.00,'2024-03-15 18:01:03','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(507,'Raw chips backet','3',-0.09,'2024-03-15 18:20:23','167.45','7','newstock','1','','',0.00,'','1','167.359','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(508,'Raw chips backet','3',2.00,'2024-03-15 18:20:23','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(509,'Raw chips backet','2',-0.09,'2024-03-15 18:36:36','167.36','7','newstock','1','','',0.00,'','1','167.269','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(510,'Raw chips backet','2',2.00,'2024-03-15 18:36:36','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(511,'Raw chips backet','5',-0.05,'2024-03-15 19:45:44','167.27','7','newstock','1','','',0.00,'','1','167.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(512,'Raw chips backet','5',1.00,'2024-03-15 19:45:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(513,'Raw chips backet','2',-0.09,'2024-03-15 19:45:57','167.22','7','newstock','1','','',0.00,'','1','167.129','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(514,'Raw chips backet','2',2.00,'2024-03-15 19:45:57','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(515,'Raw chips backet','1',0.46,'2024-03-16 11:29:18','167.13','1','newstock','1','','',0.00,'','1','166.675','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(516,'Express fries','',10.00,'2024-03-16 11:29:18','1.00','1','newstock','1','','',0.00,'','1','11','internal','1','1','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(517,'Express fries','',-9.00,'2024-03-16 11:33:46','9.00','1','newstock','1','','',0.00,'','1','0','internal','1','1','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(518,'Raw chips backet','1',-0.09,'2024-03-16 11:34:43','166.68','1','newstock','1','','',0.00,'','1','166.589','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(519,'Raw chips backet','1',2.00,'2024-03-16 11:34:43','0.00','1','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(520,'Raw chips backet','4',-0.09,'2024-03-16 11:36:21','166.59','1','newstock','1','','',0.00,'','1','166.499','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(521,'Raw chips backet','4',2.00,'2024-03-16 11:36:21','0.00','1','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(522,'Raw chips backet','3',-0.05,'2024-03-16 13:09:05','22.00','6','newstock','1','','',0.00,'','1','21.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(523,'Raw chips backet','3',1.00,'2024-03-16 13:09:05','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(524,'Raw chips backet','3',-0.18,'2024-03-16 13:09:25','22.00','6','newstock','1','','',0.00,'','1','21.818','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(525,'Raw chips backet','3',4.00,'2024-03-16 13:09:25','1.00','6','newstock','1','','',0.00,'','1','5','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(526,'Raw chips backet','2',-0.09,'2024-03-16 13:17:38','21.82','6','newstock','1','','',0.00,'','1','21.729','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(527,'Raw chips backet','2',2.00,'2024-03-16 13:17:38','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(528,'Raw chips backet','4',-0.14,'2024-03-16 13:40:41','21.73','6','newstock','1','','',0.00,'','1','21.5935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(529,'Raw chips backet','4',3.00,'2024-03-16 13:40:41','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(530,'Raw chips backet','1',-0.05,'2024-03-16 13:41:33','21.59','6','newstock','1','','',0.00,'','1','21.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(531,'Raw chips backet','1',1.00,'2024-03-16 13:41:33','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(532,'Raw chips backet','1',-0.09,'2024-03-16 14:08:50','21.54','6','newstock','1','','',0.00,'','1','21.449','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(533,'Raw chips backet','1',2.00,'2024-03-16 14:08:50','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(534,'Raw chips backet','3',-0.05,'2024-03-16 14:14:16','21.45','6','newstock','1','','',0.00,'','1','21.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(535,'Raw chips backet','3',1.00,'2024-03-16 14:14:16','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(536,'Raw chips backet','3',-0.09,'2024-03-16 14:41:15','21.40','6','newstock','1','','',0.00,'','1','21.309','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(537,'Raw chips backet','3',2.00,'2024-03-16 14:41:15','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(538,'Raw chips backet','1',-0.09,'2024-03-16 14:41:24','21.31','6','newstock','1','','',0.00,'','1','21.219','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(539,'Raw chips backet','1',2.00,'2024-03-16 14:41:24','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(540,'Raw chips backet','4',-0.05,'2024-03-16 14:41:31','21.22','6','newstock','1','','',0.00,'','1','21.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(541,'Raw chips backet','4',1.00,'2024-03-16 14:41:31','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(542,'Raw chips backet','5',-0.09,'2024-03-16 14:41:42','21.17','6','newstock','1','','',0.00,'','1','21.079','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(543,'Raw chips backet','5',2.00,'2024-03-16 14:41:42','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(544,'Raw chips backet','3',-0.05,'2024-03-16 14:42:02','21.08','6','newstock','1','','',0.00,'','1','21.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(545,'Raw chips backet','3',1.00,'2024-03-16 14:42:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(546,'Raw chips backet','1',-0.05,'2024-03-16 14:43:18','21.21','6','newstock','1','','',0.00,'','1','21.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(547,'Raw chips backet','1',1.00,'2024-03-16 14:43:18','2.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(548,'Raw chips backet','1',-0.05,'2024-03-16 14:58:55','21.16','6','newstock','1','','',0.00,'','1','21.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(549,'Raw chips backet','1',1.00,'2024-03-16 14:58:55','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(550,'Raw chips backet','5',-0.09,'2024-03-16 15:03:08','21.11','6','newstock','1','','',0.00,'','1','21.019','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(551,'Raw chips backet','5',2.00,'2024-03-16 15:03:08','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(552,'Raw chips backet','1',-0.05,'2024-03-16 15:18:49','21.02','6','newstock','1','','',0.00,'','1','20.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(553,'Raw chips backet','1',1.00,'2024-03-16 15:18:49','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(554,'Raw chips backet','3',-0.05,'2024-03-16 15:18:52','20.97','6','newstock','1','','',0.00,'','1','20.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(555,'Raw chips backet','3',1.00,'2024-03-16 15:18:52','2.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(556,'Raw chips backet','2',-0.05,'2024-03-16 15:18:55','20.92','6','newstock','1','','',0.00,'','1','20.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(557,'Raw chips backet','2',1.00,'2024-03-16 15:18:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(558,'Raw chips backet','1',-0.05,'2024-03-16 15:20:46','20.87','6','newstock','1','','',0.00,'','1','20.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(559,'Raw chips backet','1',1.00,'2024-03-16 15:20:46','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(560,'Raw chips backet','3',-0.05,'2024-03-16 15:57:05','20.82','6','newstock','1','','',0.00,'','1','20.7745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(561,'Raw chips backet','3',1.00,'2024-03-16 15:57:05','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(562,'Raw chips backet','1',-0.05,'2024-03-16 15:57:47','20.77','6','newstock','1','','',0.00,'','1','20.7245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(563,'Raw chips backet','1',1.00,'2024-03-16 15:57:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(564,'Raw chips backet','5',-0.09,'2024-03-16 15:59:24','20.72','6','newstock','1','','',0.00,'','1','20.629','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(565,'Raw chips backet','5',2.00,'2024-03-16 15:59:24','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(566,'Raw chips backet','3',-0.23,'2024-03-16 16:00:19','20.63','6','newstock','1','','',0.00,'','1','20.4025','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(567,'Raw chips backet','3',5.00,'2024-03-16 16:00:19','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(568,'Raw chips backet','1',-0.09,'2024-03-16 16:03:53','20.40','6','newstock','1','','',0.00,'','1','20.309','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(569,'Raw chips backet','1',2.00,'2024-03-16 16:03:53','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(570,'Raw chips backet','2',-0.05,'2024-03-16 16:05:00','20.31','6','newstock','1','','',0.00,'','1','20.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(571,'Raw chips backet','2',1.00,'2024-03-16 16:05:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(572,'Chicken','',4.00,'2024-03-16 16:06:10','0.50','6','newstock','1','','',0.00,'','1','4.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(573,'Raw chips backet','1',-0.05,'2024-03-16 16:07:39','20.26','6','newstock','1','','',0.00,'','1','20.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(574,'Raw chips backet','1',1.00,'2024-03-16 16:07:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(575,'Raw chips backet','1',-0.05,'2024-03-16 16:17:38','20.21','6','newstock','1','','',0.00,'','1','20.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(576,'Raw chips backet','1',1.00,'2024-03-16 16:17:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(577,'Raw chips backet','3',-0.05,'2024-03-16 16:18:25','20.16','6','newstock','1','','',0.00,'','1','20.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(578,'Raw chips backet','3',1.00,'2024-03-16 16:18:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(579,'Raw chips backet','1',-0.05,'2024-03-16 16:27:22','20.11','6','newstock','1','','',0.00,'','1','20.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(580,'Raw chips backet','1',1.00,'2024-03-16 16:27:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(581,'Raw chips backet','1',-0.14,'2024-03-16 16:50:02','20.11','6','newstock','1','','',0.00,'','1','19.9735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(582,'Raw chips backet','1',3.00,'2024-03-16 16:50:02','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(583,'Raw chips backet','1',-0.05,'2024-03-16 16:51:36','19.97','6','newstock','1','','',0.00,'','1','19.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(584,'Raw chips backet','1',1.00,'2024-03-16 16:51:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(585,'Raw chips backet','1',-0.05,'2024-03-16 17:17:38','19.92','6','newstock','1','','',0.00,'','1','19.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(586,'Raw chips backet','1',1.00,'2024-03-16 17:17:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(587,'Raw chips backet','3',-0.09,'2024-03-16 17:19:00','19.87','6','newstock','1','','',0.00,'','1','19.779','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(588,'Raw chips backet','3',2.00,'2024-03-16 17:19:00','1.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(589,'Raw chips backet','4',-0.05,'2024-03-16 17:29:31','19.78','7','newstock','1','','',0.00,'','1','19.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(590,'Raw chips backet','4',1.00,'2024-03-16 17:29:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(591,'Raw chips backet','4',-0.05,'2024-03-16 17:29:34','19.73','7','newstock','1','','',0.00,'','1','19.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(592,'Raw chips backet','4',1.00,'2024-03-16 17:29:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(593,'Raw chips backet','3',-0.05,'2024-03-16 17:29:45','19.68','7','newstock','1','','',0.00,'','1','19.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(594,'Raw chips backet','3',1.00,'2024-03-16 17:29:45','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(595,'Raw chips backet','3',-0.05,'2024-03-16 17:29:49','19.63','7','newstock','1','','',0.00,'','1','19.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(596,'Raw chips backet','3',1.00,'2024-03-16 17:29:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(597,'Raw chips backet','3',-0.05,'2024-03-16 17:29:51','19.58','7','newstock','1','','',0.00,'','1','19.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(598,'Raw chips backet','3',1.00,'2024-03-16 17:29:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(599,'Raw chips backet','1',-0.05,'2024-03-16 17:58:19','19.53','7','newstock','1','','',0.00,'','1','19.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(600,'Raw chips backet','1',1.00,'2024-03-16 17:58:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(601,'Raw chips backet','1',-0.05,'2024-03-16 18:30:28','19.48','7','newstock','1','','',0.00,'','1','19.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(602,'Raw chips backet','1',1.00,'2024-03-16 18:30:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(603,'Raw chips backet','1',-0.05,'2024-03-16 18:30:44','19.43','7','newstock','1','','',0.00,'','1','19.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(604,'Raw chips backet','1',1.00,'2024-03-16 18:30:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(605,'Raw chips backet','1',-0.05,'2024-03-16 18:33:28','19.38','7','newstock','1','','',0.00,'','1','19.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(606,'Raw chips backet','1',1.00,'2024-03-16 18:33:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(607,'Raw chips backet','1',-0.05,'2024-03-16 19:05:09','19.33','6','newstock','1','','',0.00,'','1','19.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(608,'Raw chips backet','1',1.00,'2024-03-16 19:05:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(609,'Raw chips backet','1',-0.09,'2024-03-16 19:08:21','19.28','6','newstock','1','','',0.00,'','1','19.189','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(610,'Raw chips backet','1',2.00,'2024-03-16 19:08:21','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(611,'Raw chips backet','3',-0.05,'2024-03-16 19:14:37','19.19','6','newstock','1','','',0.00,'','1','19.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(612,'Raw chips backet','3',1.00,'2024-03-16 19:14:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(613,'Raw chips backet','1',-0.05,'2024-03-16 19:20:32','19.14','6','newstock','1','','',0.00,'','1','19.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(614,'Raw chips backet','1',1.00,'2024-03-16 19:20:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(615,'Raw chips backet','2',-0.05,'2024-03-16 19:28:31','19.09','6','newstock','1','','',0.00,'','1','19.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(616,'Raw chips backet','2',1.00,'2024-03-16 19:28:31','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(617,'Raw chips backet','2',-0.05,'2024-03-16 19:52:33','19.04','6','newstock','1','','',0.00,'','1','18.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(618,'Raw chips backet','2',1.00,'2024-03-16 19:52:33','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(619,'Raw chips backet','1',-0.05,'2024-03-16 20:01:18','18.99','6','newstock','1','','',0.00,'','1','18.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(620,'Raw chips backet','1',1.00,'2024-03-16 20:01:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(621,'Raw chips backet','1',-0.05,'2024-03-16 20:23:38','18.94','6','newstock','1','','',0.00,'','1','18.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(622,'Raw chips backet','1',1.00,'2024-03-16 20:23:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(623,'Raw chips backet','1',-0.05,'2024-03-16 20:59:25','18.89','6','newstock','1','','',0.00,'','1','18.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(624,'Raw chips backet','1',1.00,'2024-03-16 20:59:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(625,'Raw chips backet','3',-0.09,'2024-03-16 20:59:53','18.84','6','newstock','1','','',0.00,'','1','18.749','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(626,'Raw chips backet','3',2.00,'2024-03-16 20:59:53','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(627,'Raw chips backet','1',-0.05,'2024-03-16 21:28:29','18.75','6','newstock','1','','',0.00,'','1','18.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(628,'Raw chips backet','1',1.00,'2024-03-16 21:28:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(629,'Raw chips backet','1',-0.05,'2024-03-16 21:32:51','18.70','7','newstock','1','','',0.00,'','1','18.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(630,'Raw chips backet','1',1.00,'2024-03-16 21:32:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(631,'Raw chips backet','2',-0.09,'2024-03-18 13:36:45','18.70','6','newstock','1','','',0.00,'','1','18.609','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(632,'Raw chips backet','2',2.00,'2024-03-18 13:36:45','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(633,'Raw chips backet','4',-0.05,'2024-03-18 13:36:53','18.61','6','newstock','1','','',0.00,'','1','18.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(634,'Raw chips backet','4',1.00,'2024-03-18 13:36:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(635,'Raw chips backet','5',-0.05,'2024-03-18 13:39:00','18.56','6','newstock','1','','',0.00,'','1','18.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(636,'Raw chips backet','5',1.00,'2024-03-18 13:39:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(637,'Raw chips backet','2',-0.05,'2024-03-18 13:39:03','18.51','6','newstock','1','','',0.00,'','1','18.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(638,'Raw chips backet','2',1.00,'2024-03-18 13:39:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(639,'Raw chips backet','1',-0.05,'2024-03-18 13:39:07','18.46','6','newstock','1','','',0.00,'','1','18.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(640,'Raw chips backet','1',1.00,'2024-03-18 13:39:07','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(641,'Raw chips backet','1',-0.05,'2024-03-18 13:39:11','18.41','6','newstock','1','','',0.00,'','1','18.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(642,'Raw chips backet','1',1.00,'2024-03-18 13:39:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(643,'Raw chips backet','1',-0.05,'2024-03-18 13:53:45','18.36','6','newstock','1','','',0.00,'','1','18.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(644,'Raw chips backet','1',1.00,'2024-03-18 13:53:45','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(645,'Raw chips backet','3',-0.09,'2024-03-18 17:57:45','18.31','6','newstock','1','','',0.00,'','1','18.219','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(646,'Raw chips backet','3',2.00,'2024-03-18 17:57:45','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(647,'Raw chips backet','1',-0.05,'2024-03-19 12:32:59','18.22','7','newstock','1','','',0.00,'','1','18.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(648,'Raw chips backet','1',1.00,'2024-03-19 12:32:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(649,'Raw chips backet','1',-0.09,'2024-03-19 12:35:59','18.17','7','newstock','1','','',0.00,'','1','18.079','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(650,'Raw chips backet','1',2.00,'2024-03-19 12:35:59','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(651,'Raw chips backet','2',-0.05,'2024-03-19 12:51:09','18.17','7','newstock','1','','',0.00,'','1','18.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(652,'Raw chips backet','2',1.00,'2024-03-19 12:51:09','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(653,'Raw chips backet','1',-0.14,'2024-03-19 12:59:03','18.17','7','newstock','1','','',0.00,'','1','18.0335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(654,'Raw chips backet','1',3.00,'2024-03-19 12:59:03','2.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(655,'Raw chips backet','2',-0.05,'2024-03-19 14:20:21','18.03','7','newstock','1','','',0.00,'','1','17.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(656,'Raw chips backet','2',1.00,'2024-03-19 14:20:21','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(657,'Raw chips backet','4',-0.05,'2024-03-19 14:20:57','17.98','7','newstock','1','','',0.00,'','1','17.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(658,'Raw chips backet','4',1.00,'2024-03-19 14:20:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(659,'Raw chips backet','1',-0.05,'2024-03-19 14:33:07','17.93','7','newstock','1','','',0.00,'','1','17.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(660,'Raw chips backet','1',1.00,'2024-03-19 14:33:07','2.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(661,'Raw chips backet','1',-0.05,'2024-03-19 14:50:42','17.88','7','newstock','1','','',0.00,'','1','17.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(662,'Raw chips backet','1',1.00,'2024-03-19 14:50:42','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(663,'Chicken','',1.00,'2024-03-19 15:01:57','0.00','7','newstock','1','','',0.00,'','Main','1','Internal','Main','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(664,'Raw chips backet','1',-0.14,'2024-03-19 15:03:42','17.88','7','newstock','1','','',0.00,'','1','17.7435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(665,'Raw chips backet','1',3.00,'2024-03-19 15:03:42','1.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(666,'Raw chips backet','1',-0.05,'2024-03-19 15:14:07','17.74','7','newstock','1','','',0.00,'','1','17.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(667,'Raw chips backet','1',1.00,'2024-03-19 15:14:07','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(668,'Raw chips backet','4',-0.05,'2024-03-19 15:16:13','17.69','7','newstock','1','','',0.00,'','1','17.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(669,'Raw chips backet','4',1.00,'2024-03-19 15:16:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(670,'Raw chips backet','1',-0.05,'2024-03-19 15:47:50','17.64','7','newstock','1','','',0.00,'','1','17.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(671,'Raw chips backet','1',1.00,'2024-03-19 15:47:50','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(672,'Raw chips backet','2',-0.05,'2024-03-19 15:49:11','17.59','7','newstock','1','','',0.00,'','1','17.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(673,'Raw chips backet','2',1.00,'2024-03-19 15:49:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(674,'Raw chips backet','3',-0.05,'2024-03-19 16:42:45','17.54','7','newstock','1','','',0.00,'','1','17.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(675,'Raw chips backet','3',1.00,'2024-03-19 16:42:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(676,'Raw chips backet','3',-0.05,'2024-03-19 16:46:55','17.49','7','newstock','1','','',0.00,'','1','17.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(677,'Raw chips backet','3',1.00,'2024-03-19 16:46:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(678,'Raw chips backet','4',-0.05,'2024-03-19 17:29:10','17.44','7','newstock','1','','',0.00,'','1','17.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(679,'Raw chips backet','4',1.00,'2024-03-19 17:29:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(680,'Raw chips backet','1',-0.09,'2024-03-19 18:41:26','17.39','7','newstock','1','','',0.00,'','1','17.299','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(681,'Raw chips backet','1',2.00,'2024-03-19 18:41:26','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(682,'Raw chips backet','3',-0.05,'2024-03-19 18:59:19','17.30','7','newstock','1','','',0.00,'','1','17.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(683,'Raw chips backet','3',1.00,'2024-03-19 18:59:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(684,'Raw chips backet','3',-0.05,'2024-03-19 19:03:25','17.25','7','newstock','1','','',0.00,'','1','17.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(685,'Raw chips backet','3',1.00,'2024-03-19 19:03:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(686,'Raw chips backet','1',-0.09,'2024-03-19 19:05:32','17.20','7','newstock','1','','',0.00,'','1','17.109','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(687,'Raw chips backet','1',2.00,'2024-03-19 19:05:32','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(688,'Raw chips backet','1',-0.09,'2024-03-19 20:32:55','17.11','7','newstock','1','','',0.00,'','1','17.019','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(689,'Raw chips backet','1',2.00,'2024-03-19 20:32:55','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(690,'Raw chips backet','1',-0.05,'2024-03-19 21:17:40','17.02','7','newstock','1','','',0.00,'','1','16.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(691,'Raw chips backet','1',1.00,'2024-03-19 21:17:40','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(692,'Raw chips backet','1',-0.09,'2024-03-19 21:18:34','16.97','7','newstock','1','','',0.00,'','1','16.879','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(693,'Raw chips backet','1',2.00,'2024-03-19 21:18:34','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(694,'Raw chips backet','1',-0.05,'2024-03-19 21:19:31','16.97','7','newstock','1','','',0.00,'','1','16.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(695,'Raw chips backet','1',1.00,'2024-03-19 21:19:31','2.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(696,'Raw chips backet','1',-0.05,'2024-03-19 21:22:40','16.92','7','newstock','1','','',0.00,'','1','16.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(697,'Raw chips backet','1',1.00,'2024-03-19 21:22:40','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(698,'Raw chips backet','3',-0.05,'2024-03-19 21:26:42','16.87','7','newstock','1','','',0.00,'','1','16.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(699,'Raw chips backet','3',1.00,'2024-03-19 21:26:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(700,'Raw chips backet','1',-0.05,'2024-03-19 21:31:18','16.82','7','newstock','1','','',0.00,'','1','16.7745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(701,'Raw chips backet','1',1.00,'2024-03-19 21:31:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(702,'Raw chips backet','3',-0.05,'2024-03-20 12:07:58','16.77','1','newstock','1','','',0.00,'','1','16.7245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(703,'Raw chips backet','3',1.00,'2024-03-20 12:07:58','0.00','1','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(704,'Raw chips backet','3',-0.05,'2024-03-20 12:08:23','16.72','1','newstock','1','','',0.00,'','1','16.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(705,'Raw chips backet','3',1.00,'2024-03-20 12:08:23','0.00','1','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(706,'Raw chips backet','3',-0.05,'2024-03-20 12:41:30','1.00','6','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(707,'Raw chips backet','3',1.00,'2024-03-20 12:41:30','2.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(708,'Raw chips backet','1',-0.05,'2024-03-20 12:42:17','0.95','6','newstock','1','','',0.00,'','1','0.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(709,'Raw chips backet','1',1.00,'2024-03-20 12:42:17','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(710,'Raw chips backet','1',-0.14,'2024-03-20 12:42:46','0.90','6','newstock','1','','',0.00,'','1','0.7635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(711,'Raw chips backet','1',3.00,'2024-03-20 12:42:46','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(712,'Raw chips backet','1',-0.05,'2024-03-20 12:43:26','0.76','6','newstock','1','','',0.00,'','1','0.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(713,'Raw chips backet','1',1.00,'2024-03-20 12:43:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(714,'Raw chips backet','1',-0.05,'2024-03-20 12:43:50','0.71','6','newstock','1','','',0.00,'','1','0.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(715,'Raw chips backet','1',1.00,'2024-03-20 12:43:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(716,'Raw chips backet','3',-0.05,'2024-03-20 12:43:53','0.66','6','newstock','1','','',0.00,'','1','0.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(717,'Raw chips backet','3',1.00,'2024-03-20 12:43:53','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(718,'Raw chips backet','3',-0.05,'2024-03-20 13:01:10','0.61','6','newstock','1','','',0.00,'','1','0.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(719,'Raw chips backet','3',1.00,'2024-03-20 13:01:10','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(720,'Raw chips backet','3',-0.05,'2024-03-20 14:46:22','0.56','6','newstock','1','','',0.00,'','1','0.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(721,'Raw chips backet','3',1.00,'2024-03-20 14:46:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(722,'Raw chips backet','3',-0.05,'2024-03-20 14:46:29','0.51','6','newstock','1','','',0.00,'','1','0.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(723,'Raw chips backet','3',1.00,'2024-03-20 14:46:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(724,'Raw chips backet','1',-0.05,'2024-03-20 15:45:47','0.46','6','newstock','1','','',0.00,'','1','0.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(725,'Raw chips backet','1',1.00,'2024-03-20 15:45:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(726,'Raw chips backet','1',-0.09,'2024-03-20 16:02:03','0.41','6','newstock','1','','',0.00,'','1','0.319','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(727,'Raw chips backet','1',2.00,'2024-03-20 16:02:03','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(728,'Pep soda 1.25ltrs','',3.00,'2024-03-20 16:08:43','0.00','6','newstock','1','','',0.00,'','1','3','internal','1','25','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(729,'Raw chips backet','1',-0.05,'2024-03-20 16:09:55','0.32','6','newstock','1','','',0.00,'','1','0.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(730,'Raw chips backet','1',1.00,'2024-03-20 16:09:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(731,'Raw chips backet','1',-0.09,'2024-03-20 16:10:31','0.27','6','newstock','1','','',0.00,'','1','0.179','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(732,'Raw chips backet','1',2.00,'2024-03-20 16:10:31','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(733,'Raw chips backet','1',-0.09,'2024-03-20 16:11:28','0.18','6','newstock','1','','',0.00,'','1','0.089','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(734,'Raw chips backet','1',2.00,'2024-03-20 16:11:28','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(735,'Raw chips backet','1',-0.05,'2024-03-20 16:27:25','0.09','6','newstock','1','','',0.00,'','1','0.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(736,'Raw chips backet','1',1.00,'2024-03-20 16:27:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(737,'Raw chips backet','',1.00,'2024-03-20 16:30:34','0.04','6','newstock','1','','',0.00,'','1','1.04','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(738,'Raw chips backet','3',-0.05,'2024-03-20 16:56:07','1.04','6','newstock','1','','',0.00,'','1','0.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(739,'Raw chips backet','3',1.00,'2024-03-20 16:56:07','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(740,'Raw chips backet','1',-0.05,'2024-03-20 19:04:08','0.99','6','newstock','1','','',0.00,'','1','0.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(741,'Raw chips backet','1',1.00,'2024-03-20 19:04:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(742,'Raw chips backet','1',-0.05,'2024-03-20 19:05:46','0.94','6','newstock','1','','',0.00,'','1','0.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(743,'Raw chips backet','1',1.00,'2024-03-20 19:05:46','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(744,'Raw chips backet','1',-0.05,'2024-03-20 19:06:54','0.94','6','newstock','1','','',0.00,'','1','0.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(745,'Raw chips backet','1',1.00,'2024-03-20 19:06:54','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(746,'Raw chips backet','1',-0.05,'2024-03-21 12:12:39','0.89','7','newstock','1','','',0.00,'','1','0.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(747,'Raw chips backet','1',1.00,'2024-03-21 12:12:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(748,'Raw chips backet','3',-0.05,'2024-03-21 13:35:13','0.84','6','newstock','1','','',0.00,'','1','0.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(749,'Raw chips backet','3',1.00,'2024-03-21 13:35:13','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(750,'Raw chips backet','1',-0.05,'2024-03-21 13:35:20','0.79','6','newstock','1','','',0.00,'','1','0.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(751,'Raw chips backet','1',1.00,'2024-03-21 13:35:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(752,'Raw chips backet','2',-0.05,'2024-03-21 13:35:48','0.74','6','newstock','1','','',0.00,'','1','0.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(753,'Raw chips backet','2',1.00,'2024-03-21 13:35:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(754,'Raw chips backet','5',-0.05,'2024-03-21 13:36:35','0.69','6','newstock','1','','',0.00,'','1','0.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(755,'Raw chips backet','5',1.00,'2024-03-21 13:36:35','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(756,'Raw chips backet','1',-0.05,'2024-03-21 13:38:04','0.64','6','newstock','1','','',0.00,'','1','0.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(757,'Raw chips backet','1',1.00,'2024-03-21 13:38:04','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(758,'Raw chips backet','1',-0.05,'2024-03-21 13:39:15','0.64','6','newstock','1','','',0.00,'','1','0.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(759,'Raw chips backet','1',1.00,'2024-03-21 13:39:15','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(760,'Raw chips backet','5',-0.05,'2024-03-21 13:39:19','0.59','6','newstock','1','','',0.00,'','1','0.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(761,'Raw chips backet','5',1.00,'2024-03-21 13:39:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(762,'Raw chips backet','1',-0.05,'2024-03-21 13:57:51','0.54','6','newstock','1','','',0.00,'','1','0.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(763,'Raw chips backet','1',1.00,'2024-03-21 13:57:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(764,'Raw chips backet','1',-0.09,'2024-03-21 14:12:13','0.49','6','newstock','1','','',0.00,'','1','0.399','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(765,'Raw chips backet','1',2.00,'2024-03-21 14:12:13','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(766,'Raw chips backet','5',-0.05,'2024-03-21 14:12:17','0.40','6','newstock','1','','',0.00,'','1','0.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(767,'Raw chips backet','5',1.00,'2024-03-21 14:12:17','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(768,'Raw chips backet','1',-0.05,'2024-03-21 15:00:05','0.35','6','newstock','1','','',0.00,'','1','0.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(769,'Raw chips backet','1',1.00,'2024-03-21 15:00:05','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(770,'Raw chips backet','4',-0.05,'2024-03-21 15:06:07','0.30','6','newstock','1','','',0.00,'','1','0.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(771,'Raw chips backet','4',1.00,'2024-03-21 15:06:07','2.00','6','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(772,'Raw chips backet','5',-0.05,'2024-03-21 15:11:15','0.25','6','newstock','1','','',0.00,'','1','0.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(773,'Raw chips backet','5',1.00,'2024-03-21 15:11:15','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(774,'Raw chips backet','2',-0.05,'2024-03-21 15:58:03','0.20','6','newstock','1','','',0.00,'','1','0.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(775,'Raw chips backet','2',1.00,'2024-03-21 15:58:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(776,'Raw chips backet','1',-0.09,'2024-03-21 15:58:30','0.15','6','newstock','1','','',0.00,'','1','0.059','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(777,'Raw chips backet','1',2.00,'2024-03-21 15:58:30','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(778,'Raw chips backet','1',-0.05,'2024-03-21 15:59:32','0.06','6','newstock','1','','',0.00,'','1','0.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(779,'Raw chips backet','1',1.00,'2024-03-21 15:59:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(780,'Raw chips backet','',1.00,'2024-03-21 16:11:43','0.01','6','newstock','1','','',0.00,'','1','1.01','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(781,'Raw chips backet','1',-0.05,'2024-03-21 16:12:02','1.01','6','newstock','1','','',0.00,'','1','0.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(782,'Raw chips backet','1',1.00,'2024-03-21 16:12:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(783,'Raw chips backet','1',-0.05,'2024-03-21 16:12:55','0.96','6','newstock','1','','',0.00,'','1','0.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(784,'Raw chips backet','1',1.00,'2024-03-21 16:12:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(785,'Raw chips backet','1',-0.09,'2024-03-21 16:13:26','0.91','6','newstock','1','','',0.00,'','1','0.819','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(786,'Raw chips backet','1',2.00,'2024-03-21 16:13:26','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(787,'Raw chips backet','1',-0.05,'2024-03-21 16:18:25','0.82','6','newstock','1','','',0.00,'','1','0.7745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(788,'Raw chips backet','1',1.00,'2024-03-21 16:18:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(789,'Raw chips backet','1',-0.05,'2024-03-21 16:18:51','0.77','6','newstock','1','','',0.00,'','1','0.7245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(790,'Raw chips backet','1',1.00,'2024-03-21 16:18:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(791,'Raw chips backet','1',-0.05,'2024-03-21 16:38:57','0.72','6','newstock','1','','',0.00,'','1','0.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(792,'Raw chips backet','1',1.00,'2024-03-21 16:38:57','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(793,'Raw chips backet','1',-0.05,'2024-03-21 16:50:25','0.67','6','newstock','1','','',0.00,'','1','0.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(794,'Raw chips backet','1',1.00,'2024-03-21 16:50:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(795,'Raw chips backet','1',-0.05,'2024-03-21 17:32:50','0.62','6','newstock','1','','',0.00,'','1','0.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(796,'Raw chips backet','1',1.00,'2024-03-21 17:32:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(797,'Raw chips backet','1',-0.05,'2024-03-21 17:33:25','0.57','6','newstock','1','','',0.00,'','1','0.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(798,'Raw chips backet','1',1.00,'2024-03-21 17:33:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(799,'Raw chips backet','2',-0.09,'2024-03-21 17:33:45','0.52','6','newstock','1','','',0.00,'','1','0.429','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(800,'Raw chips backet','2',2.00,'2024-03-21 17:33:45','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(801,'Raw chips backet','1',-0.09,'2024-03-21 17:43:29','0.43','6','newstock','1','','',0.00,'','1','0.339','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(802,'Raw chips backet','1',2.00,'2024-03-21 17:43:29','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(803,'Chicken','',0.50,'2024-03-21 17:44:24','0.00','6','newstock','1','','',0.00,'','1','0.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(804,'Raw chips backet','5',-0.05,'2024-03-21 17:47:43','0.34','6','newstock','1','','',0.00,'','1','0.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(805,'Raw chips backet','5',1.00,'2024-03-21 17:47:43','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(806,'Raw chips backet','1',-0.05,'2024-03-21 17:47:46','0.29','6','newstock','1','','',0.00,'','1','0.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(807,'Raw chips backet','1',1.00,'2024-03-21 17:47:46','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(808,'Raw chips backet','1',-0.05,'2024-03-21 18:23:30','0.24','6','newstock','1','','',0.00,'','1','0.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(809,'Raw chips backet','1',1.00,'2024-03-21 18:23:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(810,'Raw chips backet','1',-0.09,'2024-03-21 19:19:02','0.19','6','newstock','1','','',0.00,'','1','0.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(811,'Raw chips backet','1',2.00,'2024-03-21 19:19:02','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(812,'Raw chips backet','1',-0.09,'2024-03-21 19:19:08','0.10','6','newstock','1','','',0.00,'','1','0.009','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(813,'Raw chips backet','1',2.00,'2024-03-21 19:19:08','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(814,'Raw chips backet','',0.50,'2024-03-21 19:28:34','0.01','6','newstock','1','','',0.00,'','1','0.51','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(815,'Raw chips backet','2',-0.09,'2024-03-21 19:28:46','0.51','6','newstock','1','','',0.00,'','1','0.419','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(816,'Raw chips backet','2',2.00,'2024-03-21 19:28:46','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(817,'Raw chips backet','1',-0.05,'2024-03-21 19:29:20','0.42','6','newstock','1','','',0.00,'','1','0.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(818,'Raw chips backet','1',1.00,'2024-03-21 19:29:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(819,'Raw chips backet','1',-0.09,'2024-03-21 19:29:52','0.37','6','newstock','1','','',0.00,'','1','0.279','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(820,'Raw chips backet','1',2.00,'2024-03-21 19:29:52','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(821,'Raw chips backet','1',-0.05,'2024-03-21 19:30:58','0.28','6','newstock','1','','',0.00,'','1','0.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(822,'Raw chips backet','1',1.00,'2024-03-21 19:30:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(823,'Raw chips backet','1',-0.05,'2024-03-21 19:32:42','0.23','6','newstock','1','','',0.00,'','1','0.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(824,'Raw chips backet','1',1.00,'2024-03-21 19:32:42','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(825,'Raw chips backet','1',-0.09,'2024-03-21 19:48:44','0.18','6','newstock','1','','',0.00,'','1','0.089','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(826,'Raw chips backet','1',2.00,'2024-03-21 19:48:44','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(827,'Raw chips backet','1',-0.05,'2024-03-21 19:50:30','0.09','6','newstock','1','','',0.00,'','1','0.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(828,'Raw chips backet','1',1.00,'2024-03-21 19:50:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(829,'Raw chips backet','',0.50,'2024-03-21 20:47:09','0.04','6','newstock','1','','',0.00,'','1','0.54','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(830,'Raw chips backet','1',-0.05,'2024-03-21 20:47:18','0.54','6','newstock','1','','',0.00,'','1','0.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(831,'Raw chips backet','1',1.00,'2024-03-21 20:47:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(832,'Raw chips backet','1',-0.05,'2024-03-21 20:47:54','0.49','6','newstock','1','','',0.00,'','1','0.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(833,'Raw chips backet','1',1.00,'2024-03-21 20:47:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(834,'Raw chips backet','4',-0.05,'2024-03-22 12:22:54','0.44','7','newstock','1','','',0.00,'','1','0.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(835,'Raw chips backet','4',1.00,'2024-03-22 12:22:54','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(836,'Raw chips backet','1',-0.05,'2024-03-22 12:23:02','0.39','7','newstock','1','','',0.00,'','1','0.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(837,'Raw chips backet','1',1.00,'2024-03-22 12:23:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(838,'Raw chips backet','1',-0.05,'2024-03-22 12:24:19','0.34','7','newstock','1','','',0.00,'','1','0.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(839,'Raw chips backet','1',1.00,'2024-03-22 12:24:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(840,'Raw chips backet','2',-0.05,'2024-03-22 13:58:39','0.29','6','newstock','1','','',0.00,'','1','0.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(841,'Raw chips backet','2',1.00,'2024-03-22 13:58:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(842,'Raw chips backet','1',-0.05,'2024-03-22 13:58:49','0.24','6','newstock','1','','',0.00,'','1','0.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(843,'Raw chips backet','1',1.00,'2024-03-22 13:58:49','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(844,'Raw chips backet','1',-0.09,'2024-03-22 13:59:31','0.19','6','newstock','1','','',0.00,'','1','0.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(845,'Raw chips backet','1',2.00,'2024-03-22 13:59:31','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(846,'Raw chips backet','1',-0.05,'2024-03-22 14:00:40','0.10','6','newstock','1','','',0.00,'','1','0.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(847,'Raw chips backet','1',1.00,'2024-03-22 14:00:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(848,'Raw chips backet','1',-0.05,'2024-03-22 14:48:53','0.05','6','newstock','1','','',0.00,'','1','0.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(849,'Raw chips backet','1',1.00,'2024-03-22 14:48:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(850,'Raw chips backet','',1.00,'2024-03-22 15:32:39','0.00','6','newstock','1','','',0.00,'','1','1','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(851,'Chicken','',3.00,'2024-03-22 15:33:11','0.00','6','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(852,'Raw chips backet','1',-0.05,'2024-03-22 15:33:29','1.00','6','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(853,'Raw chips backet','1',1.00,'2024-03-22 15:33:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(854,'Raw chips backet','1',-0.05,'2024-03-22 15:54:23','0.95','6','newstock','1','','',0.00,'','1','0.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(855,'Raw chips backet','1',1.00,'2024-03-22 15:54:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(856,'Raw chips backet','1',-0.05,'2024-03-22 15:54:42','0.90','6','newstock','1','','',0.00,'','1','0.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(857,'Raw chips backet','1',1.00,'2024-03-22 15:54:42','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(858,'Raw chips backet','2',-0.05,'2024-03-22 15:56:13','0.85','6','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(859,'Raw chips backet','2',1.00,'2024-03-22 15:56:13','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(860,'Raw chips backet','1',-0.09,'2024-03-22 15:58:56','0.80','6','newstock','1','','',0.00,'','1','0.709','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(861,'Raw chips backet','1',2.00,'2024-03-22 15:58:56','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(862,'Raw chips backet','1',-0.09,'2024-03-22 16:13:23','0.71','6','newstock','1','','',0.00,'','1','0.619','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(863,'Raw chips backet','1',2.00,'2024-03-22 16:13:23','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(864,'Raw chips backet','1',-0.05,'2024-03-22 16:22:39','0.62','6','newstock','1','','',0.00,'','1','0.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(865,'Raw chips backet','1',1.00,'2024-03-22 16:22:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(866,'Raw chips backet','1',-0.09,'2024-03-22 17:37:55','0.57','6','newstock','1','','',0.00,'','1','0.479','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(867,'Raw chips backet','1',2.00,'2024-03-22 17:37:55','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(868,'Raw chips backet','4',-0.05,'2024-03-22 17:37:59','0.48','6','newstock','1','','',0.00,'','1','0.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(869,'Raw chips backet','4',1.00,'2024-03-22 17:37:59','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(870,'Raw chips backet','1',-0.05,'2024-03-22 17:38:59','0.43','6','newstock','1','','',0.00,'','1','0.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(871,'Raw chips backet','1',1.00,'2024-03-22 17:38:59','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(872,'Raw chips backet','1',-0.05,'2024-03-22 17:46:01','0.38','6','newstock','1','','',0.00,'','1','0.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(873,'Raw chips backet','1',1.00,'2024-03-22 17:46:01','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(874,'Raw chips backet','1',-0.05,'2024-03-22 17:51:13','0.33','6','newstock','1','','',0.00,'','1','0.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(875,'Raw chips backet','1',1.00,'2024-03-22 17:51:13','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(876,'Raw chips backet','1',-0.14,'2024-03-22 18:25:04','0.28','6','newstock','1','','',0.00,'','1','0.1435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(877,'Raw chips backet','1',3.00,'2024-03-22 18:25:04','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(878,'Raw chips backet','',0.50,'2024-03-22 18:29:26','0.14','6','newstock','1','','',0.00,'','1','0.64','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(879,'Raw chips backet','1',-0.05,'2024-03-22 19:11:58','0.64','6','newstock','1','','',0.00,'','1','0.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(880,'Raw chips backet','1',1.00,'2024-03-22 19:11:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(881,'Raw chips backet','1',-0.05,'2024-03-22 19:13:35','0.59','6','newstock','1','','',0.00,'','1','0.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(882,'Raw chips backet','1',1.00,'2024-03-22 19:13:35','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(883,'Raw chips backet','1',-0.05,'2024-03-22 19:45:21','0.54','6','newstock','1','','',0.00,'','1','0.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(884,'Raw chips backet','1',1.00,'2024-03-22 19:45:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(885,'Raw chips backet','2',-0.05,'2024-03-22 19:45:53','0.49','6','newstock','1','','',0.00,'','1','0.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(886,'Raw chips backet','2',1.00,'2024-03-22 19:45:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(887,'Raw chips backet','2',-0.05,'2024-03-22 19:54:24','0.44','6','newstock','1','','',0.00,'','1','0.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(888,'Raw chips backet','2',1.00,'2024-03-22 19:54:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(889,'Raw chips backet','5',-0.05,'2024-03-22 19:54:27','0.39','6','newstock','1','','',0.00,'','1','0.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(890,'Raw chips backet','5',1.00,'2024-03-22 19:54:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(891,'Raw chips backet','1',-0.05,'2024-03-22 20:00:05','0.34','6','newstock','1','','',0.00,'','1','0.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(892,'Raw chips backet','1',1.00,'2024-03-22 20:00:05','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(893,'Raw chips backet','1',-0.14,'2024-03-22 20:34:52','0.29','6','newstock','1','','',0.00,'','1','0.1535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(894,'Raw chips backet','1',3.00,'2024-03-22 20:34:52','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(895,'Raw chips backet','1',-0.09,'2024-03-22 20:39:04','0.15','6','newstock','1','','',0.00,'','1','0.059','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(896,'Raw chips backet','1',2.00,'2024-03-22 20:39:04','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(897,'Raw chips backet','1',-0.05,'2024-03-22 20:59:32','0.06','6','newstock','1','','',0.00,'','1','0.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(898,'Raw chips backet','1',1.00,'2024-03-22 20:59:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(899,'Raw chips backet','',0.30,'2024-03-22 21:00:40','0.01','6','newstock','1','','',0.00,'','1','0.31','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(900,'Raw chips backet','2',-0.09,'2024-03-22 21:00:55','0.31','6','newstock','1','','',0.00,'','1','0.219','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(901,'Raw chips backet','2',2.00,'2024-03-22 21:00:55','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(902,'Raw chips backet','1',-0.05,'2024-03-22 21:14:24','0.22','6','newstock','1','','',0.00,'','1','0.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(903,'Raw chips backet','1',1.00,'2024-03-22 21:14:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(904,'Raw chips backet','1',-0.05,'2024-03-22 21:34:54','0.17','6','newstock','1','','',0.00,'','1','0.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(905,'Raw chips backet','1',1.00,'2024-03-22 21:34:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(906,'Raw chips backet','2',-0.09,'2024-03-23 13:06:01','0.12','6','newstock','1','','',0.00,'','1','0.029','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(907,'Raw chips backet','2',2.00,'2024-03-23 13:06:01','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(908,'Raw chips backet','',1.00,'2024-03-23 13:07:22','0.03','6','newstock','1','','',0.00,'','1','1.03','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(909,'Raw chips backet','1',-0.05,'2024-03-23 13:07:37','1.03','6','newstock','1','','',0.00,'','1','0.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(910,'Raw chips backet','1',1.00,'2024-03-23 13:07:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(911,'Raw chips backet','2',-0.14,'2024-03-23 13:27:53','0.98','6','newstock','1','','',0.00,'','1','0.8435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(912,'Raw chips backet','2',3.00,'2024-03-23 13:27:53','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(913,'Raw chips backet','5',-0.05,'2024-03-23 13:28:36','0.84','6','newstock','1','','',0.00,'','1','0.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(914,'Raw chips backet','5',1.00,'2024-03-23 13:28:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(915,'Raw chips backet','5',-0.05,'2024-03-23 13:28:41','0.79','6','newstock','1','','',0.00,'','1','0.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(916,'Raw chips backet','5',1.00,'2024-03-23 13:28:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(917,'Raw chips backet','2',-0.09,'2024-03-23 13:29:14','0.74','6','newstock','1','','',0.00,'','1','0.649','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(918,'Raw chips backet','2',2.00,'2024-03-23 13:29:14','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(919,'Raw chips backet','2',-0.05,'2024-03-23 13:30:51','0.65','6','newstock','1','','',0.00,'','1','0.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(920,'Raw chips backet','2',1.00,'2024-03-23 13:30:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(921,'Raw chips backet','5',-0.05,'2024-03-23 13:30:54','0.60','6','newstock','1','','',0.00,'','1','0.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(922,'Raw chips backet','5',1.00,'2024-03-23 13:30:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(923,'Raw chips backet','1',-0.09,'2024-03-23 13:30:57','0.55','6','newstock','1','','',0.00,'','1','0.459','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(924,'Raw chips backet','1',2.00,'2024-03-23 13:30:57','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(925,'Raw chips backet','1',-0.05,'2024-03-23 13:56:51','0.46','6','newstock','1','','',0.00,'','1','0.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(926,'Raw chips backet','1',1.00,'2024-03-23 13:56:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(927,'Raw chips backet','1',-0.05,'2024-03-23 14:05:00','0.41','6','newstock','1','','',0.00,'','1','0.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(928,'Raw chips backet','1',1.00,'2024-03-23 14:05:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(929,'Raw chips backet','1',-0.09,'2024-03-23 14:10:58','0.36','6','newstock','1','','',0.00,'','1','0.269','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(930,'Raw chips backet','1',2.00,'2024-03-23 14:10:58','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(931,'Chicken','',0.50,'2024-03-23 14:22:37','0.25','6','newstock','1','','',0.00,'','1','0.75','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(932,'Raw chips backet','2',-0.09,'2024-03-23 14:59:35','0.27','6','newstock','1','','',0.00,'','1','0.179','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(933,'Raw chips backet','2',2.00,'2024-03-23 14:59:35','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(934,'Raw chips backet','1',-0.05,'2024-03-23 15:04:26','0.18','6','newstock','1','','',0.00,'','1','0.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(935,'Raw chips backet','1',1.00,'2024-03-23 15:04:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(936,'Raw chips backet','1',-0.05,'2024-03-23 15:05:15','0.13','6','newstock','1','','',0.00,'','1','0.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(937,'Raw chips backet','1',1.00,'2024-03-23 15:05:15','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(938,'Raw chips backet','1',-0.05,'2024-03-23 15:11:01','0.08','6','newstock','1','','',0.00,'','1','0.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(939,'Raw chips backet','1',1.00,'2024-03-23 15:11:01','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(940,'Raw chips backet','',1.00,'2024-03-23 15:37:39','0.03','6','newstock','1','','',0.00,'','1','1.03','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(941,'Raw chips backet','1',-0.05,'2024-03-23 15:37:52','1.03','6','newstock','1','','',0.00,'','1','0.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(942,'Raw chips backet','1',1.00,'2024-03-23 15:37:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(943,'Raw chips backet','1',-0.05,'2024-03-23 16:41:02','0.98','6','newstock','1','','',0.00,'','1','0.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(944,'Raw chips backet','1',1.00,'2024-03-23 16:41:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(945,'Raw chips backet','1',-0.05,'2024-03-23 16:43:55','0.93','6','newstock','1','','',0.00,'','1','0.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(946,'Raw chips backet','1',1.00,'2024-03-23 16:43:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(947,'Raw chips backet','1',-0.05,'2024-03-23 17:57:54','0.88','6','newstock','1','','',0.00,'','1','0.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(948,'Raw chips backet','1',1.00,'2024-03-23 17:57:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(949,'Raw chips backet','1',-0.05,'2024-03-23 17:58:53','0.83','6','newstock','1','','',0.00,'','1','0.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(950,'Raw chips backet','1',1.00,'2024-03-23 17:58:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(951,'Raw chips backet','1',-0.05,'2024-03-23 17:59:39','0.78','6','newstock','1','','',0.00,'','1','0.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(952,'Raw chips backet','1',1.00,'2024-03-23 17:59:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(953,'Raw chips backet','1',-0.05,'2024-03-23 18:06:27','0.73','6','newstock','1','','',0.00,'','1','0.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(954,'Raw chips backet','1',1.00,'2024-03-23 18:06:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(955,'Raw chips backet','5',-0.05,'2024-03-23 18:07:57','0.68','6','newstock','1','','',0.00,'','1','0.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(956,'Raw chips backet','5',1.00,'2024-03-23 18:07:57','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(957,'Raw chips backet','1',-0.14,'2024-03-23 18:08:22','0.63','6','newstock','1','','',0.00,'','1','0.4935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(958,'Raw chips backet','1',3.00,'2024-03-23 18:08:22','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(959,'Raw chips backet','1',-0.09,'2024-03-23 18:08:25','0.49','6','newstock','1','','',0.00,'','1','0.399','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(960,'Raw chips backet','1',2.00,'2024-03-23 18:08:25','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(961,'Raw chips backet','1',-0.09,'2024-03-23 18:40:55','0.40','6','newstock','1','','',0.00,'','1','0.309','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(962,'Raw chips backet','1',2.00,'2024-03-23 18:40:55','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(963,'Raw chips backet','1',-0.09,'2024-03-23 19:06:32','0.31','6','newstock','1','','',0.00,'','1','0.219','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(964,'Raw chips backet','1',2.00,'2024-03-23 19:06:32','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(965,'Raw chips backet','1',-0.05,'2024-03-23 19:14:06','0.22','6','newstock','1','','',0.00,'','1','0.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(966,'Raw chips backet','1',1.00,'2024-03-23 19:14:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(967,'Raw chips backet','1',-0.05,'2024-03-23 19:15:12','0.17','6','newstock','1','','',0.00,'','1','0.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(968,'Raw chips backet','1',1.00,'2024-03-23 19:15:12','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(969,'Raw chips backet','1',-0.05,'2024-03-23 19:16:23','0.12','6','newstock','1','','',0.00,'','1','0.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(970,'Raw chips backet','1',1.00,'2024-03-23 19:16:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(971,'Raw chips backet','1',-0.05,'2024-03-23 19:19:15','0.07','6','newstock','1','','',0.00,'','1','0.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(972,'Raw chips backet','1',1.00,'2024-03-23 19:19:15','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(973,'Raw chips backet','',0.50,'2024-03-23 19:45:41','0.02','6','newstock','1','','',0.00,'','1','0.52','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(974,'Raw chips backet','1',-0.05,'2024-03-23 20:18:36','0.52','6','newstock','1','','',0.00,'','1','0.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(975,'Raw chips backet','1',1.00,'2024-03-23 20:18:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(976,'Raw chips backet','1',-0.05,'2024-03-23 20:19:41','0.47','6','newstock','1','','',0.00,'','1','0.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(977,'Raw chips backet','1',1.00,'2024-03-23 20:19:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(978,'Raw chips backet','1',-0.05,'2024-03-23 20:20:26','0.42','6','newstock','1','','',0.00,'','1','0.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(979,'Raw chips backet','1',1.00,'2024-03-23 20:20:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(980,'Raw chips backet','1',-0.05,'2024-03-23 20:20:49','0.37','6','newstock','1','','',0.00,'','1','0.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(981,'Raw chips backet','1',1.00,'2024-03-23 20:20:49','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(982,'Raw chips backet','1',-0.14,'2024-03-23 20:21:17','0.32','6','newstock','1','','',0.00,'','1','0.1835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(983,'Raw chips backet','1',3.00,'2024-03-23 20:21:17','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(984,'Raw chips backet','4',-0.05,'2024-03-23 20:21:24','0.18','6','newstock','1','','',0.00,'','1','0.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(985,'Raw chips backet','4',1.00,'2024-03-23 20:21:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(986,'Raw chips backet','1',-0.09,'2024-03-23 20:22:24','0.13','6','newstock','1','','',0.00,'','1','0.039','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(987,'Raw chips backet','1',2.00,'2024-03-23 20:22:24','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(988,'Raw chips backet','',0.30,'2024-03-23 20:37:08','0.04','6','newstock','1','','',0.00,'','1','0.34','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(989,'Raw chips backet','1',-0.09,'2024-03-23 20:37:17','0.34','6','newstock','1','','',0.00,'','1','0.249','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(990,'Raw chips backet','1',2.00,'2024-03-23 20:37:17','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(991,'Raw chips backet','1',-0.09,'2024-03-23 20:52:14','0.25','6','newstock','1','','',0.00,'','1','0.159','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(992,'Raw chips backet','1',2.00,'2024-03-23 20:52:14','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(993,'Raw chips backet','4',-0.05,'2024-03-23 20:52:21','0.16','6','newstock','1','','',0.00,'','1','0.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(994,'Raw chips backet','4',1.00,'2024-03-23 20:52:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(995,'Raw chips backet','1',-0.05,'2024-03-23 20:53:06','0.11','6','newstock','1','','',0.00,'','1','0.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(996,'Raw chips backet','1',1.00,'2024-03-23 20:53:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(997,'Raw chips backet','',0.30,'2024-03-23 21:10:02','0.06','6','newstock','1','','',0.00,'','1','0.36','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(998,'Raw chips backet','1',-0.09,'2024-03-23 21:10:15','0.36','6','newstock','1','','',0.00,'','1','0.269','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(999,'Raw chips backet','1',2.00,'2024-03-23 21:10:15','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1000,'Raw chips backet','1',-0.05,'2024-03-23 21:18:40','0.27','6','newstock','1','','',0.00,'','1','0.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1001,'Raw chips backet','1',1.00,'2024-03-23 21:18:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1002,'Raw chips backet','1',-0.05,'2024-03-23 21:39:53','0.22','6','newstock','1','','',0.00,'','1','0.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1003,'Raw chips backet','1',1.00,'2024-03-23 21:39:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1004,'Raw chips backet','1',-0.09,'2024-03-23 21:51:30','0.17','6','newstock','1','','',0.00,'','1','0.079','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1005,'Raw chips backet','1',2.00,'2024-03-23 21:51:30','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1006,'Raw chips backet','',0.25,'2024-03-23 21:59:53','0.08','6','newstock','1','','',0.00,'','1','0.33','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1007,'Raw chips backet','1',-0.14,'2024-03-23 22:00:06','0.33','6','newstock','1','','',0.00,'','1','0.1935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1008,'Raw chips backet','1',3.00,'2024-03-23 22:00:06','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1009,'Raw chips backet','2',-0.09,'2024-03-23 22:00:10','0.19','6','newstock','1','','',0.00,'','1','0.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1010,'Raw chips backet','2',2.00,'2024-03-23 22:00:10','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1011,'Raw chips backet','1',-0.05,'2024-03-23 22:02:28','0.10','6','newstock','1','','',0.00,'','1','0.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1012,'Raw chips backet','1',1.00,'2024-03-23 22:02:28','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1013,'Raw chips backet','',3.00,'2024-03-24 10:52:04','0.05','6','newstock','1','','',0.00,'','1','3.05','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1014,'Raw chips backet','1',-0.18,'2024-03-24 10:53:04','3.05','6','newstock','1','','',0.00,'','1','2.868','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1015,'Raw chips backet','1',4.00,'2024-03-24 10:53:04','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1016,'Raw chips backet','1',-0.05,'2024-03-24 10:53:56','2.87','6','newstock','1','','',0.00,'','1','2.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1017,'Raw chips backet','1',1.00,'2024-03-24 10:53:56','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1018,'Raw chips backet','1',-0.05,'2024-03-24 11:17:54','2.82','6','newstock','1','','',0.00,'','1','2.7745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1019,'Raw chips backet','1',1.00,'2024-03-24 11:17:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1020,'Raw chips backet','3',-0.14,'2024-03-24 11:18:31','2.77','6','newstock','1','','',0.00,'','1','2.6335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1021,'Raw chips backet','3',3.00,'2024-03-24 11:18:31','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1022,'Raw chips backet','3',-0.09,'2024-03-24 11:52:41','2.63','6','newstock','1','','',0.00,'','1','2.539','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1023,'Raw chips backet','3',2.00,'2024-03-24 11:52:41','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1024,'Raw chips backet','2',-0.05,'2024-03-24 12:11:20','2.54','6','newstock','1','','',0.00,'','1','2.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1025,'Raw chips backet','2',1.00,'2024-03-24 12:11:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1026,'Raw chips backet','2',-0.18,'2024-03-24 12:12:09','2.49','6','newstock','1','','',0.00,'','1','2.308','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1027,'Raw chips backet','2',4.00,'2024-03-24 12:12:09','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1028,'Raw chips backet','1',-0.05,'2024-03-24 12:12:19','2.31','6','newstock','1','','',0.00,'','1','2.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1029,'Raw chips backet','1',1.00,'2024-03-24 12:12:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1030,'Raw chips backet','2',-0.09,'2024-03-24 12:13:46','2.26','6','newstock','1','','',0.00,'','1','2.169','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1031,'Raw chips backet','2',2.00,'2024-03-24 12:13:46','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1032,'Raw chips backet','3',-0.09,'2024-03-24 12:13:50','2.17','6','newstock','1','','',0.00,'','1','2.079','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1033,'Raw chips backet','3',2.00,'2024-03-24 12:13:50','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1034,'Raw chips backet','3',-0.05,'2024-03-24 12:14:32','2.08','6','newstock','1','','',0.00,'','1','2.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1035,'Raw chips backet','3',1.00,'2024-03-24 12:14:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1036,'Raw chips backet','2',-0.05,'2024-03-24 12:14:34','2.03','6','newstock','1','','',0.00,'','1','1.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1037,'Raw chips backet','2',1.00,'2024-03-24 12:14:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1038,'Raw chips backet','1',-0.05,'2024-03-24 12:14:37','1.98','6','newstock','1','','',0.00,'','1','1.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1039,'Raw chips backet','1',1.00,'2024-03-24 12:14:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1040,'Raw chips backet','5',-0.05,'2024-03-24 12:14:39','1.93','6','newstock','1','','',0.00,'','1','1.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1041,'Raw chips backet','5',1.00,'2024-03-24 12:14:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1042,'Raw chips backet','1',-0.14,'2024-03-24 12:15:44','1.88','6','newstock','1','','',0.00,'','1','1.7435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1043,'Raw chips backet','1',3.00,'2024-03-24 12:15:44','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1044,'Raw chips backet','1',-0.09,'2024-03-24 12:17:28','1.74','6','newstock','1','','',0.00,'','1','1.649','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1045,'Raw chips backet','1',2.00,'2024-03-24 12:17:28','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1046,'Raw chips backet','1',-0.05,'2024-03-24 12:40:53','1.65','6','newstock','1','','',0.00,'','1','1.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1047,'Raw chips backet','1',1.00,'2024-03-24 12:40:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1048,'Raw chips backet','4',-0.09,'2024-03-24 12:41:09','1.60','6','newstock','1','','',0.00,'','1','1.509','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1049,'Raw chips backet','4',2.00,'2024-03-24 12:41:09','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1050,'Raw chips backet','2',-0.09,'2024-03-24 12:46:15','1.51','6','newstock','1','','',0.00,'','1','1.419','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1051,'Raw chips backet','2',2.00,'2024-03-24 12:46:15','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1052,'Raw chips backet','5',-0.05,'2024-03-24 12:46:24','1.42','6','newstock','1','','',0.00,'','1','1.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1053,'Raw chips backet','5',1.00,'2024-03-24 12:46:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1054,'Raw chips backet','3',-0.05,'2024-03-24 12:46:35','1.37','6','newstock','1','','',0.00,'','1','1.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1055,'Raw chips backet','3',1.00,'2024-03-24 12:46:35','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1056,'Raw chips backet','3',-0.05,'2024-03-24 12:50:58','1.32','7','newstock','1','','',0.00,'','1','1.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1057,'Raw chips backet','3',1.00,'2024-03-24 12:50:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1058,'Raw chips backet','3',-0.05,'2024-03-24 12:51:58','1.27','7','newstock','1','','',0.00,'','1','1.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1059,'Raw chips backet','3',1.00,'2024-03-24 12:51:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1060,'Raw chips backet','1',-0.09,'2024-03-24 12:56:51','1.22','7','newstock','1','','',0.00,'','1','1.129','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1061,'Raw chips backet','1',2.00,'2024-03-24 12:56:51','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1062,'Raw chips backet','1',-0.05,'2024-03-24 13:15:16','1.13','7','newstock','1','','',0.00,'','1','1.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1063,'Raw chips backet','1',1.00,'2024-03-24 13:15:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1064,'Raw chips backet','1',-0.32,'2024-03-24 13:15:34','1.08','7','newstock','1','','',0.00,'','1','0.7615','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1065,'Raw chips backet','1',7.00,'2024-03-24 13:15:34','0.00','7','newstock','1','','',0.00,'','1','7','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1066,'Raw chips backet','1',-0.05,'2024-03-24 13:17:16','1.08','7','newstock','1','','',0.00,'','1','1.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1067,'Raw chips backet','1',1.00,'2024-03-24 13:17:16','7.00','7','newstock','1','','',0.00,'','1','8','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1068,'Raw chips backet','1',-0.09,'2024-03-24 13:18:02','1.03','7','newstock','1','','',0.00,'','1','0.939','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1069,'Raw chips backet','1',2.00,'2024-03-24 13:18:02','6.00','7','newstock','1','','',0.00,'','1','8','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1070,'Raw chips backet','1',-0.09,'2024-03-24 13:19:26','0.94','7','newstock','1','','',0.00,'','1','0.849','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1071,'Raw chips backet','1',2.00,'2024-03-24 13:19:26','4.00','7','newstock','1','','',0.00,'','1','6','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1072,'Raw chips backet','1',-0.05,'2024-03-24 13:21:05','0.85','7','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1073,'Raw chips backet','1',1.00,'2024-03-24 13:21:05','2.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1074,'Raw chips backet','1',-0.09,'2024-03-24 13:34:11','0.80','7','newstock','1','','',0.00,'','1','0.709','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1075,'Raw chips backet','1',2.00,'2024-03-24 13:34:11','1.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1076,'Raw chips backet','',2.00,'2024-03-24 13:36:34','0.80','7','newstock','1','','',0.00,'','1','2.8','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1077,'Raw chips backet','1',-0.05,'2024-03-24 13:37:15','2.80','7','newstock','1','','',0.00,'','1','2.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1078,'Raw chips backet','1',1.00,'2024-03-24 13:37:15','3.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1079,'Raw chips backet','1',-0.05,'2024-03-24 13:37:26','2.75','7','newstock','1','','',0.00,'','1','2.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1080,'Raw chips backet','1',1.00,'2024-03-24 13:37:26','2.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1081,'Raw chips backet','2',-0.14,'2024-03-24 13:40:24','2.70','7','newstock','1','','',0.00,'','1','2.5635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1082,'Raw chips backet','2',3.00,'2024-03-24 13:40:24','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1083,'Raw chips backet','1',-0.09,'2024-03-24 13:49:08','2.56','7','newstock','1','','',0.00,'','1','2.469','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1084,'Raw chips backet','1',2.00,'2024-03-24 13:49:08','1.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1085,'Raw chips backet','3',-0.05,'2024-03-24 13:53:11','2.47','7','newstock','1','','',0.00,'','1','2.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1086,'Raw chips backet','3',1.00,'2024-03-24 13:53:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1087,'Raw chips backet','1',-0.09,'2024-03-24 13:57:25','2.42','7','newstock','1','','',0.00,'','1','2.329','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1088,'Raw chips backet','1',2.00,'2024-03-24 13:57:25','1.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1089,'Raw chips backet','1',-0.05,'2024-03-24 14:01:01','2.33','7','newstock','1','','',0.00,'','1','2.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1090,'Raw chips backet','1',1.00,'2024-03-24 14:01:01','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1091,'Raw chips backet','3',-0.05,'2024-03-24 14:01:08','2.28','7','newstock','1','','',0.00,'','1','2.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1092,'Raw chips backet','3',1.00,'2024-03-24 14:01:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1093,'Raw chips backet','1',-0.09,'2024-03-24 14:05:15','2.23','7','newstock','1','','',0.00,'','1','2.139','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1094,'Raw chips backet','1',2.00,'2024-03-24 14:05:15','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1095,'Raw chips backet','3',-0.05,'2024-03-24 14:09:08','2.14','7','newstock','1','','',0.00,'','1','2.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1096,'Raw chips backet','3',1.00,'2024-03-24 14:09:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1097,'Raw chips backet','1',-0.05,'2024-03-24 14:14:14','2.09','7','newstock','1','','',0.00,'','1','2.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1098,'Raw chips backet','1',1.00,'2024-03-24 14:14:14','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1099,'Raw chips backet','4',-0.05,'2024-03-24 14:22:50','2.04','7','newstock','1','','',0.00,'','1','1.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1100,'Raw chips backet','4',1.00,'2024-03-24 14:22:50','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1101,'Raw chips backet','1',-0.14,'2024-03-24 14:26:25','1.99','7','newstock','1','','',0.00,'','1','1.8535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1102,'Raw chips backet','1',3.00,'2024-03-24 14:26:25','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1103,'Raw chips backet','1',-0.18,'2024-03-24 14:30:03','1.85','7','newstock','1','','',0.00,'','1','1.668','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1104,'Raw chips backet','1',4.00,'2024-03-24 14:30:03','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1105,'Raw chips backet','4',-0.05,'2024-03-24 14:35:12','1.67','7','newstock','1','','',0.00,'','1','1.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1106,'Raw chips backet','4',1.00,'2024-03-24 14:35:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1107,'Raw chips backet','1',-0.05,'2024-03-24 14:36:52','1.62','7','newstock','1','','',0.00,'','1','1.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1108,'Raw chips backet','1',1.00,'2024-03-24 14:36:52','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1109,'Raw chips backet','1',-0.14,'2024-03-24 14:38:30','1.57','7','newstock','1','','',0.00,'','1','1.4335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1110,'Raw chips backet','1',3.00,'2024-03-24 14:38:30','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1111,'Chicken','',5.50,'2024-03-24 14:46:15','0.00','7','newstock','1','','',0.00,'','1','5.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1112,'Raw chips backet','3',-0.05,'2024-03-24 14:47:42','1.43','7','newstock','1','','',0.00,'','1','1.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1113,'Raw chips backet','3',1.00,'2024-03-24 14:47:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1114,'Raw chips backet','1',-0.05,'2024-03-24 14:47:59','1.38','7','newstock','1','','',0.00,'','1','1.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1115,'Raw chips backet','1',1.00,'2024-03-24 14:47:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1116,'Raw chips backet','1',-0.09,'2024-03-24 14:49:25','1.33','7','newstock','1','','',0.00,'','1','1.239','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1117,'Raw chips backet','1',2.00,'2024-03-24 14:49:25','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1118,'Raw chips backet','1',-0.05,'2024-03-24 14:51:36','1.24','7','newstock','1','','',0.00,'','1','1.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1119,'Raw chips backet','1',1.00,'2024-03-24 14:51:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1120,'Raw chips backet','2',-0.18,'2024-03-24 14:59:30','1.24','7','newstock','1','','',0.00,'','1','1.058','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1121,'Raw chips backet','2',4.00,'2024-03-24 14:59:30','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1122,'Raw chips backet','1',-0.05,'2024-03-24 15:03:23','1.06','7','newstock','1','','',0.00,'','1','1.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1123,'Raw chips backet','1',1.00,'2024-03-24 15:03:23','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1124,'Raw chips backet','1',-0.05,'2024-03-24 15:11:18','1.01','7','newstock','1','','',0.00,'','1','0.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1125,'Raw chips backet','1',1.00,'2024-03-24 15:11:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1126,'Raw chips backet','1',-0.05,'2024-03-24 15:18:22','0.96','7','newstock','1','','',0.00,'','1','0.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1127,'Raw chips backet','1',1.00,'2024-03-24 15:18:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1128,'Raw chips backet','4',-0.05,'2024-03-24 15:27:41','0.91','7','newstock','1','','',0.00,'','1','0.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1129,'Raw chips backet','4',1.00,'2024-03-24 15:27:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1130,'Raw chips backet','1',-0.14,'2024-03-24 15:34:17','0.86','7','newstock','1','','',0.00,'','1','0.7235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1131,'Raw chips backet','1',3.00,'2024-03-24 15:34:17','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1132,'Raw chips backet','1',-0.14,'2024-03-24 15:37:37','0.72','7','newstock','1','','',0.00,'','1','0.5835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1133,'Raw chips backet','1',3.00,'2024-03-24 15:37:37','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1134,'Raw chips backet','1',-0.09,'2024-03-24 15:39:06','0.72','7','newstock','1','','',0.00,'','1','0.629','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1135,'Raw chips backet','1',2.00,'2024-03-24 15:39:06','3.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1136,'Raw chips backet','1',-0.14,'2024-03-24 15:40:14','0.63','7','newstock','1','','',0.00,'','1','0.4935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1137,'Raw chips backet','1',3.00,'2024-03-24 15:40:14','1.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1138,'Raw chips backet','1',-0.23,'2024-03-24 15:57:55','0.49','7','newstock','1','','',0.00,'','1','0.2625','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1139,'Raw chips backet','1',5.00,'2024-03-24 15:57:55','1.00','7','newstock','1','','',0.00,'','1','6','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1140,'Raw chips backet','1',-0.05,'2024-03-24 17:11:44','0.26','6','newstock','1','','',0.00,'','1','0.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1141,'Raw chips backet','1',1.00,'2024-03-24 17:11:44','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1142,'Raw chips backet','1',-0.05,'2024-03-24 17:12:06','0.21','6','newstock','1','','',0.00,'','1','0.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1143,'Raw chips backet','1',1.00,'2024-03-24 17:12:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1144,'Raw chips backet','2',-0.05,'2024-03-24 17:12:59','0.16','6','newstock','1','','',0.00,'','1','0.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1145,'Raw chips backet','2',1.00,'2024-03-24 17:12:59','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1146,'Raw chips backet','',1.00,'2024-03-24 17:14:11','0.11','6','newstock','1','','',0.00,'','1','1.11','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1147,'Raw chips backet','1',-0.05,'2024-03-24 17:23:34','1.11','6','newstock','1','','',0.00,'','1','1.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1148,'Raw chips backet','1',1.00,'2024-03-24 17:23:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1149,'Raw chips backet','1',-0.23,'2024-03-24 17:29:08','1.06','6','newstock','1','','',0.00,'','1','0.8325','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1150,'Raw chips backet','1',5.00,'2024-03-24 17:29:08','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1151,'Raw chips backet','1',-0.09,'2024-03-24 17:32:03','0.83','6','newstock','1','','',0.00,'','1','0.739','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1152,'Raw chips backet','1',2.00,'2024-03-24 17:32:03','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1153,'Raw chips backet','4',-0.05,'2024-03-24 17:54:06','0.74','6','newstock','1','','',0.00,'','1','0.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1154,'Raw chips backet','4',1.00,'2024-03-24 17:54:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1155,'Raw chips backet','3',-0.05,'2024-03-24 17:54:09','0.69','6','newstock','1','','',0.00,'','1','0.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1156,'Raw chips backet','3',1.00,'2024-03-24 17:54:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1157,'Raw chips backet','3',-0.14,'2024-03-24 18:25:00','0.64','6','newstock','1','','',0.00,'','1','0.5035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1158,'Raw chips backet','3',3.00,'2024-03-24 18:25:00','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1159,'Raw chips backet','1',-0.05,'2024-03-24 18:25:33','0.50','6','newstock','1','','',0.00,'','1','0.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1160,'Raw chips backet','1',1.00,'2024-03-24 18:25:33','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1161,'Raw chips backet','2',-0.05,'2024-03-24 18:25:39','0.45','6','newstock','1','','',0.00,'','1','0.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1162,'Raw chips backet','2',1.00,'2024-03-24 18:25:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1163,'Raw chips backet','1',-0.05,'2024-03-24 18:36:27','0.40','6','newstock','1','','',0.00,'','1','0.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1164,'Raw chips backet','1',1.00,'2024-03-24 18:36:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1165,'Raw chips backet','2',-0.18,'2024-03-24 18:37:04','0.35','6','newstock','1','','',0.00,'','1','0.168','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1166,'Raw chips backet','2',4.00,'2024-03-24 18:37:04','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1167,'Raw chips backet','1',-0.05,'2024-03-24 18:39:44','0.17','6','newstock','1','','',0.00,'','1','0.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1168,'Raw chips backet','1',1.00,'2024-03-24 18:39:44','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1169,'Raw chips backet','1',-0.05,'2024-03-24 18:55:53','0.12','6','newstock','1','','',0.00,'','1','0.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1170,'Raw chips backet','1',1.00,'2024-03-24 18:55:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1171,'Raw chips backet','1',-0.05,'2024-03-24 18:56:18','0.07','6','newstock','1','','',0.00,'','1','0.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1172,'Raw chips backet','1',1.00,'2024-03-24 18:56:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1173,'Raw chips backet','',0.50,'2024-03-24 19:52:27','0.00','6','newstock','1','','',0.00,'','Main','0.5','Internal','Main','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1174,'Raw chips backet','',0.50,'2024-03-24 19:56:42','0.02','6','newstock','1','','',0.00,'','1','0.52','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1175,'Raw chips backet','1',-0.09,'2024-03-24 19:56:53','0.52','6','newstock','1','','',0.00,'','1','0.429','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1176,'Raw chips backet','1',2.00,'2024-03-24 19:56:53','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1177,'Raw chips backet','3',-0.14,'2024-03-24 19:57:09','0.43','6','newstock','1','','',0.00,'','1','0.2935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1178,'Raw chips backet','3',3.00,'2024-03-24 19:57:09','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1179,'Raw chips backet','1',-0.05,'2024-03-24 19:57:24','0.29','6','newstock','1','','',0.00,'','1','0.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1180,'Raw chips backet','1',1.00,'2024-03-24 19:57:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1181,'Raw chips backet','1',-0.05,'2024-03-24 20:13:25','0.24','7','newstock','1','','',0.00,'','1','0.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1182,'Raw chips backet','1',1.00,'2024-03-24 20:13:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1183,'Raw chips backet','1',-0.09,'2024-03-24 20:16:16','0.19','7','newstock','1','','',0.00,'','1','0.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1184,'Raw chips backet','1',2.00,'2024-03-24 20:16:16','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1185,'Raw chips backet','3',-0.05,'2024-03-24 20:20:37','0.10','7','newstock','1','','',0.00,'','1','0.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1186,'Raw chips backet','3',1.00,'2024-03-24 20:20:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1187,'Raw chips backet','4',-0.05,'2024-03-24 20:39:11','0.05','7','newstock','1','','',0.00,'','1','0.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1188,'Raw chips backet','4',1.00,'2024-03-24 20:39:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1189,'Raw chips backet','',0.50,'2024-03-24 20:48:29','0.00','7','newstock','1','','',0.00,'','1','0.5','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1190,'Raw chips backet','1',-0.18,'2024-03-24 20:50:29','0.50','7','newstock','1','','',0.00,'','1','0.318','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1191,'Raw chips backet','1',4.00,'2024-03-24 20:50:29','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1192,'Raw chips backet','3',-0.09,'2024-03-24 20:58:21','0.32','7','newstock','1','','',0.00,'','1','0.229','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1193,'Raw chips backet','3',2.00,'2024-03-24 20:58:21','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1194,'Raw chips backet','1',-0.05,'2024-03-25 14:13:53','0.23','6','newstock','1','','',0.00,'','1','0.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1195,'Raw chips backet','1',1.00,'2024-03-25 14:13:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1196,'Raw chips backet','3',-0.05,'2024-03-25 14:22:11','0.18','6','newstock','1','','',0.00,'','1','0.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1197,'Raw chips backet','3',1.00,'2024-03-25 14:22:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1198,'Raw chips backet','1',-0.09,'2024-03-25 14:22:13','0.13','6','newstock','1','','',0.00,'','1','0.039','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1199,'Raw chips backet','1',2.00,'2024-03-25 14:22:13','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1200,'Raw chips backet','',1.00,'2024-03-25 14:23:09','0.04','6','newstock','1','','',0.00,'','1','1.04','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1201,'Raw chips backet','2',-0.05,'2024-03-25 14:23:19','1.04','6','newstock','1','','',0.00,'','1','0.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1202,'Raw chips backet','2',1.00,'2024-03-25 14:23:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1203,'Raw chips backet','2',-0.05,'2024-03-25 14:23:55','0.99','6','newstock','1','','',0.00,'','1','0.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1204,'Raw chips backet','2',1.00,'2024-03-25 14:23:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1205,'Raw chips backet','2',-0.09,'2024-03-25 14:24:44','0.94','6','newstock','1','','',0.00,'','1','0.849','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1206,'Raw chips backet','2',2.00,'2024-03-25 14:24:44','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1207,'Raw chips backet','3',-0.05,'2024-03-25 14:25:44','0.85','6','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1208,'Raw chips backet','3',1.00,'2024-03-25 14:25:44','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1209,'Raw chips backet','1',-0.05,'2024-03-25 14:26:10','0.80','6','newstock','1','','',0.00,'','1','0.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1210,'Raw chips backet','1',1.00,'2024-03-25 14:26:10','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1211,'Raw chips backet','3',-0.05,'2024-03-25 14:26:40','0.75','6','newstock','1','','',0.00,'','1','0.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1212,'Raw chips backet','3',1.00,'2024-03-25 14:26:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1213,'Raw chips backet','3',-0.05,'2024-03-25 14:48:19','0.70','6','newstock','1','','',0.00,'','1','0.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1214,'Raw chips backet','3',1.00,'2024-03-25 14:48:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1215,'Raw chips backet','1',-0.05,'2024-03-25 15:54:51','0.65','6','newstock','1','','',0.00,'','1','0.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1216,'Raw chips backet','1',1.00,'2024-03-25 15:54:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1217,'Raw chips backet','3',-0.05,'2024-03-25 15:55:32','0.60','6','newstock','1','','',0.00,'','1','0.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1218,'Raw chips backet','3',1.00,'2024-03-25 15:55:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1219,'Raw chips backet','1',-0.05,'2024-03-25 16:16:27','0.55','6','newstock','1','','',0.00,'','1','0.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1220,'Raw chips backet','1',1.00,'2024-03-25 16:16:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1221,'Raw chips backet','1',-0.05,'2024-03-25 16:29:15','0.50','6','newstock','1','','',0.00,'','1','0.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1222,'Raw chips backet','1',1.00,'2024-03-25 16:29:15','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1223,'Raw chips backet','1',-0.14,'2024-03-25 17:36:14','0.45','6','newstock','1','','',0.00,'','1','0.3135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1224,'Raw chips backet','1',3.00,'2024-03-25 17:36:14','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1225,'Raw chips backet','1',-0.05,'2024-03-25 18:01:55','0.31','6','newstock','1','','',0.00,'','1','0.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1226,'Raw chips backet','1',1.00,'2024-03-25 18:01:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1227,'Raw chips backet','3',-0.05,'2024-03-25 18:17:24','0.26','6','newstock','1','','',0.00,'','1','0.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1228,'Raw chips backet','3',1.00,'2024-03-25 18:17:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1229,'Raw chips backet','2',-0.05,'2024-03-25 18:17:28','0.21','6','newstock','1','','',0.00,'','1','0.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1230,'Raw chips backet','2',1.00,'2024-03-25 18:17:28','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1231,'Raw chips backet','3',-0.05,'2024-03-25 18:24:20','0.16','6','newstock','1','','',0.00,'','1','0.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1232,'Raw chips backet','3',1.00,'2024-03-25 18:24:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1233,'Raw chips backet','1',-0.09,'2024-03-25 18:25:15','0.11','6','newstock','1','','',0.00,'','1','0.019','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1234,'Raw chips backet','1',2.00,'2024-03-25 18:25:15','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1235,'Raw chips backet','',0.50,'2024-03-25 18:26:17','0.02','6','newstock','1','','',0.00,'','1','0.52','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1236,'Raw chips backet','1',-0.05,'2024-03-25 18:26:30','0.52','6','newstock','1','','',0.00,'','1','0.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1237,'Raw chips backet','1',1.00,'2024-03-25 18:26:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1238,'Raw chips backet','1',-0.05,'2024-03-25 18:26:58','0.47','6','newstock','1','','',0.00,'','1','0.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1239,'Raw chips backet','1',1.00,'2024-03-25 18:26:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1240,'Raw chips backet','3',-0.05,'2024-03-25 19:36:18','0.42','6','newstock','1','','',0.00,'','1','0.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1241,'Raw chips backet','3',1.00,'2024-03-25 19:36:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1242,'Raw chips backet','4',-0.05,'2024-03-25 19:36:21','0.37','6','newstock','1','','',0.00,'','1','0.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1243,'Raw chips backet','4',1.00,'2024-03-25 19:36:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1244,'Raw chips backet','1',-0.05,'2024-03-25 19:36:25','0.32','6','newstock','1','','',0.00,'','1','0.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1245,'Raw chips backet','1',1.00,'2024-03-25 19:36:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1246,'Raw chips backet','1',-0.05,'2024-03-25 19:40:37','0.27','6','newstock','1','','',0.00,'','1','0.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1247,'Raw chips backet','1',1.00,'2024-03-25 19:40:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1248,'Raw chips backet','4',-0.14,'2024-03-25 19:41:22','0.22','6','newstock','1','','',0.00,'','1','0.0835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1249,'Raw chips backet','4',3.00,'2024-03-25 19:41:22','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1250,'Chicken','',3.00,'2024-03-25 19:42:56','0.50','6','newstock','1','','',0.00,'','1','3.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1251,'Raw chips backet','3',-0.05,'2024-03-25 20:02:55','0.08','6','newstock','1','','',0.00,'','1','0.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1252,'Raw chips backet','3',1.00,'2024-03-25 20:02:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1253,'Raw chips backet','',0.50,'2024-03-25 20:03:53','0.03','6','newstock','1','','',0.00,'','1','0.53','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1254,'Raw chips backet','1',-0.05,'2024-03-25 20:04:02','0.53','6','newstock','1','','',0.00,'','1','0.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1255,'Raw chips backet','1',1.00,'2024-03-25 20:04:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1256,'Raw chips backet','2',-0.05,'2024-03-25 20:04:52','0.48','6','newstock','1','','',0.00,'','1','0.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1257,'Raw chips backet','2',1.00,'2024-03-25 20:04:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1258,'Raw chips backet','2',-0.05,'2024-03-25 20:11:13','0.43','6','newstock','1','','',0.00,'','1','0.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1259,'Raw chips backet','2',1.00,'2024-03-25 20:11:13','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1260,'Raw chips backet','1',-0.05,'2024-03-25 21:03:37','0.38','6','newstock','1','','',0.00,'','1','0.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1261,'Raw chips backet','1',1.00,'2024-03-25 21:03:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1262,'Raw chips backet','3',-0.09,'2024-03-25 21:04:21','0.33','6','newstock','1','','',0.00,'','1','0.239','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1263,'Raw chips backet','3',2.00,'2024-03-25 21:04:21','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1264,'Raw chips backet','3',-0.05,'2024-03-25 21:11:04','0.24','6','newstock','1','','',0.00,'','1','0.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1265,'Raw chips backet','3',1.00,'2024-03-25 21:11:04','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1266,'Raw chips backet','1',-0.05,'2024-03-25 21:11:37','0.19','6','newstock','1','','',0.00,'','1','0.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1267,'Raw chips backet','1',1.00,'2024-03-25 21:11:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1268,'Raw chips backet','1',-0.05,'2024-03-25 21:12:45','0.14','6','newstock','1','','',0.00,'','1','0.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1269,'Raw chips backet','1',1.00,'2024-03-25 21:12:45','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1270,'Raw chips backet','',0.20,'2024-03-25 21:15:21','0.09','6','newstock','1','','',0.00,'','1','0.29','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1271,'Raw chips backet','1',-0.09,'2024-03-25 21:16:30','0.29','6','newstock','1','','',0.00,'','1','0.199','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1272,'Raw chips backet','1',2.00,'2024-03-25 21:16:30','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1273,'Raw chips backet','2',-0.09,'2024-03-25 21:27:38','0.20','6','newstock','1','','',0.00,'','1','0.109','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1274,'Raw chips backet','2',2.00,'2024-03-25 21:27:38','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1275,'Pep soda 350ml','',15.00,'2024-03-25 21:30:11','0.00','6','newstock','1','','',0.00,'','1','15','internal','1','20','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1276,'Raw chips backet','1',-0.05,'2024-03-26 12:58:32','0.11','7','newstock','1','','',0.00,'','1','0.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1277,'Raw chips backet','1',1.00,'2024-03-26 12:58:32','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1278,'Raw chips backet','3',-0.05,'2024-03-26 12:59:42','0.06','7','newstock','1','','',0.00,'','1','0.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1279,'Raw chips backet','3',1.00,'2024-03-26 12:59:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1280,'Raw chips backet','',1.00,'2024-03-26 13:22:18','0.50','7','newstock','1','','',0.00,'','Main','1.5','Internal','Main','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1281,'Raw chips backet','',2.00,'2024-03-26 13:30:10','0.01','7','newstock','1','','',0.00,'','1','2.01','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1282,'Raw chips backet','5',-0.09,'2024-03-26 13:30:29','2.01','7','newstock','1','','',0.00,'','1','1.919','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1283,'Raw chips backet','5',2.00,'2024-03-26 13:30:29','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1284,'Raw chips backet','1',-0.05,'2024-03-26 13:31:49','1.92','7','newstock','1','','',0.00,'','1','1.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1285,'Raw chips backet','1',1.00,'2024-03-26 13:31:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1286,'Raw chips backet','3',-0.05,'2024-03-26 14:05:06','1.87','7','newstock','1','','',0.00,'','1','1.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1287,'Raw chips backet','3',1.00,'2024-03-26 14:05:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1288,'Raw chips backet','2',-0.05,'2024-03-26 14:05:42','1.82','7','newstock','1','','',0.00,'','1','1.7745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1289,'Raw chips backet','2',1.00,'2024-03-26 14:05:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1290,'Raw chips backet','1',-0.05,'2024-03-26 14:06:18','1.77','7','newstock','1','','',0.00,'','1','1.7245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1291,'Raw chips backet','1',1.00,'2024-03-26 14:06:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1292,'Raw chips backet','4',-0.05,'2024-03-26 14:24:27','1.72','7','newstock','1','','',0.00,'','1','1.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1293,'Raw chips backet','4',1.00,'2024-03-26 14:24:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1294,'Raw chips backet','3',-0.05,'2024-03-26 14:25:48','1.67','7','newstock','1','','',0.00,'','1','1.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1295,'Raw chips backet','3',1.00,'2024-03-26 14:25:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1296,'Raw chips backet','1',-0.05,'2024-03-26 14:32:19','1.62','7','newstock','1','','',0.00,'','1','1.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1297,'Raw chips backet','1',1.00,'2024-03-26 14:32:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1298,'Raw chips backet','1',-0.05,'2024-03-26 15:14:47','1.57','7','newstock','1','','',0.00,'','1','1.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1299,'Raw chips backet','1',1.00,'2024-03-26 15:14:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1300,'Raw chips backet','1',-0.05,'2024-03-26 15:15:22','1.52','7','newstock','1','','',0.00,'','1','1.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1301,'Raw chips backet','1',1.00,'2024-03-26 15:15:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1302,'Raw chips backet','1',-0.05,'2024-03-26 15:16:47','1.47','7','newstock','1','','',0.00,'','1','1.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1303,'Raw chips backet','1',1.00,'2024-03-26 15:16:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1304,'Raw chips backet','1',-0.05,'2024-03-26 16:07:07','1.42','7','newstock','1','','',0.00,'','1','1.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1305,'Raw chips backet','1',1.00,'2024-03-26 16:07:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1306,'Raw chips backet','1',-0.05,'2024-03-26 16:09:08','1.37','7','newstock','1','','',0.00,'','1','1.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1307,'Raw chips backet','1',1.00,'2024-03-26 16:09:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1308,'Raw chips backet','1',-0.05,'2024-03-26 16:56:22','1.32','7','newstock','1','','',0.00,'','1','1.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1309,'Raw chips backet','1',1.00,'2024-03-26 16:56:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1310,'Raw chips backet','1',-0.05,'2024-03-26 17:11:59','1.27','7','newstock','1','','',0.00,'','1','1.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1311,'Raw chips backet','1',1.00,'2024-03-26 17:11:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1312,'Raw chips backet','2',-0.05,'2024-03-26 17:13:39','1.22','7','newstock','1','','',0.00,'','1','1.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1313,'Raw chips backet','2',1.00,'2024-03-26 17:13:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1314,'Raw chips backet','1',-0.05,'2024-03-26 17:19:48','1.17','7','newstock','1','','',0.00,'','1','1.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1315,'Raw chips backet','1',1.00,'2024-03-26 17:19:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1316,'Raw chips backet','1',-0.05,'2024-03-26 17:31:35','1.12','7','newstock','1','','',0.00,'','1','1.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1317,'Raw chips backet','1',1.00,'2024-03-26 17:31:35','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1318,'Minute maid 1tr','',4.00,'2024-03-26 17:41:22','0.00','7','newstock','1','','',0.00,'','1','4','internal','1','27','','',0.00,'','160','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1319,'Raw chips backet','1',-0.09,'2024-03-26 17:41:28','1.07','7','newstock','1','','',0.00,'','1','0.979','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1320,'Raw chips backet','1',2.00,'2024-03-26 17:41:28','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1321,'Raw chips backet','1',-0.09,'2024-03-26 18:00:40','0.98','7','newstock','1','','',0.00,'','1','0.889','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1322,'Raw chips backet','1',2.00,'2024-03-26 18:00:40','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1323,'Raw chips backet','1',-0.05,'2024-03-26 18:03:15','0.89','7','newstock','1','','',0.00,'','1','0.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1324,'Raw chips backet','1',1.00,'2024-03-26 18:03:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1325,'Raw chips backet','3',-0.05,'2024-03-26 18:06:04','0.84','7','newstock','1','','',0.00,'','1','0.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1326,'Raw chips backet','3',1.00,'2024-03-26 18:06:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1327,'Raw chips backet','2',-0.05,'2024-03-26 18:36:16','0.79','7','newstock','1','','',0.00,'','1','0.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1328,'Raw chips backet','2',1.00,'2024-03-26 18:36:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1329,'Raw chips backet','2',-0.05,'2024-03-26 18:38:18','0.74','7','newstock','1','','',0.00,'','1','0.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1330,'Raw chips backet','2',1.00,'2024-03-26 18:38:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1331,'Raw chips backet','4',-0.09,'2024-03-26 18:51:17','0.69','7','newstock','1','','',0.00,'','1','0.599','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1332,'Raw chips backet','4',2.00,'2024-03-26 18:51:17','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1333,'Raw chips backet','3',-0.05,'2024-03-26 19:51:42','0.60','7','newstock','1','','',0.00,'','1','0.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1334,'Raw chips backet','3',1.00,'2024-03-26 19:51:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1335,'Raw chips backet','1',-0.05,'2024-03-26 19:52:18','0.55','7','newstock','1','','',0.00,'','1','0.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1336,'Raw chips backet','1',1.00,'2024-03-26 19:52:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1337,'Raw chips backet','1',-0.05,'2024-03-26 19:57:41','0.50','7','newstock','1','','',0.00,'','1','0.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1338,'Raw chips backet','1',1.00,'2024-03-26 19:57:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1339,'Raw chips backet','1',-0.05,'2024-03-26 20:00:41','0.45','7','newstock','1','','',0.00,'','1','0.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1340,'Raw chips backet','1',1.00,'2024-03-26 20:00:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1341,'Raw chips backet','1',-0.05,'2024-03-26 20:49:13','0.40','7','newstock','1','','',0.00,'','1','0.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1342,'Raw chips backet','1',1.00,'2024-03-26 20:49:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1343,'Raw chips backet','3',-0.14,'2024-03-26 20:55:28','0.35','7','newstock','1','','',0.00,'','1','0.2135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1344,'Raw chips backet','3',3.00,'2024-03-26 20:55:28','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1345,'Raw chips backet','1',-0.05,'2024-03-26 20:57:21','0.21','7','newstock','1','','',0.00,'','1','0.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1346,'Raw chips backet','1',1.00,'2024-03-26 20:57:21','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1347,'Raw chips backet','4',-0.05,'2024-03-26 21:25:26','0.16','7','newstock','1','','',0.00,'','1','0.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1348,'Raw chips backet','4',1.00,'2024-03-26 21:25:26','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1349,'Chicken','',3.00,'2024-03-26 21:27:56','0.00','7','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1350,'Raw chips backet','4',-0.05,'2024-03-26 21:28:29','0.11','7','newstock','1','','',0.00,'','1','0.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1351,'Raw chips backet','4',1.00,'2024-03-26 21:28:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1352,'Raw chips backet','2',-0.05,'2024-03-26 21:29:10','0.06','7','newstock','1','','',0.00,'','1','0.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1353,'Raw chips backet','2',1.00,'2024-03-26 21:29:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1354,'Raw chips backet','',0.50,'2024-03-26 21:49:46','0.01','7','newstock','1','','',0.00,'','1','0.51','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1355,'Raw chips backet','1',-0.05,'2024-03-26 21:50:09','0.51','7','newstock','1','','',0.00,'','1','0.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1356,'Raw chips backet','1',1.00,'2024-03-26 21:50:09','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1357,'Raw chips backet','1',-0.05,'2024-03-26 21:54:04','0.46','7','newstock','1','','',0.00,'','1','0.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1358,'Raw chips backet','1',1.00,'2024-03-26 21:54:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1359,'Raw chips backet','1',-0.09,'2024-03-27 13:28:56','0.41','6','newstock','1','','',0.00,'','1','0.319','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1360,'Raw chips backet','1',2.00,'2024-03-27 13:28:56','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1361,'Raw chips backet','2',-0.09,'2024-03-27 14:03:40','0.32','6','newstock','1','','',0.00,'','1','0.229','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1362,'Raw chips backet','2',2.00,'2024-03-27 14:03:40','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1363,'Raw chips backet','3',-0.05,'2024-03-27 14:04:31','0.23','6','newstock','1','','',0.00,'','1','0.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1364,'Raw chips backet','3',1.00,'2024-03-27 14:04:31','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1365,'Raw chips backet','1',-0.05,'2024-03-27 14:04:55','0.18','6','newstock','1','','',0.00,'','1','0.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1366,'Raw chips backet','1',1.00,'2024-03-27 14:04:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1367,'Raw chips backet','',1.00,'2024-03-27 14:28:56','0.13','6','newstock','1','','',0.00,'','1','1.13','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1368,'Raw chips backet','1',-0.09,'2024-03-27 14:41:54','1.13','6','newstock','1','','',0.00,'','1','1.039','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1369,'Raw chips backet','1',2.00,'2024-03-27 14:41:54','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1370,'Raw chips backet','1',-0.05,'2024-03-27 15:19:16','1.04','6','newstock','1','','',0.00,'','1','0.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1371,'Raw chips backet','1',1.00,'2024-03-27 15:19:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1372,'Raw chips backet','1',-0.05,'2024-03-27 16:19:00','0.99','6','newstock','1','','',0.00,'','1','0.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1373,'Raw chips backet','1',1.00,'2024-03-27 16:19:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1374,'Raw chips backet','1',-0.09,'2024-03-27 16:37:05','0.94','6','newstock','1','','',0.00,'','1','0.849','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1375,'Raw chips backet','1',2.00,'2024-03-27 16:37:05','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1376,'','',0.00,'2024-03-27 17:11:47','0','1','newstock','1','11711548693','2',4500.00,'','1','0','Main','1','37','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1377,'','',1.00,'2024-03-27 17:12:58','0.00','1','newstock','1','11711548767','2',4500.00,'','1','1','Main','1','37','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1378,'Potatoes sack','2',-0.01,'2024-03-27 17:13:09','1.00','1','newstock','1','','',0.00,'','1','0.9899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1379,'Potatoes sack','2',1.00,'2024-03-27 17:13:09','0.00','1','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1380,'Potatoes sack','2',-0.01,'2024-03-27 18:00:37','1.00','6','newstock','1','','',0.00,'','1','0.9899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1381,'Potatoes sack','2',1.00,'2024-03-27 18:00:37','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1382,'Potatoes sack','2',-0.01,'2024-03-27 18:13:51','0.99','6','newstock','1','','',0.00,'','1','0.9799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1383,'Potatoes sack','2',1.00,'2024-03-27 18:13:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1384,'Potatoes sack','2',-0.01,'2024-03-27 18:13:54','0.98','6','newstock','1','','',0.00,'','1','0.9699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1385,'Potatoes sack','2',1.00,'2024-03-27 18:13:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1386,'Raw chips bucket','4',-0.05,'2024-03-27 18:14:26','0.85','6','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1387,'Raw chips bucket','4',1.00,'2024-03-27 18:14:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1388,'Potatoes sack','2',-0.01,'2024-03-27 19:52:21','0.98','6','newstock','1','','',0.00,'','1','0.9699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1389,'Potatoes sack','2',1.00,'2024-03-27 19:52:21','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1390,'Potatoes sack','2',-0.01,'2024-03-27 19:54:02','0.97','6','newstock','1','','',0.00,'','1','0.9599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1391,'Potatoes sack','2',1.00,'2024-03-27 19:54:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1392,'Raw chips bucket','1',-0.05,'2024-03-27 20:18:38','0.80','6','newstock','1','','',0.00,'','1','0.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1393,'Raw chips bucket','1',1.00,'2024-03-27 20:18:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1394,'Raw chips bucket','3',-0.05,'2024-03-27 21:09:51','0.75','6','newstock','1','','',0.00,'','1','0.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1395,'Raw chips bucket','3',1.00,'2024-03-27 21:09:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1396,'Potatoes sack','2',-0.01,'2024-03-27 21:10:28','0.96','6','newstock','1','','',0.00,'','1','0.9499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1397,'Potatoes sack','2',1.00,'2024-03-27 21:10:28','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1398,'Raw chips bucket','3',-0.09,'2024-03-27 21:11:22','0.70','6','newstock','1','','',0.00,'','1','0.609','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1399,'Raw chips bucket','3',2.00,'2024-03-27 21:11:22','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1400,'Raw chips bucket','1',-0.05,'2024-03-27 21:14:08','0.61','6','newstock','1','','',0.00,'','1','0.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1401,'Raw chips bucket','1',1.00,'2024-03-27 21:14:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1402,'Raw chips bucket','1',-0.05,'2024-03-27 21:15:59','0.56','6','newstock','1','','',0.00,'','1','0.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1403,'Raw chips bucket','1',1.00,'2024-03-27 21:15:59','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1404,'Raw chips bucket','1',-0.05,'2024-03-27 21:17:23','0.51','6','newstock','1','','',0.00,'','1','0.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1405,'Raw chips bucket','1',1.00,'2024-03-27 21:17:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1406,'Raw chips bucket','1',-0.05,'2024-03-27 21:18:43','0.46','6','newstock','1','','',0.00,'','1','0.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1407,'Raw chips bucket','1',1.00,'2024-03-27 21:18:43','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1408,'Raw chips bucket','1',-0.05,'2024-03-27 21:19:23','0.41','6','newstock','1','','',0.00,'','1','0.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1409,'Raw chips bucket','1',1.00,'2024-03-27 21:19:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1410,'Raw chips bucket','1',-0.05,'2024-03-27 21:27:34','0.36','6','newstock','1','','',0.00,'','1','0.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1411,'Raw chips bucket','1',1.00,'2024-03-27 21:27:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1412,'Raw chips bucket','1',-0.05,'2024-03-27 21:34:33','0.31','6','newstock','1','','',0.00,'','1','0.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1413,'Raw chips bucket','1',1.00,'2024-03-27 21:34:33','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1414,'Raw chips bucket','1',-0.05,'2024-03-28 13:19:43','0.26','6','newstock','1','','',0.00,'','1','0.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1415,'Raw chips bucket','1',1.00,'2024-03-28 13:19:43','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1416,'Raw chips bucket','1',-0.05,'2024-03-28 13:20:37','0.21','6','newstock','1','','',0.00,'','1','0.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1417,'Raw chips bucket','1',1.00,'2024-03-28 13:20:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1418,'Raw chips bucket','1',-0.05,'2024-03-28 13:21:02','0.16','6','newstock','1','','',0.00,'','1','0.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1419,'Raw chips bucket','1',1.00,'2024-03-28 13:21:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1420,'Potatoes sack','2',-0.01,'2024-03-28 13:39:45','0.95','6','newstock','1','','',0.00,'','1','0.9399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1421,'Potatoes sack','2',1.00,'2024-03-28 13:39:45','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1422,'Raw chips bucket','5',-0.05,'2024-03-28 13:56:30','0.11','6','newstock','1','','',0.00,'','1','0.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1423,'Raw chips bucket','5',1.00,'2024-03-28 13:56:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1424,'Raw chips bucket','',1.00,'2024-03-28 14:00:39','0.06','6','newstock','1','','',0.00,'','1','1.06','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1425,'Raw chips bucket','1',-0.14,'2024-03-28 14:03:19','1.06','6','newstock','1','','',0.00,'','1','0.9235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1426,'Raw chips bucket','1',3.00,'2024-03-28 14:03:19','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1427,'Raw chips bucket','3',-0.09,'2024-03-28 14:04:09','0.92','6','newstock','1','','',0.00,'','1','0.829','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1428,'Raw chips bucket','3',2.00,'2024-03-28 14:04:09','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1429,'Potatoes sack','2',-0.02,'2024-03-28 14:32:12','0.94','6','newstock','1','','',0.00,'','1','0.9198','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1430,'Potatoes sack','2',2.00,'2024-03-28 14:32:12','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1431,'Raw chips bucket','3',-0.05,'2024-03-28 14:32:19','0.83','6','newstock','1','','',0.00,'','1','0.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1432,'Raw chips bucket','3',1.00,'2024-03-28 14:32:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1433,'Potatoes sack','2',-0.02,'2024-03-28 14:32:52','0.92','6','newstock','1','','',0.00,'','1','0.8998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1434,'Potatoes sack','2',2.00,'2024-03-28 14:32:52','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1435,'Raw chips bucket','1',-0.14,'2024-03-28 14:49:35','0.78','6','newstock','1','','',0.00,'','1','0.6435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1436,'Raw chips bucket','1',3.00,'2024-03-28 14:49:35','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1437,'Raw chips bucket','1',-0.05,'2024-03-28 14:50:15','0.64','6','newstock','1','','',0.00,'','1','0.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1438,'Raw chips bucket','1',1.00,'2024-03-28 14:50:15','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1439,'Potatoes sack','2',-0.01,'2024-03-28 16:08:25','0.90','6','newstock','1','','',0.00,'','1','0.8899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1440,'Potatoes sack','2',1.00,'2024-03-28 16:08:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1441,'Chicken','',3.00,'2024-03-28 16:09:59','0.00','6','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1442,'Raw chips bucket','1',-0.09,'2024-03-28 16:30:52','0.59','6','newstock','1','','',0.00,'','1','0.499','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1443,'Raw chips bucket','1',2.00,'2024-03-28 16:30:52','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1444,'Raw chips bucket','1',-0.05,'2024-03-28 17:04:31','0.50','6','newstock','1','','',0.00,'','1','0.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1445,'Raw chips bucket','1',1.00,'2024-03-28 17:04:31','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1446,'Potatoes sack','2',-0.03,'2024-03-28 17:05:56','0.89','6','newstock','1','','',0.00,'','1','0.8597','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1447,'Potatoes sack','2',3.00,'2024-03-28 17:05:56','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1448,'Raw chips bucket','1',-0.14,'2024-03-28 17:37:42','0.45','6','newstock','1','','',0.00,'','1','0.3135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1449,'Raw chips bucket','1',3.00,'2024-03-28 17:37:42','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1450,'Raw chips bucket','1',-0.05,'2024-03-28 18:51:39','0.31','6','newstock','1','','',0.00,'','1','0.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1451,'Raw chips bucket','1',1.00,'2024-03-28 18:51:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1452,'Raw chips bucket','1',-0.05,'2024-03-28 18:51:39','0.26','6','newstock','1','','',0.00,'','1','0.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1453,'Raw chips bucket','1',1.00,'2024-03-28 18:51:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1454,'Raw chips bucket','3',-0.09,'2024-03-28 20:15:55','0.26','6','newstock','1','','',0.00,'','1','0.169','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1455,'Raw chips bucket','3',2.00,'2024-03-28 20:15:55','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1456,'Raw chips bucket','1',-0.05,'2024-03-28 20:16:48','0.17','6','newstock','1','','',0.00,'','1','0.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1457,'Raw chips bucket','1',1.00,'2024-03-28 20:16:48','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1458,'Raw chips bucket','1',-0.05,'2024-03-28 20:36:11','0.12','6','newstock','1','','',0.00,'','1','0.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1459,'Raw chips bucket','1',1.00,'2024-03-28 20:36:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1460,'Raw chips bucket','3',-0.05,'2024-03-28 20:37:35','0.07','6','newstock','1','','',0.00,'','1','0.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1461,'Raw chips bucket','3',1.00,'2024-03-28 20:37:35','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1462,'Potatoes sack','2',-0.01,'2024-03-28 20:38:09','0.86','6','newstock','1','','',0.00,'','1','0.8499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1463,'Potatoes sack','2',1.00,'2024-03-28 20:38:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1464,'Raw chips bucket','',1.00,'2024-03-28 20:38:53','0.02','6','newstock','1','','',0.00,'','1','1.02','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1465,'Raw chips bucket','1',-0.05,'2024-03-28 20:39:23','1.02','6','newstock','1','','',0.00,'','1','0.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1466,'Raw chips bucket','1',1.00,'2024-03-28 20:39:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1467,'Raw chips bucket','3',-0.05,'2024-03-28 20:40:18','0.97','6','newstock','1','','',0.00,'','1','0.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1468,'Raw chips bucket','3',1.00,'2024-03-28 20:40:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1469,'Raw chips bucket','4',-0.05,'2024-03-28 20:40:54','0.92','6','newstock','1','','',0.00,'','1','0.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1470,'Raw chips bucket','4',1.00,'2024-03-28 20:40:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1471,'Raw chips bucket','5',-0.09,'2024-03-28 20:41:32','0.87','6','newstock','1','','',0.00,'','1','0.779','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1472,'Raw chips bucket','5',2.00,'2024-03-28 20:41:32','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1473,'Raw chips bucket','3',-0.18,'2024-03-28 20:43:33','0.78','6','newstock','1','','',0.00,'','1','0.598','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1474,'Raw chips bucket','3',4.00,'2024-03-28 20:43:33','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1475,'Raw chips bucket','5',-0.05,'2024-03-28 20:43:40','0.60','6','newstock','1','','',0.00,'','1','0.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1476,'Raw chips bucket','5',1.00,'2024-03-28 20:43:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1477,'Raw chips bucket','3',-0.05,'2024-03-28 21:00:38','0.55','6','newstock','1','','',0.00,'','1','0.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1478,'Raw chips bucket','3',1.00,'2024-03-28 21:00:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1479,'Raw chips bucket','1',-0.05,'2024-03-28 21:02:41','0.50','6','newstock','1','','',0.00,'','1','0.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1480,'Raw chips bucket','1',1.00,'2024-03-28 21:02:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1481,'Raw chips bucket','1',-0.05,'2024-03-28 21:10:02','0.45','6','newstock','1','','',0.00,'','1','0.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1482,'Raw chips bucket','1',1.00,'2024-03-28 21:10:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1483,'Raw chips bucket','4',-0.32,'2024-03-28 21:43:06','0.40','6','newstock','1','','',0.00,'','1','0.0815','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1484,'Raw chips bucket','4',7.00,'2024-03-28 21:43:06','0.00','6','newstock','1','','',0.00,'','1','7','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1485,'Raw chips bucket','',1.00,'2024-03-28 21:49:35','0.08','6','newstock','1','','',0.00,'','1','1.08','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1486,'Raw chips bucket','4',-0.23,'2024-03-28 21:49:48','1.08','6','newstock','1','','',0.00,'','1','0.8525','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1487,'Raw chips bucket','4',5.00,'2024-03-28 21:49:48','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1488,'Raw chips bucket','3',-0.05,'2024-03-28 21:52:13','0.85','6','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1489,'Raw chips bucket','3',1.00,'2024-03-28 21:52:13','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1490,'Raw chips bucket','4',-0.27,'2024-03-28 21:52:24','0.80','6','newstock','1','','',0.00,'','1','0.527','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1491,'Raw chips bucket','4',6.00,'2024-03-28 21:52:24','0.00','6','newstock','1','','',0.00,'','1','6','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1492,'Raw chips bucket','3',-0.05,'2024-03-29 13:33:06','0.53','7','newstock','1','','',0.00,'','1','0.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1493,'Raw chips bucket','3',1.00,'2024-03-29 13:33:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1494,'Raw chips bucket','1',-0.14,'2024-03-29 13:34:16','0.48','7','newstock','1','','',0.00,'','1','0.3435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1495,'Raw chips bucket','1',3.00,'2024-03-29 13:34:16','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1496,'Raw chips bucket','1',-0.09,'2024-03-29 13:37:00','0.34','7','newstock','1','','',0.00,'','1','0.249','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1497,'Raw chips bucket','1',2.00,'2024-03-29 13:37:00','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1498,'Raw chips bucket','1',-0.05,'2024-03-29 13:39:27','0.25','7','newstock','1','','',0.00,'','1','0.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1499,'Raw chips bucket','1',1.00,'2024-03-29 13:39:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1500,'Raw chips bucket','3',-0.05,'2024-03-29 13:40:28','0.20','7','newstock','1','','',0.00,'','1','0.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1501,'Raw chips bucket','3',1.00,'2024-03-29 13:40:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1502,'Raw chips bucket','4',-0.05,'2024-03-29 13:42:35','0.15','7','newstock','1','','',0.00,'','1','0.1045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1503,'Raw chips bucket','4',1.00,'2024-03-29 13:42:35','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1504,'Raw chips bucket','',2.00,'2024-03-29 13:44:44','0.10','7','newstock','1','','',0.00,'','1','2.1','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1505,'Raw chips bucket','4',-0.14,'2024-03-29 13:44:50','2.10','7','newstock','1','','',0.00,'','1','1.9635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1506,'Raw chips bucket','4',3.00,'2024-03-29 13:44:50','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1507,'Raw chips bucket','1',-0.09,'2024-03-29 14:02:09','1.96','7','newstock','1','','',0.00,'','1','1.869','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1508,'Raw chips bucket','1',2.00,'2024-03-29 14:02:09','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1509,'Raw chips bucket','1',-0.05,'2024-03-29 15:10:24','1.87','7','newstock','1','','',0.00,'','1','1.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1510,'Raw chips bucket','1',1.00,'2024-03-29 15:10:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1511,'Raw chips bucket','1',-0.09,'2024-03-29 15:10:38','1.82','7','newstock','1','','',0.00,'','1','1.729','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1512,'Raw chips bucket','1',2.00,'2024-03-29 15:10:38','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1513,'Raw chips bucket','1',-0.05,'2024-03-29 15:12:33','1.73','7','newstock','1','','',0.00,'','1','1.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1514,'Raw chips bucket','1',1.00,'2024-03-29 15:12:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1515,'Raw chips bucket','1',-0.05,'2024-03-29 15:12:38','1.68','7','newstock','1','','',0.00,'','1','1.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1516,'Raw chips bucket','1',1.00,'2024-03-29 15:12:38','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1517,'Raw chips bucket','4',-0.05,'2024-03-29 15:13:56','1.63','7','newstock','1','','',0.00,'','1','1.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1518,'Raw chips bucket','4',1.00,'2024-03-29 15:13:56','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1519,'Raw chips bucket','4',-0.05,'2024-03-29 15:13:59','1.58','7','newstock','1','','',0.00,'','1','1.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1520,'Raw chips bucket','4',1.00,'2024-03-29 15:13:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1521,'Raw chips bucket','4',-0.05,'2024-03-29 15:14:01','1.53','7','newstock','1','','',0.00,'','1','1.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1522,'Raw chips bucket','4',1.00,'2024-03-29 15:14:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1523,'Raw chips bucket','4',-0.05,'2024-03-29 15:14:03','1.48','7','newstock','1','','',0.00,'','1','1.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1524,'Raw chips bucket','4',1.00,'2024-03-29 15:14:03','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1525,'Raw chips bucket','3',-0.05,'2024-03-29 15:15:52','1.43','7','newstock','1','','',0.00,'','1','1.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1526,'Raw chips bucket','3',1.00,'2024-03-29 15:15:52','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1527,'Potatoes sack','2',-0.01,'2024-03-29 15:15:55','0.85','7','newstock','1','','',0.00,'','1','0.8399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1528,'Potatoes sack','2',1.00,'2024-03-29 15:15:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1529,'Potatoes sack','2',-0.01,'2024-03-29 15:15:57','0.84','7','newstock','1','','',0.00,'','1','0.8299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1530,'Potatoes sack','2',1.00,'2024-03-29 15:15:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1531,'Potatoes sack','2',-0.01,'2024-03-29 15:16:41','0.83','7','newstock','1','','',0.00,'','1','0.8199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1532,'Potatoes sack','2',1.00,'2024-03-29 15:16:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1533,'Raw chips bucket','3',-0.05,'2024-03-29 15:16:46','1.38','7','newstock','1','','',0.00,'','1','1.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1534,'Raw chips bucket','3',1.00,'2024-03-29 15:16:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1535,'Potatoes sack','2',-0.01,'2024-03-29 15:29:34','0.82','7','newstock','1','','',0.00,'','1','0.8099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1536,'Potatoes sack','2',1.00,'2024-03-29 15:29:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1537,'Raw chips bucket','1',-0.05,'2024-03-29 15:29:35','1.33','7','newstock','1','','',0.00,'','1','1.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1538,'Raw chips bucket','1',1.00,'2024-03-29 15:29:35','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1539,'Raw chips bucket','1',-0.05,'2024-03-29 16:02:19','1.28','6','newstock','1','','',0.00,'','1','1.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1540,'Raw chips bucket','1',1.00,'2024-03-29 16:02:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1541,'Potatoes sack','2',-0.01,'2024-03-29 16:02:23','0.81','6','newstock','1','','',0.00,'','1','0.7999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1542,'Potatoes sack','2',1.00,'2024-03-29 16:02:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1543,'Raw chips bucket','3',-0.09,'2024-03-29 16:02:28','1.23','6','newstock','1','','',0.00,'','1','1.139','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1544,'Raw chips bucket','3',2.00,'2024-03-29 16:02:28','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1545,'Raw chips bucket','4',-0.05,'2024-03-29 16:02:36','1.14','6','newstock','1','','',0.00,'','1','1.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1546,'Raw chips bucket','4',1.00,'2024-03-29 16:02:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1547,'Raw chips bucket','3',-0.05,'2024-03-29 16:13:01','1.09','6','newstock','1','','',0.00,'','1','1.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1548,'Raw chips bucket','3',1.00,'2024-03-29 16:13:01','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1549,'Raw chips bucket','3',-0.14,'2024-03-29 16:25:05','1.04','6','newstock','1','','',0.00,'','1','0.9035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1550,'Raw chips bucket','3',3.00,'2024-03-29 16:25:05','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1551,'Raw chips bucket','1',-0.09,'2024-03-29 16:41:59','0.90','6','newstock','1','','',0.00,'','1','0.809','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1552,'Raw chips bucket','1',2.00,'2024-03-29 16:41:59','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1553,'Raw chips bucket','3',-0.05,'2024-03-29 17:08:20','0.81','6','newstock','1','','',0.00,'','1','0.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1554,'Raw chips bucket','3',1.00,'2024-03-29 17:08:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1555,'Raw chips bucket','1',-0.05,'2024-03-29 17:09:06','0.76','6','newstock','1','','',0.00,'','1','0.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1556,'Raw chips bucket','1',1.00,'2024-03-29 17:09:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1557,'Raw chips bucket','1',-0.05,'2024-03-29 17:13:58','0.71','6','newstock','1','','',0.00,'','1','0.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1558,'Raw chips bucket','1',1.00,'2024-03-29 17:13:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1559,'Potatoes sack','2',-0.01,'2024-03-29 17:29:50','0.80','6','newstock','1','','',0.00,'','1','0.7899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1560,'Potatoes sack','2',1.00,'2024-03-29 17:29:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1561,'Raw chips bucket','1',-0.05,'2024-03-29 17:43:00','0.66','6','newstock','1','','',0.00,'','1','0.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1562,'Raw chips bucket','1',1.00,'2024-03-29 17:43:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1563,'Raw chips bucket','1',-0.09,'2024-03-29 17:44:18','0.61','6','newstock','1','','',0.00,'','1','0.519','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1564,'Raw chips bucket','1',2.00,'2024-03-29 17:44:18','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1565,'Potatoes sack','2',-0.01,'2024-03-29 18:06:44','0.79','6','newstock','1','','',0.00,'','1','0.7799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1566,'Potatoes sack','2',1.00,'2024-03-29 18:06:44','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1567,'Raw chips bucket','3',-0.05,'2024-03-29 18:06:47','0.52','6','newstock','1','','',0.00,'','1','0.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1568,'Raw chips bucket','3',1.00,'2024-03-29 18:06:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1569,'Raw chips bucket','3',-0.27,'2024-03-29 18:24:02','0.47','6','newstock','1','','',0.00,'','1','0.197','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1570,'Raw chips bucket','3',6.00,'2024-03-29 18:24:02','0.00','6','newstock','1','','',0.00,'','1','6','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1571,'Raw chips bucket','1',-0.05,'2024-03-29 18:34:18','0.20','6','newstock','1','','',0.00,'','1','0.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1572,'Raw chips bucket','1',1.00,'2024-03-29 18:34:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1573,'Raw chips bucket','1',-0.14,'2024-03-29 18:34:46','0.15','6','newstock','1','','',0.00,'','1','0.0135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1574,'Raw chips bucket','1',3.00,'2024-03-29 18:34:46','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1575,'Raw chips bucket','',1.00,'2024-03-29 18:53:03','0.01','6','newstock','1','','',0.00,'','1','1.01','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1576,'Raw chips bucket','1',-0.18,'2024-03-29 18:53:17','1.01','6','newstock','1','','',0.00,'','1','0.828','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1577,'Raw chips bucket','1',4.00,'2024-03-29 18:53:17','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1578,'Raw chips bucket','1',-0.05,'2024-03-29 19:13:26','0.83','6','newstock','1','','',0.00,'','1','0.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1579,'Raw chips bucket','1',1.00,'2024-03-29 19:13:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1580,'Raw chips bucket','1',-0.05,'2024-03-29 19:39:24','0.78','6','newstock','1','','',0.00,'','1','0.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1581,'Raw chips bucket','1',1.00,'2024-03-29 19:39:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1582,'Raw chips bucket','1',-0.09,'2024-03-29 19:41:21','0.73','6','newstock','1','','',0.00,'','1','0.639','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1583,'Raw chips bucket','1',2.00,'2024-03-29 19:41:21','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1584,'Raw chips bucket','1',-0.05,'2024-03-29 19:42:19','0.64','6','newstock','1','','',0.00,'','1','0.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1585,'Raw chips bucket','1',1.00,'2024-03-29 19:42:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1586,'Raw chips bucket','4',-0.09,'2024-03-29 19:52:22','0.59','6','newstock','1','','',0.00,'','1','0.499','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1587,'Raw chips bucket','4',2.00,'2024-03-29 19:52:22','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1588,'Raw chips bucket','3',-0.05,'2024-03-29 19:53:04','0.50','6','newstock','1','','',0.00,'','1','0.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1589,'Raw chips bucket','3',1.00,'2024-03-29 19:53:04','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1590,'Raw chips bucket','1',-0.05,'2024-03-29 19:53:39','0.45','6','newstock','1','','',0.00,'','1','0.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1591,'Raw chips bucket','1',1.00,'2024-03-29 19:53:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1592,'Raw chips bucket','1',-0.05,'2024-03-29 20:05:47','0.49','6','newstock','1','','',0.00,'','1','0.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1593,'Raw chips bucket','1',1.00,'2024-03-29 20:05:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1594,'Raw chips bucket','1',-0.05,'2024-03-29 20:08:00','0.44','6','newstock','1','','',0.00,'','1','0.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1595,'Raw chips bucket','1',1.00,'2024-03-29 20:08:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1596,'Raw chips bucket','3',-0.05,'2024-03-29 20:13:12','0.39','6','newstock','1','','',0.00,'','1','0.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1597,'Raw chips bucket','3',1.00,'2024-03-29 20:13:12','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1598,'Raw chips bucket','1',-0.05,'2024-03-29 20:31:45','0.34','6','newstock','1','','',0.00,'','1','0.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1599,'Raw chips bucket','1',1.00,'2024-03-29 20:31:45','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1600,'Raw chips bucket','1',-0.14,'2024-03-29 20:45:08','0.29','6','newstock','1','','',0.00,'','1','0.1535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1601,'Raw chips bucket','1',3.00,'2024-03-29 20:45:08','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1602,'Raw chips bucket','1',-0.09,'2024-03-29 21:15:09','0.15','6','newstock','1','','',0.00,'','1','0.059','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1603,'Raw chips bucket','1',2.00,'2024-03-29 21:15:09','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1604,'Raw chips bucket','',1.00,'2024-03-30 12:40:39','0.06','6','newstock','1','','',0.00,'','1','1.06','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1605,'Raw chips bucket','3',-0.23,'2024-03-30 12:41:09','1.06','6','newstock','1','','',0.00,'','1','0.8325','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1606,'Raw chips bucket','3',5.00,'2024-03-30 12:41:09','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1607,'Raw chips bucket','1',-0.05,'2024-03-30 12:41:59','0.83','6','newstock','1','','',0.00,'','1','0.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1608,'Raw chips bucket','1',1.00,'2024-03-30 12:41:59','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1609,'Raw chips bucket','3',-0.05,'2024-03-30 12:44:03','0.78','6','newstock','1','','',0.00,'','1','0.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1610,'Raw chips bucket','3',1.00,'2024-03-30 12:44:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1611,'Potatoes sack','2',-0.03,'2024-03-30 12:46:02','0.78','6','newstock','1','','',0.00,'','1','0.7497','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1612,'Potatoes sack','2',3.00,'2024-03-30 12:46:02','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1613,'Raw chips bucket','3',-0.09,'2024-03-30 13:21:50','0.73','6','newstock','1','','',0.00,'','1','0.639','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1614,'Raw chips bucket','3',2.00,'2024-03-30 13:21:50','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1615,'Raw chips bucket','1',-0.32,'2024-03-30 13:22:31','0.64','6','newstock','1','','',0.00,'','1','0.3215','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1616,'Raw chips bucket','1',7.00,'2024-03-30 13:22:31','0.00','6','newstock','1','','',0.00,'','1','7','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1617,'Raw chips bucket','3',-0.05,'2024-03-30 13:57:52','0.32','6','newstock','1','','',0.00,'','1','0.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1618,'Raw chips bucket','3',1.00,'2024-03-30 13:57:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1619,'Raw chips bucket','1',-0.05,'2024-03-30 13:58:39','0.27','6','newstock','1','','',0.00,'','1','0.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1620,'Raw chips bucket','1',1.00,'2024-03-30 13:58:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1621,'Raw chips bucket','',2.00,'2024-03-30 14:00:50','0.22','6','newstock','1','','',0.00,'','1','2.22','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1622,'Raw chips bucket','1',-0.32,'2024-03-30 14:01:41','2.22','6','newstock','1','','',0.00,'','1','1.9015','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1623,'Raw chips bucket','1',7.00,'2024-03-30 14:01:41','0.00','6','newstock','1','','',0.00,'','1','7','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1624,'Sausages','',312.00,'2024-03-30 14:11:43','0.00','6','newstock','1','','',0.00,'','Main','312','Internal','Main','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1625,'Smokie','',132.00,'2024-03-30 14:14:09','26.00','6','newstock','1','','',0.00,'','1','158','internal','1','17','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1626,'Raw chips bucket','1',-0.05,'2024-03-30 14:30:27','1.90','6','newstock','1','','',0.00,'','1','1.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1627,'Raw chips bucket','1',1.00,'2024-03-30 14:30:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1628,'Raw chips bucket','4',-0.05,'2024-03-30 14:31:04','1.85','6','newstock','1','','',0.00,'','1','1.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1629,'Raw chips bucket','4',1.00,'2024-03-30 14:31:04','2.00','6','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1630,'Potatoes sack','2',-0.01,'2024-03-30 14:36:38','0.75','6','newstock','1','','',0.00,'','1','0.7399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1631,'Potatoes sack','2',1.00,'2024-03-30 14:36:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1632,'Raw chips bucket','3',-0.05,'2024-03-30 14:36:55','1.80','6','newstock','1','','',0.00,'','1','1.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1633,'Raw chips bucket','3',1.00,'2024-03-30 14:36:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1634,'Raw chips bucket','1',-0.18,'2024-03-30 15:01:09','1.75','6','newstock','1','','',0.00,'','1','1.568','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1635,'Raw chips bucket','1',4.00,'2024-03-30 15:01:09','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1636,'Chicken','',2.00,'2024-03-30 15:08:38','0.00','6','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1637,'Raw chips bucket','1',-0.09,'2024-03-30 15:08:43','1.57','6','newstock','1','','',0.00,'','1','1.479','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1638,'Raw chips bucket','1',2.00,'2024-03-30 15:08:43','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1639,'Raw chips bucket','1',-0.05,'2024-03-30 15:55:38','1.48','6','newstock','1','','',0.00,'','1','1.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1640,'Raw chips bucket','1',1.00,'2024-03-30 15:55:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1641,'Raw chips bucket','1',-0.09,'2024-03-30 16:40:52','1.43','7','newstock','1','','',0.00,'','1','1.339','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1642,'Raw chips bucket','1',2.00,'2024-03-30 16:40:52','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1643,'Raw chips bucket','1',-0.09,'2024-03-30 16:44:40','1.34','7','newstock','1','','',0.00,'','1','1.249','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1644,'Raw chips bucket','1',2.00,'2024-03-30 16:44:40','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1645,'Raw chips bucket','3',-0.14,'2024-03-30 16:45:33','1.25','7','newstock','1','','',0.00,'','1','1.1135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1646,'Raw chips bucket','3',3.00,'2024-03-30 16:45:33','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1647,'Raw chips bucket','4',-0.05,'2024-03-30 16:46:31','1.11','7','newstock','1','','',0.00,'','1','1.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1648,'Raw chips bucket','4',1.00,'2024-03-30 16:46:31','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1649,'Potatoes sack','2',-0.02,'2024-03-30 16:47:15','0.74','7','newstock','1','','',0.00,'','1','0.7198','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1650,'Potatoes sack','2',2.00,'2024-03-30 16:47:15','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1651,'Raw chips bucket','3',-0.09,'2024-03-30 16:47:27','1.06','7','newstock','1','','',0.00,'','1','0.969','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1652,'Raw chips bucket','3',2.00,'2024-03-30 16:47:27','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1653,'Carrier bag large','',10.00,'2024-03-30 16:49:17','0.00','7','newstock','1','','',0.00,'','1','10','internal','1','34','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1654,'Raw chips bucket','3',-0.14,'2024-03-30 16:56:06','0.97','7','newstock','1','','',0.00,'','1','0.8335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1655,'Raw chips bucket','3',3.00,'2024-03-30 16:56:06','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1656,'Raw chips bucket','1',-0.05,'2024-03-30 17:07:57','0.83','7','newstock','1','','',0.00,'','1','0.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1657,'Raw chips bucket','1',1.00,'2024-03-30 17:07:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1658,'Raw chips bucket','3',-0.05,'2024-03-30 17:54:03','0.78','7','newstock','1','','',0.00,'','1','0.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1659,'Raw chips bucket','3',1.00,'2024-03-30 17:54:03','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1660,'Raw chips bucket','1',-0.09,'2024-03-30 17:54:08','0.73','7','newstock','1','','',0.00,'','1','0.639','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1661,'Raw chips bucket','1',2.00,'2024-03-30 17:54:08','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1662,'Chicken','',2.00,'2024-03-30 17:55:20','0.00','7','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1663,'Raw chips bucket','1',-0.05,'2024-03-30 18:12:44','0.69','7','newstock','1','','',0.00,'','1','0.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1664,'Raw chips bucket','1',1.00,'2024-03-30 18:12:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1665,'Raw chips bucket','4',-0.05,'2024-03-30 18:14:10','0.64','7','newstock','1','','',0.00,'','1','0.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1666,'Raw chips bucket','4',1.00,'2024-03-30 18:14:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1667,'Raw chips bucket','4',-0.05,'2024-03-30 18:14:15','0.59','7','newstock','1','','',0.00,'','1','0.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1668,'Raw chips bucket','4',1.00,'2024-03-30 18:14:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1669,'Raw chips bucket','4',-0.05,'2024-03-30 18:14:18','0.54','7','newstock','1','','',0.00,'','1','0.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1670,'Raw chips bucket','4',1.00,'2024-03-30 18:14:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1671,'Raw chips bucket','1',-0.05,'2024-03-30 18:20:23','0.49','7','newstock','1','','',0.00,'','1','0.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1672,'Raw chips bucket','1',1.00,'2024-03-30 18:20:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1673,'Raw chips bucket','3',-0.05,'2024-03-30 18:20:29','0.44','7','newstock','1','','',0.00,'','1','0.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1674,'Raw chips bucket','3',1.00,'2024-03-30 18:20:29','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1675,'Raw chips bucket','1',-0.05,'2024-03-30 18:22:08','0.39','7','newstock','1','','',0.00,'','1','0.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1676,'Raw chips bucket','1',1.00,'2024-03-30 18:22:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1677,'Raw chips bucket','3',-0.05,'2024-03-30 18:22:57','0.34','7','newstock','1','','',0.00,'','1','0.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1678,'Raw chips bucket','3',1.00,'2024-03-30 18:22:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1679,'Raw chips bucket','3',-0.05,'2024-03-30 18:23:21','0.29','7','newstock','1','','',0.00,'','1','0.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1680,'Raw chips bucket','3',1.00,'2024-03-30 18:23:21','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1681,'Raw chips bucket','3',-0.05,'2024-03-30 18:55:23','0.24','7','newstock','1','','',0.00,'','1','0.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1682,'Raw chips bucket','3',1.00,'2024-03-30 18:55:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1683,'Potatoes sack','2',-0.01,'2024-03-30 18:56:04','0.72','7','newstock','1','','',0.00,'','1','0.7099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1684,'Potatoes sack','2',1.00,'2024-03-30 18:56:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1685,'Raw chips bucket','1',-0.05,'2024-03-30 18:56:49','0.19','7','newstock','1','','',0.00,'','1','0.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1686,'Raw chips bucket','1',1.00,'2024-03-30 18:56:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1687,'Raw chips bucket','1',-0.05,'2024-03-30 18:56:59','0.14','7','newstock','1','','',0.00,'','1','0.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1688,'Raw chips bucket','1',1.00,'2024-03-30 18:56:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1689,'Raw chips bucket','1',-0.05,'2024-03-30 18:57:03','0.09','7','newstock','1','','',0.00,'','1','0.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1690,'Raw chips bucket','1',1.00,'2024-03-30 18:57:03','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1691,'Raw chips bucket','',1.00,'2024-03-30 18:58:35','0.04','7','newstock','1','','',0.00,'','1','1.04','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1692,'Raw chips bucket','1',-0.05,'2024-03-30 18:58:57','1.04','7','newstock','1','','',0.00,'','1','0.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1693,'Raw chips bucket','1',1.00,'2024-03-30 18:58:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1694,'Raw chips bucket','1',-0.05,'2024-03-30 18:59:00','0.99','7','newstock','1','','',0.00,'','1','0.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1695,'Raw chips bucket','1',1.00,'2024-03-30 18:59:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1696,'Raw chips bucket','1',-0.05,'2024-03-30 18:59:01','0.94','7','newstock','1','','',0.00,'','1','0.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1697,'Raw chips bucket','1',1.00,'2024-03-30 18:59:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1698,'Raw chips bucket','1',-0.05,'2024-03-30 18:59:03','0.89','7','newstock','1','','',0.00,'','1','0.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1699,'Raw chips bucket','1',1.00,'2024-03-30 18:59:03','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1700,'Bottled soda 300ml','',24.00,'2024-03-30 19:00:14','0.00','7','newstock','1','','',0.00,'','1','24','internal','1','22','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1701,'Raw chips bucket','3',-0.05,'2024-03-30 20:17:13','0.89','6','newstock','1','','',0.00,'','1','0.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1702,'Raw chips bucket','3',1.00,'2024-03-30 20:17:13','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1703,'Raw chips bucket','1',-0.05,'2024-03-30 20:19:25','0.84','6','newstock','1','','',0.00,'','1','0.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1704,'Raw chips bucket','1',1.00,'2024-03-30 20:19:25','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1705,'Raw chips bucket','1',-0.05,'2024-03-30 20:19:30','0.79','6','newstock','1','','',0.00,'','1','0.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1706,'Raw chips bucket','1',1.00,'2024-03-30 20:19:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1707,'Raw chips bucket','1',-0.05,'2024-03-30 20:20:32','0.74','6','newstock','1','','',0.00,'','1','0.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1708,'Raw chips bucket','1',1.00,'2024-03-30 20:20:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1709,'Raw chips bucket','1',-0.05,'2024-03-30 20:21:33','0.69','6','newstock','1','','',0.00,'','1','0.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1710,'Raw chips bucket','1',1.00,'2024-03-30 20:21:33','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1711,'Raw chips bucket','1',-0.09,'2024-03-30 20:22:01','0.64','6','newstock','1','','',0.00,'','1','0.549','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1712,'Raw chips bucket','1',2.00,'2024-03-30 20:22:01','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1713,'Raw chips bucket','3',-0.05,'2024-03-30 20:22:43','0.55','6','newstock','1','','',0.00,'','1','0.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1714,'Raw chips bucket','3',1.00,'2024-03-30 20:22:43','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1715,'Raw chips bucket','1',-0.05,'2024-03-30 20:24:44','0.50','6','newstock','1','','',0.00,'','1','0.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1716,'Raw chips bucket','1',1.00,'2024-03-30 20:24:44','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1717,'Raw chips bucket','1',-0.05,'2024-03-30 20:28:43','0.45','6','newstock','1','','',0.00,'','1','0.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1718,'Raw chips bucket','1',1.00,'2024-03-30 20:28:43','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1719,'Raw chips bucket','3',-0.05,'2024-03-30 20:32:33','0.40','6','newstock','1','','',0.00,'','1','0.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1720,'Raw chips bucket','3',1.00,'2024-03-30 20:32:33','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1721,'Raw chips bucket','3',-0.14,'2024-03-30 20:38:20','0.35','6','newstock','1','','',0.00,'','1','0.2135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1722,'Raw chips bucket','3',3.00,'2024-03-30 20:38:20','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1723,'Raw chips bucket','3',-0.14,'2024-03-30 21:17:46','0.21','6','newstock','1','','',0.00,'','1','0.0735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1724,'Raw chips bucket','3',3.00,'2024-03-30 21:17:46','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1725,'Raw chips bucket','3',-0.05,'2024-03-30 21:18:43','0.07','6','newstock','1','','',0.00,'','1','0.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1726,'Raw chips bucket','3',1.00,'2024-03-30 21:18:43','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1727,'Raw chips bucket','',0.30,'2024-03-30 21:31:44','0.02','6','newstock','1','','',0.00,'','1','0.32','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1728,'Raw chips bucket','3',-0.09,'2024-03-30 21:32:01','0.32','6','newstock','1','','',0.00,'','1','0.229','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1729,'Raw chips bucket','3',2.00,'2024-03-30 21:32:01','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1730,'Raw chips bucket','3',-0.09,'2024-03-31 10:52:02','0.23','6','newstock','1','','',0.00,'','1','0.139','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1731,'Raw chips bucket','3',2.00,'2024-03-31 10:52:02','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1732,'Raw chips bucket','1',-0.09,'2024-03-31 10:52:28','0.14','6','newstock','1','','',0.00,'','1','0.049','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1733,'Raw chips bucket','1',2.00,'2024-03-31 10:52:28','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1734,'Raw chips bucket','1',-0.05,'2024-03-31 11:21:14','0.05','6','newstock','1','','',0.00,'','1','0.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1735,'Raw chips bucket','1',1.00,'2024-03-31 11:21:14','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1736,'Raw chips bucket','',4.00,'2024-03-31 11:28:24','0.00','6','newstock','1','','',0.00,'','1','4','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1737,'Raw chips bucket','1',-0.05,'2024-03-31 11:29:37','4.00','6','newstock','1','','',0.00,'','1','3.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1738,'Raw chips bucket','1',1.00,'2024-03-31 11:29:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1739,'Raw chips bucket','1',-0.14,'2024-03-31 11:29:53','3.95','6','newstock','1','','',0.00,'','1','3.8135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1740,'Raw chips bucket','1',3.00,'2024-03-31 11:29:53','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1741,'Raw chips bucket','1',-0.09,'2024-03-31 11:44:48','3.81','6','newstock','1','','',0.00,'','1','3.719','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1742,'Raw chips bucket','1',2.00,'2024-03-31 11:44:48','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1743,'Raw chips bucket','3',-0.05,'2024-03-31 11:49:19','3.72','6','newstock','1','','',0.00,'','1','3.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1744,'Raw chips bucket','3',1.00,'2024-03-31 11:49:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1745,'Raw chips bucket','5',-0.05,'2024-03-31 11:49:22','3.67','6','newstock','1','','',0.00,'','1','3.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1746,'Raw chips bucket','5',1.00,'2024-03-31 11:49:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1747,'Potatoes sack','2',-0.01,'2024-03-31 11:49:26','0.71','6','newstock','1','','',0.00,'','1','0.6999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1748,'Potatoes sack','2',1.00,'2024-03-31 11:49:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1749,'Raw chips bucket','4',-0.05,'2024-03-31 11:49:29','3.62','6','newstock','1','','',0.00,'','1','3.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1750,'Raw chips bucket','4',1.00,'2024-03-31 11:49:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1751,'Potatoes sack','2',-0.01,'2024-03-31 12:17:28','0.70','6','newstock','1','','',0.00,'','1','0.6899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1752,'Potatoes sack','2',1.00,'2024-03-31 12:17:28','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1753,'Raw chips bucket','3',-0.05,'2024-03-31 13:00:45','3.57','7','newstock','1','','',0.00,'','1','3.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1754,'Raw chips bucket','3',1.00,'2024-03-31 13:00:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1755,'Potatoes sack','2',-0.01,'2024-03-31 13:01:08','0.69','7','newstock','1','','',0.00,'','1','0.6799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1756,'Potatoes sack','2',1.00,'2024-03-31 13:01:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1757,'Raw chips bucket','1',-0.05,'2024-03-31 13:01:55','3.52','7','newstock','1','','',0.00,'','1','3.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1758,'Raw chips bucket','1',1.00,'2024-03-31 13:01:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1759,'Raw chips bucket','1',-0.18,'2024-03-31 13:11:55','3.47','7','newstock','1','','',0.00,'','1','3.288','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1760,'Raw chips bucket','1',4.00,'2024-03-31 13:11:55','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1761,'Raw chips bucket','1',-0.05,'2024-03-31 13:12:18','3.29','7','newstock','1','','',0.00,'','1','3.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1762,'Raw chips bucket','1',1.00,'2024-03-31 13:12:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1763,'Potatoes sack','2',-0.03,'2024-03-31 13:41:42','0.68','7','newstock','1','','',0.00,'','1','0.6497','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1764,'Potatoes sack','2',3.00,'2024-03-31 13:41:42','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1765,'Raw chips bucket','1',0.00,'2024-03-31 13:45:19','3.24','7','newstock','1','','',0.00,'','1','3.24','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1766,'Raw chips bucket','1',0.00,'2024-03-31 13:45:19','0.00','7','newstock','1','','',0.00,'','1','0','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1767,'Raw chips bucket','1',-0.18,'2024-03-31 13:46:02','3.24','7','newstock','1','','',0.00,'','1','3.058','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1768,'Raw chips bucket','1',4.00,'2024-03-31 13:46:02','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1769,'Raw chips bucket','1',-0.05,'2024-03-31 13:55:32','3.06','7','newstock','1','','',0.00,'','1','3.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1770,'Raw chips bucket','1',1.00,'2024-03-31 13:55:32','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1771,'Raw chips bucket','3',-0.14,'2024-03-31 13:55:56','3.01','7','newstock','1','','',0.00,'','1','2.8735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1772,'Raw chips bucket','3',3.00,'2024-03-31 13:55:56','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1773,'Potatoes sack','2',-0.03,'2024-03-31 13:56:59','0.65','7','newstock','1','','',0.00,'','1','0.6197','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1774,'Potatoes sack','2',3.00,'2024-03-31 13:56:59','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1775,'Raw chips bucket','1',-0.05,'2024-03-31 14:07:49','2.87','7','newstock','1','','',0.00,'','1','2.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1776,'Raw chips bucket','1',1.00,'2024-03-31 14:07:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1777,'Raw chips bucket','4',-0.09,'2024-03-31 14:09:17','2.82','7','newstock','1','','',0.00,'','1','2.729','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1778,'Raw chips bucket','4',2.00,'2024-03-31 14:09:17','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1779,'Raw chips bucket','3',-0.14,'2024-03-31 14:10:06','2.73','7','newstock','1','','',0.00,'','1','2.5935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1780,'Raw chips bucket','3',3.00,'2024-03-31 14:10:06','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1781,'Raw chips bucket','1',-0.18,'2024-03-31 14:11:49','2.64','7','newstock','1','','',0.00,'','1','2.458','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1782,'Raw chips bucket','1',4.00,'2024-03-31 14:11:49','1.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1783,'Raw chips bucket','3',-0.09,'2024-03-31 14:21:20','2.46','7','newstock','1','','',0.00,'','1','2.369','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1784,'Raw chips bucket','3',2.00,'2024-03-31 14:21:20','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1785,'Potatoes sack','2',-0.01,'2024-03-31 14:21:35','0.62','7','newstock','1','','',0.00,'','1','0.6099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1786,'Potatoes sack','2',1.00,'2024-03-31 14:21:35','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1787,'Raw chips bucket','3',-0.14,'2024-03-31 14:29:46','2.37','7','newstock','1','','',0.00,'','1','2.2335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1788,'Raw chips bucket','3',3.00,'2024-03-31 14:29:46','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1789,'Raw chips bucket','3',-0.14,'2024-03-31 14:30:17','2.23','7','newstock','1','','',0.00,'','1','2.0935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1790,'Raw chips bucket','3',3.00,'2024-03-31 14:30:17','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1791,'Raw chips bucket','3',-0.14,'2024-03-31 14:36:57','2.09','7','newstock','1','','',0.00,'','1','1.9535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1792,'Raw chips bucket','3',3.00,'2024-03-31 14:36:57','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1793,'Raw chips bucket','1',-0.09,'2024-03-31 14:40:02','1.95','7','newstock','1','','',0.00,'','1','1.859','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1794,'Raw chips bucket','1',2.00,'2024-03-31 14:40:02','1.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1795,'Raw chips bucket','1',-0.05,'2024-03-31 14:40:53','1.86','7','newstock','1','','',0.00,'','1','1.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1796,'Raw chips bucket','1',1.00,'2024-03-31 14:40:53','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1797,'Raw chips bucket','3',-0.05,'2024-03-31 14:45:22','1.81','7','newstock','1','','',0.00,'','1','1.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1798,'Raw chips bucket','3',1.00,'2024-03-31 14:45:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1799,'Raw chips bucket','1',-0.18,'2024-03-31 14:48:44','1.76','7','newstock','1','','',0.00,'','1','1.578','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1800,'Raw chips bucket','1',4.00,'2024-03-31 14:48:44','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1801,'Raw chips bucket','1',-0.14,'2024-03-31 14:50:45','1.58','7','newstock','1','','',0.00,'','1','1.4435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1802,'Raw chips bucket','1',3.00,'2024-03-31 14:50:45','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1803,'Raw chips bucket','1',-0.09,'2024-03-31 14:53:29','1.44','7','newstock','1','','',0.00,'','1','1.349','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1804,'Raw chips bucket','1',2.00,'2024-03-31 14:53:29','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1805,'Raw chips bucket','1',-0.05,'2024-03-31 14:57:22','1.35','7','newstock','1','','',0.00,'','1','1.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1806,'Raw chips bucket','1',1.00,'2024-03-31 14:57:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1807,'Raw chips bucket','3',-0.09,'2024-03-31 15:01:37','1.30','7','newstock','1','','',0.00,'','1','1.209','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1808,'Raw chips bucket','3',2.00,'2024-03-31 15:01:37','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1809,'Chicken','',3.00,'2024-03-31 15:08:35','0.00','7','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1810,'Raw chips bucket','1',-0.09,'2024-03-31 15:09:27','1.21','7','newstock','1','','',0.00,'','1','1.119','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1811,'Raw chips bucket','1',2.00,'2024-03-31 15:09:27','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1812,'Raw chips bucket','1',-0.14,'2024-03-31 15:19:29','1.12','7','newstock','1','','',0.00,'','1','0.9835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1813,'Raw chips bucket','1',3.00,'2024-03-31 15:19:29','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1814,'Potatoes sack','2',-0.01,'2024-03-31 16:08:40','0.61','7','newstock','1','','',0.00,'','1','0.5999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1815,'Potatoes sack','2',1.00,'2024-03-31 16:08:40','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1816,'Potatoes sack','2',-0.01,'2024-03-31 16:12:32','0.60','7','newstock','1','','',0.00,'','1','0.5899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1817,'Potatoes sack','2',1.00,'2024-03-31 16:12:32','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1818,'Raw chips bucket','1',-0.05,'2024-03-31 16:14:50','0.98','7','newstock','1','','',0.00,'','1','0.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1819,'Raw chips bucket','1',1.00,'2024-03-31 16:14:50','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1820,'Raw chips bucket','3',-0.09,'2024-03-31 16:17:39','0.93','7','newstock','1','','',0.00,'','1','0.839','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1821,'Raw chips bucket','3',2.00,'2024-03-31 16:17:39','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1822,'Raw chips bucket','1',-0.05,'2024-03-31 16:38:07','0.84','7','newstock','1','','',0.00,'','1','0.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1823,'Raw chips bucket','1',1.00,'2024-03-31 16:38:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1824,'Raw chips bucket','1',-0.05,'2024-03-31 16:38:10','0.79','7','newstock','1','','',0.00,'','1','0.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1825,'Raw chips bucket','1',1.00,'2024-03-31 16:38:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1826,'Raw chips bucket','1',-0.05,'2024-03-31 16:38:13','0.74','7','newstock','1','','',0.00,'','1','0.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1827,'Raw chips bucket','1',1.00,'2024-03-31 16:38:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1828,'Raw chips bucket','1',-0.05,'2024-03-31 16:44:19','0.69','7','newstock','1','','',0.00,'','1','0.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1829,'Raw chips bucket','1',1.00,'2024-03-31 16:44:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1830,'Raw chips bucket','1',-0.05,'2024-03-31 16:44:22','0.64','7','newstock','1','','',0.00,'','1','0.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1831,'Raw chips bucket','1',1.00,'2024-03-31 16:44:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1832,'Raw chips bucket','1',-0.05,'2024-03-31 16:44:24','0.59','7','newstock','1','','',0.00,'','1','0.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1833,'Raw chips bucket','1',1.00,'2024-03-31 16:44:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1834,'Raw chips bucket','1',-0.05,'2024-03-31 16:52:48','0.54','7','newstock','1','','',0.00,'','1','0.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1835,'Raw chips bucket','1',1.00,'2024-03-31 16:52:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1836,'Potatoes sack','2',-0.01,'2024-03-31 16:53:35','0.59','7','newstock','1','','',0.00,'','1','0.5799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1837,'Potatoes sack','2',1.00,'2024-03-31 16:53:35','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1838,'Raw chips bucket','1',-0.05,'2024-03-31 16:57:03','0.49','6','newstock','1','','',0.00,'','1','0.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1839,'Raw chips bucket','1',1.00,'2024-03-31 16:57:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1840,'Raw chips bucket','1',-0.05,'2024-03-31 17:28:12','0.44','7','newstock','1','','',0.00,'','1','0.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1841,'Raw chips bucket','1',1.00,'2024-03-31 17:28:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1842,'Raw chips bucket','1',-0.18,'2024-03-31 17:36:45','0.39','7','newstock','1','','',0.00,'','1','0.208','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1843,'Raw chips bucket','1',4.00,'2024-03-31 17:36:45','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1844,'Raw chips bucket','1',-0.05,'2024-03-31 17:37:16','0.21','7','newstock','1','','',0.00,'','1','0.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1845,'Raw chips bucket','1',1.00,'2024-03-31 17:37:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1846,'Raw chips bucket','1',-0.14,'2024-03-31 18:27:38','0.16','7','newstock','1','','',0.00,'','1','0.0235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1847,'Raw chips bucket','1',3.00,'2024-03-31 18:27:38','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1848,'Raw chips bucket','',2.00,'2024-03-31 18:32:32','0.02','7','newstock','1','','',0.00,'','1','2.02','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1849,'Raw chips bucket','1',-0.09,'2024-03-31 18:32:43','2.02','7','newstock','1','','',0.00,'','1','1.929','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1850,'Raw chips bucket','1',2.00,'2024-03-31 18:32:43','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1851,'Raw chips bucket','3',-0.18,'2024-03-31 18:33:13','1.93','7','newstock','1','','',0.00,'','1','1.748','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1852,'Raw chips bucket','3',4.00,'2024-03-31 18:33:13','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1853,'Potatoes sack','2',-0.02,'2024-03-31 18:36:06','0.58','7','newstock','1','','',0.00,'','1','0.5598','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1854,'Potatoes sack','2',2.00,'2024-03-31 18:36:06','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1855,'Raw chips bucket','3',-0.14,'2024-03-31 18:38:37','1.75','7','newstock','1','','',0.00,'','1','1.6135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1856,'Raw chips bucket','3',3.00,'2024-03-31 18:38:37','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1857,'Potatoes sack','2',-0.03,'2024-03-31 18:42:25','0.56','7','newstock','1','','',0.00,'','1','0.5297','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1858,'Potatoes sack','2',3.00,'2024-03-31 18:42:25','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1859,'Raw chips bucket','1',-0.05,'2024-03-31 18:52:48','1.61','7','newstock','1','','',0.00,'','1','1.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1860,'Raw chips bucket','1',1.00,'2024-03-31 18:52:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1861,'Raw chips bucket','1',-0.14,'2024-03-31 18:54:27','1.56','7','newstock','1','','',0.00,'','1','1.4235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1862,'Raw chips bucket','1',3.00,'2024-03-31 18:54:27','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1863,'Raw chips bucket','3',-0.55,'2024-03-31 19:12:06','1.42','7','newstock','1','','',0.00,'','1','0.874','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1864,'Raw chips bucket','3',12.00,'2024-03-31 19:12:06','0.00','7','newstock','1','','',0.00,'','1','12','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1865,'Raw chips bucket','1',-0.05,'2024-03-31 19:13:01','0.87','7','newstock','1','','',0.00,'','1','0.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1866,'Raw chips bucket','1',1.00,'2024-03-31 19:13:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1867,'Raw chips bucket','4',-0.09,'2024-03-31 19:27:28','0.82','7','newstock','1','','',0.00,'','1','0.729','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1868,'Raw chips bucket','4',2.00,'2024-03-31 19:27:28','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1869,'Potatoes sack','2',-0.03,'2024-03-31 19:29:27','0.53','7','newstock','1','','',0.00,'','1','0.4997','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1870,'Potatoes sack','2',3.00,'2024-03-31 19:29:27','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1871,'Potatoes sack','2',-0.02,'2024-03-31 19:31:15','0.50','7','newstock','1','','',0.00,'','1','0.4798','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1872,'Potatoes sack','2',2.00,'2024-03-31 19:31:15','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1873,'Raw chips bucket','5',-0.05,'2024-03-31 19:34:24','0.73','7','newstock','1','','',0.00,'','1','0.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1874,'Raw chips bucket','5',1.00,'2024-03-31 19:34:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1875,'Raw chips bucket','1',-0.05,'2024-03-31 19:36:17','0.68','7','newstock','1','','',0.00,'','1','0.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1876,'Raw chips bucket','1',1.00,'2024-03-31 19:36:17','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1877,'Potatoes sack','2',-0.01,'2024-03-31 19:42:30','0.48','7','newstock','1','','',0.00,'','1','0.4699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1878,'Potatoes sack','2',1.00,'2024-03-31 19:42:30','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1879,'Potatoes sack','2',-0.10,'2024-03-31 19:46:10','0.47','7','newstock','1','','',0.00,'','1','0.369','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1880,'Potatoes sack','2',10.00,'2024-03-31 19:46:10','0.00','7','newstock','1','','',0.00,'','1','10','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1881,'Raw chips bucket','1',-0.14,'2024-03-31 19:54:47','0.63','7','newstock','1','','',0.00,'','1','0.4935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1882,'Raw chips bucket','1',3.00,'2024-03-31 19:54:47','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1883,'Raw chips bucket','1',-0.18,'2024-03-31 21:02:04','0.49','7','newstock','1','','',0.00,'','1','0.308','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1884,'Raw chips bucket','1',4.00,'2024-03-31 21:02:04','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1885,'Raw chips bucket','1',-0.09,'2024-03-31 21:02:51','0.31','7','newstock','1','','',0.00,'','1','0.219','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1886,'Raw chips bucket','1',2.00,'2024-03-31 21:02:51','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1887,'Raw chips bucket','1',-0.05,'2024-03-31 21:04:41','0.22','7','newstock','1','','',0.00,'','1','0.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1888,'Raw chips bucket','1',1.00,'2024-03-31 21:04:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1889,'Raw chips bucket','1',-0.14,'2024-03-31 21:08:18','0.17','7','newstock','1','','',0.00,'','1','0.0335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1890,'Raw chips bucket','1',3.00,'2024-03-31 21:08:18','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1891,'Raw chips bucket','',2.00,'2024-03-31 21:15:39','0.03','7','newstock','1','','',0.00,'','1','2.03','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1892,'Raw chips bucket','1',-0.14,'2024-03-31 21:17:21','2.03','7','newstock','1','','',0.00,'','1','1.8935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1893,'Raw chips bucket','1',3.00,'2024-03-31 21:17:21','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1894,'Raw chips bucket','1',-0.14,'2024-03-31 21:17:53','1.89','7','newstock','1','','',0.00,'','1','1.7535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1895,'Raw chips bucket','1',3.00,'2024-03-31 21:17:53','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1896,'Raw chips bucket','3',-0.05,'2024-03-31 21:36:53','1.75','7','newstock','1','','',0.00,'','1','1.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1897,'Raw chips bucket','3',1.00,'2024-03-31 21:36:53','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1898,'Raw chips bucket','1',-0.91,'2024-03-31 21:37:24','1.70','7','newstock','1','','',0.00,'','1','0.79','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1899,'Raw chips bucket','1',20.00,'2024-03-31 21:37:24','0.00','7','newstock','1','','',0.00,'','1','20','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1900,'Raw chips bucket','1',-0.05,'2024-03-31 21:40:14','0.79','7','newstock','1','','',0.00,'','1','0.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1901,'Raw chips bucket','1',1.00,'2024-03-31 21:40:14','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1902,'Potatoes sack','2',-0.04,'2024-03-31 21:41:43','0.37','7','newstock','1','','',0.00,'','1','0.3296','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1903,'Potatoes sack','2',4.00,'2024-03-31 21:41:43','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1904,'Raw chips bucket','3',-0.09,'2024-03-31 21:44:38','0.74','7','newstock','1','','',0.00,'','1','0.649','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1905,'Raw chips bucket','3',2.00,'2024-03-31 21:44:38','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1906,'Raw chips bucket','1',-0.27,'2024-03-31 21:45:05','0.65','7','newstock','1','','',0.00,'','1','0.377','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1907,'Raw chips bucket','1',6.00,'2024-03-31 21:45:05','0.00','7','newstock','1','','',0.00,'','1','6','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1908,'Raw chips bucket','1',-0.14,'2024-04-01 13:05:33','0.38','6','newstock','1','','',0.00,'','1','0.2435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1909,'Raw chips bucket','1',3.00,'2024-04-01 13:05:33','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1910,'Chicken','',2.00,'2024-04-01 13:14:25','0.00','6','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1911,'Raw chips bucket','1',-0.14,'2024-04-01 13:21:18','0.24','6','newstock','1','','',0.00,'','1','0.1035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1912,'Raw chips bucket','1',3.00,'2024-04-01 13:21:18','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1913,'Raw chips bucket','4',-0.09,'2024-04-01 13:21:52','0.10','6','newstock','1','','',0.00,'','1','0.009','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1914,'Raw chips bucket','4',2.00,'2024-04-01 13:21:52','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1915,'Raw chips bucket','',1.00,'2024-04-01 13:22:40','0.01','6','newstock','1','','',0.00,'','1','1.01','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1916,'Raw chips bucket','3',-0.05,'2024-04-01 13:23:04','1.01','6','newstock','1','','',0.00,'','1','0.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1917,'Raw chips bucket','3',1.00,'2024-04-01 13:23:04','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1918,'Raw chips bucket','5',-0.23,'2024-04-01 13:59:38','0.96','6','newstock','1','','',0.00,'','1','0.7325','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1919,'Raw chips bucket','5',5.00,'2024-04-01 13:59:38','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1920,'Sausages','',100.00,'2024-04-01 14:03:33','0.00','6','newstock','1','','',0.00,'','1','100','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1921,'Raw chips bucket','3',-0.05,'2024-04-01 14:05:44','0.73','6','newstock','1','','',0.00,'','1','0.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1922,'Raw chips bucket','3',1.00,'2024-04-01 14:05:44','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1923,'Raw chips bucket','5',-0.05,'2024-04-01 14:06:27','0.68','6','newstock','1','','',0.00,'','1','0.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1924,'Raw chips bucket','5',1.00,'2024-04-01 14:06:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1925,'Raw chips bucket','3',-0.05,'2024-04-01 14:36:41','0.63','6','newstock','1','','',0.00,'','1','0.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1926,'Raw chips bucket','3',1.00,'2024-04-01 14:36:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1927,'Raw chips bucket','3',-0.05,'2024-04-01 15:46:50','0.58','6','newstock','1','','',0.00,'','1','0.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1928,'Raw chips bucket','3',1.00,'2024-04-01 15:46:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1929,'Raw chips bucket','3',-0.14,'2024-04-01 15:47:27','0.53','6','newstock','1','','',0.00,'','1','0.3935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1930,'Raw chips bucket','3',3.00,'2024-04-01 15:47:27','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1931,'Raw chips bucket','1',-0.09,'2024-04-01 15:47:32','0.39','6','newstock','1','','',0.00,'','1','0.299','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1932,'Raw chips bucket','1',2.00,'2024-04-01 15:47:32','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1933,'Raw chips bucket','3',-0.05,'2024-04-01 15:48:16','0.30','6','newstock','1','','',0.00,'','1','0.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1934,'Raw chips bucket','3',1.00,'2024-04-01 15:48:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1935,'Raw chips bucket','3',-0.05,'2024-04-01 16:27:15','0.25','6','newstock','1','','',0.00,'','1','0.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1936,'Raw chips bucket','3',1.00,'2024-04-01 16:27:15','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1937,'Raw chips bucket','3',-0.05,'2024-04-01 17:08:35','0.20','6','newstock','1','','',0.00,'','1','0.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1938,'Raw chips bucket','3',1.00,'2024-04-01 17:08:35','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1939,'Raw chips bucket','3',-0.14,'2024-04-01 17:09:20','0.15','6','newstock','1','','',0.00,'','1','0.0135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1940,'Raw chips bucket','3',3.00,'2024-04-01 17:09:20','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1941,'Raw chips bucket','',1.00,'2024-04-01 17:19:42','0.01','6','newstock','1','','',0.00,'','1','1.01','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1942,'Raw chips bucket','1',-0.05,'2024-04-01 17:20:01','1.01','6','newstock','1','','',0.00,'','1','0.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1943,'Raw chips bucket','1',1.00,'2024-04-01 17:20:01','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1944,'Raw chips bucket','4',-0.09,'2024-04-01 17:21:51','0.96','6','newstock','1','','',0.00,'','1','0.869','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1945,'Raw chips bucket','4',2.00,'2024-04-01 17:21:51','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1946,'Raw chips bucket','1',-0.18,'2024-04-01 17:22:47','0.87','6','newstock','1','','',0.00,'','1','0.688','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1947,'Raw chips bucket','1',4.00,'2024-04-01 17:22:47','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1948,'Raw chips bucket','3',-0.05,'2024-04-01 17:24:05','0.69','6','newstock','1','','',0.00,'','1','0.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1949,'Raw chips bucket','3',1.00,'2024-04-01 17:24:05','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1950,'Raw chips bucket','1',-0.09,'2024-04-01 17:24:36','0.64','6','newstock','1','','',0.00,'','1','0.549','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1951,'Raw chips bucket','1',2.00,'2024-04-01 17:24:36','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1952,'Raw chips bucket','1',-0.05,'2024-04-01 17:25:53','0.55','6','newstock','1','','',0.00,'','1','0.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1953,'Raw chips bucket','1',1.00,'2024-04-01 17:25:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1954,'Raw chips bucket','1',-0.05,'2024-04-01 17:28:03','0.50','6','newstock','1','','',0.00,'','1','0.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1955,'Raw chips bucket','1',1.00,'2024-04-01 17:28:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1956,'Raw chips bucket','1',-0.05,'2024-04-01 17:54:42','0.45','6','newstock','1','','',0.00,'','1','0.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1957,'Raw chips bucket','1',1.00,'2024-04-01 17:54:42','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1958,'Raw chips bucket','1',-0.05,'2024-04-01 18:01:57','0.40','6','newstock','1','','',0.00,'','1','0.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1959,'Raw chips bucket','1',1.00,'2024-04-01 18:01:57','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1960,'Raw chips bucket','1',-0.09,'2024-04-01 18:11:53','0.35','6','newstock','1','','',0.00,'','1','0.259','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1961,'Raw chips bucket','1',2.00,'2024-04-01 18:11:53','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1962,'Raw chips bucket','1',-0.05,'2024-04-01 18:34:59','0.26','6','newstock','1','','',0.00,'','1','0.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1963,'Raw chips bucket','1',1.00,'2024-04-01 18:34:59','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1964,'Raw chips bucket','4',-0.05,'2024-04-01 18:42:29','0.21','6','newstock','1','','',0.00,'','1','0.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1965,'Raw chips bucket','4',1.00,'2024-04-01 18:42:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1966,'Raw chips bucket','4',-0.09,'2024-04-01 19:09:42','0.16','6','newstock','1','','',0.00,'','1','0.069','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1967,'Raw chips bucket','4',2.00,'2024-04-01 19:09:42','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1968,'Raw chips bucket','1',-0.05,'2024-04-01 19:10:13','0.07','6','newstock','1','','',0.00,'','1','0.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1969,'Raw chips bucket','1',1.00,'2024-04-01 19:10:13','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1970,'Raw chips bucket','',0.50,'2024-04-01 19:49:14','0.02','6','newstock','1','','',0.00,'','1','0.52','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1971,'Raw chips bucket','1',-0.05,'2024-04-01 19:49:26','0.52','6','newstock','1','','',0.00,'','1','0.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1972,'Raw chips bucket','1',1.00,'2024-04-01 19:49:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1973,'Raw chips bucket','1',-0.09,'2024-04-01 19:49:47','0.47','6','newstock','1','','',0.00,'','1','0.379','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1974,'Raw chips bucket','1',2.00,'2024-04-01 19:49:47','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1975,'Raw chips bucket','5',-0.05,'2024-04-02 14:38:03','0.38','7','newstock','1','','',0.00,'','1','0.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1976,'Raw chips bucket','5',1.00,'2024-04-02 14:38:03','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1977,'Raw chips bucket','4',-0.05,'2024-04-02 14:38:30','0.33','7','newstock','1','','',0.00,'','1','0.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1978,'Raw chips bucket','4',1.00,'2024-04-02 14:38:30','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1979,'Raw chips bucket','1',-0.09,'2024-04-02 14:47:09','0.28','7','newstock','1','','',0.00,'','1','0.189','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1980,'Raw chips bucket','1',2.00,'2024-04-02 14:47:09','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1981,'Raw chips bucket','4',-0.09,'2024-04-02 14:48:34','0.19','7','newstock','1','','',0.00,'','1','0.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1982,'Raw chips bucket','4',2.00,'2024-04-02 14:48:34','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1983,'Potatoes sack','2',-0.01,'2024-04-02 14:49:37','0.33','7','newstock','1','','',0.00,'','1','0.3199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1984,'Potatoes sack','2',1.00,'2024-04-02 14:49:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1985,'Raw chips bucket','',2.00,'2024-04-02 14:58:46','0.10','7','newstock','1','','',0.00,'','1','2.1','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1986,'Raw chips bucket','5',-0.14,'2024-04-02 14:58:52','2.10','7','newstock','1','','',0.00,'','1','1.9635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1987,'Raw chips bucket','5',3.00,'2024-04-02 14:58:52','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1988,'Raw chips bucket','3',-0.14,'2024-04-02 15:07:20','1.96','7','newstock','1','','',0.00,'','1','1.8235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1989,'Raw chips bucket','3',3.00,'2024-04-02 15:07:20','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1990,'Raw chips bucket','3',-0.05,'2024-04-02 15:44:57','1.82','7','newstock','1','','',0.00,'','1','1.7745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1991,'Raw chips bucket','3',1.00,'2024-04-02 15:44:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1992,'Raw chips bucket','5',-0.05,'2024-04-02 15:58:14','1.77','7','newstock','1','','',0.00,'','1','1.7245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1993,'Raw chips bucket','5',1.00,'2024-04-02 15:58:14','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1994,'Raw chips bucket','1',-0.05,'2024-04-02 15:58:21','1.72','7','newstock','1','','',0.00,'','1','1.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1995,'Raw chips bucket','1',1.00,'2024-04-02 15:58:21','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1996,'Potatoes sack','2',-0.01,'2024-04-02 15:58:35','0.32','7','newstock','1','','',0.00,'','1','0.3099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1997,'Potatoes sack','2',1.00,'2024-04-02 15:58:35','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1998,'Raw chips bucket','3',-0.14,'2024-04-02 16:00:45','1.67','7','newstock','1','','',0.00,'','1','1.5335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(1999,'Raw chips bucket','3',3.00,'2024-04-02 16:00:45','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2000,'Raw chips bucket','1',-0.05,'2024-04-02 16:07:51','1.53','7','newstock','1','','',0.00,'','1','1.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2001,'Raw chips bucket','1',1.00,'2024-04-02 16:07:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2002,'Raw chips bucket','1',-0.14,'2024-04-02 16:08:52','1.48','7','newstock','1','','',0.00,'','1','1.3435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2003,'Raw chips bucket','1',3.00,'2024-04-02 16:08:52','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2004,'Raw chips bucket','1',-0.09,'2024-04-02 16:10:16','1.34','7','newstock','1','','',0.00,'','1','1.249','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2005,'Raw chips bucket','1',2.00,'2024-04-02 16:10:16','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2006,'Chicken','',2.00,'2024-04-02 16:19:38','0.00','7','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2007,'Potatoes sack','2',-0.01,'2024-04-02 16:22:59','0.31','7','newstock','1','','',0.00,'','1','0.2999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2008,'Potatoes sack','2',1.00,'2024-04-02 16:22:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2009,'Raw chips bucket','1',-0.05,'2024-04-02 16:23:48','1.25','7','newstock','1','','',0.00,'','1','1.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2010,'Raw chips bucket','1',1.00,'2024-04-02 16:23:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2011,'Raw chips bucket','1',-0.05,'2024-04-02 16:34:29','1.20','7','newstock','1','','',0.00,'','1','1.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2012,'Raw chips bucket','1',1.00,'2024-04-02 16:34:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2013,'Raw chips bucket','3',-0.05,'2024-04-02 17:02:25','1.15','7','newstock','1','','',0.00,'','1','1.1045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2014,'Raw chips bucket','3',1.00,'2024-04-02 17:02:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2015,'Raw chips bucket','1',-0.05,'2024-04-02 17:07:23','1.10','7','newstock','1','','',0.00,'','1','1.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2016,'Raw chips bucket','1',1.00,'2024-04-02 17:07:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2017,'Raw chips bucket','1',-0.05,'2024-04-02 18:03:37','1.05','7','newstock','1','','',0.00,'','1','1.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2018,'Raw chips bucket','1',1.00,'2024-04-02 18:03:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2019,'Raw chips bucket','1',-0.05,'2024-04-02 18:34:37','1.00','7','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2020,'Raw chips bucket','1',1.00,'2024-04-02 18:34:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2021,'Raw chips bucket','1',-0.05,'2024-04-02 18:36:37','0.95','7','newstock','1','','',0.00,'','1','0.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2022,'Raw chips bucket','1',1.00,'2024-04-02 18:36:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2023,'Potatoes sack','2',-0.01,'2024-04-02 18:41:40','0.30','7','newstock','1','','',0.00,'','1','0.2899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2024,'Potatoes sack','2',1.00,'2024-04-02 18:41:40','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2025,'Raw chips bucket','3',-0.05,'2024-04-02 19:26:14','0.90','7','newstock','1','','',0.00,'','1','0.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2026,'Raw chips bucket','3',1.00,'2024-04-02 19:26:14','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2027,'Raw chips bucket','3',-0.05,'2024-04-02 19:26:53','0.85','7','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2028,'Raw chips bucket','3',1.00,'2024-04-02 19:26:53','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2029,'Potatoes sack','2',-0.01,'2024-04-02 19:27:06','0.29','7','newstock','1','','',0.00,'','1','0.2799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2030,'Potatoes sack','2',1.00,'2024-04-02 19:27:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2031,'Potatoes sack','2',-0.01,'2024-04-02 19:28:13','0.28','7','newstock','1','','',0.00,'','1','0.2699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2032,'Potatoes sack','2',1.00,'2024-04-02 19:28:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2033,'Raw chips bucket','3',-0.05,'2024-04-02 19:28:34','0.80','7','newstock','1','','',0.00,'','1','0.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2034,'Raw chips bucket','3',1.00,'2024-04-02 19:28:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2035,'Raw chips bucket','1',-0.05,'2024-04-02 19:29:26','0.75','7','newstock','1','','',0.00,'','1','0.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2036,'Raw chips bucket','1',1.00,'2024-04-02 19:29:26','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2037,'Raw chips bucket','4',-0.05,'2024-04-02 19:40:30','0.70','7','newstock','1','','',0.00,'','1','0.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2038,'Raw chips bucket','4',1.00,'2024-04-02 19:40:30','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2039,'Raw chips bucket','1',-0.09,'2024-04-02 20:34:07','0.65','7','newstock','1','','',0.00,'','1','0.559','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2040,'Raw chips bucket','1',2.00,'2024-04-02 20:34:07','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2041,'Raw chips bucket','4',-0.05,'2024-04-02 20:35:10','0.56','7','newstock','1','','',0.00,'','1','0.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2042,'Raw chips bucket','4',1.00,'2024-04-02 20:35:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2043,'Raw chips bucket','1',-0.05,'2024-04-02 21:11:34','0.51','7','newstock','1','','',0.00,'','1','0.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2044,'Raw chips bucket','1',1.00,'2024-04-02 21:11:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2045,'Raw chips bucket','1',-0.09,'2024-04-02 21:34:17','0.46','7','newstock','1','','',0.00,'','1','0.369','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2046,'Raw chips bucket','1',2.00,'2024-04-02 21:34:17','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2047,'Raw chips bucket','',1.00,'2024-04-03 13:15:59','0.37','6','newstock','1','','',0.00,'','1','1.37','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2048,'Raw chips bucket','1',-0.09,'2024-04-03 13:20:44','1.37','6','newstock','1','','',0.00,'','1','1.279','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2049,'Raw chips bucket','1',2.00,'2024-04-03 13:20:44','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2050,'Raw chips bucket','3',-0.09,'2024-04-03 13:21:27','1.28','6','newstock','1','','',0.00,'','1','1.189','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2051,'Raw chips bucket','3',2.00,'2024-04-03 13:21:27','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2052,'Raw chips bucket','1',-0.09,'2024-04-03 13:21:31','1.19','6','newstock','1','','',0.00,'','1','1.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2053,'Raw chips bucket','1',2.00,'2024-04-03 13:21:31','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2054,'Raw chips bucket','4',-0.05,'2024-04-03 13:21:35','1.10','6','newstock','1','','',0.00,'','1','1.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2055,'Raw chips bucket','4',1.00,'2024-04-03 13:21:35','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2056,'Raw chips bucket','5',-0.14,'2024-04-03 13:22:02','1.05','6','newstock','1','','',0.00,'','1','0.9135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2057,'Raw chips bucket','5',3.00,'2024-04-03 13:22:02','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2058,'Pep soda 350ml','',48.00,'2024-04-03 13:24:26','1.00','6','newstock','1','','',0.00,'','1','49','internal','1','20','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2059,'Raw chips bucket','1',-0.05,'2024-04-03 13:43:50','0.91','6','newstock','1','','',0.00,'','1','0.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2060,'Raw chips bucket','1',1.00,'2024-04-03 13:43:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2061,'Raw chips bucket','3',-0.05,'2024-04-03 13:44:24','0.86','6','newstock','1','','',0.00,'','1','0.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2062,'Raw chips bucket','3',1.00,'2024-04-03 13:44:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2063,'Raw chips bucket','1',-0.05,'2024-04-03 14:10:21','0.81','6','newstock','1','','',0.00,'','1','0.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2064,'Raw chips bucket','1',1.00,'2024-04-03 14:10:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2065,'Chicken','',2.50,'2024-04-03 14:11:39','0.00','6','newstock','1','','',0.00,'','1','2.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2066,'Raw chips bucket','3',-0.05,'2024-04-03 14:16:06','0.76','6','newstock','1','','',0.00,'','1','0.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2067,'Raw chips bucket','3',1.00,'2024-04-03 14:16:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2068,'Raw chips bucket','3',-0.05,'2024-04-03 14:47:57','0.71','6','newstock','1','','',0.00,'','1','0.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2069,'Raw chips bucket','3',1.00,'2024-04-03 14:47:57','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2070,'Raw chips bucket','3',-0.09,'2024-04-03 14:48:36','0.66','6','newstock','1','','',0.00,'','1','0.569','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2071,'Raw chips bucket','3',2.00,'2024-04-03 14:48:36','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2072,'Raw chips bucket','3',-0.14,'2024-04-03 15:13:09','0.57','6','newstock','1','','',0.00,'','1','0.4335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2073,'Raw chips bucket','3',3.00,'2024-04-03 15:13:09','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2074,'Raw chips bucket','1',-0.14,'2024-04-03 16:54:41','0.43','6','newstock','1','','',0.00,'','1','0.2935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2075,'Raw chips bucket','1',3.00,'2024-04-03 16:54:41','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2076,'Raw chips bucket','3',-0.05,'2024-04-03 16:55:38','0.29','6','newstock','1','','',0.00,'','1','0.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2077,'Raw chips bucket','3',1.00,'2024-04-03 16:55:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2078,'Raw chips bucket','3',-0.05,'2024-04-03 16:56:06','0.24','6','newstock','1','','',0.00,'','1','0.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2079,'Raw chips bucket','3',1.00,'2024-04-03 16:56:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2080,'Raw chips bucket','1',-0.09,'2024-04-03 16:57:01','0.19','6','newstock','1','','',0.00,'','1','0.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2081,'Raw chips bucket','1',2.00,'2024-04-03 16:57:01','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2082,'Raw chips bucket','1',-0.05,'2024-04-03 16:59:26','0.10','6','newstock','1','','',0.00,'','1','0.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2083,'Raw chips bucket','1',1.00,'2024-04-03 16:59:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2084,'Raw chips bucket','1',-0.05,'2024-04-03 17:06:51','0.05','6','newstock','1','','',0.00,'','1','0.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2085,'Raw chips bucket','1',1.00,'2024-04-03 17:06:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2086,'Raw chips bucket','',1.00,'2024-04-03 17:52:05','0.00','6','newstock','1','','',0.00,'','1','1','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2087,'Raw chips bucket','1',-0.05,'2024-04-03 17:52:24','1.00','6','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2088,'Raw chips bucket','1',1.00,'2024-04-03 17:52:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2089,'Raw chips bucket','1',-0.09,'2024-04-03 17:57:31','0.95','6','newstock','1','','',0.00,'','1','0.859','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2090,'Raw chips bucket','1',2.00,'2024-04-03 17:57:31','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2091,'Raw chips bucket','3',-0.14,'2024-04-03 18:49:33','0.86','6','newstock','1','','',0.00,'','1','0.7235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2092,'Raw chips bucket','3',3.00,'2024-04-03 18:49:33','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2093,'Raw chips bucket','1',-0.05,'2024-04-03 19:27:03','0.72','6','newstock','1','','',0.00,'','1','0.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2094,'Raw chips bucket','1',1.00,'2024-04-03 19:27:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2095,'Raw chips bucket','1',-0.14,'2024-04-03 19:27:46','0.67','6','newstock','1','','',0.00,'','1','0.5335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2096,'Raw chips bucket','1',3.00,'2024-04-03 19:27:46','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2097,'Raw chips bucket','1',-0.05,'2024-04-03 19:28:09','0.53','6','newstock','1','','',0.00,'','1','0.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2098,'Raw chips bucket','1',1.00,'2024-04-03 19:28:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2099,'Raw chips bucket','5',-0.05,'2024-04-03 19:37:00','0.48','6','newstock','1','','',0.00,'','1','0.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2100,'Raw chips bucket','5',1.00,'2024-04-03 19:37:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2101,'Raw chips bucket','3',-0.05,'2024-04-03 20:44:52','0.43','6','newstock','1','','',0.00,'','1','0.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2102,'Raw chips bucket','3',1.00,'2024-04-03 20:44:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2103,'Raw chips bucket','1',-0.05,'2024-04-03 20:46:40','0.38','6','newstock','1','','',0.00,'','1','0.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2104,'Raw chips bucket','1',1.00,'2024-04-03 20:46:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2105,'Raw chips bucket','1',-0.05,'2024-04-03 20:47:46','0.33','6','newstock','1','','',0.00,'','1','0.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2106,'Raw chips bucket','1',1.00,'2024-04-03 20:47:46','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2107,'Raw chips bucket','1',-0.05,'2024-04-03 20:49:54','0.28','6','newstock','1','','',0.00,'','1','0.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2108,'Raw chips bucket','1',1.00,'2024-04-03 20:49:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2109,'Raw chips bucket','3',-0.09,'2024-04-03 20:49:58','0.23','6','newstock','1','','',0.00,'','1','0.139','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2110,'Raw chips bucket','3',2.00,'2024-04-03 20:49:58','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2111,'Raw chips bucket','4',-0.05,'2024-04-03 20:50:04','0.14','6','newstock','1','','',0.00,'','1','0.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2112,'Raw chips bucket','4',1.00,'2024-04-03 20:50:04','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2113,'Raw chips bucket','5',-0.05,'2024-04-03 21:20:36','0.09','6','newstock','1','','',0.00,'','1','0.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2114,'Raw chips bucket','5',1.00,'2024-04-03 21:20:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2115,'Raw chips bucket','',0.30,'2024-04-03 21:21:20','0.04','6','newstock','1','','',0.00,'','1','0.34','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2116,'Raw chips bucket','1',-0.05,'2024-04-03 21:21:34','0.34','6','newstock','1','','',0.00,'','1','0.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2117,'Raw chips bucket','1',1.00,'2024-04-03 21:21:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2118,'Raw chips bucket','3',-0.27,'2024-04-04 13:38:13','0.29','7','newstock','1','','',0.00,'','1','0.017','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2119,'Raw chips bucket','3',6.00,'2024-04-04 13:38:13','0.00','7','newstock','1','','',0.00,'','1','6','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2120,'Raw chips bucket','',2.00,'2024-04-04 13:47:26','0.02','7','newstock','1','','',0.00,'','1','2.02','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2121,'Raw chips bucket','1',-0.14,'2024-04-04 13:48:21','2.02','7','newstock','1','','',0.00,'','1','1.8835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2122,'Raw chips bucket','1',3.00,'2024-04-04 13:48:21','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2123,'Raw chips bucket','1',-0.09,'2024-04-04 13:48:58','1.88','7','newstock','1','','',0.00,'','1','1.789','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2124,'Raw chips bucket','1',2.00,'2024-04-04 13:48:58','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2125,'Raw chips bucket','1',-0.05,'2024-04-04 13:49:31','1.79','7','newstock','1','','',0.00,'','1','1.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2126,'Raw chips bucket','1',1.00,'2024-04-04 13:49:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2127,'Raw chips bucket','3',-0.05,'2024-04-04 14:04:46','1.74','7','newstock','1','','',0.00,'','1','1.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2128,'Raw chips bucket','3',1.00,'2024-04-04 14:04:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2129,'Raw chips bucket','1',-0.14,'2024-04-04 14:05:16','1.69','7','newstock','1','','',0.00,'','1','1.5535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2130,'Raw chips bucket','1',3.00,'2024-04-04 14:05:16','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2131,'Raw chips bucket','1',-0.23,'2024-04-04 14:06:03','1.55','7','newstock','1','','',0.00,'','1','1.3225','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2132,'Raw chips bucket','1',5.00,'2024-04-04 14:06:03','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2133,'Raw chips bucket','5',-0.09,'2024-04-04 14:18:01','1.32','7','newstock','1','','',0.00,'','1','1.229','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2134,'Raw chips bucket','5',2.00,'2024-04-04 14:18:01','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2135,'Raw chips bucket','1',-0.09,'2024-04-04 14:18:11','1.23','7','newstock','1','','',0.00,'','1','1.139','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2136,'Raw chips bucket','1',2.00,'2024-04-04 14:18:11','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2137,'Raw chips bucket','5',-0.14,'2024-04-04 14:21:55','1.23','7','newstock','1','','',0.00,'','1','1.0935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2138,'Raw chips bucket','5',3.00,'2024-04-04 14:21:55','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2139,'Raw chips bucket','1',-0.05,'2024-04-04 14:45:31','1.09','7','newstock','1','','',0.00,'','1','1.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2140,'Raw chips bucket','1',1.00,'2024-04-04 14:45:31','2.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2141,'Raw chips bucket','1',-0.05,'2024-04-04 15:06:10','1.04','7','newstock','1','','',0.00,'','1','0.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2142,'Raw chips bucket','1',1.00,'2024-04-04 15:06:10','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2143,'Raw chips bucket','1',-0.09,'2024-04-04 15:12:29','0.99','7','newstock','1','','',0.00,'','1','0.899','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2144,'Raw chips bucket','1',2.00,'2024-04-04 15:12:29','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2145,'Raw chips bucket','4',-0.05,'2024-04-04 15:12:58','0.90','7','newstock','1','','',0.00,'','1','0.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2146,'Raw chips bucket','4',1.00,'2024-04-04 15:12:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2147,'Potatoes sack','2',-0.01,'2024-04-04 15:13:33','0.27','7','newstock','1','','',0.00,'','1','0.2599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2148,'Potatoes sack','2',1.00,'2024-04-04 15:13:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2149,'Raw chips bucket','5',-0.05,'2024-04-04 15:14:03','0.85','7','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2150,'Raw chips bucket','5',1.00,'2024-04-04 15:14:03','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2151,'Raw chips bucket','1',-0.05,'2024-04-04 15:14:20','0.80','7','newstock','1','','',0.00,'','1','0.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2152,'Raw chips bucket','1',1.00,'2024-04-04 15:14:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2153,'Raw chips bucket','3',-0.05,'2024-04-04 15:37:51','0.75','7','newstock','1','','',0.00,'','1','0.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2154,'Raw chips bucket','3',1.00,'2024-04-04 15:37:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2155,'Raw chips bucket','1',-0.05,'2024-04-04 16:08:50','0.70','7','newstock','1','','',0.00,'','1','0.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2156,'Raw chips bucket','1',1.00,'2024-04-04 16:08:50','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2157,'Raw chips bucket','1',-0.05,'2024-04-04 16:10:16','0.65','7','newstock','1','','',0.00,'','1','0.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2158,'Raw chips bucket','1',1.00,'2024-04-04 16:10:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2159,'Raw chips bucket','1',-0.05,'2024-04-04 16:10:20','0.60','7','newstock','1','','',0.00,'','1','0.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2160,'Raw chips bucket','1',1.00,'2024-04-04 16:10:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2161,'Raw chips bucket','1',-0.05,'2024-04-04 16:10:46','0.55','7','newstock','1','','',0.00,'','1','0.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2162,'Raw chips bucket','1',1.00,'2024-04-04 16:10:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2163,'Raw chips bucket','1',-0.05,'2024-04-04 16:10:49','0.50','7','newstock','1','','',0.00,'','1','0.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2164,'Raw chips bucket','1',1.00,'2024-04-04 16:10:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2165,'Raw chips bucket','1',-0.05,'2024-04-04 16:12:04','0.45','7','newstock','1','','',0.00,'','1','0.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2166,'Raw chips bucket','1',1.00,'2024-04-04 16:12:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2167,'Raw chips bucket','3',-0.05,'2024-04-04 16:12:43','0.40','7','newstock','1','','',0.00,'','1','0.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2168,'Raw chips bucket','3',1.00,'2024-04-04 16:12:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2169,'Raw chips bucket','5',-0.09,'2024-04-04 16:12:51','0.35','7','newstock','1','','',0.00,'','1','0.259','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2170,'Raw chips bucket','5',2.00,'2024-04-04 16:12:51','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2171,'Raw chips bucket','1',-0.05,'2024-04-04 16:15:48','0.26','7','newstock','1','','',0.00,'','1','0.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2172,'Raw chips bucket','1',1.00,'2024-04-04 16:15:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2173,'Raw chips bucket','1',-0.05,'2024-04-04 16:16:23','0.21','7','newstock','1','','',0.00,'','1','0.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2174,'Raw chips bucket','1',1.00,'2024-04-04 16:16:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2175,'Raw chips bucket','1',-0.05,'2024-04-04 16:53:01','0.16','7','newstock','1','','',0.00,'','1','0.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2176,'Raw chips bucket','1',1.00,'2024-04-04 16:53:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2177,'Raw chips bucket','3',-0.05,'2024-04-04 16:53:50','0.11','7','newstock','1','','',0.00,'','1','0.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2178,'Raw chips bucket','3',1.00,'2024-04-04 16:53:50','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2179,'Raw chips bucket','',3.00,'2024-04-04 16:54:19','0.06','7','newstock','1','','',0.00,'','1','3.06','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2180,'Chicken','',3.00,'2024-04-04 16:55:11','0.00','7','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2181,'Potatoes sack','2',-0.01,'2024-04-04 17:07:37','0.26','7','newstock','1','','',0.00,'','1','0.2499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2182,'Potatoes sack','2',1.00,'2024-04-04 17:07:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2183,'Potatoes sack','2',-0.01,'2024-04-04 17:07:58','0.25','7','newstock','1','','',0.00,'','1','0.2399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2184,'Potatoes sack','2',1.00,'2024-04-04 17:07:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2185,'Potatoes sack','2',-0.01,'2024-04-04 17:08:11','0.24','7','newstock','1','','',0.00,'','1','0.2299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2186,'Potatoes sack','2',1.00,'2024-04-04 17:08:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2187,'Raw chips bucket','1',-0.05,'2024-04-04 17:44:57','3.06','7','newstock','1','','',0.00,'','1','3.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2188,'Raw chips bucket','1',1.00,'2024-04-04 17:44:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2189,'Raw chips bucket','3',-0.05,'2024-04-04 17:46:11','3.01','7','newstock','1','','',0.00,'','1','2.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2190,'Raw chips bucket','3',1.00,'2024-04-04 17:46:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2191,'Raw chips bucket','3',-0.05,'2024-04-04 17:46:13','2.96','7','newstock','1','','',0.00,'','1','2.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2192,'Raw chips bucket','3',1.00,'2024-04-04 17:46:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2193,'Raw chips bucket','3',-0.05,'2024-04-04 17:47:06','2.91','7','newstock','1','','',0.00,'','1','2.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2194,'Raw chips bucket','3',1.00,'2024-04-04 17:47:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2195,'Raw chips bucket','3',-0.05,'2024-04-04 17:47:08','2.86','7','newstock','1','','',0.00,'','1','2.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2196,'Raw chips bucket','3',1.00,'2024-04-04 17:47:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2197,'Raw chips bucket','3',-0.05,'2024-04-04 18:07:58','2.81','7','newstock','1','','',0.00,'','1','2.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2198,'Raw chips bucket','3',1.00,'2024-04-04 18:07:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2199,'Raw chips bucket','3',-0.05,'2024-04-04 18:08:01','2.76','7','newstock','1','','',0.00,'','1','2.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2200,'Raw chips bucket','3',1.00,'2024-04-04 18:08:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2201,'Raw chips bucket','5',-0.05,'2024-04-04 18:32:33','2.71','7','newstock','1','','',0.00,'','1','2.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2202,'Raw chips bucket','5',1.00,'2024-04-04 18:32:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2203,'Raw chips bucket','3',-0.05,'2024-04-04 18:55:05','2.66','7','newstock','1','','',0.00,'','1','2.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2204,'Raw chips bucket','3',1.00,'2024-04-04 18:55:05','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2205,'Raw chips bucket','3',-0.05,'2024-04-04 18:55:07','2.61','7','newstock','1','','',0.00,'','1','2.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2206,'Raw chips bucket','3',1.00,'2024-04-04 18:55:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2207,'Raw chips bucket','1',-0.05,'2024-04-04 19:07:27','2.56','7','newstock','1','','',0.00,'','1','2.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2208,'Raw chips bucket','1',1.00,'2024-04-04 19:07:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2209,'Raw chips bucket','1',-0.05,'2024-04-04 19:07:31','2.51','7','newstock','1','','',0.00,'','1','2.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2210,'Raw chips bucket','1',1.00,'2024-04-04 19:07:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2211,'Raw chips bucket','3',-0.05,'2024-04-04 19:31:56','2.46','7','newstock','1','','',0.00,'','1','2.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2212,'Raw chips bucket','3',1.00,'2024-04-04 19:31:56','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2213,'Raw chips bucket','3',-0.09,'2024-04-04 19:32:02','2.41','7','newstock','1','','',0.00,'','1','2.319','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2214,'Raw chips bucket','3',2.00,'2024-04-04 19:32:02','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2215,'Raw chips bucket','4',-0.05,'2024-04-04 20:04:32','2.37','7','newstock','1','','',0.00,'','1','2.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2216,'Raw chips bucket','4',1.00,'2024-04-04 20:04:32','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2217,'Raw chips bucket','4',-0.05,'2024-04-04 20:04:54','2.32','7','newstock','1','','',0.00,'','1','2.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2218,'Raw chips bucket','4',1.00,'2024-04-04 20:04:54','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2219,'Potatoes sack','2',-0.01,'2024-04-04 20:35:49','0.23','7','newstock','1','','',0.00,'','1','0.2199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2220,'Potatoes sack','2',1.00,'2024-04-04 20:35:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2221,'Raw chips bucket','3',-0.05,'2024-04-04 20:57:43','2.32','7','newstock','1','','',0.00,'','1','2.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2222,'Raw chips bucket','3',1.00,'2024-04-04 20:57:43','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2223,'Potatoes sack','2',-0.01,'2024-04-04 21:02:34','0.22','7','newstock','1','','',0.00,'','1','0.2099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2224,'Potatoes sack','2',1.00,'2024-04-04 21:02:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2225,'Raw chips bucket','1',-0.09,'2024-04-06 13:38:29','2.27','7','newstock','1','','',0.00,'','1','2.179','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2226,'Raw chips bucket','1',2.00,'2024-04-06 13:38:29','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2227,'Raw chips bucket','1',-0.14,'2024-04-06 13:43:41','2.18','7','newstock','1','','',0.00,'','1','2.0435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2228,'Raw chips bucket','1',3.00,'2024-04-06 13:43:41','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2229,'Raw chips bucket','1',-0.09,'2024-04-06 13:54:54','2.04','7','newstock','1','','',0.00,'','1','1.949','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2230,'Raw chips bucket','1',2.00,'2024-04-06 13:54:54','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2231,'Raw chips bucket','1',-0.05,'2024-04-06 13:55:43','1.95','7','newstock','1','','',0.00,'','1','1.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2232,'Raw chips bucket','1',1.00,'2024-04-06 13:55:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2233,'Raw chips bucket','1',-0.09,'2024-04-06 13:56:47','1.90','7','newstock','1','','',0.00,'','1','1.809','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2234,'Raw chips bucket','1',2.00,'2024-04-06 13:56:47','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2235,'Raw chips bucket','1',-0.05,'2024-04-06 13:57:14','1.81','7','newstock','1','','',0.00,'','1','1.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2236,'Raw chips bucket','1',1.00,'2024-04-06 13:57:14','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2237,'Raw chips bucket','1',-0.05,'2024-04-06 13:57:44','1.76','7','newstock','1','','',0.00,'','1','1.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2238,'Raw chips bucket','1',1.00,'2024-04-06 13:57:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2239,'Raw chips bucket','4',-0.05,'2024-04-06 13:58:10','1.71','7','newstock','1','','',0.00,'','1','1.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2240,'Raw chips bucket','4',1.00,'2024-04-06 13:58:10','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2241,'Raw chips bucket','1',-0.09,'2024-04-06 14:00:27','1.66','7','newstock','1','','',0.00,'','1','1.569','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2242,'Raw chips bucket','1',2.00,'2024-04-06 14:00:27','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2243,'Raw chips bucket','1',-0.05,'2024-04-06 14:25:25','1.57','7','newstock','1','','',0.00,'','1','1.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2244,'Raw chips bucket','1',1.00,'2024-04-06 14:25:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2245,'Raw chips bucket','1',-0.05,'2024-04-06 14:25:28','1.52','7','newstock','1','','',0.00,'','1','1.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2246,'Raw chips bucket','1',1.00,'2024-04-06 14:25:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2247,'Raw chips bucket','3',-0.05,'2024-04-06 14:49:28','1.47','7','newstock','1','','',0.00,'','1','1.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2248,'Raw chips bucket','3',1.00,'2024-04-06 14:49:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2249,'Raw chips bucket','3',-0.05,'2024-04-06 14:49:32','1.42','7','newstock','1','','',0.00,'','1','1.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2250,'Raw chips bucket','3',1.00,'2024-04-06 14:49:32','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2251,'Raw chips bucket','1',-0.05,'2024-04-06 14:52:33','1.37','7','newstock','1','','',0.00,'','1','1.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2252,'Raw chips bucket','1',1.00,'2024-04-06 14:52:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2253,'Raw chips bucket','4',-0.05,'2024-04-06 14:53:01','1.32','7','newstock','1','','',0.00,'','1','1.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2254,'Raw chips bucket','4',1.00,'2024-04-06 14:53:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2255,'Raw chips bucket','3',-0.05,'2024-04-06 14:53:03','1.27','7','newstock','1','','',0.00,'','1','1.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2256,'Raw chips bucket','3',1.00,'2024-04-06 14:53:03','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2257,'Raw chips bucket','1',-0.09,'2024-04-06 14:53:06','1.22','7','newstock','1','','',0.00,'','1','1.129','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2258,'Raw chips bucket','1',2.00,'2024-04-06 14:53:06','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2259,'Raw chips bucket','4',-0.05,'2024-04-06 14:56:23','1.13','7','newstock','1','','',0.00,'','1','1.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2260,'Raw chips bucket','4',1.00,'2024-04-06 14:56:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2261,'Raw chips bucket','4',-0.05,'2024-04-06 14:56:25','1.08','7','newstock','1','','',0.00,'','1','1.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2262,'Raw chips bucket','4',1.00,'2024-04-06 14:56:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2263,'Raw chips bucket','3',-0.05,'2024-04-06 14:56:45','1.03','7','newstock','1','','',0.00,'','1','0.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2264,'Raw chips bucket','3',1.00,'2024-04-06 14:56:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2265,'Raw chips bucket','3',-0.05,'2024-04-06 15:15:07','0.98','7','newstock','1','','',0.00,'','1','0.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2266,'Raw chips bucket','3',1.00,'2024-04-06 15:15:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2267,'Raw chips bucket','1',-0.05,'2024-04-06 15:16:15','0.93','7','newstock','1','','',0.00,'','1','0.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2268,'Raw chips bucket','1',1.00,'2024-04-06 15:16:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2269,'Raw chips bucket','4',-0.05,'2024-04-06 15:16:18','0.88','7','newstock','1','','',0.00,'','1','0.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2270,'Raw chips bucket','4',1.00,'2024-04-06 15:16:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2271,'Raw chips bucket','3',-0.05,'2024-04-06 15:17:31','0.83','7','newstock','1','','',0.00,'','1','0.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2272,'Raw chips bucket','3',1.00,'2024-04-06 15:17:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2273,'Potatoes sack','2',-0.02,'2024-04-06 15:17:35','0.21','7','newstock','1','','',0.00,'','1','0.1898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2274,'Potatoes sack','2',2.00,'2024-04-06 15:17:35','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2275,'Raw chips bucket','1',-0.05,'2024-04-06 15:24:19','0.78','7','newstock','1','','',0.00,'','1','0.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2276,'Raw chips bucket','1',1.00,'2024-04-06 15:24:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2277,'Raw chips bucket','1',-0.05,'2024-04-06 15:27:33','0.73','7','newstock','1','','',0.00,'','1','0.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2278,'Raw chips bucket','1',1.00,'2024-04-06 15:27:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2279,'Raw chips bucket','3',-0.05,'2024-04-06 15:46:36','0.68','7','newstock','1','','',0.00,'','1','0.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2280,'Raw chips bucket','3',1.00,'2024-04-06 15:46:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2281,'Raw chips bucket','1',-0.14,'2024-04-06 15:46:41','0.63','7','newstock','1','','',0.00,'','1','0.4935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2282,'Raw chips bucket','1',3.00,'2024-04-06 15:46:41','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2283,'Raw chips bucket','5',-0.05,'2024-04-06 15:47:41','0.49','7','newstock','1','','',0.00,'','1','0.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2284,'Raw chips bucket','5',1.00,'2024-04-06 15:47:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2285,'Potatoes sack','2',-0.01,'2024-04-06 15:47:44','0.19','7','newstock','1','','',0.00,'','1','0.1799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2286,'Potatoes sack','2',1.00,'2024-04-06 15:47:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2287,'Raw chips bucket','1',-0.05,'2024-04-06 15:48:41','0.44','7','newstock','1','','',0.00,'','1','0.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2288,'Raw chips bucket','1',1.00,'2024-04-06 15:48:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2289,'Raw chips bucket','1',-0.36,'2024-04-06 15:48:44','0.39','7','newstock','1','','',0.00,'','1','0.026','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2290,'Raw chips bucket','1',8.00,'2024-04-06 15:48:44','0.00','7','newstock','1','','',0.00,'','1','8','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2291,'Raw chips bucket','',2.00,'2024-04-06 17:05:03','0.03','7','newstock','1','','',0.00,'','1','2.03','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2292,'Raw chips bucket','3',-0.05,'2024-04-06 17:05:10','2.03','7','newstock','1','','',0.00,'','1','1.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2293,'Raw chips bucket','3',1.00,'2024-04-06 17:05:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2294,'Raw chips bucket','1',-0.05,'2024-04-06 17:12:33','1.98','7','newstock','1','','',0.00,'','1','1.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2295,'Raw chips bucket','1',1.00,'2024-04-06 17:12:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2296,'Raw chips bucket','1',-0.14,'2024-04-06 17:12:47','1.93','7','newstock','1','','',0.00,'','1','1.7935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2297,'Raw chips bucket','1',3.00,'2024-04-06 17:12:47','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2298,'Raw chips bucket','3',-0.05,'2024-04-06 17:14:24','1.79','7','newstock','1','','',0.00,'','1','1.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2299,'Raw chips bucket','3',1.00,'2024-04-06 17:14:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2300,'Potatoes sack','2',-0.01,'2024-04-06 17:15:06','0.18','7','newstock','1','','',0.00,'','1','0.1699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2301,'Potatoes sack','2',1.00,'2024-04-06 17:15:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2302,'Raw chips bucket','3',-0.09,'2024-04-06 17:15:44','1.74','7','newstock','1','','',0.00,'','1','1.649','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2303,'Raw chips bucket','3',2.00,'2024-04-06 17:15:44','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2304,'Potatoes sack','2',-0.01,'2024-04-06 17:20:14','0.17','7','newstock','1','','',0.00,'','1','0.1599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2305,'Potatoes sack','2',1.00,'2024-04-06 17:20:14','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2306,'Raw chips bucket','1',-0.05,'2024-04-06 17:21:00','1.65','7','newstock','1','','',0.00,'','1','1.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2307,'Raw chips bucket','1',1.00,'2024-04-06 17:21:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2308,'Chicken','',2.00,'2024-04-06 17:31:43','0.00','7','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2309,'Raw chips bucket','1',-0.09,'2024-04-06 17:34:18','1.60','7','newstock','1','','',0.00,'','1','1.509','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2310,'Raw chips bucket','1',2.00,'2024-04-06 17:34:18','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2311,'Raw chips bucket','3',-0.14,'2024-04-06 18:21:06','1.51','7','newstock','1','','',0.00,'','1','1.3735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2312,'Raw chips bucket','3',3.00,'2024-04-06 18:21:06','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2313,'Raw chips bucket','1',-0.05,'2024-04-06 18:24:01','1.37','7','newstock','1','','',0.00,'','1','1.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2314,'Raw chips bucket','1',1.00,'2024-04-06 18:24:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2315,'Raw chips bucket','1',-0.05,'2024-04-06 18:25:49','1.32','7','newstock','1','','',0.00,'','1','1.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2316,'Raw chips bucket','1',1.00,'2024-04-06 18:25:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2317,'Raw chips bucket','3',-0.18,'2024-04-06 19:16:47','1.27','7','newstock','1','','',0.00,'','1','1.088','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2318,'Raw chips bucket','3',4.00,'2024-04-06 19:16:47','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2319,'Raw chips bucket','1',-0.05,'2024-04-06 19:30:16','1.09','7','newstock','1','','',0.00,'','1','1.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2320,'Raw chips bucket','1',1.00,'2024-04-06 19:30:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2321,'Raw chips bucket','1',-0.23,'2024-04-06 19:38:03','1.04','7','newstock','1','','',0.00,'','1','0.8125','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2322,'Raw chips bucket','1',5.00,'2024-04-06 19:38:03','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2323,'Raw chips bucket','4',-0.05,'2024-04-06 19:45:53','0.81','7','newstock','1','','',0.00,'','1','0.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2324,'Raw chips bucket','4',1.00,'2024-04-06 19:45:53','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2325,'Raw chips bucket','1',-0.09,'2024-04-06 19:54:22','0.76','7','newstock','1','','',0.00,'','1','0.669','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2326,'Raw chips bucket','1',2.00,'2024-04-06 19:54:22','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2327,'Raw chips bucket','1',-0.09,'2024-04-06 20:01:03','0.67','7','newstock','1','','',0.00,'','1','0.579','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2328,'Raw chips bucket','1',2.00,'2024-04-06 20:01:03','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2329,'Raw chips bucket','1',-0.05,'2024-04-06 20:23:07','0.58','7','newstock','1','','',0.00,'','1','0.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2330,'Raw chips bucket','1',1.00,'2024-04-06 20:23:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2331,'Raw chips bucket','1',-0.05,'2024-04-06 20:24:00','0.53','7','newstock','1','','',0.00,'','1','0.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2332,'Raw chips bucket','1',1.00,'2024-04-06 20:24:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2333,'Raw chips bucket','3',-0.05,'2024-04-06 20:35:13','0.48','7','newstock','1','','',0.00,'','1','0.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2334,'Raw chips bucket','3',1.00,'2024-04-06 20:35:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2335,'Potatoes sack','2',-0.01,'2024-04-06 20:35:58','0.16','7','newstock','1','','',0.00,'','1','0.1499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2336,'Potatoes sack','2',1.00,'2024-04-06 20:35:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2337,'Raw chips bucket','1',-0.05,'2024-04-06 21:22:41','0.43','7','newstock','1','','',0.00,'','1','0.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2338,'Raw chips bucket','1',1.00,'2024-04-06 21:22:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2339,'Raw chips bucket','3',-0.05,'2024-04-06 21:22:44','0.38','7','newstock','1','','',0.00,'','1','0.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2340,'Raw chips bucket','3',1.00,'2024-04-06 21:22:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2341,'Raw chips bucket','1',-0.05,'2024-04-06 21:30:01','0.38','7','newstock','1','','',0.00,'','1','0.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2342,'Raw chips bucket','1',1.00,'2024-04-06 21:30:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2343,'Raw chips bucket','1',-0.09,'2024-04-06 21:39:06','0.33','7','newstock','1','','',0.00,'','1','0.239','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2344,'Raw chips bucket','1',2.00,'2024-04-06 21:39:06','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2345,'Raw chips bucket','1',-0.05,'2024-04-06 21:42:22','0.24','7','newstock','1','','',0.00,'','1','0.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2346,'Raw chips bucket','1',1.00,'2024-04-06 21:42:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2347,'Raw chips bucket','1',-0.14,'2024-04-07 12:35:30','0.19','7','newstock','1','','',0.00,'','1','0.0535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2348,'Raw chips bucket','1',3.00,'2024-04-07 12:35:30','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2349,'Raw chips bucket','',4.00,'2024-04-07 12:41:00','0.05','7','newstock','1','','',0.00,'','1','4.05','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2350,'Raw chips bucket','1',-0.14,'2024-04-07 12:48:02','4.05','7','newstock','1','','',0.00,'','1','3.9135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2351,'Raw chips bucket','1',3.00,'2024-04-07 12:48:02','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2352,'Raw chips bucket','3',-0.09,'2024-04-07 12:52:20','3.91','7','newstock','1','','',0.00,'','1','3.819','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2353,'Raw chips bucket','3',2.00,'2024-04-07 12:52:20','1.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2354,'Chicken','',6.00,'2024-04-07 12:58:01','0.00','7','newstock','1','','',0.00,'','1','6','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2355,'Raw chips bucket','1',-0.09,'2024-04-07 12:58:41','3.82','7','newstock','1','','',0.00,'','1','3.729','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2356,'Raw chips bucket','1',2.00,'2024-04-07 12:58:41','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2357,'Raw chips bucket','1',-0.14,'2024-04-07 13:03:13','3.73','7','newstock','1','','',0.00,'','1','3.5935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2358,'Raw chips bucket','1',3.00,'2024-04-07 13:03:13','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2359,'Raw chips bucket','1',-0.09,'2024-04-07 13:04:57','3.59','7','newstock','1','','',0.00,'','1','3.499','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2360,'Raw chips bucket','1',2.00,'2024-04-07 13:04:57','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2361,'Raw chips bucket','1',-0.05,'2024-04-07 13:08:51','3.50','7','newstock','1','','',0.00,'','1','3.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2362,'Raw chips bucket','1',1.00,'2024-04-07 13:08:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2363,'Raw chips bucket','3',-0.05,'2024-04-07 13:09:01','3.45','7','newstock','1','','',0.00,'','1','3.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2364,'Raw chips bucket','3',1.00,'2024-04-07 13:09:01','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2365,'Sausages','',26.00,'2024-04-07 13:11:02','2.00','7','newstock','1','','',0.00,'','1','28','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2366,'Carrier bag large','',20.00,'2024-04-07 13:12:15','0.00','7','newstock','1','','',0.00,'','1','20','internal','1','34','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2367,'Raw chips bucket','1',-0.05,'2024-04-07 13:12:49','3.40','7','newstock','1','','',0.00,'','1','3.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2368,'Raw chips bucket','1',1.00,'2024-04-07 13:12:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2369,'Raw chips bucket','1',-0.05,'2024-04-07 13:15:25','3.35','7','newstock','1','','',0.00,'','1','3.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2370,'Raw chips bucket','1',1.00,'2024-04-07 13:15:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2371,'Raw chips bucket','1',-0.05,'2024-04-07 13:17:55','3.30','7','newstock','1','','',0.00,'','1','3.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2372,'Raw chips bucket','1',1.00,'2024-04-07 13:17:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2373,'Raw chips bucket','3',-0.05,'2024-04-07 13:18:17','3.25','7','newstock','1','','',0.00,'','1','3.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2374,'Raw chips bucket','3',1.00,'2024-04-07 13:18:17','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2375,'Raw chips bucket','3',-0.09,'2024-04-07 13:20:37','3.20','7','newstock','1','','',0.00,'','1','3.109','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2376,'Raw chips bucket','3',2.00,'2024-04-07 13:20:37','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2377,'Raw chips bucket','1',-0.14,'2024-04-07 14:17:36','3.11','7','newstock','1','','',0.00,'','1','2.9735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2378,'Raw chips bucket','1',3.00,'2024-04-07 14:17:36','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2379,'Potatoes sack','2',-0.02,'2024-04-07 14:26:04','0.15','7','newstock','1','','',0.00,'','1','0.1298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2380,'Potatoes sack','2',2.00,'2024-04-07 14:26:04','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2381,'Raw chips bucket','1',-0.05,'2024-04-07 14:26:57','2.97','7','newstock','1','','',0.00,'','1','2.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2382,'Raw chips bucket','1',1.00,'2024-04-07 14:26:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2383,'Raw chips bucket','3',-0.14,'2024-04-07 14:27:26','2.92','7','newstock','1','','',0.00,'','1','2.7835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2384,'Raw chips bucket','3',3.00,'2024-04-07 14:27:26','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2385,'Raw chips bucket','1',-0.18,'2024-04-07 14:28:06','2.78','7','newstock','1','','',0.00,'','1','2.598','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2386,'Raw chips bucket','1',4.00,'2024-04-07 14:28:06','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2387,'Raw chips bucket','4',-0.09,'2024-04-07 14:28:51','2.60','7','newstock','1','','',0.00,'','1','2.509','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2388,'Raw chips bucket','4',2.00,'2024-04-07 14:28:51','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2389,'Raw chips bucket','3',-0.09,'2024-04-07 14:30:15','2.51','7','newstock','1','','',0.00,'','1','2.419','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2390,'Raw chips bucket','3',2.00,'2024-04-07 14:30:15','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2391,'Raw chips bucket','1',-0.27,'2024-04-07 14:30:35','2.42','7','newstock','1','','',0.00,'','1','2.147','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2392,'Raw chips bucket','1',6.00,'2024-04-07 14:30:35','0.00','7','newstock','1','','',0.00,'','1','6','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2393,'Raw chips bucket','3',-0.14,'2024-04-07 14:39:51','2.15','7','newstock','1','','',0.00,'','1','2.0135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2394,'Raw chips bucket','3',3.00,'2024-04-07 14:39:51','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2395,'Raw chips bucket','1',-0.05,'2024-04-07 14:42:23','2.01','7','newstock','1','','',0.00,'','1','1.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2396,'Raw chips bucket','1',1.00,'2024-04-07 14:42:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2397,'Raw chips bucket','1',-0.05,'2024-04-07 14:43:43','1.96','7','newstock','1','','',0.00,'','1','1.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2398,'Raw chips bucket','1',1.00,'2024-04-07 14:43:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2399,'Raw chips bucket','1',-0.05,'2024-04-07 14:43:59','1.91','7','newstock','1','','',0.00,'','1','1.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2400,'Raw chips bucket','1',1.00,'2024-04-07 14:43:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2401,'Raw chips bucket','1',-0.05,'2024-04-07 14:46:31','1.86','7','newstock','1','','',0.00,'','1','1.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2402,'Raw chips bucket','1',1.00,'2024-04-07 14:46:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2403,'Raw chips bucket','1',-0.05,'2024-04-07 14:52:55','1.81','7','newstock','1','','',0.00,'','1','1.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2404,'Raw chips bucket','1',1.00,'2024-04-07 14:52:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2405,'Bottled soda 300ml','',10.00,'2024-04-07 14:55:30','2.00','7','newstock','1','','',0.00,'','1','12','internal','1','22','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2406,'Raw chips bucket','3',-0.05,'2024-04-07 14:58:22','1.76','7','newstock','1','','',0.00,'','1','1.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2407,'Raw chips bucket','3',1.00,'2024-04-07 14:58:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2408,'Raw chips bucket','1',-0.18,'2024-04-07 15:06:17','1.71','7','newstock','1','','',0.00,'','1','1.528','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2409,'Raw chips bucket','1',4.00,'2024-04-07 15:06:17','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2410,'Raw chips bucket','1',-0.18,'2024-04-07 15:06:44','1.53','7','newstock','1','','',0.00,'','1','1.348','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2411,'Raw chips bucket','1',4.00,'2024-04-07 15:06:44','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2412,'Raw chips bucket','1',-0.09,'2024-04-07 15:07:18','1.35','7','newstock','1','','',0.00,'','1','1.259','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2413,'Raw chips bucket','1',2.00,'2024-04-07 15:07:18','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2414,'Raw chips bucket','1',-0.05,'2024-04-07 16:43:51','1.26','7','newstock','1','','',0.00,'','1','1.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2415,'Raw chips bucket','1',1.00,'2024-04-07 16:43:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2416,'Raw chips bucket','3',-0.14,'2024-04-07 16:44:18','1.21','7','newstock','1','','',0.00,'','1','1.0735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2417,'Raw chips bucket','3',3.00,'2024-04-07 16:44:18','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2418,'Potatoes sack','2',-0.01,'2024-04-07 16:45:55','0.13','7','newstock','1','','',0.00,'','1','0.1199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2419,'Potatoes sack','2',1.00,'2024-04-07 16:45:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2420,'Raw chips bucket','1',-0.14,'2024-04-07 16:46:23','1.07','7','newstock','1','','',0.00,'','1','0.9335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2421,'Raw chips bucket','1',3.00,'2024-04-07 16:46:23','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2422,'Pep soda 1.25ltrs','',10.00,'2024-04-07 16:48:14','0.00','7','newstock','1','','',0.00,'','1','10','internal','1','25','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2423,'Raw chips bucket','3',-0.09,'2024-04-07 16:49:13','0.93','7','newstock','1','','',0.00,'','1','0.839','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2424,'Raw chips bucket','3',2.00,'2024-04-07 16:49:13','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2425,'Potatoes sack','2',-0.02,'2024-04-07 16:49:43','0.12','7','newstock','1','','',0.00,'','1','0.0998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2426,'Potatoes sack','2',2.00,'2024-04-07 16:49:43','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2427,'Potatoes sack','2',-0.02,'2024-04-07 16:50:06','0.10','7','newstock','1','','',0.00,'','1','0.0798','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2428,'Potatoes sack','2',2.00,'2024-04-07 16:50:06','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2429,'Raw chips bucket','1',-0.14,'2024-04-07 16:52:19','0.84','7','newstock','1','','',0.00,'','1','0.7035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2430,'Raw chips bucket','1',3.00,'2024-04-07 16:52:19','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2431,'Raw chips bucket','1',-0.14,'2024-04-07 16:52:46','0.70','7','newstock','1','','',0.00,'','1','0.5635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2432,'Raw chips bucket','1',3.00,'2024-04-07 16:52:46','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2433,'Raw chips bucket','1',-0.05,'2024-04-07 16:53:10','0.56','7','newstock','1','','',0.00,'','1','0.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2434,'Raw chips bucket','1',1.00,'2024-04-07 16:53:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2435,'Raw chips bucket','1',-0.05,'2024-04-07 16:56:08','0.51','7','newstock','1','','',0.00,'','1','0.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2436,'Raw chips bucket','1',1.00,'2024-04-07 16:56:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2437,'Raw chips bucket','1',-0.23,'2024-04-07 17:03:32','0.46','7','newstock','1','','',0.00,'','1','0.2325','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2438,'Raw chips bucket','1',5.00,'2024-04-07 17:03:32','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2439,'Raw chips bucket','1',-0.05,'2024-04-07 17:50:14','0.23','7','newstock','1','','',0.00,'','1','0.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2440,'Raw chips bucket','1',1.00,'2024-04-07 17:50:14','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2441,'Raw chips bucket','1',-0.05,'2024-04-07 17:50:36','0.18','7','newstock','1','','',0.00,'','1','0.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2442,'Raw chips bucket','1',1.00,'2024-04-07 17:50:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2443,'Raw chips bucket','1',-0.09,'2024-04-07 17:51:30','0.13','7','newstock','1','','',0.00,'','1','0.039','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2444,'Raw chips bucket','1',2.00,'2024-04-07 17:51:30','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2445,'Raw chips bucket','',2.00,'2024-04-07 17:58:22','0.04','7','newstock','1','','',0.00,'','1','2.04','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2446,'Raw chips bucket','1',-0.09,'2024-04-07 17:58:31','2.04','7','newstock','1','','',0.00,'','1','1.949','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2447,'Raw chips bucket','1',2.00,'2024-04-07 17:58:31','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2448,'Raw chips bucket','4',-0.09,'2024-04-07 17:59:04','1.95','7','newstock','1','','',0.00,'','1','1.859','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2449,'Raw chips bucket','4',2.00,'2024-04-07 17:59:04','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2450,'Raw chips bucket','1',-0.05,'2024-04-07 18:01:51','1.86','7','newstock','1','','',0.00,'','1','1.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2451,'Raw chips bucket','1',1.00,'2024-04-07 18:01:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2452,'Raw chips bucket','1',-0.05,'2024-04-07 18:13:29','1.81','7','newstock','1','','',0.00,'','1','1.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2453,'Raw chips bucket','1',1.00,'2024-04-07 18:13:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2454,'Raw chips bucket','1',-0.05,'2024-04-07 18:14:04','1.76','7','newstock','1','','',0.00,'','1','1.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2455,'Raw chips bucket','1',1.00,'2024-04-07 18:14:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2456,'Raw chips bucket','1',-0.05,'2024-04-07 18:15:19','1.71','7','newstock','1','','',0.00,'','1','1.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2457,'Raw chips bucket','1',1.00,'2024-04-07 18:15:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2458,'Raw chips bucket','1',-0.05,'2024-04-07 18:17:09','1.66','7','newstock','1','','',0.00,'','1','1.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2459,'Raw chips bucket','1',1.00,'2024-04-07 18:17:09','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2460,'Raw chips bucket','1',-0.27,'2024-04-07 18:20:21','1.61','7','newstock','1','','',0.00,'','1','1.337','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2461,'Raw chips bucket','1',6.00,'2024-04-07 18:20:21','0.00','7','newstock','1','','',0.00,'','1','6','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2462,'Potatoes sack','2',-0.03,'2024-04-07 18:22:18','0.08','7','newstock','1','','',0.00,'','1','0.0497','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2463,'Potatoes sack','2',3.00,'2024-04-07 18:22:18','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2464,'Raw chips bucket','1',-0.14,'2024-04-07 18:23:48','1.34','7','newstock','1','','',0.00,'','1','1.2035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2465,'Raw chips bucket','1',3.00,'2024-04-07 18:23:48','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2466,'Raw chips bucket','1',-0.05,'2024-04-07 18:47:35','1.20','7','newstock','1','','',0.00,'','1','1.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2467,'Raw chips bucket','1',1.00,'2024-04-07 18:47:35','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2468,'Raw chips bucket','1',-0.05,'2024-04-07 19:37:26','1.15','7','newstock','1','','',0.00,'','1','1.1045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2469,'Raw chips bucket','1',1.00,'2024-04-07 19:37:26','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2470,'Raw chips bucket','3',-0.05,'2024-04-07 19:37:52','1.10','7','newstock','1','','',0.00,'','1','1.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2471,'Raw chips bucket','3',1.00,'2024-04-07 19:37:52','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2472,'Raw chips bucket','1',-0.05,'2024-04-07 19:38:46','1.05','6','newstock','1','','',0.00,'','1','1.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2473,'Raw chips bucket','1',1.00,'2024-04-07 19:38:46','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2474,'Potatoes sack','2',-0.02,'2024-04-07 19:39:50','0.05','6','newstock','1','','',0.00,'','1','0.0298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2475,'Potatoes sack','2',2.00,'2024-04-07 19:39:50','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2476,'Raw chips bucket','3',-0.05,'2024-04-07 19:40:06','1.05','6','newstock','1','','',0.00,'','1','1.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2477,'Raw chips bucket','3',1.00,'2024-04-07 19:40:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2478,'Raw chips bucket','1',-0.05,'2024-04-07 19:40:12','1.00','6','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2479,'Raw chips bucket','1',1.00,'2024-04-07 19:40:12','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2480,'Raw chips bucket','1',-0.05,'2024-04-07 19:40:37','0.95','6','newstock','1','','',0.00,'','1','0.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2481,'Raw chips bucket','1',1.00,'2024-04-07 19:40:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2482,'Raw chips bucket','3',-0.09,'2024-04-07 19:42:04','0.90','6','newstock','1','','',0.00,'','1','0.809','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2483,'Raw chips bucket','3',2.00,'2024-04-07 19:42:04','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2484,'Raw chips bucket','1',-0.09,'2024-04-07 20:42:41','0.81','6','newstock','1','','',0.00,'','1','0.719','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2485,'Raw chips bucket','1',2.00,'2024-04-07 20:42:41','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2486,'Raw chips bucket','3',-0.05,'2024-04-08 14:00:47','0.72','7','newstock','1','','',0.00,'','1','0.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2487,'Raw chips bucket','3',1.00,'2024-04-08 14:00:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2488,'Potatoes sack','2',-0.01,'2024-04-08 14:01:14','0.03','7','newstock','1','','',0.00,'','1','0.0199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2489,'Potatoes sack','2',1.00,'2024-04-08 14:01:14','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2490,'Raw chips bucket','3',-0.05,'2024-04-08 14:27:59','0.67','7','newstock','1','','',0.00,'','1','0.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2491,'Raw chips bucket','3',1.00,'2024-04-08 14:27:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2492,'Raw chips bucket','3',-0.05,'2024-04-08 14:28:02','0.62','7','newstock','1','','',0.00,'','1','0.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2493,'Raw chips bucket','3',1.00,'2024-04-08 14:28:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2494,'Raw chips bucket','4',-0.05,'2024-04-08 16:05:28','0.57','7','newstock','1','','',0.00,'','1','0.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2495,'Raw chips bucket','4',1.00,'2024-04-08 16:05:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2496,'Sausages','',52.00,'2024-04-08 16:06:19','0.00','7','newstock','1','','',0.00,'','1','52','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2497,'Raw chips bucket','1',-0.05,'2024-04-08 16:09:59','0.52','7','newstock','1','','',0.00,'','1','0.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2498,'Raw chips bucket','1',1.00,'2024-04-08 16:09:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2499,'Raw chips bucket','3',-0.05,'2024-04-08 16:11:27','0.47','7','newstock','1','','',0.00,'','1','0.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2500,'Raw chips bucket','3',1.00,'2024-04-08 16:11:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2501,'Raw chips bucket','1',-0.05,'2024-04-08 16:18:27','0.42','7','newstock','1','','',0.00,'','1','0.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2502,'Raw chips bucket','1',1.00,'2024-04-08 16:18:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2503,'Raw chips bucket','1',-0.05,'2024-04-08 16:19:12','0.37','7','newstock','1','','',0.00,'','1','0.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2504,'Raw chips bucket','1',1.00,'2024-04-08 16:19:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2505,'Raw chips bucket','1',-0.05,'2024-04-08 16:19:14','0.32','7','newstock','1','','',0.00,'','1','0.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2506,'Raw chips bucket','1',1.00,'2024-04-08 16:19:14','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2507,'Raw chips bucket','1',-0.05,'2024-04-08 16:19:59','0.27','7','newstock','1','','',0.00,'','1','0.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2508,'Raw chips bucket','1',1.00,'2024-04-08 16:19:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2509,'Potatoes sack','2',-0.01,'2024-04-08 17:43:00','0.02','7','newstock','1','','',0.00,'','1','0.0099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2510,'Potatoes sack','2',1.00,'2024-04-08 17:43:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2511,'Raw chips bucket','3',-0.05,'2024-04-08 17:43:02','0.22','7','newstock','1','','',0.00,'','1','0.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2512,'Raw chips bucket','3',1.00,'2024-04-08 17:43:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2513,'Raw chips bucket','3',-0.05,'2024-04-08 17:47:07','0.17','7','newstock','1','','',0.00,'','1','0.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2514,'Raw chips bucket','3',1.00,'2024-04-08 17:47:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2515,'Raw chips bucket','3',-0.05,'2024-04-08 17:51:30','0.12','7','newstock','1','','',0.00,'','1','0.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2516,'Raw chips bucket','3',1.00,'2024-04-08 17:51:30','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2517,'Raw chips bucket','5',-0.05,'2024-04-08 17:51:34','0.07','7','newstock','1','','',0.00,'','1','0.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2518,'Raw chips bucket','5',1.00,'2024-04-08 17:51:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2519,'Raw chips bucket','',1.00,'2024-04-08 17:52:40','0.02','7','newstock','1','','',0.00,'','1','1.02','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2520,'Potatoes sack','',1.00,'2024-04-08 17:54:30','0.01','7','newstock','1','','',4500.00,'','1','1.01','internal','1','37','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2521,'Potatoes sack','2',-0.01,'2024-04-08 17:55:43','1.01','7','newstock','1','','',0.00,'','1','0.9999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2522,'Potatoes sack','2',1.00,'2024-04-08 17:55:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2523,'Raw chips bucket','3',-0.05,'2024-04-08 20:30:42','1.02','6','newstock','1','','',0.00,'','1','0.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2524,'Raw chips bucket','3',1.00,'2024-04-08 20:30:42','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2525,'Potatoes sack','2',-0.01,'2024-04-08 20:31:09','1.00','6','newstock','1','','',0.00,'','1','0.9899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2526,'Potatoes sack','2',1.00,'2024-04-08 20:31:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2527,'Raw chips bucket','3',-0.05,'2024-04-08 21:07:37','0.97','7','newstock','1','','',0.00,'','1','0.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2528,'Raw chips bucket','3',1.00,'2024-04-08 21:07:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2529,'Potatoes sack','2',-0.01,'2024-04-08 21:08:00','0.99','7','newstock','1','','',0.00,'','1','0.9799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2530,'Potatoes sack','2',1.00,'2024-04-08 21:08:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2531,'Raw chips bucket','3',-0.05,'2024-04-08 21:08:30','0.92','7','newstock','1','','',0.00,'','1','0.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2532,'Raw chips bucket','3',1.00,'2024-04-08 21:08:30','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2533,'Potatoes sack','2',-0.01,'2024-04-08 21:08:54','0.98','7','newstock','1','','',0.00,'','1','0.9699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2534,'Potatoes sack','2',1.00,'2024-04-08 21:08:54','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2535,'Potatoes sack','2',-0.01,'2024-04-08 21:09:22','0.97','7','newstock','1','','',0.00,'','1','0.9599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2536,'Potatoes sack','2',1.00,'2024-04-08 21:09:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2537,'Potatoes sack','2',-0.01,'2024-04-08 21:09:50','0.96','7','newstock','1','','',0.00,'','1','0.9499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2538,'Potatoes sack','2',1.00,'2024-04-08 21:09:50','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2539,'Potatoes sack','2',-0.01,'2024-04-08 21:10:23','0.95','7','newstock','1','','',0.00,'','1','0.9399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2540,'Potatoes sack','2',1.00,'2024-04-08 21:10:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2541,'Raw chips bucket','5',-0.05,'2024-04-08 21:10:43','0.87','7','newstock','1','','',0.00,'','1','0.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2542,'Raw chips bucket','5',1.00,'2024-04-08 21:10:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2543,'Raw chips bucket','5',-0.05,'2024-04-08 21:11:07','0.82','7','newstock','1','','',0.00,'','1','0.7745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2544,'Raw chips bucket','5',1.00,'2024-04-08 21:11:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2545,'Potatoes sack','2',-0.01,'2024-04-08 21:12:27','0.94','7','newstock','1','','',0.00,'','1','0.9299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2546,'Potatoes sack','2',1.00,'2024-04-08 21:12:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2547,'Potatoes sack','2',-0.01,'2024-04-08 21:12:29','0.93','7','newstock','1','','',0.00,'','1','0.9199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2548,'Potatoes sack','2',1.00,'2024-04-08 21:12:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2549,'Potatoes sack','2',-0.01,'2024-04-08 21:13:15','0.92','7','newstock','1','','',0.00,'','1','0.9099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2550,'Potatoes sack','2',1.00,'2024-04-08 21:13:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2551,'Potatoes sack','2',-0.01,'2024-04-08 21:13:46','0.91','7','newstock','1','','',0.00,'','1','0.8999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2552,'Potatoes sack','2',1.00,'2024-04-08 21:13:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2553,'Raw chips bucket','3',-0.05,'2024-04-08 21:14:17','0.77','7','newstock','1','','',0.00,'','1','0.7245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2554,'Raw chips bucket','3',1.00,'2024-04-08 21:14:17','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2555,'Potatoes sack','2',-0.01,'2024-04-08 21:14:18','0.90','7','newstock','1','','',0.00,'','1','0.8899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2556,'Potatoes sack','2',1.00,'2024-04-08 21:14:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2557,'Potatoes sack','2',-0.01,'2024-04-08 21:14:19','0.89','7','newstock','1','','',0.00,'','1','0.8799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2558,'Potatoes sack','2',1.00,'2024-04-08 21:14:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2559,'Raw chips bucket','3',-0.05,'2024-04-08 21:14:20','0.72','7','newstock','1','','',0.00,'','1','0.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2560,'Raw chips bucket','3',1.00,'2024-04-08 21:14:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2561,'Potatoes sack','2',-0.01,'2024-04-08 21:14:20','0.88','7','newstock','1','','',0.00,'','1','0.8699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2562,'Potatoes sack','2',1.00,'2024-04-08 21:14:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2563,'Raw chips bucket','5',-0.05,'2024-04-08 21:14:24','0.67','7','newstock','1','','',0.00,'','1','0.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2564,'Raw chips bucket','5',1.00,'2024-04-08 21:14:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2565,'Raw chips bucket','3',-0.05,'2024-04-08 21:14:51','0.62','7','newstock','1','','',0.00,'','1','0.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2566,'Raw chips bucket','3',1.00,'2024-04-08 21:14:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2567,'Potatoes sack','2',-0.01,'2024-04-08 21:15:51','0.87','7','newstock','1','','',0.00,'','1','0.8599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2568,'Potatoes sack','2',1.00,'2024-04-08 21:15:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2569,'Potatoes sack','2',-0.02,'2024-04-09 14:04:39','0.86','7','newstock','1','','',0.00,'','1','0.8398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2570,'Potatoes sack','2',2.00,'2024-04-09 14:04:39','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2571,'Raw chips bucket','3',-0.05,'2024-04-09 14:05:29','0.57','7','newstock','1','','',0.00,'','1','0.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2572,'Raw chips bucket','3',1.00,'2024-04-09 14:05:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2573,'Raw chips bucket','1',-0.05,'2024-04-09 14:31:47','0.52','7','newstock','1','','',0.00,'','1','0.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2574,'Raw chips bucket','1',1.00,'2024-04-09 14:31:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2575,'Raw chips bucket','4',-0.05,'2024-04-09 14:32:56','0.47','7','newstock','1','','',0.00,'','1','0.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2576,'Raw chips bucket','4',1.00,'2024-04-09 14:32:56','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2577,'Raw chips bucket','1',-0.09,'2024-04-09 14:37:43','0.42','7','newstock','1','','',0.00,'','1','0.329','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2578,'Raw chips bucket','1',2.00,'2024-04-09 14:37:43','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2579,'Raw chips bucket','4',-0.05,'2024-04-09 14:38:11','0.33','7','newstock','1','','',0.00,'','1','0.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2580,'Raw chips bucket','4',1.00,'2024-04-09 14:38:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2581,'Potatoes sack','2',-0.01,'2024-04-09 14:39:00','0.84','7','newstock','1','','',0.00,'','1','0.8299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2582,'Potatoes sack','2',1.00,'2024-04-09 14:39:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2583,'Raw chips bucket','1',-0.05,'2024-04-09 14:40:27','0.28','7','newstock','1','','',0.00,'','1','0.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2584,'Raw chips bucket','1',1.00,'2024-04-09 14:40:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2585,'Raw chips bucket','3',-0.05,'2024-04-09 14:41:00','0.23','7','newstock','1','','',0.00,'','1','0.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2586,'Raw chips bucket','3',1.00,'2024-04-09 14:41:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2587,'Raw chips bucket','1',-0.05,'2024-04-09 15:22:10','0.18','7','newstock','1','','',0.00,'','1','0.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2588,'Raw chips bucket','1',1.00,'2024-04-09 15:22:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2589,'Potatoes sack','2',-0.01,'2024-04-09 15:22:36','0.83','7','newstock','1','','',0.00,'','1','0.8199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2590,'Potatoes sack','2',1.00,'2024-04-09 15:22:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2591,'Raw chips bucket','4',-0.05,'2024-04-09 15:22:49','0.13','7','newstock','1','','',0.00,'','1','0.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2592,'Raw chips bucket','4',1.00,'2024-04-09 15:22:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2593,'Raw chips bucket','5',-0.05,'2024-04-09 15:23:10','0.08','7','newstock','1','','',0.00,'','1','0.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2594,'Raw chips bucket','5',1.00,'2024-04-09 15:23:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2595,'Potatoes sack','2',-0.01,'2024-04-09 16:16:21','0.82','7','newstock','1','','',0.00,'','1','0.8099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2596,'Potatoes sack','2',1.00,'2024-04-09 16:16:21','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2597,'Raw chips bucket','',2.00,'2024-04-09 16:29:28','0.03','7','newstock','1','','',0.00,'','1','2.03','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2598,'Potatoes sack','2',-0.03,'2024-04-09 16:29:30','0.81','7','newstock','1','','',0.00,'','1','0.7797','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2599,'Potatoes sack','2',3.00,'2024-04-09 16:29:30','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2600,'Raw chips bucket','1',-0.05,'2024-04-09 16:30:13','2.03','7','newstock','1','','',0.00,'','1','1.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2601,'Raw chips bucket','1',1.00,'2024-04-09 16:30:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2602,'Raw chips bucket','1',-0.05,'2024-04-09 16:30:54','1.98','7','newstock','1','','',0.00,'','1','1.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2603,'Raw chips bucket','1',1.00,'2024-04-09 16:30:54','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2604,'Raw chips bucket','1',-0.05,'2024-04-09 18:30:17','1.93','7','newstock','1','','',0.00,'','1','1.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2605,'Raw chips bucket','1',1.00,'2024-04-09 18:30:17','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2606,'Raw chips bucket','1',-0.05,'2024-04-09 18:31:02','1.88','7','newstock','1','','',0.00,'','1','1.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2607,'Raw chips bucket','1',1.00,'2024-04-09 18:31:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2608,'Raw chips bucket','1',-0.09,'2024-04-09 18:37:35','1.83','7','newstock','1','','',0.00,'','1','1.739','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2609,'Raw chips bucket','1',2.00,'2024-04-09 18:37:35','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2610,'Potatoes sack','2',-0.01,'2024-04-09 18:42:36','0.78','7','newstock','1','','',0.00,'','1','0.7699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2611,'Potatoes sack','2',1.00,'2024-04-09 18:42:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2612,'Raw chips bucket','1',-0.09,'2024-04-09 18:43:25','1.83','7','newstock','1','','',0.00,'','1','1.739','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2613,'Raw chips bucket','1',2.00,'2024-04-09 18:43:25','2.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2614,'Raw chips bucket','4',-0.05,'2024-04-09 18:43:49','1.74','7','newstock','1','','',0.00,'','1','1.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2615,'Raw chips bucket','4',1.00,'2024-04-09 18:43:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2616,'Raw chips bucket','3',-0.09,'2024-04-09 18:44:25','1.69','7','newstock','1','','',0.00,'','1','1.599','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2617,'Raw chips bucket','3',2.00,'2024-04-09 18:44:25','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2618,'Raw chips bucket','1',-0.05,'2024-04-09 20:50:36','1.60','7','newstock','1','','',0.00,'','1','1.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2619,'Raw chips bucket','1',1.00,'2024-04-09 20:50:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2620,'Raw chips bucket','4',-0.05,'2024-04-09 20:50:58','1.55','7','newstock','1','','',0.00,'','1','1.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2621,'Raw chips bucket','4',1.00,'2024-04-09 20:50:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2622,'Raw chips bucket','4',-0.09,'2024-04-09 20:52:32','1.50','7','newstock','1','','',0.00,'','1','1.409','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2623,'Raw chips bucket','4',2.00,'2024-04-09 20:52:32','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2624,'Raw chips bucket','1',-0.05,'2024-04-10 14:24:57','1.41','6','newstock','1','','',0.00,'','1','1.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2625,'Raw chips bucket','1',1.00,'2024-04-10 14:24:57','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2626,'Potatoes sack','2',-0.01,'2024-04-10 14:25:00','0.78','6','newstock','1','','',0.00,'','1','0.7699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2627,'Potatoes sack','2',1.00,'2024-04-10 14:25:00','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2628,'Raw chips bucket','4',-0.05,'2024-04-10 14:25:04','1.36','6','newstock','1','','',0.00,'','1','1.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2629,'Raw chips bucket','4',1.00,'2024-04-10 14:25:04','2.00','6','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2630,'Potatoes sack','2',-0.01,'2024-04-10 14:25:55','0.77','6','newstock','1','','',0.00,'','1','0.7599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2631,'Potatoes sack','2',1.00,'2024-04-10 14:25:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2632,'Raw chips bucket','3',-0.05,'2024-04-10 14:25:58','1.31','6','newstock','1','','',0.00,'','1','1.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2633,'Raw chips bucket','3',1.00,'2024-04-10 14:25:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2634,'Raw chips bucket','1',-0.05,'2024-04-10 14:26:44','1.26','6','newstock','1','','',0.00,'','1','1.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2635,'Raw chips bucket','1',1.00,'2024-04-10 14:26:44','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2636,'Potatoes sack','2',-0.02,'2024-04-10 14:27:12','0.76','6','newstock','1','','',0.00,'','1','0.7398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2637,'Potatoes sack','2',2.00,'2024-04-10 14:27:12','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2638,'Raw chips bucket','1',-0.14,'2024-04-10 14:57:29','1.21','6','newstock','1','','',0.00,'','1','1.0735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2639,'Raw chips bucket','1',3.00,'2024-04-10 14:57:29','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2640,'Raw chips bucket','1',-0.05,'2024-04-10 14:59:11','1.07','6','newstock','1','','',0.00,'','1','1.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2641,'Raw chips bucket','1',1.00,'2024-04-10 14:59:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2642,'Potatoes sack','2',-0.01,'2024-04-10 14:59:37','0.74','6','newstock','1','','',0.00,'','1','0.7299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2643,'Potatoes sack','2',1.00,'2024-04-10 14:59:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2644,'Raw chips bucket','1',-0.05,'2024-04-10 15:09:00','1.02','6','newstock','1','','',0.00,'','1','0.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2645,'Raw chips bucket','1',1.00,'2024-04-10 15:09:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2646,'Raw chips bucket','1',-0.05,'2024-04-10 15:09:57','0.97','6','newstock','1','','',0.00,'','1','0.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2647,'Raw chips bucket','1',1.00,'2024-04-10 15:09:57','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2648,'Raw chips bucket','1',-0.09,'2024-04-10 15:11:03','0.92','6','newstock','1','','',0.00,'','1','0.829','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2649,'Raw chips bucket','1',2.00,'2024-04-10 15:11:03','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2650,'Raw chips bucket','3',-0.05,'2024-04-10 15:11:59','0.83','6','newstock','1','','',0.00,'','1','0.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2651,'Raw chips bucket','3',1.00,'2024-04-10 15:11:59','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2652,'Raw chips bucket','1',-0.09,'2024-04-10 15:12:02','0.78','6','newstock','1','','',0.00,'','1','0.689','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2653,'Raw chips bucket','1',2.00,'2024-04-10 15:12:02','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2654,'Raw chips bucket','',1.00,'2024-04-10 15:13:11','0.69','6','newstock','1','','',0.00,'','1','1.69','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2655,'Chicken','',3.00,'2024-04-10 15:13:30','0.00','6','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2656,'Raw chips bucket','1',-0.05,'2024-04-10 15:16:08','1.69','6','newstock','1','','',0.00,'','1','1.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2657,'Raw chips bucket','1',1.00,'2024-04-10 15:16:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2658,'Raw chips bucket','3',-0.05,'2024-04-10 15:16:59','1.64','6','newstock','1','','',0.00,'','1','1.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2659,'Raw chips bucket','3',1.00,'2024-04-10 15:16:59','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2660,'Raw chips bucket','3',-0.05,'2024-04-10 15:17:48','1.59','6','newstock','1','','',0.00,'','1','1.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2661,'Raw chips bucket','3',1.00,'2024-04-10 15:17:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2662,'Raw chips bucket','1',-0.05,'2024-04-10 15:18:31','1.54','6','newstock','1','','',0.00,'','1','1.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2663,'Raw chips bucket','1',1.00,'2024-04-10 15:18:31','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2664,'Raw chips bucket','3',-0.05,'2024-04-10 15:19:54','1.49','6','newstock','1','','',0.00,'','1','1.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2665,'Raw chips bucket','3',1.00,'2024-04-10 15:19:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2666,'Raw chips bucket','4',-0.05,'2024-04-10 15:20:30','1.44','6','newstock','1','','',0.00,'','1','1.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2667,'Raw chips bucket','4',1.00,'2024-04-10 15:20:30','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2668,'Raw chips bucket','1',-0.05,'2024-04-10 15:20:33','1.39','6','newstock','1','','',0.00,'','1','1.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2669,'Raw chips bucket','1',1.00,'2024-04-10 15:20:33','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2670,'Raw chips bucket','3',-0.09,'2024-04-10 15:21:13','1.34','6','newstock','1','','',0.00,'','1','1.249','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2671,'Raw chips bucket','3',2.00,'2024-04-10 15:21:13','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2672,'Raw chips bucket','1',-0.14,'2024-04-10 15:32:38','1.25','6','newstock','1','','',0.00,'','1','1.1135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2673,'Raw chips bucket','1',3.00,'2024-04-10 15:32:38','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2674,'Raw chips bucket','1',-0.23,'2024-04-10 15:52:37','1.11','6','newstock','1','','',0.00,'','1','0.8825','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2675,'Raw chips bucket','1',5.00,'2024-04-10 15:52:37','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2676,'Raw chips bucket','1',-0.05,'2024-04-10 16:16:40','0.88','6','newstock','1','','',0.00,'','1','0.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2677,'Raw chips bucket','1',1.00,'2024-04-10 16:16:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2678,'Potatoes sack','2',-0.01,'2024-04-10 16:17:06','0.73','6','newstock','1','','',0.00,'','1','0.7199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2679,'Potatoes sack','2',1.00,'2024-04-10 16:17:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2680,'Raw chips bucket','1',-0.14,'2024-04-10 16:17:58','0.83','6','newstock','1','','',0.00,'','1','0.6935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2681,'Raw chips bucket','1',3.00,'2024-04-10 16:17:58','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2682,'Raw chips bucket','3',-0.14,'2024-04-10 16:19:21','0.69','6','newstock','1','','',0.00,'','1','0.5535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2683,'Raw chips bucket','3',3.00,'2024-04-10 16:19:21','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2684,'Raw chips bucket','3',-0.05,'2024-04-10 16:40:30','0.55','6','newstock','1','','',0.00,'','1','0.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2685,'Raw chips bucket','3',1.00,'2024-04-10 16:40:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2686,'Raw chips bucket','1',-0.05,'2024-04-10 17:17:46','0.50','6','newstock','1','','',0.00,'','1','0.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2687,'Raw chips bucket','1',1.00,'2024-04-10 17:17:46','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2688,'Raw chips bucket','3',-0.09,'2024-04-10 17:21:17','0.45','6','newstock','1','','',0.00,'','1','0.359','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2689,'Raw chips bucket','3',2.00,'2024-04-10 17:21:17','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2690,'Raw chips bucket','1',-0.05,'2024-04-10 17:21:56','0.36','6','newstock','1','','',0.00,'','1','0.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2691,'Raw chips bucket','1',1.00,'2024-04-10 17:21:56','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2692,'Raw chips bucket','1',-0.09,'2024-04-10 17:22:37','0.31','6','newstock','1','','',0.00,'','1','0.219','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2693,'Raw chips bucket','1',2.00,'2024-04-10 17:22:37','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2694,'Raw chips bucket','3',-0.05,'2024-04-10 19:00:34','0.22','6','newstock','1','','',0.00,'','1','0.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2695,'Raw chips bucket','3',1.00,'2024-04-10 19:00:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2696,'Raw chips bucket','',1.00,'2024-04-10 19:03:24','0.17','6','newstock','1','','',0.00,'','1','1.17','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2697,'Raw chips bucket','1',-0.23,'2024-04-10 19:03:35','1.17','6','newstock','1','','',0.00,'','1','0.9425','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2698,'Raw chips bucket','1',5.00,'2024-04-10 19:03:35','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2699,'Raw chips bucket','1',-0.09,'2024-04-10 19:41:21','0.94','6','newstock','1','','',0.00,'','1','0.849','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2700,'Raw chips bucket','1',2.00,'2024-04-10 19:41:21','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2701,'Potatoes sack','2',-0.02,'2024-04-10 20:40:31','0.72','6','newstock','1','','',0.00,'','1','0.6998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2702,'Potatoes sack','2',2.00,'2024-04-10 20:40:31','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2703,'Raw chips bucket','1',-0.05,'2024-04-10 20:43:28','0.85','6','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2704,'Raw chips bucket','1',1.00,'2024-04-10 20:43:28','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2705,'Raw chips bucket','1',-0.05,'2024-04-10 20:44:38','0.80','6','newstock','1','','',0.00,'','1','0.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2706,'Raw chips bucket','1',1.00,'2024-04-10 20:44:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2707,'Raw chips bucket','3',-0.05,'2024-04-10 20:45:26','0.75','6','newstock','1','','',0.00,'','1','0.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2708,'Raw chips bucket','3',1.00,'2024-04-10 20:45:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2709,'Raw chips bucket','1',-0.05,'2024-04-10 20:57:14','0.70','6','newstock','1','','',0.00,'','1','0.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2710,'Raw chips bucket','1',1.00,'2024-04-10 20:57:14','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2711,'Raw chips bucket','3',-0.09,'2024-04-10 20:58:31','0.65','6','newstock','1','','',0.00,'','1','0.559','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2712,'Raw chips bucket','3',2.00,'2024-04-10 20:58:31','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2713,'Raw chips bucket','1',-0.09,'2024-04-10 20:59:31','0.56','6','newstock','1','','',0.00,'','1','0.469','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2714,'Raw chips bucket','1',2.00,'2024-04-10 20:59:31','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2715,'Raw chips bucket','1',-0.09,'2024-04-10 21:00:00','0.47','6','newstock','1','','',0.00,'','1','0.379','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2716,'Raw chips bucket','1',2.00,'2024-04-10 21:00:00','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2717,'Raw chips bucket','1',-0.05,'2024-04-10 21:01:59','0.38','6','newstock','1','','',0.00,'','1','0.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2718,'Raw chips bucket','1',1.00,'2024-04-10 21:01:59','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2719,'Raw chips bucket','1',-0.05,'2024-04-10 21:02:52','0.33','6','newstock','1','','',0.00,'','1','0.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2720,'Raw chips bucket','1',1.00,'2024-04-10 21:02:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2721,'Minute maid 1tr','',5.00,'2024-04-10 21:04:01','0.00','6','newstock','1','','',0.00,'','1','5','internal','1','27','','',0.00,'','160','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2722,'Raw chips bucket','3',-0.05,'2024-04-10 21:23:45','0.28','6','newstock','1','','',0.00,'','1','0.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2723,'Raw chips bucket','3',1.00,'2024-04-10 21:23:45','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2724,'Raw chips bucket','1',-0.05,'2024-04-10 21:23:47','0.23','6','newstock','1','','',0.00,'','1','0.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2725,'Raw chips bucket','1',1.00,'2024-04-10 21:23:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2726,'Raw chips bucket','1',-0.05,'2024-04-10 21:24:53','0.18','6','newstock','1','','',0.00,'','1','0.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2727,'Raw chips bucket','1',1.00,'2024-04-10 21:24:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2728,'Raw chips bucket','1',-0.09,'2024-04-11 13:09:06','0.13','7','newstock','1','','',0.00,'','1','0.039','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2729,'Raw chips bucket','1',2.00,'2024-04-11 13:09:06','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2730,'Chicken','',2.00,'2024-04-11 13:10:29','0.50','7','newstock','1','','',0.00,'','1','2.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2731,'Raw chips bucket','',1.00,'2024-04-11 15:11:59','0.04','7','newstock','1','','',0.00,'','1','1.04','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2732,'Raw chips bucket','1',-0.05,'2024-04-11 15:12:12','1.04','7','newstock','1','','',0.00,'','1','0.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2733,'Raw chips bucket','1',1.00,'2024-04-11 15:12:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2734,'Raw chips bucket','3',-0.05,'2024-04-11 15:12:47','0.99','7','newstock','1','','',0.00,'','1','0.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2735,'Raw chips bucket','3',1.00,'2024-04-11 15:12:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2736,'Raw chips bucket','1',-0.05,'2024-04-11 15:13:17','0.94','7','newstock','1','','',0.00,'','1','0.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2737,'Raw chips bucket','1',1.00,'2024-04-11 15:13:17','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2738,'Raw chips bucket','1',-0.05,'2024-04-11 15:13:44','0.89','7','newstock','1','','',0.00,'','1','0.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2739,'Raw chips bucket','1',1.00,'2024-04-11 15:13:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2740,'Raw chips bucket','4',-0.05,'2024-04-11 15:14:19','0.84','7','newstock','1','','',0.00,'','1','0.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2741,'Raw chips bucket','4',1.00,'2024-04-11 15:14:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2742,'Raw chips bucket','1',-0.05,'2024-04-11 15:14:22','0.79','7','newstock','1','','',0.00,'','1','0.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2743,'Raw chips bucket','1',1.00,'2024-04-11 15:14:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2744,'Potatoes sack','2',-0.01,'2024-04-11 15:15:44','0.70','7','newstock','1','','',0.00,'','1','0.6899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2745,'Potatoes sack','2',1.00,'2024-04-11 15:15:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2746,'Raw chips bucket','3',-0.05,'2024-04-11 15:50:22','0.74','7','newstock','1','','',0.00,'','1','0.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2747,'Raw chips bucket','3',1.00,'2024-04-11 15:50:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2748,'Raw chips bucket','3',-0.18,'2024-04-11 15:50:26','0.69','7','newstock','1','','',0.00,'','1','0.508','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2749,'Raw chips bucket','3',4.00,'2024-04-11 15:50:26','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2750,'Raw chips bucket','1',-0.05,'2024-04-11 15:50:54','0.51','7','newstock','1','','',0.00,'','1','0.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2751,'Raw chips bucket','1',1.00,'2024-04-11 15:50:54','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2752,'Raw chips bucket','1',-0.05,'2024-04-11 15:52:25','0.46','7','newstock','1','','',0.00,'','1','0.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2753,'Raw chips bucket','1',1.00,'2024-04-11 15:52:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2754,'Raw chips bucket','3',-0.05,'2024-04-11 16:40:31','0.41','7','newstock','1','','',0.00,'','1','0.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2755,'Raw chips bucket','3',1.00,'2024-04-11 16:40:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2756,'Raw chips bucket','3',-0.05,'2024-04-11 16:46:58','0.36','7','newstock','1','','',0.00,'','1','0.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2757,'Raw chips bucket','3',1.00,'2024-04-11 16:46:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2758,'Raw chips bucket','3',-0.05,'2024-04-11 16:48:05','0.31','7','newstock','1','','',0.00,'','1','0.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2759,'Raw chips bucket','3',1.00,'2024-04-11 16:48:05','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2760,'Raw chips bucket','3',-0.05,'2024-04-11 16:48:09','0.26','7','newstock','1','','',0.00,'','1','0.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2761,'Raw chips bucket','3',1.00,'2024-04-11 16:48:09','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2762,'Raw chips bucket','3',-0.05,'2024-04-11 16:48:16','0.21','7','newstock','1','','',0.00,'','1','0.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2763,'Raw chips bucket','3',1.00,'2024-04-11 16:48:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2764,'Potatoes sack','2',-0.02,'2024-04-11 16:51:52','0.69','7','newstock','1','','',0.00,'','1','0.6698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2765,'Potatoes sack','2',2.00,'2024-04-11 16:51:52','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2766,'Raw chips bucket','3',-0.05,'2024-04-11 17:47:16','0.16','7','newstock','1','','',0.00,'','1','0.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2767,'Raw chips bucket','3',1.00,'2024-04-11 17:47:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2768,'Raw chips bucket','1',-0.05,'2024-04-11 17:47:18','0.11','7','newstock','1','','',0.00,'','1','0.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2769,'Raw chips bucket','1',1.00,'2024-04-11 17:47:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2770,'Raw chips bucket','3',-0.05,'2024-04-11 17:49:17','0.06','7','newstock','1','','',0.00,'','1','0.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2771,'Raw chips bucket','3',1.00,'2024-04-11 17:49:17','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2772,'Raw chips bucket','',1.00,'2024-04-11 18:33:53','0.01','7','newstock','1','','',0.00,'','1','1.01','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2773,'Raw chips bucket','1',-0.05,'2024-04-11 18:34:02','1.01','7','newstock','1','','',0.00,'','1','0.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2774,'Raw chips bucket','1',1.00,'2024-04-11 18:34:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2775,'Raw chips bucket','3',-0.05,'2024-04-11 18:34:04','0.96','7','newstock','1','','',0.00,'','1','0.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2776,'Raw chips bucket','3',1.00,'2024-04-11 18:34:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2777,'Raw chips bucket','3',-0.05,'2024-04-11 19:24:43','0.91','7','newstock','1','','',0.00,'','1','0.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2778,'Raw chips bucket','3',1.00,'2024-04-11 19:24:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2779,'Potatoes sack','2',-0.01,'2024-04-11 19:24:44','0.67','7','newstock','1','','',0.00,'','1','0.6599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2780,'Potatoes sack','2',1.00,'2024-04-11 19:24:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2781,'Raw chips bucket','4',-0.05,'2024-04-11 19:24:47','0.86','7','newstock','1','','',0.00,'','1','0.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2782,'Raw chips bucket','4',1.00,'2024-04-11 19:24:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2783,'Raw chips bucket','1',-0.05,'2024-04-11 19:32:10','0.81','7','newstock','1','','',0.00,'','1','0.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2784,'Raw chips bucket','1',1.00,'2024-04-11 19:32:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2785,'Raw chips bucket','1',-0.05,'2024-04-11 20:02:30','0.76','7','newstock','1','','',0.00,'','1','0.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2786,'Raw chips bucket','1',1.00,'2024-04-11 20:02:30','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2787,'Raw chips bucket','1',-0.05,'2024-04-11 20:02:31','0.71','7','newstock','1','','',0.00,'','1','0.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2788,'Raw chips bucket','1',1.00,'2024-04-11 20:02:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2789,'Raw chips bucket','1',-0.05,'2024-04-11 20:02:39','0.66','7','newstock','1','','',0.00,'','1','0.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2790,'Raw chips bucket','1',1.00,'2024-04-11 20:02:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2791,'Raw chips bucket','1',-0.05,'2024-04-11 20:03:29','0.61','7','newstock','1','','',0.00,'','1','0.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2792,'Raw chips bucket','1',1.00,'2024-04-11 20:03:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2793,'Raw chips bucket','1',-0.05,'2024-04-11 20:04:13','0.56','7','newstock','1','','',0.00,'','1','0.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2794,'Raw chips bucket','1',1.00,'2024-04-11 20:04:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2795,'Raw chips bucket','5',-0.05,'2024-04-11 20:04:39','0.51','7','newstock','1','','',0.00,'','1','0.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2796,'Raw chips bucket','5',1.00,'2024-04-11 20:04:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2797,'Raw chips bucket','1',-0.05,'2024-04-11 20:04:40','0.46','7','newstock','1','','',0.00,'','1','0.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2798,'Raw chips bucket','1',1.00,'2024-04-11 20:04:40','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2799,'Raw chips bucket','1',-0.05,'2024-04-11 20:16:31','0.41','7','newstock','1','','',0.00,'','1','0.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2800,'Raw chips bucket','1',1.00,'2024-04-11 20:16:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2801,'Raw chips bucket','1',-0.09,'2024-04-11 20:16:34','0.36','7','newstock','1','','',0.00,'','1','0.269','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2802,'Raw chips bucket','1',2.00,'2024-04-11 20:16:34','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2803,'Raw chips bucket','1',-0.05,'2024-04-11 20:17:00','0.27','7','newstock','1','','',0.00,'','1','0.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2804,'Raw chips bucket','1',1.00,'2024-04-11 20:17:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2805,'Raw chips bucket','3',-0.05,'2024-04-11 20:37:03','0.22','7','newstock','1','','',0.00,'','1','0.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2806,'Raw chips bucket','3',1.00,'2024-04-11 20:37:03','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2807,'Raw chips bucket','3',-0.09,'2024-04-11 20:37:06','0.17','7','newstock','1','','',0.00,'','1','0.079','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2808,'Raw chips bucket','3',2.00,'2024-04-11 20:37:06','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2809,'Raw chips bucket','1',-0.05,'2024-04-11 20:51:22','0.08','7','newstock','1','','',0.00,'','1','0.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2810,'Raw chips bucket','1',1.00,'2024-04-11 20:51:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2811,'Raw chips bucket','',0.50,'2024-04-11 20:51:53','0.03','7','newstock','1','','',0.00,'','1','0.53','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2812,'Raw chips bucket','1',-0.05,'2024-04-11 20:52:01','0.53','7','newstock','1','','',0.00,'','1','0.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2813,'Raw chips bucket','1',1.00,'2024-04-11 20:52:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2814,'Raw chips bucket','1',-0.05,'2024-04-11 20:52:37','0.48','7','newstock','1','','',0.00,'','1','0.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2815,'Raw chips bucket','1',1.00,'2024-04-11 20:52:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2816,'Raw chips bucket','1',-0.05,'2024-04-11 20:53:12','0.43','7','newstock','1','','',0.00,'','1','0.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2817,'Raw chips bucket','1',1.00,'2024-04-11 20:53:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2818,'Raw chips bucket','1',-0.05,'2024-04-11 20:54:15','0.38','7','newstock','1','','',0.00,'','1','0.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2819,'Raw chips bucket','1',1.00,'2024-04-11 20:54:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2820,'Raw chips bucket','3',-0.05,'2024-04-11 20:56:48','0.33','7','newstock','1','','',0.00,'','1','0.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2821,'Raw chips bucket','3',1.00,'2024-04-11 20:56:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2822,'Raw chips bucket','1',-0.05,'2024-04-11 20:57:30','0.28','7','newstock','1','','',0.00,'','1','0.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2823,'Raw chips bucket','1',1.00,'2024-04-11 20:57:30','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2824,'Raw chips bucket','1',-0.05,'2024-04-11 20:57:31','0.23','7','newstock','1','','',0.00,'','1','0.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2825,'Raw chips bucket','1',1.00,'2024-04-11 20:57:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2826,'Raw chips bucket','1',-0.05,'2024-04-11 20:57:34','0.18','7','newstock','1','','',0.00,'','1','0.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2827,'Raw chips bucket','1',1.00,'2024-04-11 20:57:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2828,'Raw chips bucket','1',-0.05,'2024-04-11 21:07:29','0.13','7','newstock','1','','',0.00,'','1','0.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2829,'Raw chips bucket','1',1.00,'2024-04-11 21:07:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2830,'Raw chips bucket','1',-0.05,'2024-04-11 21:14:08','0.08','7','newstock','1','','',0.00,'','1','0.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2831,'Raw chips bucket','1',1.00,'2024-04-11 21:14:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2832,'Raw chips bucket','',0.50,'2024-04-11 21:14:29','0.03','7','newstock','1','','',0.00,'','1','0.53','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2833,'Raw chips bucket','1',-0.05,'2024-04-11 21:14:44','0.53','7','newstock','1','','',0.00,'','1','0.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2834,'Raw chips bucket','1',1.00,'2024-04-11 21:14:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2835,'Raw chips bucket','1',-0.05,'2024-04-11 21:15:20','0.48','7','newstock','1','','',0.00,'','1','0.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2836,'Raw chips bucket','1',1.00,'2024-04-11 21:15:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2837,'Raw chips bucket','1',-0.05,'2024-04-11 21:16:37','0.43','7','newstock','1','','',0.00,'','1','0.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2838,'Raw chips bucket','1',1.00,'2024-04-11 21:16:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2839,'Raw chips bucket','1',-0.05,'2024-04-11 21:20:11','0.38','7','newstock','1','','',0.00,'','1','0.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2840,'Raw chips bucket','1',1.00,'2024-04-11 21:20:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2841,'Potatoes sack','2',-0.01,'2024-04-12 14:34:13','0.66','7','newstock','1','','',0.00,'','1','0.6499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2842,'Potatoes sack','2',1.00,'2024-04-12 14:34:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2843,'Raw chips bucket','1',-0.05,'2024-04-12 14:34:54','0.33','7','newstock','1','','',0.00,'','1','0.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2844,'Raw chips bucket','1',1.00,'2024-04-12 14:34:54','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2845,'Raw chips bucket','1',-0.14,'2024-04-12 14:35:20','0.28','7','newstock','1','','',0.00,'','1','0.1435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2846,'Raw chips bucket','1',3.00,'2024-04-12 14:35:20','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2847,'Chicken','',3.00,'2024-04-12 14:37:02','0.00','7','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2848,'3/4 Chicken','',3.00,'2024-04-12 14:38:55','0.00','7','newstock','1','','',0.00,'','1','3','internal','1','9','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2849,'Raw chips bucket','3',-0.14,'2024-04-12 14:40:29','0.14','7','newstock','1','','',0.00,'','1','0.0035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2850,'Raw chips bucket','3',3.00,'2024-04-12 14:40:29','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2851,'Raw chips bucket','',1.00,'2024-04-12 15:26:41','0.00','7','newstock','1','','',0.00,'','1','1','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2852,'Raw chips bucket','3',-0.05,'2024-04-12 15:29:06','1.00','7','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2853,'Raw chips bucket','3',1.00,'2024-04-12 15:29:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2854,'Raw chips bucket','1',-0.05,'2024-04-12 15:29:09','0.95','7','newstock','1','','',0.00,'','1','0.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2855,'Raw chips bucket','1',1.00,'2024-04-12 15:29:09','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2856,'Raw chips bucket','1',-0.05,'2024-04-12 15:43:39','0.90','7','newstock','1','','',0.00,'','1','0.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2857,'Raw chips bucket','1',1.00,'2024-04-12 15:43:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2858,'Raw chips bucket','1',-0.05,'2024-04-12 15:43:41','0.85','7','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2859,'Raw chips bucket','1',1.00,'2024-04-12 15:43:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2860,'Raw chips bucket','3',-0.05,'2024-04-12 15:44:05','0.80','7','newstock','1','','',0.00,'','1','0.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2861,'Raw chips bucket','3',1.00,'2024-04-12 15:44:05','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2862,'Raw chips bucket','3',-0.05,'2024-04-12 15:44:08','0.75','7','newstock','1','','',0.00,'','1','0.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2863,'Raw chips bucket','3',1.00,'2024-04-12 15:44:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2864,'Potatoes sack','2',-0.03,'2024-04-12 15:44:13','0.65','7','newstock','1','','',0.00,'','1','0.6197','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2865,'Potatoes sack','2',3.00,'2024-04-12 15:44:13','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2866,'Raw chips bucket','1',-0.05,'2024-04-12 15:44:41','0.70','7','newstock','1','','',0.00,'','1','0.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2867,'Raw chips bucket','1',1.00,'2024-04-12 15:44:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2868,'Potatoes sack','2',-0.01,'2024-04-12 15:47:04','0.62','7','newstock','1','','',0.00,'','1','0.6099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2869,'Potatoes sack','2',1.00,'2024-04-12 15:47:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2870,'Raw chips bucket','3',-0.09,'2024-04-12 15:47:07','0.65','7','newstock','1','','',0.00,'','1','0.559','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2871,'Raw chips bucket','3',2.00,'2024-04-12 15:47:07','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2872,'Potatoes sack','2',-0.01,'2024-04-12 15:48:29','0.61','6','newstock','1','','',0.00,'','1','0.5999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2873,'Potatoes sack','2',1.00,'2024-04-12 15:48:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2874,'Raw chips bucket','3',-0.09,'2024-04-12 15:48:33','0.56','6','newstock','1','','',0.00,'','1','0.469','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2875,'Raw chips bucket','3',2.00,'2024-04-12 15:48:33','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2876,'Raw chips bucket','3',-0.09,'2024-04-12 15:50:08','0.47','6','newstock','1','','',0.00,'','1','0.379','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2877,'Raw chips bucket','3',2.00,'2024-04-12 15:50:08','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2878,'Raw chips bucket','1',-0.05,'2024-04-12 15:50:55','0.38','6','newstock','1','','',0.00,'','1','0.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2879,'Raw chips bucket','1',1.00,'2024-04-12 15:50:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2880,'Potatoes sack','2',-0.02,'2024-04-12 17:04:47','0.60','6','newstock','1','','',0.00,'','1','0.5798','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2881,'Potatoes sack','2',2.00,'2024-04-12 17:04:47','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2882,'Raw chips bucket','1',-0.05,'2024-04-12 17:05:18','0.33','6','newstock','1','','',0.00,'','1','0.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2883,'Raw chips bucket','1',1.00,'2024-04-12 17:05:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2884,'Raw chips bucket','1',-0.05,'2024-04-12 17:06:03','0.28','6','newstock','1','','',0.00,'','1','0.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2885,'Raw chips bucket','1',1.00,'2024-04-12 17:06:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2886,'Potatoes sack','2',-0.02,'2024-04-12 19:28:52','0.58','6','newstock','1','','',0.00,'','1','0.5598','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2887,'Potatoes sack','2',2.00,'2024-04-12 19:28:52','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2888,'Raw chips bucket','1',-0.09,'2024-04-12 19:29:38','0.23','6','newstock','1','','',0.00,'','1','0.139','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2889,'Raw chips bucket','1',2.00,'2024-04-12 19:29:38','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2890,'Potatoes sack','2',-0.02,'2024-04-12 19:33:23','0.56','6','newstock','1','','',0.00,'','1','0.5398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2891,'Potatoes sack','2',2.00,'2024-04-12 19:33:23','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2892,'Raw chips bucket','3',-0.05,'2024-04-12 21:07:46','0.14','6','newstock','1','','',0.00,'','1','0.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2893,'Raw chips bucket','3',1.00,'2024-04-12 21:07:46','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2894,'Raw chips bucket','1',-0.05,'2024-04-12 21:08:40','0.09','6','newstock','1','','',0.00,'','1','0.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2895,'Raw chips bucket','1',1.00,'2024-04-12 21:08:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2896,'Raw chips bucket','',0.50,'2024-04-12 21:10:01','0.04','6','newstock','1','','',0.00,'','1','0.54','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2897,'Raw chips bucket','1',-0.05,'2024-04-12 21:10:11','0.54','6','newstock','1','','',0.00,'','1','0.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2898,'Raw chips bucket','1',1.00,'2024-04-12 21:10:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2899,'Raw chips bucket','1',-0.05,'2024-04-12 21:11:31','0.49','6','newstock','1','','',0.00,'','1','0.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2900,'Raw chips bucket','1',1.00,'2024-04-12 21:11:31','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2901,'Raw chips bucket','1',-0.27,'2024-04-12 21:11:46','0.44','6','newstock','1','','',0.00,'','1','0.167','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2902,'Raw chips bucket','1',6.00,'2024-04-12 21:11:46','0.00','6','newstock','1','','',0.00,'','1','6','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2903,'Raw chips bucket','1',-0.05,'2024-04-13 12:48:02','0.17','7','newstock','1','','',0.00,'','1','0.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2904,'Raw chips bucket','1',1.00,'2024-04-13 12:48:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2905,'Raw chips bucket','3',-0.05,'2024-04-13 12:48:25','0.12','7','newstock','1','','',0.00,'','1','0.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2906,'Raw chips bucket','3',1.00,'2024-04-13 12:48:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2907,'Raw chips bucket','',3.00,'2024-04-13 12:54:56','0.07','7','newstock','1','','',0.00,'','1','3.07','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2908,'Raw chips bucket','1',-0.14,'2024-04-13 12:55:14','3.07','7','newstock','1','','',0.00,'','1','2.9335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2909,'Raw chips bucket','1',3.00,'2024-04-13 12:55:14','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2910,'Raw chips bucket','1',-0.09,'2024-04-13 12:55:22','2.93','7','newstock','1','','',0.00,'','1','2.839','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2911,'Raw chips bucket','1',2.00,'2024-04-13 12:55:22','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2912,'Raw chips bucket','1',-0.05,'2024-04-13 12:56:19','2.84','7','newstock','1','','',0.00,'','1','2.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2913,'Raw chips bucket','1',1.00,'2024-04-13 12:56:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2914,'Potatoes sack','2',-0.02,'2024-04-13 13:03:47','0.56','7','newstock','1','','',0.00,'','1','0.5398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2915,'Potatoes sack','2',2.00,'2024-04-13 13:03:47','2.00','7','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2916,'Raw chips bucket','1',-0.05,'2024-04-13 13:10:39','2.79','7','newstock','1','','',0.00,'','1','2.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2917,'Raw chips bucket','1',1.00,'2024-04-13 13:10:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2918,'Raw chips bucket','1',-0.09,'2024-04-13 13:54:13','2.74','7','newstock','1','','',0.00,'','1','2.649','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2919,'Raw chips bucket','1',2.00,'2024-04-13 13:54:13','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2920,'Raw chips bucket','1',-0.05,'2024-04-13 13:54:34','2.65','7','newstock','1','','',0.00,'','1','2.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2921,'Raw chips bucket','1',1.00,'2024-04-13 13:54:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2922,'Raw chips bucket','1',-0.05,'2024-04-13 13:54:45','2.60','7','newstock','1','','',0.00,'','1','2.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2923,'Raw chips bucket','1',1.00,'2024-04-13 13:54:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2924,'Raw chips bucket','1',-0.09,'2024-04-13 14:53:13','2.55','6','newstock','1','','',0.00,'','1','2.459','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2925,'Raw chips bucket','1',2.00,'2024-04-13 14:53:13','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2926,'Raw chips bucket','1',-0.05,'2024-04-13 14:53:51','2.46','6','newstock','1','','',0.00,'','1','2.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2927,'Raw chips bucket','1',1.00,'2024-04-13 14:53:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2928,'Raw chips bucket','1',-0.05,'2024-04-13 14:54:37','2.41','6','newstock','1','','',0.00,'','1','2.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2929,'Raw chips bucket','1',1.00,'2024-04-13 14:54:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2930,'Raw chips bucket','1',-0.09,'2024-04-13 14:55:16','2.36','6','newstock','1','','',0.00,'','1','2.269','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2931,'Raw chips bucket','1',2.00,'2024-04-13 14:55:16','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2932,'Potatoes sack','2',-0.01,'2024-04-13 14:55:56','0.54','6','newstock','1','','',0.00,'','1','0.5299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2933,'Potatoes sack','2',1.00,'2024-04-13 14:55:56','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2934,'Raw chips bucket','1',-0.05,'2024-04-13 14:56:43','2.27','6','newstock','1','','',0.00,'','1','2.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2935,'Raw chips bucket','1',1.00,'2024-04-13 14:56:43','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2936,'Raw chips bucket','3',-0.09,'2024-04-13 15:06:08','2.22','6','newstock','1','','',0.00,'','1','2.129','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2937,'Raw chips bucket','3',2.00,'2024-04-13 15:06:08','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2938,'Raw chips bucket','1',-0.09,'2024-04-13 15:06:22','2.13','6','newstock','1','','',0.00,'','1','2.039','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2939,'Raw chips bucket','1',2.00,'2024-04-13 15:06:22','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2940,'Raw chips bucket','1',-0.09,'2024-04-13 16:30:45','2.04','6','newstock','1','','',0.00,'','1','1.949','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2941,'Raw chips bucket','1',2.00,'2024-04-13 16:30:45','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2942,'Raw chips bucket','3',-0.05,'2024-04-13 16:31:15','1.95','6','newstock','1','','',0.00,'','1','1.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2943,'Raw chips bucket','3',1.00,'2024-04-13 16:31:15','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2944,'Raw chips bucket','5',-0.09,'2024-04-13 16:32:02','1.90','6','newstock','1','','',0.00,'','1','1.809','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2945,'Raw chips bucket','5',2.00,'2024-04-13 16:32:02','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2946,'Raw chips bucket','3',-0.09,'2024-04-13 16:32:41','1.81','6','newstock','1','','',0.00,'','1','1.719','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2947,'Raw chips bucket','3',2.00,'2024-04-13 16:32:41','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2948,'Bottled soda 300ml','',24.00,'2024-04-13 16:33:20','0.00','6','newstock','1','','',0.00,'','1','24','internal','1','22','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2949,'Raw chips bucket','3',-0.09,'2024-04-13 16:34:08','1.72','6','newstock','1','','',0.00,'','1','1.629','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2950,'Raw chips bucket','3',2.00,'2024-04-13 16:34:08','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2951,'Raw chips bucket','1',-0.09,'2024-04-13 16:41:19','1.63','6','newstock','1','','',0.00,'','1','1.539','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2952,'Raw chips bucket','1',2.00,'2024-04-13 16:41:19','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2953,'Raw chips bucket','1',-0.05,'2024-04-13 16:42:17','1.54','6','newstock','1','','',0.00,'','1','1.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2954,'Raw chips bucket','1',1.00,'2024-04-13 16:42:17','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2955,'Raw chips bucket','5',-0.05,'2024-04-13 16:42:38','1.49','6','newstock','1','','',0.00,'','1','1.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2956,'Raw chips bucket','5',1.00,'2024-04-13 16:42:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2957,'Raw chips bucket','3',-0.05,'2024-04-13 16:45:40','1.44','6','newstock','1','','',0.00,'','1','1.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2958,'Raw chips bucket','3',1.00,'2024-04-13 16:45:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2959,'Raw chips bucket','1',-0.09,'2024-04-13 16:47:36','1.39','6','newstock','1','','',0.00,'','1','1.299','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2960,'Raw chips bucket','1',2.00,'2024-04-13 16:47:36','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2961,'Raw chips bucket','1',-0.09,'2024-04-13 17:05:02','1.30','6','newstock','1','','',0.00,'','1','1.209','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2962,'Raw chips bucket','1',2.00,'2024-04-13 17:05:02','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2963,'Raw chips bucket','1',-0.09,'2024-04-13 17:08:15','1.21','6','newstock','1','','',0.00,'','1','1.119','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2964,'Raw chips bucket','1',2.00,'2024-04-13 17:08:15','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2965,'Raw chips bucket','1',-0.05,'2024-04-13 17:39:05','1.12','7','newstock','1','','',0.00,'','1','1.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2966,'Raw chips bucket','1',1.00,'2024-04-13 17:39:05','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2967,'Raw chips bucket','1',-0.14,'2024-04-13 17:43:02','1.07','7','newstock','1','','',0.00,'','1','0.9335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2968,'Raw chips bucket','1',3.00,'2024-04-13 17:43:02','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2969,'Raw chips bucket','4',-0.05,'2024-04-13 18:50:22','0.93','7','newstock','1','','',0.00,'','1','0.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2970,'Raw chips bucket','4',1.00,'2024-04-13 18:50:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2971,'Raw chips bucket','1',-0.09,'2024-04-13 18:51:23','0.88','7','newstock','1','','',0.00,'','1','0.789','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2972,'Raw chips bucket','1',2.00,'2024-04-13 18:51:23','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2973,'Raw chips bucket','1',-0.05,'2024-04-13 19:04:11','0.79','7','newstock','1','','',0.00,'','1','0.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2974,'Raw chips bucket','1',1.00,'2024-04-13 19:04:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2975,'Pep soda 500ml','',4.00,'2024-04-13 19:06:18','9.00','7','newstock','1','','',0.00,'','1','13','internal','1','21','','',0.00,'','80','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2976,'Raw chips bucket','3',-0.05,'2024-04-13 19:28:32','0.74','7','newstock','1','','',0.00,'','1','0.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2977,'Raw chips bucket','3',1.00,'2024-04-13 19:28:32','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2978,'Raw chips bucket','1',-0.05,'2024-04-13 19:35:42','0.69','7','newstock','1','','',0.00,'','1','0.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2979,'Raw chips bucket','1',1.00,'2024-04-13 19:35:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2980,'Raw chips bucket','1',-0.09,'2024-04-13 19:35:47','0.64','7','newstock','1','','',0.00,'','1','0.549','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2981,'Raw chips bucket','1',2.00,'2024-04-13 19:35:47','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2982,'Raw chips bucket','1',-0.05,'2024-04-13 20:15:24','0.55','6','newstock','1','','',0.00,'','1','0.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2983,'Raw chips bucket','1',1.00,'2024-04-13 20:15:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2984,'Raw chips bucket','3',-0.18,'2024-04-13 20:16:10','0.50','6','newstock','1','','',0.00,'','1','0.318','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2985,'Raw chips bucket','3',4.00,'2024-04-13 20:16:10','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2986,'Raw chips bucket','3',-0.05,'2024-04-13 20:16:54','0.32','6','newstock','1','','',0.00,'','1','0.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2987,'Raw chips bucket','3',1.00,'2024-04-13 20:16:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2988,'Raw chips bucket','1',-0.05,'2024-04-13 21:09:03','0.27','6','newstock','1','','',0.00,'','1','0.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2989,'Raw chips bucket','1',1.00,'2024-04-13 21:09:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2990,'Raw chips bucket','1',-0.14,'2024-04-13 21:09:27','0.22','6','newstock','1','','',0.00,'','1','0.0835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2991,'Raw chips bucket','1',3.00,'2024-04-13 21:09:27','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2992,'Raw chips bucket','3',-0.05,'2024-04-13 21:09:56','0.08','6','newstock','1','','',0.00,'','1','0.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2993,'Raw chips bucket','3',1.00,'2024-04-13 21:09:56','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2994,'Chicken','',1.00,'2024-04-13 21:32:49','0.00','6','newstock','1','','',0.00,'','1','1','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2995,'Minute maid 400ml','',12.00,'2024-04-13 21:35:46','0.00','6','newstock','1','','',0.00,'','1','12','internal','1','28','','',0.00,'','90','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2996,'Raw chips bucket','',1.00,'2024-04-13 21:37:05','0.03','6','newstock','1','','',0.00,'','1','1.03','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2997,'Raw chips bucket','1',-0.09,'2024-04-13 21:37:09','1.03','6','newstock','1','','',0.00,'','1','0.939','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2998,'Raw chips bucket','1',2.00,'2024-04-13 21:37:09','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(2999,'Carrier bag large','',25.00,'2024-04-13 21:39:44','0.00','6','newstock','1','','',0.00,'','1','25','internal','1','34','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3000,'Raw chips bucket','1',-0.05,'2024-04-14 12:03:47','0.94','6','newstock','1','','',0.00,'','1','0.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3001,'Raw chips bucket','1',1.00,'2024-04-14 12:03:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3002,'Raw chips bucket','3',-0.05,'2024-04-14 12:19:48','0.89','6','newstock','1','','',0.00,'','1','0.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3003,'Raw chips bucket','3',1.00,'2024-04-14 12:19:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3004,'Raw chips bucket','1',-0.05,'2024-04-14 12:21:26','0.84','6','newstock','1','','',0.00,'','1','0.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3005,'Raw chips bucket','1',1.00,'2024-04-14 12:21:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3006,'Raw chips bucket','1',-0.14,'2024-04-14 12:22:11','0.79','6','newstock','1','','',0.00,'','1','0.6535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3007,'Raw chips bucket','1',3.00,'2024-04-14 12:22:11','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3008,'Raw chips bucket','1',-0.05,'2024-04-14 12:24:28','0.65','6','newstock','1','','',0.00,'','1','0.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3009,'Raw chips bucket','1',1.00,'2024-04-14 12:24:28','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3010,'Raw chips bucket','1',-0.05,'2024-04-14 12:25:40','0.60','6','newstock','1','','',0.00,'','1','0.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3011,'Raw chips bucket','1',1.00,'2024-04-14 12:25:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3012,'Raw chips bucket','1',-0.09,'2024-04-14 12:27:12','0.55','6','newstock','1','','',0.00,'','1','0.459','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3013,'Raw chips bucket','1',2.00,'2024-04-14 12:27:12','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3014,'Raw chips bucket','1',-0.05,'2024-04-14 12:27:32','0.46','7','newstock','1','','',0.00,'','1','0.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3015,'Raw chips bucket','1',1.00,'2024-04-14 12:27:32','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3016,'Raw chips bucket','1',-0.05,'2024-04-14 12:27:47','0.41','7','newstock','1','','',0.00,'','1','0.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3017,'Raw chips bucket','1',1.00,'2024-04-14 12:27:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3018,'Potatoes sack','2',-0.01,'2024-04-14 12:28:07','0.53','7','newstock','1','','',0.00,'','1','0.5199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3019,'Potatoes sack','2',1.00,'2024-04-14 12:28:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3020,'Potatoes sack','2',-0.01,'2024-04-14 12:28:41','0.52','7','newstock','1','','',0.00,'','1','0.5099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3021,'Potatoes sack','2',1.00,'2024-04-14 12:28:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3022,'Raw chips bucket','1',-0.05,'2024-04-14 12:30:04','0.36','7','newstock','1','','',0.00,'','1','0.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3023,'Raw chips bucket','1',1.00,'2024-04-14 12:30:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3024,'Raw chips bucket','1',-0.14,'2024-04-14 13:14:41','0.31','7','newstock','1','','',0.00,'','1','0.1735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3025,'Raw chips bucket','1',3.00,'2024-04-14 13:14:41','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3026,'Raw chips bucket','1',-0.09,'2024-04-14 13:18:53','0.17','7','newstock','1','','',0.00,'','1','0.079','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3027,'Raw chips bucket','1',2.00,'2024-04-14 13:18:53','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3028,'Raw chips bucket','',4.00,'2024-04-14 13:21:22','0.08','7','newstock','1','','',0.00,'','1','4.08','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3029,'Potatoes sack','2',-0.02,'2024-04-14 13:21:27','0.51','7','newstock','1','','',0.00,'','1','0.4898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3030,'Potatoes sack','2',2.00,'2024-04-14 13:21:27','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3031,'Raw chips bucket','1',-0.09,'2024-04-14 13:47:27','4.08','7','newstock','1','','',0.00,'','1','3.989','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3032,'Raw chips bucket','1',2.00,'2024-04-14 13:47:27','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3033,'Raw chips bucket','4',-0.09,'2024-04-14 13:49:19','3.99','7','newstock','1','','',0.00,'','1','3.899','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3034,'Raw chips bucket','4',2.00,'2024-04-14 13:49:19','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3035,'Potatoes sack','2',-0.02,'2024-04-14 13:50:51','0.49','7','newstock','1','','',0.00,'','1','0.4698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3036,'Potatoes sack','2',2.00,'2024-04-14 13:50:51','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3037,'Raw chips bucket','4',-0.09,'2024-04-14 13:52:41','3.90','7','newstock','1','','',0.00,'','1','3.809','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3038,'Raw chips bucket','4',2.00,'2024-04-14 13:52:41','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3039,'Potatoes sack','2',-0.02,'2024-04-14 13:54:48','0.47','7','newstock','1','','',0.00,'','1','0.4498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3040,'Potatoes sack','2',2.00,'2024-04-14 13:54:48','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3041,'Raw chips bucket','5',-0.09,'2024-04-14 13:56:04','3.81','7','newstock','1','','',0.00,'','1','3.719','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3042,'Raw chips bucket','5',2.00,'2024-04-14 13:56:04','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3043,'Raw chips bucket','3',-0.09,'2024-04-14 13:57:12','3.72','7','newstock','1','','',0.00,'','1','3.629','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3044,'Raw chips bucket','3',2.00,'2024-04-14 13:57:12','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3045,'Raw chips bucket','3',-0.09,'2024-04-14 13:59:32','3.63','7','newstock','1','','',0.00,'','1','3.539','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3046,'Raw chips bucket','3',2.00,'2024-04-14 13:59:32','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3047,'Raw chips bucket','1',-0.36,'2024-04-14 14:39:49','3.54','7','newstock','1','','',0.00,'','1','3.176','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3048,'Raw chips bucket','1',8.00,'2024-04-14 14:39:49','2.00','7','newstock','1','','',0.00,'','1','10','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3049,'Raw chips bucket','1',-0.05,'2024-04-14 14:46:49','3.18','7','newstock','1','','',0.00,'','1','3.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3050,'Raw chips bucket','1',1.00,'2024-04-14 14:46:49','2.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3051,'Raw chips bucket','1',-0.09,'2024-04-14 14:47:10','3.13','7','newstock','1','','',0.00,'','1','3.039','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3052,'Raw chips bucket','1',2.00,'2024-04-14 14:47:10','1.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3053,'Raw chips bucket','1',-0.05,'2024-04-14 14:47:46','3.04','7','newstock','1','','',0.00,'','1','2.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3054,'Raw chips bucket','1',1.00,'2024-04-14 14:47:46','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3055,'Raw chips bucket','1',-0.05,'2024-04-14 14:55:42','2.99','7','newstock','1','','',0.00,'','1','2.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3056,'Raw chips bucket','1',1.00,'2024-04-14 14:55:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3057,'Potatoes sack','2',-0.01,'2024-04-14 14:56:24','0.45','7','newstock','1','','',0.00,'','1','0.4399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3058,'Potatoes sack','2',1.00,'2024-04-14 14:56:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3059,'Raw chips bucket','4',-0.14,'2024-04-14 14:56:50','2.94','7','newstock','1','','',0.00,'','1','2.8035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3060,'Raw chips bucket','4',3.00,'2024-04-14 14:56:50','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3061,'Potatoes sack','2',-0.01,'2024-04-14 14:57:18','0.44','7','newstock','1','','',0.00,'','1','0.4299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3062,'Potatoes sack','2',1.00,'2024-04-14 14:57:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3063,'Raw chips bucket','1',-0.14,'2024-04-14 14:58:40','2.80','7','newstock','1','','',0.00,'','1','2.6635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3064,'Raw chips bucket','1',3.00,'2024-04-14 14:58:40','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3065,'Raw chips bucket','1',-0.05,'2024-04-14 15:00:02','2.66','7','newstock','1','','',0.00,'','1','2.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3066,'Raw chips bucket','1',1.00,'2024-04-14 15:00:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3067,'Potatoes sack','2',-0.01,'2024-04-14 15:00:49','0.43','7','newstock','1','','',0.00,'','1','0.4199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3068,'Potatoes sack','2',1.00,'2024-04-14 15:00:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3069,'Raw chips bucket','1',-0.14,'2024-04-14 15:02:30','2.61','7','newstock','1','','',0.00,'','1','2.4735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3070,'Raw chips bucket','1',3.00,'2024-04-14 15:02:30','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3071,'Chicken','',1.00,'2024-04-14 15:06:40','0.00','7','newstock','1','','',0.00,'','1','1','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3072,'Raw chips bucket','1',-0.09,'2024-04-14 15:22:16','2.47','7','newstock','1','','',0.00,'','1','2.379','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3073,'Raw chips bucket','1',2.00,'2024-04-14 15:22:16','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3074,'Raw chips bucket','1',-0.05,'2024-04-14 15:48:13','2.38','7','newstock','1','','',0.00,'','1','2.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3075,'Raw chips bucket','1',1.00,'2024-04-14 15:48:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3076,'Raw chips bucket','1',-0.05,'2024-04-14 15:48:16','2.33','7','newstock','1','','',0.00,'','1','2.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3077,'Raw chips bucket','1',1.00,'2024-04-14 15:48:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3078,'Raw chips bucket','1',-0.05,'2024-04-14 15:48:39','2.28','7','newstock','1','','',0.00,'','1','2.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3079,'Raw chips bucket','1',1.00,'2024-04-14 15:48:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3080,'Raw chips bucket','1',-0.05,'2024-04-14 15:48:58','2.23','7','newstock','1','','',0.00,'','1','2.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3081,'Raw chips bucket','1',1.00,'2024-04-14 15:48:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3082,'Raw chips bucket','1',-0.05,'2024-04-14 15:48:59','2.18','7','newstock','1','','',0.00,'','1','2.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3083,'Raw chips bucket','1',1.00,'2024-04-14 15:48:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3084,'Potatoes sack','2',-0.01,'2024-04-14 15:49:04','0.42','7','newstock','1','','',0.00,'','1','0.4099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3085,'Potatoes sack','2',1.00,'2024-04-14 15:49:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3086,'Raw chips bucket','1',-0.14,'2024-04-14 16:09:21','2.13','7','newstock','1','','',0.00,'','1','1.9935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3087,'Raw chips bucket','1',3.00,'2024-04-14 16:09:21','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3088,'Sausages','',26.00,'2024-04-14 16:13:55','3.00','7','newstock','1','','',0.00,'','1','29','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3089,'Raw chips bucket','1',-0.05,'2024-04-14 16:22:00','1.99','7','newstock','1','','',0.00,'','1','1.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3090,'Raw chips bucket','1',1.00,'2024-04-14 16:22:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3091,'Raw chips bucket','1',-0.05,'2024-04-14 16:22:54','1.94','7','newstock','1','','',0.00,'','1','1.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3092,'Raw chips bucket','1',1.00,'2024-04-14 16:22:54','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3093,'Raw chips bucket','1',-0.18,'2024-04-14 16:24:36','1.89','7','newstock','1','','',0.00,'','1','1.708','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3094,'Raw chips bucket','1',4.00,'2024-04-14 16:24:36','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3095,'Raw chips bucket','1',-0.09,'2024-04-14 16:25:54','1.71','7','newstock','1','','',0.00,'','1','1.619','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3096,'Raw chips bucket','1',2.00,'2024-04-14 16:25:54','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3097,'Raw chips bucket','3',-0.05,'2024-04-14 16:35:20','1.62','7','newstock','1','','',0.00,'','1','1.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3098,'Raw chips bucket','3',1.00,'2024-04-14 16:35:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3099,'Raw chips bucket','4',-0.05,'2024-04-14 16:35:47','1.57','7','newstock','1','','',0.00,'','1','1.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3100,'Raw chips bucket','4',1.00,'2024-04-14 16:35:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3101,'Raw chips bucket','1',-0.05,'2024-04-14 16:35:55','1.52','7','newstock','1','','',0.00,'','1','1.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3102,'Raw chips bucket','1',1.00,'2024-04-14 16:35:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3103,'Raw chips bucket','3',-0.05,'2024-04-14 16:39:50','1.47','7','newstock','1','','',0.00,'','1','1.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3104,'Raw chips bucket','3',1.00,'2024-04-14 16:39:50','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3105,'Raw chips bucket','1',-0.05,'2024-04-14 17:13:53','1.42','7','newstock','1','','',0.00,'','1','1.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3106,'Raw chips bucket','1',1.00,'2024-04-14 17:13:53','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3107,'Raw chips bucket','1',-0.09,'2024-04-14 17:14:53','1.37','7','newstock','1','','',0.00,'','1','1.279','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3108,'Raw chips bucket','1',2.00,'2024-04-14 17:14:53','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3109,'Raw chips bucket','1',-0.23,'2024-04-14 17:15:48','1.28','7','newstock','1','','',0.00,'','1','1.0525','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3110,'Raw chips bucket','1',5.00,'2024-04-14 17:15:48','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3111,'Raw chips bucket','1',-0.05,'2024-04-14 17:16:08','1.05','7','newstock','1','','',0.00,'','1','1.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3112,'Raw chips bucket','1',1.00,'2024-04-14 17:16:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3113,'Raw chips bucket','4',-0.05,'2024-04-14 17:16:45','1.00','7','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3114,'Raw chips bucket','4',1.00,'2024-04-14 17:16:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3115,'Raw chips bucket','1',-0.05,'2024-04-14 18:24:58','0.95','7','newstock','1','','',0.00,'','1','0.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3116,'Raw chips bucket','1',1.00,'2024-04-14 18:24:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3117,'Raw chips bucket','1',-0.05,'2024-04-14 18:25:00','0.90','7','newstock','1','','',0.00,'','1','0.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3118,'Raw chips bucket','1',1.00,'2024-04-14 18:25:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3119,'Potatoes sack','2',-0.01,'2024-04-14 19:01:07','0.41','7','newstock','1','','',0.00,'','1','0.3999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3120,'Potatoes sack','2',1.00,'2024-04-14 19:01:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3121,'Raw chips bucket','3',-0.05,'2024-04-14 19:01:59','0.85','7','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3122,'Raw chips bucket','3',1.00,'2024-04-14 19:01:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3123,'Raw chips bucket','3',-0.05,'2024-04-14 19:34:57','0.80','7','newstock','1','','',0.00,'','1','0.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3124,'Raw chips bucket','3',1.00,'2024-04-14 19:34:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3125,'Raw chips bucket','1',-0.05,'2024-04-14 19:35:24','0.75','7','newstock','1','','',0.00,'','1','0.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3126,'Raw chips bucket','1',1.00,'2024-04-14 19:35:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3127,'Raw chips bucket','1',-0.05,'2024-04-14 20:53:56','0.70','7','newstock','1','','',0.00,'','1','0.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3128,'Raw chips bucket','1',1.00,'2024-04-14 20:53:56','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3129,'Raw chips bucket','1',-0.18,'2024-04-14 20:54:08','0.65','7','newstock','1','','',0.00,'','1','0.468','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3130,'Raw chips bucket','1',4.00,'2024-04-14 20:54:08','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3131,'Raw chips bucket','1',-0.05,'2024-04-14 20:54:37','0.52','7','newstock','1','','',0.00,'','1','0.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3132,'Raw chips bucket','1',1.00,'2024-04-14 20:54:37','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3133,'Raw chips bucket','1',-0.14,'2024-04-14 21:04:34','0.47','7','newstock','1','','',0.00,'','1','0.3335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3134,'Raw chips bucket','1',3.00,'2024-04-14 21:04:34','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3135,'Raw chips bucket','1',-0.14,'2024-04-14 21:05:19','0.33','7','newstock','1','','',0.00,'','1','0.1935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3136,'Raw chips bucket','1',3.00,'2024-04-14 21:05:19','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3137,'Raw chips bucket','1',-0.05,'2024-04-14 21:06:21','0.19','7','newstock','1','','',0.00,'','1','0.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3138,'Raw chips bucket','1',1.00,'2024-04-14 21:06:21','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3139,'Raw chips bucket','1',-0.09,'2024-04-14 21:06:40','0.14','7','newstock','1','','',0.00,'','1','0.049','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3140,'Raw chips bucket','1',2.00,'2024-04-14 21:06:40','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3141,'Potatoes sack','2',-0.01,'2024-04-14 21:07:05','0.40','7','newstock','1','','',0.00,'','1','0.3899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3142,'Potatoes sack','2',1.00,'2024-04-14 21:07:05','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3143,'Raw chips bucket','1',-0.05,'2024-04-14 21:07:28','0.05','7','newstock','1','','',0.00,'','1','0.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3144,'Raw chips bucket','1',1.00,'2024-04-14 21:07:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3145,'Raw chips bucket','',1.00,'2024-04-14 21:08:48','0.00','7','newstock','1','','',0.00,'','1','1','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3146,'Raw chips bucket','4',-0.05,'2024-04-14 21:08:51','1.00','7','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3147,'Raw chips bucket','4',1.00,'2024-04-14 21:08:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3148,'Raw chips bucket','3',-0.05,'2024-04-14 21:09:11','0.95','7','newstock','1','','',0.00,'','1','0.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3149,'Raw chips bucket','3',1.00,'2024-04-14 21:09:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3150,'Raw chips bucket','4',-0.05,'2024-04-14 21:09:37','0.90','7','newstock','1','','',0.00,'','1','0.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3151,'Raw chips bucket','4',1.00,'2024-04-14 21:09:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3152,'Potatoes sack','2',-0.02,'2024-04-14 21:11:08','0.39','7','newstock','1','','',0.00,'','1','0.3698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3153,'Potatoes sack','2',2.00,'2024-04-14 21:11:08','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3154,'Raw chips bucket','',1.00,'2024-04-15 14:09:46','0.85','6','newstock','1','','',0.00,'','1','1.85','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3155,'Raw chips bucket','3',-0.09,'2024-04-15 14:10:14','1.85','6','newstock','1','','',0.00,'','1','1.759','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3156,'Raw chips bucket','3',2.00,'2024-04-15 14:10:14','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3157,'Raw chips bucket','1',-0.05,'2024-04-15 14:10:45','1.76','6','newstock','1','','',0.00,'','1','1.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3158,'Raw chips bucket','1',1.00,'2024-04-15 14:10:45','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3159,'Raw chips bucket','4',-0.09,'2024-04-15 14:11:11','1.71','6','newstock','1','','',0.00,'','1','1.619','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3160,'Raw chips bucket','4',2.00,'2024-04-15 14:11:11','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3161,'Raw chips bucket','3',-0.14,'2024-04-15 14:11:40','1.62','6','newstock','1','','',0.00,'','1','1.4835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3162,'Raw chips bucket','3',3.00,'2024-04-15 14:11:40','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3163,'Raw chips bucket','1',-0.14,'2024-04-15 14:11:44','1.48','6','newstock','1','','',0.00,'','1','1.3435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3164,'Raw chips bucket','1',3.00,'2024-04-15 14:11:44','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3165,'Raw chips bucket','1',-0.05,'2024-04-15 14:12:13','1.34','6','newstock','1','','',0.00,'','1','1.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3166,'Raw chips bucket','1',1.00,'2024-04-15 14:12:13','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3167,'Raw chips bucket','1',-0.05,'2024-04-15 14:12:58','1.29','6','newstock','1','','',0.00,'','1','1.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3168,'Raw chips bucket','1',1.00,'2024-04-15 14:12:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3169,'Raw chips bucket','1',-0.14,'2024-04-15 14:34:27','1.24','6','newstock','1','','',0.00,'','1','1.1035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3170,'Raw chips bucket','1',3.00,'2024-04-15 14:34:27','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3171,'Raw chips bucket','3',-0.05,'2024-04-15 15:24:00','1.10','6','newstock','1','','',0.00,'','1','1.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3172,'Raw chips bucket','3',1.00,'2024-04-15 15:24:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3173,'Raw chips bucket','1',-0.14,'2024-04-15 15:59:55','1.05','6','newstock','1','','',0.00,'','1','0.9135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3174,'Raw chips bucket','1',3.00,'2024-04-15 15:59:55','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3175,'Raw chips bucket','1',-0.05,'2024-04-15 16:00:20','0.91','6','newstock','1','','',0.00,'','1','0.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3176,'Raw chips bucket','1',1.00,'2024-04-15 16:00:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3177,'Raw chips bucket','1',-0.05,'2024-04-15 16:00:42','0.86','6','newstock','1','','',0.00,'','1','0.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3178,'Raw chips bucket','1',1.00,'2024-04-15 16:00:42','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3179,'Raw chips bucket','1',-0.05,'2024-04-15 16:01:12','0.81','6','newstock','1','','',0.00,'','1','0.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3180,'Raw chips bucket','1',1.00,'2024-04-15 16:01:12','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3181,'Raw chips bucket','1',-0.05,'2024-04-15 16:18:52','0.76','6','newstock','1','','',0.00,'','1','0.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3182,'Raw chips bucket','1',1.00,'2024-04-15 16:18:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3183,'Raw chips bucket','4',-0.05,'2024-04-15 17:42:48','0.71','6','newstock','1','','',0.00,'','1','0.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3184,'Raw chips bucket','4',1.00,'2024-04-15 17:42:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3185,'Raw chips bucket','3',-0.05,'2024-04-15 17:42:51','0.66','6','newstock','1','','',0.00,'','1','0.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3186,'Raw chips bucket','3',1.00,'2024-04-15 17:42:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3187,'Raw chips bucket','5',-0.05,'2024-04-15 17:42:54','0.61','6','newstock','1','','',0.00,'','1','0.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3188,'Raw chips bucket','5',1.00,'2024-04-15 17:42:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3189,'Raw chips bucket','1',-0.05,'2024-04-15 17:43:32','0.56','6','newstock','1','','',0.00,'','1','0.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3190,'Raw chips bucket','1',1.00,'2024-04-15 17:43:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3191,'Raw chips bucket','1',-0.05,'2024-04-15 18:20:02','0.51','6','newstock','1','','',0.00,'','1','0.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3192,'Raw chips bucket','1',1.00,'2024-04-15 18:20:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3193,'Raw chips bucket','3',-0.05,'2024-04-15 18:20:37','0.46','6','newstock','1','','',0.00,'','1','0.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3194,'Raw chips bucket','3',1.00,'2024-04-15 18:20:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3195,'Raw chips bucket','4',-0.05,'2024-04-15 18:30:02','0.41','6','newstock','1','','',0.00,'','1','0.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3196,'Raw chips bucket','4',1.00,'2024-04-15 18:30:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3197,'Raw chips bucket','1',-0.05,'2024-04-15 18:31:40','0.36','6','newstock','1','','',0.00,'','1','0.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3198,'Raw chips bucket','1',1.00,'2024-04-15 18:31:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3199,'Potatoes sack','2',-0.01,'2024-04-15 18:31:45','0.37','6','newstock','1','','',0.00,'','1','0.3599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3200,'Potatoes sack','2',1.00,'2024-04-15 18:31:45','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3201,'Raw chips bucket','5',-0.05,'2024-04-15 18:51:47','0.31','6','newstock','1','','',0.00,'','1','0.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3202,'Raw chips bucket','5',1.00,'2024-04-15 18:51:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3203,'Potatoes sack','2',-0.01,'2024-04-15 19:33:55','0.36','7','newstock','1','','',0.00,'','1','0.3499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3204,'Potatoes sack','2',1.00,'2024-04-15 19:33:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3205,'Raw chips bucket','1',-0.05,'2024-04-15 19:48:04','0.26','7','newstock','1','','',0.00,'','1','0.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3206,'Raw chips bucket','1',1.00,'2024-04-15 19:48:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3207,'Raw chips bucket','4',-0.05,'2024-04-15 19:48:26','0.21','7','newstock','1','','',0.00,'','1','0.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3208,'Raw chips bucket','4',1.00,'2024-04-15 19:48:26','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3209,'Raw chips bucket','3',-0.05,'2024-04-15 19:49:37','0.16','7','newstock','1','','',0.00,'','1','0.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3210,'Raw chips bucket','3',1.00,'2024-04-15 19:49:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3211,'Raw chips bucket','1',-0.09,'2024-04-15 19:53:07','0.11','7','newstock','1','','',0.00,'','1','0.019','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3212,'Raw chips bucket','1',2.00,'2024-04-15 19:53:07','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3213,'Raw chips bucket','',2.00,'2024-04-15 20:00:07','0.02','7','newstock','1','','',0.00,'','1','2.02','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3214,'Raw chips bucket','1',-0.09,'2024-04-15 20:00:12','2.02','7','newstock','1','','',0.00,'','1','1.929','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3215,'Raw chips bucket','1',2.00,'2024-04-15 20:00:12','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3216,'Raw chips bucket','3',-0.05,'2024-04-15 20:58:00','1.93','7','newstock','1','','',0.00,'','1','1.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3217,'Raw chips bucket','3',1.00,'2024-04-15 20:58:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3218,'Raw chips bucket','3',-0.09,'2024-04-15 20:58:04','1.88','7','newstock','1','','',0.00,'','1','1.789','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3219,'Raw chips bucket','3',2.00,'2024-04-15 20:58:04','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3220,'Potatoes sack','2',-0.01,'2024-04-15 20:58:05','0.35','7','newstock','1','','',0.00,'','1','0.3399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3221,'Potatoes sack','2',1.00,'2024-04-15 20:58:05','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3222,'Raw chips bucket','4',-0.05,'2024-04-16 15:20:15','1.79','7','newstock','1','','',0.00,'','1','1.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3223,'Raw chips bucket','4',1.00,'2024-04-16 15:20:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3224,'Potatoes sack','2',-0.01,'2024-04-16 15:21:28','0.34','7','newstock','1','','',0.00,'','1','0.3299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3225,'Potatoes sack','2',1.00,'2024-04-16 15:21:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3226,'Raw chips bucket','4',-0.05,'2024-04-16 15:21:45','1.74','7','newstock','1','','',0.00,'','1','1.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3227,'Raw chips bucket','4',1.00,'2024-04-16 15:21:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3228,'Raw chips bucket','4',-0.09,'2024-04-16 15:22:14','1.74','7','newstock','1','','',0.00,'','1','1.649','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3229,'Raw chips bucket','4',2.00,'2024-04-16 15:22:14','1.00','7','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3230,'Raw chips bucket','4',-0.05,'2024-04-16 15:24:28','1.65','7','newstock','1','','',0.00,'','1','1.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3231,'Raw chips bucket','4',1.00,'2024-04-16 15:24:28','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3232,'Potatoes sack','2',-0.01,'2024-04-16 15:24:46','0.33','7','newstock','1','','',0.00,'','1','0.3199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3233,'Potatoes sack','2',1.00,'2024-04-16 15:24:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3234,'Raw chips bucket','1',-0.05,'2024-04-16 15:25:33','1.60','7','newstock','1','','',0.00,'','1','1.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3235,'Raw chips bucket','1',1.00,'2024-04-16 15:25:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3236,'Raw chips bucket','1',-0.05,'2024-04-16 15:26:06','1.55','7','newstock','1','','',0.00,'','1','1.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3237,'Raw chips bucket','1',1.00,'2024-04-16 15:26:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3238,'3/4 Chicken','',3.00,'2024-04-16 16:34:17','2.00','7','newstock','1','','',0.00,'','1','5','internal','1','9','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3239,'Chicken','',3.00,'2024-04-16 16:35:07','0.00','7','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3240,'Raw chips bucket','3',-0.05,'2024-04-16 16:35:52','1.50','7','newstock','1','','',0.00,'','1','1.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3241,'Raw chips bucket','3',1.00,'2024-04-16 16:35:52','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3242,'Raw chips bucket','1',-0.14,'2024-04-16 16:36:19','1.45','7','newstock','1','','',0.00,'','1','1.3135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3243,'Raw chips bucket','1',3.00,'2024-04-16 16:36:19','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3244,'Sausages','',8.00,'2024-04-16 16:38:01','3.00','7','newstock','1','','',0.00,'','1','11','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3245,'Raw chips bucket','1',-0.05,'2024-04-16 16:40:47','1.31','7','newstock','1','','',0.00,'','1','1.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3246,'Raw chips bucket','1',1.00,'2024-04-16 16:40:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3247,'Potatoes sack','2',-0.03,'2024-04-16 16:43:37','0.32','7','newstock','1','','',0.00,'','1','0.2897','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3248,'Potatoes sack','2',3.00,'2024-04-16 16:43:37','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3249,'Potatoes sack','2',-0.01,'2024-04-16 16:44:37','0.29','7','newstock','1','','',0.00,'','1','0.2799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3250,'Potatoes sack','2',1.00,'2024-04-16 16:44:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3251,'Potatoes sack','2',-0.01,'2024-04-16 18:28:58','0.28','7','newstock','1','','',0.00,'','1','0.2699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3252,'Potatoes sack','2',1.00,'2024-04-16 18:28:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3253,'Raw chips bucket','1',-0.09,'2024-04-16 18:53:20','1.26','7','newstock','1','','',0.00,'','1','1.169','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3254,'Raw chips bucket','1',2.00,'2024-04-16 18:53:20','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3255,'Potatoes sack','2',-0.01,'2024-04-16 19:16:10','0.27','7','newstock','1','','',0.00,'','1','0.2599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3256,'Potatoes sack','2',1.00,'2024-04-16 19:16:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3257,'Raw chips bucket','1',-0.05,'2024-04-16 19:17:57','1.17','7','newstock','1','','',0.00,'','1','1.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3258,'Raw chips bucket','1',1.00,'2024-04-16 19:17:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3259,'Raw chips bucket','4',-0.14,'2024-04-16 19:18:17','1.12','7','newstock','1','','',0.00,'','1','0.9835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3260,'Raw chips bucket','4',3.00,'2024-04-16 19:18:17','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3261,'Raw chips bucket','5',-0.05,'2024-04-16 19:30:19','0.98','7','newstock','1','','',0.00,'','1','0.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3262,'Raw chips bucket','5',1.00,'2024-04-16 19:30:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3263,'Raw chips bucket','4',-0.05,'2024-04-16 19:30:27','0.93','7','newstock','1','','',0.00,'','1','0.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3264,'Raw chips bucket','4',1.00,'2024-04-16 19:30:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3265,'Raw chips bucket','3',-0.05,'2024-04-16 19:57:57','0.88','7','newstock','1','','',0.00,'','1','0.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3266,'Raw chips bucket','3',1.00,'2024-04-16 19:57:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3267,'Potatoes sack','2',-0.01,'2024-04-16 19:58:10','0.26','7','newstock','1','','',0.00,'','1','0.2499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3268,'Potatoes sack','2',1.00,'2024-04-16 19:58:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3269,'Raw chips bucket','3',-0.05,'2024-04-16 21:11:59','0.83','7','newstock','1','','',0.00,'','1','0.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3270,'Raw chips bucket','3',1.00,'2024-04-16 21:11:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3271,'Raw chips bucket','1',-0.05,'2024-04-17 12:28:25','0.78','6','newstock','1','','',0.00,'','1','0.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3272,'Raw chips bucket','1',1.00,'2024-04-17 12:28:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3273,'Potatoes sack','2',-0.01,'2024-04-17 12:28:31','0.25','6','newstock','1','','',0.00,'','1','0.2399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3274,'Potatoes sack','2',1.00,'2024-04-17 12:28:31','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3275,'Potatoes sack','2',-0.01,'2024-04-17 12:37:08','0.24','6','newstock','1','','',0.00,'','1','0.2299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3276,'Potatoes sack','2',1.00,'2024-04-17 12:37:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3277,'Raw chips bucket','1',-0.05,'2024-04-17 12:37:55','0.73','6','newstock','1','','',0.00,'','1','0.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3278,'Raw chips bucket','1',1.00,'2024-04-17 12:37:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3279,'Raw chips bucket','4',-0.05,'2024-04-17 14:39:58','0.73','6','newstock','1','','',0.00,'','1','0.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3280,'Raw chips bucket','4',1.00,'2024-04-17 14:39:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3281,'Raw chips bucket','1',-0.05,'2024-04-17 14:40:02','0.68','6','newstock','1','','',0.00,'','1','0.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3282,'Raw chips bucket','1',1.00,'2024-04-17 14:40:02','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3283,'Raw chips bucket','1',-0.05,'2024-04-17 15:02:02','0.63','6','newstock','1','','',0.00,'','1','0.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3284,'Raw chips bucket','1',1.00,'2024-04-17 15:02:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3285,'Potatoes sack','2',-0.02,'2024-04-17 15:04:27','0.23','6','newstock','1','','',0.00,'','1','0.2098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3286,'Potatoes sack','2',2.00,'2024-04-17 15:04:27','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3287,'Potatoes sack','2',-0.02,'2024-04-17 15:04:27','0.21','6','newstock','1','','',0.00,'','1','0.1898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3288,'Potatoes sack','2',2.00,'2024-04-17 15:04:27','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3289,'Raw chips bucket','1',-0.05,'2024-04-18 12:58:07','0.58','7','newstock','1','','',0.00,'','1','0.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3290,'Raw chips bucket','1',1.00,'2024-04-18 12:58:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3291,'Raw chips bucket','1',-0.14,'2024-04-18 12:58:37','0.53','7','newstock','1','','',0.00,'','1','0.3935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3292,'Raw chips bucket','1',3.00,'2024-04-18 12:58:37','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3293,'Raw chips bucket','4',-0.09,'2024-04-18 13:39:16','0.39','7','newstock','1','','',0.00,'','1','0.299','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3294,'Raw chips bucket','4',2.00,'2024-04-18 13:39:16','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3295,'Raw chips bucket','5',-0.05,'2024-04-18 13:44:32','0.30','7','newstock','1','','',0.00,'','1','0.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3296,'Raw chips bucket','5',1.00,'2024-04-18 13:44:32','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3297,'Potatoes sack','2',-0.01,'2024-04-18 13:44:41','0.19','7','newstock','1','','',0.00,'','1','0.1799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3298,'Potatoes sack','2',1.00,'2024-04-18 13:44:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3299,'Raw chips bucket','1',-0.05,'2024-04-18 13:55:39','0.25','7','newstock','1','','',0.00,'','1','0.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3300,'Raw chips bucket','1',1.00,'2024-04-18 13:55:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3301,'Raw chips bucket','1',-0.05,'2024-04-18 13:56:13','0.20','7','newstock','1','','',0.00,'','1','0.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3302,'Raw chips bucket','1',1.00,'2024-04-18 13:56:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3303,'Raw chips bucket','1',-0.05,'2024-04-18 13:57:33','0.15','7','newstock','1','','',0.00,'','1','0.1045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3304,'Raw chips bucket','1',1.00,'2024-04-18 13:57:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3305,'Raw chips bucket','1',-0.05,'2024-04-18 13:57:35','0.10','7','newstock','1','','',0.00,'','1','0.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3306,'Raw chips bucket','1',1.00,'2024-04-18 13:57:35','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3307,'Raw chips bucket','1',-0.05,'2024-04-18 13:58:33','0.05','7','newstock','1','','',0.00,'','1','0.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3308,'Raw chips bucket','1',1.00,'2024-04-18 13:58:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3309,'Raw chips bucket','',1.00,'2024-04-18 13:58:54','0.00','7','newstock','1','','',0.00,'','1','1','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3310,'Raw chips bucket','1',-0.09,'2024-04-18 13:59:36','1.00','7','newstock','1','','',0.00,'','1','0.909','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3311,'Raw chips bucket','1',2.00,'2024-04-18 13:59:36','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3312,'Raw chips bucket','1',-0.14,'2024-04-18 14:00:42','0.91','6','newstock','1','','',0.00,'','1','0.7735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3313,'Raw chips bucket','1',3.00,'2024-04-18 14:00:42','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3314,'Raw chips bucket','3',-0.05,'2024-04-18 14:45:16','0.77','7','newstock','1','','',0.00,'','1','0.7245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3315,'Raw chips bucket','3',1.00,'2024-04-18 14:45:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3316,'Sausages','',80.00,'2024-04-18 14:50:48','0.00','7','newstock','1','','',0.00,'','1','80','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3317,'Potatoes sack','2',-0.01,'2024-04-18 14:56:36','0.22','7','newstock','1','','',0.00,'','1','0.2099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3318,'Potatoes sack','2',1.00,'2024-04-18 14:56:36','4.00','7','newstock','1','','',0.00,'','1','5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3319,'Raw chips bucket','1',-0.05,'2024-04-18 14:57:48','0.72','7','newstock','1','','',0.00,'','1','0.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3320,'Raw chips bucket','1',1.00,'2024-04-18 14:57:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3321,'Raw chips bucket','4',-0.14,'2024-04-18 15:04:59','0.67','7','newstock','1','','',0.00,'','1','0.5335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3322,'Raw chips bucket','4',3.00,'2024-04-18 15:04:59','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3323,'Raw chips bucket','1',-0.14,'2024-04-18 15:06:48','0.53','7','newstock','1','','',0.00,'','1','0.3935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3324,'Raw chips bucket','1',3.00,'2024-04-18 15:06:48','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3325,'Raw chips bucket','5',-0.05,'2024-04-18 15:10:10','0.39','7','newstock','1','','',0.00,'','1','0.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3326,'Raw chips bucket','5',1.00,'2024-04-18 15:10:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3327,'Raw chips bucket','4',-0.05,'2024-04-18 15:10:17','0.34','7','newstock','1','','',0.00,'','1','0.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3328,'Raw chips bucket','4',1.00,'2024-04-18 15:10:17','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3329,'Raw chips bucket','4',-0.14,'2024-04-18 15:10:55','0.29','7','newstock','1','','',0.00,'','1','0.1535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3330,'Raw chips bucket','4',3.00,'2024-04-18 15:10:55','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3331,'Raw chips bucket','1',-0.05,'2024-04-18 16:28:57','0.29','6','newstock','1','','',0.00,'','1','0.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3332,'Raw chips bucket','1',1.00,'2024-04-18 16:28:57','3.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3333,'Raw chips bucket','1',-0.05,'2024-04-18 16:29:39','0.24','6','newstock','1','','',0.00,'','1','0.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3334,'Raw chips bucket','1',1.00,'2024-04-18 16:29:39','2.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3335,'Raw chips bucket','1',-0.05,'2024-04-18 16:54:51','0.19','6','newstock','1','','',0.00,'','1','0.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3336,'Raw chips bucket','1',1.00,'2024-04-18 16:54:51','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3337,'Tea','',2.00,'2024-04-18 17:01:00','0.00','6','newstock','1','','',0.00,'','1','2','internal','1','11','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3338,'Chicken','',2.00,'2024-04-18 17:02:22','0.00','6','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3339,'Raw chips bucket','1',-0.05,'2024-04-18 17:15:32','0.14','6','newstock','1','','',0.00,'','1','0.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3340,'Raw chips bucket','1',1.00,'2024-04-18 17:15:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3341,'Raw chips bucket','1',-0.05,'2024-04-18 18:20:39','0.09','6','newstock','1','','',0.00,'','1','0.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3342,'Raw chips bucket','1',1.00,'2024-04-18 18:20:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3343,'Raw chips bucket','',1.00,'2024-04-18 18:22:44','0.04','6','newstock','1','','',0.00,'','1','1.04','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3344,'Raw chips bucket','3',-0.05,'2024-04-18 18:23:00','1.04','6','newstock','1','','',0.00,'','1','0.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3345,'Raw chips bucket','3',1.00,'2024-04-18 18:23:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3346,'Raw chips bucket','4',-0.23,'2024-04-18 18:27:48','0.99','6','newstock','1','','',0.00,'','1','0.7625','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3347,'Raw chips bucket','4',5.00,'2024-04-18 18:27:48','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3348,'Raw chips bucket','3',-0.05,'2024-04-18 18:37:52','0.76','6','newstock','1','','',0.00,'','1','0.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3349,'Raw chips bucket','3',1.00,'2024-04-18 18:37:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3350,'Raw chips bucket','1',-0.05,'2024-04-18 19:19:39','0.71','6','newstock','1','','',0.00,'','1','0.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3351,'Raw chips bucket','1',1.00,'2024-04-18 19:19:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3352,'Raw chips bucket','1',-0.05,'2024-04-18 19:20:47','0.66','6','newstock','1','','',0.00,'','1','0.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3353,'Raw chips bucket','1',1.00,'2024-04-18 19:20:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3354,'Raw chips bucket','1',-0.05,'2024-04-18 19:45:41','0.61','6','newstock','1','','',0.00,'','1','0.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3355,'Raw chips bucket','1',1.00,'2024-04-18 19:45:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3356,'Raw chips bucket','1',-0.05,'2024-04-18 19:45:53','0.56','6','newstock','1','','',0.00,'','1','0.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3357,'Raw chips bucket','1',1.00,'2024-04-18 19:45:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3358,'Raw chips bucket','3',-0.09,'2024-04-18 20:35:17','0.51','6','newstock','1','','',0.00,'','1','0.419','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3359,'Raw chips bucket','3',2.00,'2024-04-18 20:35:17','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3360,'Raw chips bucket','1',-0.05,'2024-04-18 20:37:54','0.42','6','newstock','1','','',0.00,'','1','0.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3361,'Raw chips bucket','1',1.00,'2024-04-18 20:37:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3362,'Raw chips bucket','1',-0.05,'2024-04-18 20:51:23','0.37','6','newstock','1','','',0.00,'','1','0.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3363,'Raw chips bucket','1',1.00,'2024-04-18 20:51:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3364,'Raw chips bucket','1',-0.05,'2024-04-18 21:06:07','0.32','6','newstock','1','','',0.00,'','1','0.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3365,'Raw chips bucket','1',1.00,'2024-04-18 21:06:07','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3366,'Raw chips bucket','1',-0.05,'2024-04-18 21:06:36','0.27','6','newstock','1','','',0.00,'','1','0.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3367,'Raw chips bucket','1',1.00,'2024-04-18 21:06:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3368,'Raw chips bucket','1',-0.05,'2024-04-19 13:02:24','0.22','7','newstock','1','','',0.00,'','1','0.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3369,'Raw chips bucket','1',1.00,'2024-04-19 13:02:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3370,'Raw chips bucket','4',-0.05,'2024-04-19 13:04:13','0.17','7','newstock','1','','',0.00,'','1','0.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3371,'Raw chips bucket','4',1.00,'2024-04-19 13:04:13','4.00','7','newstock','1','','',0.00,'','1','5','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3372,'Raw chips bucket','4',-0.05,'2024-04-19 13:06:19','0.12','7','newstock','1','','',0.00,'','1','0.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3373,'Raw chips bucket','4',1.00,'2024-04-19 13:06:19','3.00','7','newstock','1','','',0.00,'','1','4','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3374,'Raw chips bucket','',2.00,'2024-04-19 13:10:59','0.07','7','newstock','1','','',0.00,'','1','2.07','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3375,'Raw chips bucket','5',-0.09,'2024-04-19 13:11:34','2.07','7','newstock','1','','',0.00,'','1','1.979','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3376,'Raw chips bucket','5',2.00,'2024-04-19 13:11:34','1.00','7','newstock','1','','',0.00,'','1','3','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3377,'Raw chips bucket','1',-0.05,'2024-04-19 16:33:11','1.98','6','newstock','1','','',0.00,'','1','1.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3378,'Raw chips bucket','1',1.00,'2024-04-19 16:33:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3379,'Raw chips bucket','1',-0.09,'2024-04-19 16:34:15','1.93','6','newstock','1','','',0.00,'','1','1.839','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3380,'Raw chips bucket','1',2.00,'2024-04-19 16:34:15','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3381,'Raw chips bucket','3',-0.05,'2024-04-19 16:34:36','1.84','6','newstock','1','','',0.00,'','1','1.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3382,'Raw chips bucket','3',1.00,'2024-04-19 16:34:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3383,'Raw chips bucket','1',-0.05,'2024-04-19 16:35:01','1.79','6','newstock','1','','',0.00,'','1','1.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3384,'Raw chips bucket','1',1.00,'2024-04-19 16:35:01','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3385,'Raw chips bucket','1',-0.05,'2024-04-19 16:35:48','1.74','6','newstock','1','','',0.00,'','1','1.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3386,'Raw chips bucket','1',1.00,'2024-04-19 16:35:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3387,'Raw chips bucket','3',-0.05,'2024-04-19 17:20:58','1.69','6','newstock','1','','',0.00,'','1','1.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3388,'Raw chips bucket','3',1.00,'2024-04-19 17:20:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3389,'Raw chips bucket','1',-0.05,'2024-04-19 17:21:45','1.64','6','newstock','1','','',0.00,'','1','1.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3390,'Raw chips bucket','1',1.00,'2024-04-19 17:21:45','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3391,'Raw chips bucket','1',-0.05,'2024-04-19 19:32:38','1.59','6','newstock','1','','',0.00,'','1','1.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3392,'Raw chips bucket','1',1.00,'2024-04-19 19:32:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3393,'Raw chips bucket','1',-0.05,'2024-04-19 19:33:08','1.54','6','newstock','1','','',0.00,'','1','1.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3394,'Raw chips bucket','1',1.00,'2024-04-19 19:33:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3395,'Raw chips bucket','1',-0.09,'2024-04-19 19:34:08','1.49','6','newstock','1','','',0.00,'','1','1.399','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3396,'Raw chips bucket','1',2.00,'2024-04-19 19:34:08','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3397,'Raw chips bucket','3',-0.09,'2024-04-19 19:34:43','1.40','6','newstock','1','','',0.00,'','1','1.309','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3398,'Raw chips bucket','3',2.00,'2024-04-19 19:34:43','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3399,'Raw chips bucket','5',-0.05,'2024-04-19 19:34:46','1.31','6','newstock','1','','',0.00,'','1','1.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3400,'Raw chips bucket','5',1.00,'2024-04-19 19:34:46','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3401,'Raw chips bucket','1',-0.05,'2024-04-19 19:36:59','1.26','6','newstock','1','','',0.00,'','1','1.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3402,'Raw chips bucket','1',1.00,'2024-04-19 19:36:59','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3403,'Raw chips bucket','3',-0.05,'2024-04-19 19:41:38','1.21','6','newstock','1','','',0.00,'','1','1.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3404,'Raw chips bucket','3',1.00,'2024-04-19 19:41:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3405,'Raw chips bucket','3',-0.05,'2024-04-19 19:42:16','1.16','6','newstock','1','','',0.00,'','1','1.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3406,'Raw chips bucket','3',1.00,'2024-04-19 19:42:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3407,'Raw chips bucket','3',-0.05,'2024-04-19 19:42:19','1.11','6','newstock','1','','',0.00,'','1','1.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3408,'Raw chips bucket','3',1.00,'2024-04-19 19:42:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3409,'Chicken','',2.00,'2024-04-19 19:42:56','0.75','6','newstock','1','','',0.00,'','1','2.75','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3410,'Minute maid 1tr','',2.00,'2024-04-19 19:44:42','0.00','6','newstock','1','','',0.00,'','1','2','internal','1','27','','',0.00,'','160','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3411,'Raw chips bucket','1',-0.18,'2024-04-19 20:24:59','1.06','6','newstock','1','','',0.00,'','1','0.878','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3412,'Raw chips bucket','1',4.00,'2024-04-19 20:24:59','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3413,'Raw chips bucket','1',-0.14,'2024-04-19 20:37:33','0.88','6','newstock','1','','',0.00,'','1','0.7435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3414,'Raw chips bucket','1',3.00,'2024-04-19 20:37:33','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3415,'Raw chips bucket','1',-0.09,'2024-04-19 21:11:04','0.74','6','newstock','1','','',0.00,'','1','0.649','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3416,'Raw chips bucket','1',2.00,'2024-04-19 21:11:04','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3417,'Raw chips bucket','1',-0.09,'2024-04-19 21:35:40','0.65','6','newstock','1','','',0.00,'','1','0.559','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3418,'Raw chips bucket','1',2.00,'2024-04-19 21:35:40','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3419,'Raw chips bucket','1',-0.05,'2024-04-19 21:36:04','0.56','6','newstock','1','','',0.00,'','1','0.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3420,'Raw chips bucket','1',1.00,'2024-04-19 21:36:04','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3421,'Raw chips bucket','1',-0.05,'2024-04-20 12:25:48','0.51','6','newstock','1','','',0.00,'','1','0.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3422,'Raw chips bucket','1',1.00,'2024-04-20 12:25:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3423,'Raw chips bucket','1',-0.05,'2024-04-20 12:28:52','0.46','6','newstock','1','','',0.00,'','1','0.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3424,'Raw chips bucket','1',1.00,'2024-04-20 12:28:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3425,'Potatoes sack','2',-0.01,'2024-04-20 12:29:17','0.21','6','newstock','1','','',0.00,'','1','0.1999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3426,'Potatoes sack','2',1.00,'2024-04-20 12:29:17','3.00','6','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3427,'Raw chips bucket','1',-0.05,'2024-04-20 12:30:26','0.41','6','newstock','1','','',0.00,'','1','0.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3428,'Raw chips bucket','1',1.00,'2024-04-20 12:30:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3429,'Raw chips bucket','1',-0.05,'2024-04-20 12:32:22','0.36','6','newstock','1','','',0.00,'','1','0.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3430,'Raw chips bucket','1',1.00,'2024-04-20 12:32:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3431,'Raw chips bucket','1',-0.05,'2024-04-20 12:32:50','0.31','6','newstock','1','','',0.00,'','1','0.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3432,'Raw chips bucket','1',1.00,'2024-04-20 12:32:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3433,'Raw chips bucket','1',-0.05,'2024-04-20 12:33:16','0.26','6','newstock','1','','',0.00,'','1','0.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3434,'Raw chips bucket','1',1.00,'2024-04-20 12:33:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3435,'Raw chips bucket','1',-0.09,'2024-04-20 12:34:12','0.21','6','newstock','1','','',0.00,'','1','0.119','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3436,'Raw chips bucket','1',2.00,'2024-04-20 12:34:12','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3437,'Raw chips bucket','1',-0.05,'2024-04-20 14:28:29','0.12','6','newstock','1','','',0.00,'','1','0.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3438,'Raw chips bucket','1',1.00,'2024-04-20 14:28:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3439,'Raw chips bucket','',1.00,'2024-04-20 14:29:09','0.07','6','newstock','1','','',0.00,'','1','1.07','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3440,'Raw chips bucket','3',-0.18,'2024-04-20 14:29:22','1.07','6','newstock','1','','',0.00,'','1','0.888','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3441,'Raw chips bucket','3',4.00,'2024-04-20 14:29:22','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3442,'Raw chips bucket','1',-0.05,'2024-04-20 14:29:33','0.89','6','newstock','1','','',0.00,'','1','0.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3443,'Raw chips bucket','1',1.00,'2024-04-20 14:29:33','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3444,'Raw chips bucket','1',-0.09,'2024-04-20 14:30:35','0.84','6','newstock','1','','',0.00,'','1','0.749','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3445,'Raw chips bucket','1',2.00,'2024-04-20 14:30:35','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3446,'Raw chips bucket','3',-0.18,'2024-04-20 15:13:34','0.75','6','newstock','1','','',0.00,'','1','0.568','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3447,'Raw chips bucket','3',4.00,'2024-04-20 15:13:34','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3448,'Raw chips bucket','4',-0.09,'2024-04-20 15:14:02','0.57','6','newstock','1','','',0.00,'','1','0.479','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3449,'Raw chips bucket','4',2.00,'2024-04-20 15:14:02','2.00','6','newstock','1','','',0.00,'','1','4','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3450,'Raw chips bucket','1',-0.05,'2024-04-20 16:53:23','0.48','6','newstock','1','','',0.00,'','1','0.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3451,'Raw chips bucket','1',1.00,'2024-04-20 16:53:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3452,'Raw chips bucket','3',-0.09,'2024-04-20 16:55:45','0.43','6','newstock','1','','',0.00,'','1','0.339','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3453,'Raw chips bucket','3',2.00,'2024-04-20 16:55:45','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3454,'Raw chips bucket','1',-0.05,'2024-04-20 16:56:10','0.34','6','newstock','1','','',0.00,'','1','0.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3455,'Raw chips bucket','1',1.00,'2024-04-20 16:56:10','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3456,'Raw chips bucket','3',-0.05,'2024-04-20 16:59:17','0.29','6','newstock','1','','',0.00,'','1','0.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3457,'Raw chips bucket','3',1.00,'2024-04-20 16:59:17','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3458,'Raw chips bucket','3',-0.09,'2024-04-20 16:59:56','0.24','6','newstock','1','','',0.00,'','1','0.149','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3459,'Raw chips bucket','3',2.00,'2024-04-20 16:59:56','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3460,'Raw chips bucket','1',-0.05,'2024-04-20 17:00:02','0.15','6','newstock','1','','',0.00,'','1','0.1045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3461,'Raw chips bucket','1',1.00,'2024-04-20 17:00:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3462,'Raw chips bucket','3',-0.05,'2024-04-20 17:01:06','0.10','6','newstock','1','','',0.00,'','1','0.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3463,'Raw chips bucket','3',1.00,'2024-04-20 17:01:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3464,'Raw chips bucket','3',-0.05,'2024-04-20 17:03:04','0.05','6','newstock','1','','',0.00,'','1','0.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3465,'Raw chips bucket','3',1.00,'2024-04-20 17:03:04','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3466,'Chapati','',1.00,'2024-04-20 17:37:46','0.00','6','newstock','1','','',0.00,'','1','1','internal','1','15','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3467,'Raw chips bucket','',1.00,'2024-04-20 18:09:54','0.00','6','newstock','1','','',0.00,'','1','1','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3468,'Raw chips bucket','1',-0.18,'2024-04-20 18:10:06','1.00','6','newstock','1','','',0.00,'','1','0.818','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3469,'Raw chips bucket','1',4.00,'2024-04-20 18:10:06','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3470,'Raw chips bucket','1',-0.09,'2024-04-20 18:10:46','0.82','6','newstock','1','','',0.00,'','1','0.729','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3471,'Raw chips bucket','1',2.00,'2024-04-20 18:10:46','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3472,'Raw chips bucket','3',-0.09,'2024-04-20 18:11:32','0.73','6','newstock','1','','',0.00,'','1','0.639','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3473,'Raw chips bucket','3',2.00,'2024-04-20 18:11:32','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3474,'Raw chips bucket','1',-0.05,'2024-04-20 19:29:59','0.64','7','newstock','1','','',0.00,'','1','0.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3475,'Raw chips bucket','1',1.00,'2024-04-20 19:29:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3476,'Raw chips bucket','1',-0.05,'2024-04-20 19:36:17','0.59','7','newstock','1','','',0.00,'','1','0.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3477,'Raw chips bucket','1',1.00,'2024-04-20 19:36:17','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3478,'Potatoes sack','2',-0.03,'2024-04-20 19:54:03','0.21','7','newstock','1','','',0.00,'','1','0.1797','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3479,'Potatoes sack','2',3.00,'2024-04-20 19:54:03','3.00','7','newstock','1','','',0.00,'','1','6','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3480,'Raw chips bucket','3',-0.05,'2024-04-20 19:54:29','0.54','7','newstock','1','','',0.00,'','1','0.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3481,'Raw chips bucket','3',1.00,'2024-04-20 19:54:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3482,'Raw chips bucket','1',-0.05,'2024-04-20 19:56:29','0.49','7','newstock','1','','',0.00,'','1','0.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3483,'Raw chips bucket','1',1.00,'2024-04-20 19:56:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3484,'Potatoes sack','2',-0.01,'2024-04-20 19:57:06','0.18','7','newstock','1','','',0.00,'','1','0.1699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3485,'Potatoes sack','2',1.00,'2024-04-20 19:57:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3486,'Raw chips bucket','1',-0.09,'2024-04-20 19:57:59','0.44','7','newstock','1','','',0.00,'','1','0.349','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3487,'Raw chips bucket','1',2.00,'2024-04-20 19:57:59','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3488,'Potatoes sack','2',-0.02,'2024-04-20 20:00:20','0.17','7','newstock','1','','',0.00,'','1','0.1498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3489,'Potatoes sack','2',2.00,'2024-04-20 20:00:20','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3490,'Raw chips bucket','3',-0.14,'2024-04-20 20:01:46','0.35','7','newstock','1','','',0.00,'','1','0.2135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3491,'Raw chips bucket','3',3.00,'2024-04-20 20:01:46','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3492,'Raw chips bucket','1',-0.09,'2024-04-20 20:02:17','0.21','7','newstock','1','','',0.00,'','1','0.119','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3493,'Raw chips bucket','1',2.00,'2024-04-20 20:02:17','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3494,'Raw chips bucket','3',-0.05,'2024-04-20 20:02:43','0.12','7','newstock','1','','',0.00,'','1','0.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3495,'Raw chips bucket','3',1.00,'2024-04-20 20:02:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3496,'Potatoes sack','2',-0.01,'2024-04-20 20:02:55','0.15','7','newstock','1','','',0.00,'','1','0.1399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3497,'Potatoes sack','2',1.00,'2024-04-20 20:02:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3498,'Raw chips bucket','5',-0.05,'2024-04-20 20:04:22','0.07','7','newstock','1','','',0.00,'','1','0.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3499,'Raw chips bucket','5',1.00,'2024-04-20 20:04:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3500,'Raw chips bucket','',2.00,'2024-04-20 20:12:09','0.02','7','newstock','1','','',0.00,'','1','2.02','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3501,'Raw chips bucket','1',-0.05,'2024-04-20 20:12:21','2.02','7','newstock','1','','',0.00,'','1','1.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3502,'Raw chips bucket','1',1.00,'2024-04-20 20:12:21','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3503,'Raw chips bucket','1',-0.09,'2024-04-20 20:52:17','1.97','6','newstock','1','','',0.00,'','1','1.879','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3504,'Raw chips bucket','1',2.00,'2024-04-20 20:52:17','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3505,'Raw chips bucket','1',-0.09,'2024-04-20 20:54:30','1.88','6','newstock','1','','',0.00,'','1','1.789','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3506,'Raw chips bucket','1',2.00,'2024-04-20 20:54:30','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3507,'Raw chips bucket','3',-0.05,'2024-04-20 20:59:11','1.79','6','newstock','1','','',0.00,'','1','1.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3508,'Raw chips bucket','3',1.00,'2024-04-20 20:59:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3509,'Raw chips bucket','4',-0.09,'2024-04-21 13:05:53','1.74','7','newstock','1','','',0.00,'','1','1.649','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3510,'Raw chips bucket','4',2.00,'2024-04-21 13:05:53','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3511,'Raw chips bucket','3',-0.09,'2024-04-21 13:06:53','1.65','7','newstock','1','','',0.00,'','1','1.559','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3512,'Raw chips bucket','3',2.00,'2024-04-21 13:06:53','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3513,'Raw chips bucket','1',-0.09,'2024-04-21 13:08:59','1.56','7','newstock','1','','',0.00,'','1','1.469','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3514,'Raw chips bucket','1',2.00,'2024-04-21 13:08:59','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3515,'Chicken','',3.00,'2024-04-21 13:11:32','0.00','7','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3516,'Raw chips bucket','1',-0.05,'2024-04-21 13:14:59','1.47','7','newstock','1','','',0.00,'','1','1.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3517,'Raw chips bucket','1',1.00,'2024-04-21 13:14:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3518,'Potatoes sack','2',-0.02,'2024-04-21 13:16:03','0.14','7','newstock','1','','',0.00,'','1','0.1198','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3519,'Potatoes sack','2',2.00,'2024-04-21 13:16:03','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3520,'Raw chips bucket','1',-0.05,'2024-04-21 13:16:22','1.42','7','newstock','1','','',0.00,'','1','1.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3521,'Raw chips bucket','1',1.00,'2024-04-21 13:16:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3522,'Raw chips bucket','1',-0.09,'2024-04-21 13:17:40','1.37','7','newstock','1','','',0.00,'','1','1.279','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3523,'Raw chips bucket','1',2.00,'2024-04-21 13:17:40','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3524,'Raw chips bucket','1',-0.05,'2024-04-21 13:34:10','1.28','7','newstock','1','','',0.00,'','1','1.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3525,'Raw chips bucket','1',1.00,'2024-04-21 13:34:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3526,'Raw chips bucket','3',-0.09,'2024-04-21 13:35:36','1.23','7','newstock','1','','',0.00,'','1','1.139','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3527,'Raw chips bucket','3',2.00,'2024-04-21 13:35:36','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3528,'Raw chips bucket','1',-0.05,'2024-04-21 13:36:45','1.14','7','newstock','1','','',0.00,'','1','1.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3529,'Raw chips bucket','1',1.00,'2024-04-21 13:36:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3530,'Raw chips bucket','1',-0.14,'2024-04-21 13:37:15','1.09','7','newstock','1','','',0.00,'','1','0.9535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3531,'Raw chips bucket','1',3.00,'2024-04-21 13:37:15','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3532,'Potatoes sack','2',-0.02,'2024-04-21 13:45:37','0.12','7','newstock','1','','',0.00,'','1','0.0998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3533,'Potatoes sack','2',2.00,'2024-04-21 13:45:37','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3534,'Raw chips bucket','3',-0.09,'2024-04-21 13:45:50','0.95','7','newstock','1','','',0.00,'','1','0.859','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3535,'Raw chips bucket','3',2.00,'2024-04-21 13:45:50','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3536,'Raw chips bucket','3',-0.23,'2024-04-21 17:54:12','0.86','6','newstock','1','','',0.00,'','1','0.6325','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3537,'Raw chips bucket','3',5.00,'2024-04-21 17:54:12','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3538,'Raw chips bucket','3',-0.05,'2024-04-21 17:54:47','0.63','6','newstock','1','','',0.00,'','1','0.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3539,'Raw chips bucket','3',1.00,'2024-04-21 17:54:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3540,'Raw chips bucket','3',-0.05,'2024-04-22 13:54:09','0.58','6','newstock','1','','',0.00,'','1','0.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3541,'Raw chips bucket','3',1.00,'2024-04-22 13:54:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3542,'Raw chips bucket','1',-0.05,'2024-04-22 13:54:56','0.53','6','newstock','1','','',0.00,'','1','0.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3543,'Raw chips bucket','1',1.00,'2024-04-22 13:54:56','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3544,'Raw chips bucket','1',-0.05,'2024-04-22 13:57:49','0.48','6','newstock','1','','',0.00,'','1','0.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3545,'Raw chips bucket','1',1.00,'2024-04-22 13:57:49','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3546,'Raw chips bucket','1',-0.05,'2024-04-22 13:58:52','0.43','6','newstock','1','','',0.00,'','1','0.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3547,'Raw chips bucket','1',1.00,'2024-04-22 13:58:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3548,'Raw chips bucket','3',-0.05,'2024-04-22 14:00:01','0.38','6','newstock','1','','',0.00,'','1','0.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3549,'Raw chips bucket','3',1.00,'2024-04-22 14:00:01','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3550,'Raw chips bucket','1',-0.05,'2024-04-22 14:50:40','0.33','6','newstock','1','','',0.00,'','1','0.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3551,'Raw chips bucket','1',1.00,'2024-04-22 14:50:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3552,'Raw chips bucket','3',-0.05,'2024-04-22 14:52:21','0.28','6','newstock','1','','',0.00,'','1','0.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3553,'Raw chips bucket','3',1.00,'2024-04-22 14:52:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3554,'Raw chips bucket','1',-0.09,'2024-04-22 14:52:46','0.23','6','newstock','1','','',0.00,'','1','0.139','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3555,'Raw chips bucket','1',2.00,'2024-04-22 14:52:46','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3556,'Raw chips bucket','1',-0.14,'2024-04-22 14:53:25','0.14','6','newstock','1','','',0.00,'','1','0.0035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3557,'Raw chips bucket','1',3.00,'2024-04-22 14:53:25','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3558,'Raw chips bucket','',1.00,'2024-04-22 17:53:49','0.00','6','newstock','1','','',0.00,'','1','1','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3559,'Raw chips bucket','1',-0.05,'2024-04-22 17:54:25','1.00','6','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3560,'Raw chips bucket','1',1.00,'2024-04-22 17:54:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3561,'Raw chips bucket','1',-0.09,'2024-04-22 17:55:07','0.95','6','newstock','1','','',0.00,'','1','0.859','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3562,'Raw chips bucket','1',2.00,'2024-04-22 17:55:07','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3563,'Raw chips bucket','1',-0.05,'2024-04-22 17:55:36','0.86','6','newstock','1','','',0.00,'','1','0.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3564,'Raw chips bucket','1',1.00,'2024-04-22 17:55:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3565,'Raw chips bucket','1',-0.05,'2024-04-22 17:56:25','0.81','6','newstock','1','','',0.00,'','1','0.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3566,'Raw chips bucket','1',1.00,'2024-04-22 17:56:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3567,'Raw chips bucket','1',-0.05,'2024-04-22 18:36:48','0.76','6','newstock','1','','',0.00,'','1','0.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3568,'Raw chips bucket','1',1.00,'2024-04-22 18:36:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3569,'Raw chips bucket','3',-0.05,'2024-04-22 18:37:48','0.71','6','newstock','1','','',0.00,'','1','0.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3570,'Raw chips bucket','3',1.00,'2024-04-22 18:37:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3571,'Potatoes sack','2',-0.01,'2024-04-22 18:37:52','0.10','6','newstock','1','','',0.00,'','1','0.0899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3572,'Potatoes sack','2',1.00,'2024-04-22 18:37:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3573,'Chicken','',1.00,'2024-04-22 18:38:43','0.25','6','newstock','1','','',0.00,'','1','1.25','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3574,'Raw chips bucket','1',-0.09,'2024-04-22 18:40:41','0.66','6','newstock','1','','',0.00,'','1','0.569','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3575,'Raw chips bucket','1',2.00,'2024-04-22 18:40:41','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3576,'Raw chips bucket','1',-0.05,'2024-04-22 18:55:28','0.57','6','newstock','1','','',0.00,'','1','0.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3577,'Raw chips bucket','1',1.00,'2024-04-22 18:55:28','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3578,'Raw chips bucket','3',-0.14,'2024-04-22 18:57:16','0.52','6','newstock','1','','',0.00,'','1','0.3835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3579,'Raw chips bucket','3',3.00,'2024-04-22 18:57:16','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3580,'Potatoes sack','2',-0.01,'2024-04-22 18:57:31','0.09','6','newstock','1','','',0.00,'','1','0.0799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3581,'Potatoes sack','2',1.00,'2024-04-22 18:57:31','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3582,'Raw chips bucket','1',-0.05,'2024-04-22 20:21:36','0.38','6','newstock','1','','',0.00,'','1','0.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3583,'Raw chips bucket','1',1.00,'2024-04-22 20:21:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3584,'Chicken','',3.00,'2024-04-23 12:27:17','0.75','7','newstock','1','','',0.00,'','1','3.75','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3585,'Raw chips bucket','1',-0.05,'2024-04-23 12:33:16','0.33','7','newstock','1','','',0.00,'','1','0.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3586,'Raw chips bucket','1',1.00,'2024-04-23 12:33:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3587,'Raw chips bucket','1',-0.05,'2024-04-23 12:33:54','0.28','7','newstock','1','','',0.00,'','1','0.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3588,'Raw chips bucket','1',1.00,'2024-04-23 12:33:54','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3589,'Potatoes sack','2',-0.02,'2024-04-23 13:27:12','0.08','7','newstock','1','','',0.00,'','1','0.0598','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3590,'Potatoes sack','2',2.00,'2024-04-23 13:27:12','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3591,'Raw chips bucket','1',-0.18,'2024-04-23 13:27:43','0.23','7','newstock','1','','',0.00,'','1','0.048','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3592,'Raw chips bucket','1',4.00,'2024-04-23 13:27:43','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3593,'Raw chips bucket','',2.00,'2024-04-23 13:28:58','0.05','7','newstock','1','','',0.00,'','1','2.05','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3594,'Raw chips bucket','1',-0.14,'2024-04-23 13:29:05','2.05','7','newstock','1','','',0.00,'','1','1.9135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3595,'Raw chips bucket','1',3.00,'2024-04-23 13:29:05','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3596,'Raw chips bucket','3',-0.14,'2024-04-23 13:29:29','1.91','7','newstock','1','','',0.00,'','1','1.7735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3597,'Raw chips bucket','3',3.00,'2024-04-23 13:29:29','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3598,'Raw chips bucket','1',-0.05,'2024-04-23 14:04:00','1.77','7','newstock','1','','',0.00,'','1','1.7245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3599,'Raw chips bucket','1',1.00,'2024-04-23 14:04:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3600,'Potatoes sack','2',-0.01,'2024-04-23 14:08:24','0.06','7','newstock','1','','',0.00,'','1','0.0499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3601,'Potatoes sack','2',1.00,'2024-04-23 14:08:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3602,'Raw chips bucket','3',-0.05,'2024-04-23 14:34:05','1.72','7','newstock','1','','',0.00,'','1','1.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3603,'Raw chips bucket','3',1.00,'2024-04-23 14:34:05','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3604,'Raw chips bucket','1',-0.05,'2024-04-23 14:35:41','1.67','7','newstock','1','','',0.00,'','1','1.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3605,'Raw chips bucket','1',1.00,'2024-04-23 14:35:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3606,'Raw chips bucket','1',-0.05,'2024-04-23 14:47:03','1.62','7','newstock','1','','',0.00,'','1','1.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3607,'Raw chips bucket','1',1.00,'2024-04-23 14:47:03','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3608,'Raw chips bucket','3',-0.05,'2024-04-23 15:10:49','1.57','7','newstock','1','','',0.00,'','1','1.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3609,'Raw chips bucket','3',1.00,'2024-04-23 15:10:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3610,'Raw chips bucket','5',-0.09,'2024-04-23 15:18:37','1.52','7','newstock','1','','',0.00,'','1','1.429','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3611,'Raw chips bucket','5',2.00,'2024-04-23 15:18:37','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3612,'Potatoes sack','2',-0.01,'2024-04-23 16:22:03','0.05','7','newstock','1','','',0.00,'','1','0.0399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3613,'Potatoes sack','2',1.00,'2024-04-23 16:22:03','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3614,'Raw chips bucket','4',-0.05,'2024-04-23 16:22:24','1.43','7','newstock','1','','',0.00,'','1','1.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3615,'Raw chips bucket','4',1.00,'2024-04-23 16:22:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3616,'Potatoes sack','2',-0.01,'2024-04-23 16:27:26','0.04','7','newstock','1','','',0.00,'','1','0.0299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3617,'Potatoes sack','2',1.00,'2024-04-23 16:27:26','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3618,'Raw chips bucket','3',-0.05,'2024-04-23 17:16:02','1.38','7','newstock','1','','',0.00,'','1','1.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3619,'Raw chips bucket','3',1.00,'2024-04-23 17:16:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3620,'Raw chips bucket','1',-0.05,'2024-04-23 17:26:53','1.33','7','newstock','1','','',0.00,'','1','1.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3621,'Raw chips bucket','1',1.00,'2024-04-23 17:26:53','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3622,'Raw chips bucket','1',-0.05,'2024-04-23 17:47:34','1.28','7','newstock','1','','',0.00,'','1','1.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3623,'Raw chips bucket','1',1.00,'2024-04-23 17:47:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3624,'Raw chips bucket','1',-0.05,'2024-04-23 17:52:10','1.23','7','newstock','1','','',0.00,'','1','1.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3625,'Raw chips bucket','1',1.00,'2024-04-23 17:52:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3626,'Raw chips bucket','1',-0.09,'2024-04-23 18:24:22','1.18','7','newstock','1','','',0.00,'','1','1.089','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3627,'Raw chips bucket','1',2.00,'2024-04-23 18:24:22','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3628,'Potatoes sack','2',-0.01,'2024-04-23 18:29:36','0.03','7','newstock','1','','',0.00,'','1','0.0199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3629,'Potatoes sack','2',1.00,'2024-04-23 18:29:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3630,'Raw chips bucket','3',-0.05,'2024-04-23 18:41:41','1.09','7','newstock','1','','',0.00,'','1','1.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3631,'Raw chips bucket','3',1.00,'2024-04-23 18:41:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3632,'Raw chips bucket','1',-0.05,'2024-04-23 18:42:20','1.04','7','newstock','1','','',0.00,'','1','0.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3633,'Raw chips bucket','1',1.00,'2024-04-23 18:42:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3634,'Potatoes sack','2',-0.01,'2024-04-23 19:28:07','0.02','7','newstock','1','','',0.00,'','1','0.0099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3635,'Potatoes sack','2',1.00,'2024-04-23 19:28:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3636,'Raw chips bucket','1',-0.05,'2024-04-23 19:28:54','0.99','7','newstock','1','','',0.00,'','1','0.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3637,'Raw chips bucket','1',1.00,'2024-04-23 19:28:54','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3638,'Raw chips bucket','1',-0.09,'2024-04-23 19:48:19','0.94','7','newstock','1','','',0.00,'','1','0.849','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3639,'Raw chips bucket','1',2.00,'2024-04-23 19:48:19','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3640,'Raw chips bucket','1',-0.05,'2024-04-23 19:50:42','0.85','7','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3641,'Raw chips bucket','1',1.00,'2024-04-23 19:50:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3642,'Raw chips bucket','3',-0.09,'2024-04-23 19:51:23','0.80','7','newstock','1','','',0.00,'','1','0.709','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3643,'Raw chips bucket','3',2.00,'2024-04-23 19:51:23','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3644,'Raw chips bucket','1',-0.05,'2024-04-23 19:52:04','0.71','7','newstock','1','','',0.00,'','1','0.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3645,'Raw chips bucket','1',1.00,'2024-04-23 19:52:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3646,'Raw chips bucket','5',-0.05,'2024-04-23 19:53:30','0.66','7','newstock','1','','',0.00,'','1','0.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3647,'Raw chips bucket','5',1.00,'2024-04-23 19:53:30','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3648,'Raw chips bucket','1',-0.05,'2024-04-23 19:54:01','0.61','7','newstock','1','','',0.00,'','1','0.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3649,'Raw chips bucket','1',1.00,'2024-04-23 19:54:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3650,'Raw chips bucket','3',-0.05,'2024-04-23 20:33:48','0.56','7','newstock','1','','',0.00,'','1','0.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3651,'Raw chips bucket','3',1.00,'2024-04-23 20:33:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3652,'Raw chips bucket','1',-0.05,'2024-04-23 20:34:37','0.51','7','newstock','1','','',0.00,'','1','0.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3653,'Raw chips bucket','1',1.00,'2024-04-23 20:34:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3654,'Raw chips bucket','1',-0.05,'2024-04-23 20:35:26','0.46','7','newstock','1','','',0.00,'','1','0.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3655,'Raw chips bucket','1',1.00,'2024-04-23 20:35:26','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3656,'Raw chips bucket','1',-0.05,'2024-04-23 21:04:29','0.41','7','newstock','1','','',0.00,'','1','0.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3657,'Raw chips bucket','1',1.00,'2024-04-23 21:04:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3658,'Raw chips bucket','4',-0.05,'2024-04-23 21:28:26','0.36','7','newstock','1','','',0.00,'','1','0.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3659,'Raw chips bucket','4',1.00,'2024-04-23 21:28:26','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3660,'Raw chips bucket','',2.00,'2024-04-23 21:31:47','0.31','7','newstock','1','','',0.00,'','1','2.31','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3661,'Raw chips bucket','',2.00,'2024-04-23 21:32:31','2.31','7','newstock','1','','',0.00,'','1','4.31','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3662,'Raw chips bucket','1',-0.05,'2024-04-23 21:33:08','4.31','7','newstock','1','','',0.00,'','1','4.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3663,'Raw chips bucket','1',1.00,'2024-04-23 21:33:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3664,'Raw chips bucket','',1.00,'2024-04-23 21:34:09','4.26','7','newstock','1','','',0.00,'','1','5.26','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3665,'Raw chips bucket','1',-0.05,'2024-04-24 12:21:28','5.26','6','newstock','1','','',0.00,'','1','5.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3666,'Raw chips bucket','1',1.00,'2024-04-24 12:21:28','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3667,'Raw chips bucket','3',-0.05,'2024-04-24 12:21:38','5.21','6','newstock','1','','',0.00,'','1','5.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3668,'Raw chips bucket','3',1.00,'2024-04-24 12:21:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3669,'Raw chips bucket','',1.00,'2024-04-24 13:49:52','5.16','6','newstock','1','','',0.00,'','1','6.16','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3670,'Potatoes sack','',1.00,'2024-04-24 15:08:37','0.01','6','newstock','1','','',4500.00,'','1','1.01','internal','1','37','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3671,'Potatoes sack','2',-0.01,'2024-04-24 15:11:12','1.01','6','newstock','1','','',0.00,'','1','0.9999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3672,'Potatoes sack','2',1.00,'2024-04-24 15:11:12','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3673,'Raw chips bucket','3',-0.05,'2024-04-24 15:11:14','6.16','6','newstock','1','','',0.00,'','1','6.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3674,'Raw chips bucket','3',1.00,'2024-04-24 15:11:14','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3675,'Potatoes sack','2',-0.02,'2024-04-24 15:12:10','1.00','6','newstock','1','','',0.00,'','1','0.9798','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3676,'Potatoes sack','2',2.00,'2024-04-24 15:12:10','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3677,'Raw chips bucket','1',-0.05,'2024-04-24 15:12:15','6.11','6','newstock','1','','',0.00,'','1','6.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3678,'Raw chips bucket','1',1.00,'2024-04-24 15:12:15','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3679,'Raw chips bucket','5',-0.05,'2024-04-24 15:12:21','6.06','6','newstock','1','','',0.00,'','1','6.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3680,'Raw chips bucket','5',1.00,'2024-04-24 15:12:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3681,'Raw chips bucket','1',-0.05,'2024-04-24 15:13:11','6.01','6','newstock','1','','',0.00,'','1','5.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3682,'Raw chips bucket','1',1.00,'2024-04-24 15:13:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3683,'Potatoes sack','2',-0.02,'2024-04-24 15:18:25','0.98','6','newstock','1','','',0.00,'','1','0.9598','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3684,'Potatoes sack','2',2.00,'2024-04-24 15:18:25','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3685,'Raw chips bucket','1',-0.05,'2024-04-24 15:20:15','5.96','6','newstock','1','','',0.00,'','1','5.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3686,'Raw chips bucket','1',1.00,'2024-04-24 15:20:15','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3687,'Raw chips bucket','3',-0.05,'2024-04-24 15:26:51','5.91','6','newstock','1','','',0.00,'','1','5.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3688,'Raw chips bucket','3',1.00,'2024-04-24 15:26:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3689,'Potatoes sack','2',-0.01,'2024-04-24 15:26:55','0.96','6','newstock','1','','',0.00,'','1','0.9499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3690,'Potatoes sack','2',1.00,'2024-04-24 15:26:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3691,'Raw chips bucket','1',-0.05,'2024-04-24 15:27:57','5.86','6','newstock','1','','',0.00,'','1','5.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3692,'Raw chips bucket','1',1.00,'2024-04-24 15:27:57','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3693,'Raw chips bucket','4',-0.09,'2024-04-24 15:28:22','5.81','6','newstock','1','','',0.00,'','1','5.719','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3694,'Raw chips bucket','4',2.00,'2024-04-24 15:28:22','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3695,'Potatoes sack','2',-0.01,'2024-04-24 15:28:50','0.95','6','newstock','1','','',0.00,'','1','0.9399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3696,'Potatoes sack','2',1.00,'2024-04-24 15:28:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3697,'Raw chips bucket','1',-0.14,'2024-04-24 15:29:22','5.72','6','newstock','1','','',0.00,'','1','5.5835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3698,'Raw chips bucket','1',3.00,'2024-04-24 15:29:22','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3699,'Raw chips bucket','1',-0.09,'2024-04-24 15:41:25','5.58','6','newstock','1','','',0.00,'','1','5.489','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3700,'Raw chips bucket','1',2.00,'2024-04-24 15:41:25','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3701,'Raw chips bucket','3',-0.09,'2024-04-24 19:20:57','5.49','6','newstock','1','','',0.00,'','1','5.399','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3702,'Raw chips bucket','3',2.00,'2024-04-24 19:20:57','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3703,'Raw chips bucket','1',-0.05,'2024-04-24 19:21:12','5.40','6','newstock','1','','',0.00,'','1','5.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3704,'Raw chips bucket','1',1.00,'2024-04-24 19:21:12','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3705,'Raw chips bucket','1',-0.05,'2024-04-24 19:21:51','5.35','6','newstock','1','','',0.00,'','1','5.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3706,'Raw chips bucket','1',1.00,'2024-04-24 19:21:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3707,'Raw chips bucket','1',-0.05,'2024-04-24 19:21:59','5.30','6','newstock','1','','',0.00,'','1','5.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3708,'Raw chips bucket','1',1.00,'2024-04-24 19:21:59','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3709,'Raw chips bucket','4',-0.09,'2024-04-24 19:22:45','5.25','6','newstock','1','','',0.00,'','1','5.159','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3710,'Raw chips bucket','4',2.00,'2024-04-24 19:22:45','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3711,'Raw chips bucket','3',-0.05,'2024-04-24 19:23:11','5.16','6','newstock','1','','',0.00,'','1','5.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3712,'Raw chips bucket','3',1.00,'2024-04-24 19:23:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3713,'Raw chips bucket','1',-0.05,'2024-04-24 19:24:00','5.11','6','newstock','1','','',0.00,'','1','5.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3714,'Raw chips bucket','1',1.00,'2024-04-24 19:24:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3715,'Raw chips bucket','1',-0.05,'2024-04-24 19:25:12','5.06','6','newstock','1','','',0.00,'','1','5.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3716,'Raw chips bucket','1',1.00,'2024-04-24 19:25:12','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3717,'Raw chips bucket','1',-0.05,'2024-04-24 19:25:38','5.01','6','newstock','1','','',0.00,'','1','4.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3718,'Raw chips bucket','1',1.00,'2024-04-24 19:25:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3719,'Raw chips bucket','1',-0.05,'2024-04-24 19:26:27','4.96','6','newstock','1','','',0.00,'','1','4.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3720,'Raw chips bucket','1',1.00,'2024-04-24 19:26:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3721,'Raw chips bucket','4',-0.05,'2024-04-24 19:26:54','4.91','6','newstock','1','','',0.00,'','1','4.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3722,'Raw chips bucket','4',1.00,'2024-04-24 19:26:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3723,'Raw chips bucket','1',-0.05,'2024-04-24 19:26:57','4.86','6','newstock','1','','',0.00,'','1','4.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3724,'Raw chips bucket','1',1.00,'2024-04-24 19:26:57','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3725,'Raw chips bucket','1',-0.09,'2024-04-24 19:32:30','4.81','6','newstock','1','','',0.00,'','1','4.719','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3726,'Raw chips bucket','1',2.00,'2024-04-24 19:32:30','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3727,'Raw chips bucket','3',-0.05,'2024-04-24 21:18:37','4.72','6','newstock','1','','',0.00,'','1','4.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3728,'Raw chips bucket','3',1.00,'2024-04-24 21:18:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3729,'Raw chips bucket','3',-0.05,'2024-04-24 21:19:02','4.67','6','newstock','1','','',0.00,'','1','4.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3730,'Raw chips bucket','3',1.00,'2024-04-24 21:19:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3731,'Raw chips bucket','1',-0.09,'2024-04-24 21:19:27','4.62','6','newstock','1','','',0.00,'','1','4.529','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3732,'Raw chips bucket','1',2.00,'2024-04-24 21:19:27','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3733,'Raw chips bucket','1',-0.05,'2024-04-24 21:20:06','4.53','6','newstock','1','','',0.00,'','1','4.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3734,'Raw chips bucket','1',1.00,'2024-04-24 21:20:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3735,'Potatoes sack','2',-0.05,'2024-04-25 11:42:54','0.94','6','newstock','1','','',0.00,'','1','0.8895','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3736,'Potatoes sack','2',5.00,'2024-04-25 11:42:54','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3737,'Raw chips bucket','1',-0.05,'2024-04-25 13:08:27','4.48','6','newstock','1','','',0.00,'','1','4.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3738,'Raw chips bucket','1',1.00,'2024-04-25 13:08:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3739,'Potatoes sack','2',-0.01,'2024-04-25 13:09:17','0.89','6','newstock','1','','',0.00,'','1','0.8799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3740,'Potatoes sack','2',1.00,'2024-04-25 13:09:17','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3741,'Potatoes sack','2',-0.02,'2024-04-25 16:15:43','0.88','6','newstock','1','','',0.00,'','1','0.8598','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3742,'Potatoes sack','2',2.00,'2024-04-25 16:15:43','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3743,'Raw chips bucket','3',-0.05,'2024-04-25 16:16:21','4.43','6','newstock','1','','',0.00,'','1','4.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3744,'Raw chips bucket','3',1.00,'2024-04-25 16:16:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3745,'Raw chips bucket','1',-0.05,'2024-04-25 16:16:51','4.38','6','newstock','1','','',0.00,'','1','4.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3746,'Raw chips bucket','1',1.00,'2024-04-25 16:16:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3747,'Potatoes sack','2',-0.02,'2024-04-25 16:20:59','0.86','6','newstock','1','','',0.00,'','1','0.8398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3748,'Potatoes sack','2',2.00,'2024-04-25 16:20:59','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3749,'Raw chips bucket','1',-0.05,'2024-04-25 16:41:49','4.33','6','newstock','1','','',0.00,'','1','4.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3750,'Raw chips bucket','1',1.00,'2024-04-25 16:41:49','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3751,'Raw chips bucket','1',-0.05,'2024-04-25 16:42:01','4.28','6','newstock','1','','',0.00,'','1','4.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3752,'Raw chips bucket','1',1.00,'2024-04-25 16:42:01','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3753,'Potatoes sack','2',-0.02,'2024-04-25 16:42:41','0.84','6','newstock','1','','',0.00,'','1','0.8198','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3754,'Potatoes sack','2',2.00,'2024-04-25 16:42:41','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3755,'Raw chips bucket','1',-0.09,'2024-04-25 16:43:07','4.23','6','newstock','1','','',0.00,'','1','4.139','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3756,'Raw chips bucket','1',2.00,'2024-04-25 16:43:07','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3757,'Bottled soda 300ml','',3.00,'2024-04-25 16:49:17','1.00','6','newstock','1','','',0.00,'','1','4','internal','1','22','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3758,'Raw chips bucket','1',-0.05,'2024-04-25 16:51:39','4.14','6','newstock','1','','',0.00,'','1','4.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3759,'Raw chips bucket','1',1.00,'2024-04-25 16:51:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3760,'Raw chips bucket','3',-0.09,'2024-04-25 17:24:57','4.09','6','newstock','1','','',0.00,'','1','3.999','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3761,'Raw chips bucket','3',2.00,'2024-04-25 17:24:57','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3762,'Raw chips bucket','5',-0.05,'2024-04-25 17:25:14','4.00','6','newstock','1','','',0.00,'','1','3.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3763,'Raw chips bucket','5',1.00,'2024-04-25 17:25:14','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3764,'Raw chips bucket','3',-0.09,'2024-04-25 18:50:00','3.95','6','newstock','1','','',0.00,'','1','3.859','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3765,'Raw chips bucket','3',2.00,'2024-04-25 18:50:00','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3766,'Raw chips bucket','3',-0.05,'2024-04-25 18:50:49','3.86','6','newstock','1','','',0.00,'','1','3.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3767,'Raw chips bucket','3',1.00,'2024-04-25 18:50:49','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3768,'Raw chips bucket','1',-0.05,'2024-04-25 18:52:00','3.81','6','newstock','1','','',0.00,'','1','3.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3769,'Raw chips bucket','1',1.00,'2024-04-25 18:52:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3770,'Potatoes sack','2',-0.01,'2024-04-25 19:28:09','0.82','6','newstock','1','','',0.00,'','1','0.8099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3771,'Potatoes sack','2',1.00,'2024-04-25 19:28:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3772,'Raw chips bucket','1',-0.05,'2024-04-25 19:51:25','3.76','6','newstock','1','','',0.00,'','1','3.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3773,'Raw chips bucket','1',1.00,'2024-04-25 19:51:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3774,'Raw chips bucket','1',-0.05,'2024-04-25 19:52:13','3.71','6','newstock','1','','',0.00,'','1','3.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3775,'Raw chips bucket','1',1.00,'2024-04-25 19:52:13','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3776,'Potatoes sack','2',-0.01,'2024-04-25 19:52:19','0.81','6','newstock','1','','',0.00,'','1','0.7999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3777,'Potatoes sack','2',1.00,'2024-04-25 19:52:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3778,'Raw chips bucket','1',-0.09,'2024-04-25 20:42:32','3.66','7','newstock','1','','',0.00,'','1','3.569','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3779,'Raw chips bucket','1',2.00,'2024-04-25 20:42:32','1.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3780,'Raw chips bucket','1',-0.09,'2024-04-25 20:44:22','3.57','7','newstock','1','','',0.00,'','1','3.479','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3781,'Raw chips bucket','1',2.00,'2024-04-25 20:44:22','1.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3782,'Potatoes sack','2',-0.01,'2024-04-25 20:45:28','0.80','7','newstock','1','','',0.00,'','1','0.7899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3783,'Potatoes sack','2',1.00,'2024-04-25 20:45:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3784,'Raw chips bucket','3',-0.09,'2024-04-25 20:45:57','3.48','7','newstock','1','','',0.00,'','1','3.389','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3785,'Raw chips bucket','3',2.00,'2024-04-25 20:45:57','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3786,'Raw chips bucket','4',-0.05,'2024-04-25 20:46:10','3.39','7','newstock','1','','',0.00,'','1','3.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3787,'Raw chips bucket','4',1.00,'2024-04-25 20:46:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3788,'Raw chips bucket','1',-0.14,'2024-04-25 20:46:46','3.34','7','newstock','1','','',0.00,'','1','3.2035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3789,'Raw chips bucket','1',3.00,'2024-04-25 20:46:46','1.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3790,'Sausages','',26.00,'2024-04-25 20:48:03','0.00','7','newstock','1','','',0.00,'','1','26','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3791,'Raw chips bucket','1',-0.09,'2024-04-25 20:49:44','3.20','7','newstock','1','','',0.00,'','1','3.109','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3792,'Raw chips bucket','1',2.00,'2024-04-25 20:49:44','1.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3793,'Potatoes sack','2',-0.02,'2024-04-26 14:18:48','0.79','6','newstock','1','','',0.00,'','1','0.7698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3794,'Potatoes sack','2',2.00,'2024-04-26 14:18:48','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3795,'Raw chips bucket','1',-0.05,'2024-04-26 14:22:27','3.11','6','newstock','1','','',0.00,'','1','3.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3796,'Raw chips bucket','1',1.00,'2024-04-26 14:22:27','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3797,'Raw chips bucket','1',-0.09,'2024-04-26 14:23:33','3.06','6','newstock','1','','',0.00,'','1','2.969','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3798,'Raw chips bucket','1',2.00,'2024-04-26 14:23:33','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3799,'Raw chips bucket','4',-0.05,'2024-04-26 14:24:03','2.97','6','newstock','1','','',0.00,'','1','2.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3800,'Raw chips bucket','4',1.00,'2024-04-26 14:24:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3801,'Raw chips bucket','1',-0.05,'2024-04-26 14:24:06','2.92','6','newstock','1','','',0.00,'','1','2.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3802,'Raw chips bucket','1',1.00,'2024-04-26 14:24:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3803,'Raw chips bucket','1',-0.05,'2024-04-26 14:25:12','2.87','6','newstock','1','','',0.00,'','1','2.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3804,'Raw chips bucket','1',1.00,'2024-04-26 14:25:12','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3805,'Raw chips bucket','1',-0.09,'2024-04-26 18:42:24','2.82','7','newstock','1','','',0.00,'','1','2.729','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3806,'Raw chips bucket','1',2.00,'2024-04-26 18:42:24','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3807,'3/4 Chicken','',2.00,'2024-04-26 18:45:10','4.00','7','newstock','1','','',0.00,'','1','6','internal','1','9','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3808,'Chicken','',3.00,'2024-04-26 19:16:39','0.00','7','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3809,'Raw chips bucket','3',-0.09,'2024-04-26 20:10:08','2.73','6','newstock','1','','',0.00,'','1','2.639','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3810,'Raw chips bucket','3',2.00,'2024-04-26 20:10:08','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3811,'Raw chips bucket','3',-0.05,'2024-04-26 20:10:51','2.73','6','newstock','1','','',0.00,'','1','2.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3812,'Raw chips bucket','3',1.00,'2024-04-26 20:10:51','2.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3813,'Raw chips bucket','3',-0.05,'2024-04-26 20:11:54','2.68','6','newstock','1','','',0.00,'','1','2.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3814,'Raw chips bucket','3',1.00,'2024-04-26 20:11:54','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3815,'Raw chips bucket','1',-0.14,'2024-04-26 20:11:56','2.63','6','newstock','1','','',0.00,'','1','2.4935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3816,'Raw chips bucket','1',3.00,'2024-04-26 20:11:56','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3817,'Raw chips bucket','4',-0.05,'2024-04-26 20:12:31','2.49','6','newstock','1','','',0.00,'','1','2.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3818,'Raw chips bucket','4',1.00,'2024-04-26 20:12:31','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3819,'Raw chips bucket','4',-0.05,'2024-04-26 20:14:37','2.44','6','newstock','1','','',0.00,'','1','2.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3820,'Raw chips bucket','4',1.00,'2024-04-26 20:14:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3821,'Raw chips bucket','3',-0.05,'2024-04-26 20:16:21','2.39','6','newstock','1','','',0.00,'','1','2.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3822,'Raw chips bucket','3',1.00,'2024-04-26 20:16:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3823,'Raw chips bucket','1',-0.05,'2024-04-26 20:17:49','2.34','6','newstock','1','','',0.00,'','1','2.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3824,'Raw chips bucket','1',1.00,'2024-04-26 20:17:49','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3825,'Raw chips bucket','1',-0.05,'2024-04-26 20:18:08','2.29','6','newstock','1','','',0.00,'','1','2.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3826,'Raw chips bucket','1',1.00,'2024-04-26 20:18:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3827,'Raw chips bucket','1',-0.14,'2024-04-26 20:18:32','2.24','6','newstock','1','','',0.00,'','1','2.1035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3828,'Raw chips bucket','1',3.00,'2024-04-26 20:18:32','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3829,'Raw chips bucket','1',-0.09,'2024-04-26 20:19:26','2.10','6','newstock','1','','',0.00,'','1','2.009','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3830,'Raw chips bucket','1',2.00,'2024-04-26 20:19:26','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3831,'Raw chips bucket','1',-0.09,'2024-04-26 20:20:09','2.01','6','newstock','1','','',0.00,'','1','1.919','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3832,'Raw chips bucket','1',2.00,'2024-04-26 20:20:09','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3833,'Raw chips bucket','1',-0.09,'2024-04-26 20:20:39','1.92','6','newstock','1','','',0.00,'','1','1.829','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3834,'Raw chips bucket','1',2.00,'2024-04-26 20:20:39','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3835,'Raw chips bucket','1',-0.05,'2024-04-26 20:21:42','1.83','6','newstock','1','','',0.00,'','1','1.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3836,'Raw chips bucket','1',1.00,'2024-04-26 20:21:42','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3837,'Potatoes sack','2',-0.04,'2024-04-26 20:23:09','0.77','6','newstock','1','','',0.00,'','1','0.7296','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3838,'Potatoes sack','2',4.00,'2024-04-26 20:23:09','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3839,'Potatoes sack','2',-0.01,'2024-04-26 20:24:03','0.73','6','newstock','1','','',0.00,'','1','0.7199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3840,'Potatoes sack','2',1.00,'2024-04-26 20:24:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3841,'Raw chips bucket','1',-0.14,'2024-04-26 20:24:42','1.78','6','newstock','1','','',0.00,'','1','1.6435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3842,'Raw chips bucket','1',3.00,'2024-04-26 20:24:42','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3843,'Potatoes sack','2',-0.01,'2024-04-26 20:25:18','0.72','6','newstock','1','','',0.00,'','1','0.7099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3844,'Potatoes sack','2',1.00,'2024-04-26 20:25:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3845,'Raw chips bucket','1',-0.18,'2024-04-26 20:26:14','1.64','6','newstock','1','','',0.00,'','1','1.458','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3846,'Raw chips bucket','1',4.00,'2024-04-26 20:26:14','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3847,'Raw chips bucket','1',-0.18,'2024-04-26 20:28:17','1.46','6','newstock','1','','',0.00,'','1','1.278','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3848,'Raw chips bucket','1',4.00,'2024-04-26 20:28:17','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3849,'Raw chips bucket','1',-0.23,'2024-04-26 20:32:34','1.28','6','newstock','1','','',0.00,'','1','1.0525','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3850,'Raw chips bucket','1',5.00,'2024-04-26 20:32:34','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3851,'Raw chips bucket','3',-0.05,'2024-04-27 15:45:10','1.05','6','newstock','1','','',0.00,'','1','1.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3852,'Raw chips bucket','3',1.00,'2024-04-27 15:45:10','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3853,'Raw chips bucket','5',-0.05,'2024-04-27 15:45:15','1.00','6','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3854,'Raw chips bucket','5',1.00,'2024-04-27 15:45:15','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3855,'Raw chips bucket','4',-0.05,'2024-04-27 15:45:20','0.95','6','newstock','1','','',0.00,'','1','0.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3856,'Raw chips bucket','4',1.00,'2024-04-27 15:45:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3857,'Raw chips bucket','3',-0.05,'2024-04-27 15:46:26','0.90','6','newstock','1','','',0.00,'','1','0.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3858,'Raw chips bucket','3',1.00,'2024-04-27 15:46:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3859,'Raw chips bucket','3',-0.05,'2024-04-27 15:47:04','0.85','6','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3860,'Raw chips bucket','3',1.00,'2024-04-27 15:47:04','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3861,'Raw chips bucket','4',-0.05,'2024-04-27 15:47:10','0.80','6','newstock','1','','',0.00,'','1','0.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3862,'Raw chips bucket','4',1.00,'2024-04-27 15:47:10','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3863,'Potatoes sack','2',-0.01,'2024-04-27 15:47:25','0.71','6','newstock','1','','',0.00,'','1','0.6999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3864,'Potatoes sack','2',1.00,'2024-04-27 15:47:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3865,'Raw chips bucket','4',-0.05,'2024-04-27 15:49:09','0.75','6','newstock','1','','',0.00,'','1','0.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3866,'Raw chips bucket','4',1.00,'2024-04-27 15:49:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3867,'Raw chips bucket','1',-0.09,'2024-04-27 15:49:45','0.70','6','newstock','1','','',0.00,'','1','0.609','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3868,'Raw chips bucket','1',2.00,'2024-04-27 15:49:45','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3869,'Raw chips bucket','3',-0.09,'2024-04-27 16:06:06','0.61','6','newstock','1','','',0.00,'','1','0.519','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3870,'Raw chips bucket','3',2.00,'2024-04-27 16:06:06','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3871,'Raw chips bucket','1',-0.05,'2024-04-27 16:08:45','0.52','6','newstock','1','','',0.00,'','1','0.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3872,'Raw chips bucket','1',1.00,'2024-04-27 16:08:45','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3873,'Smokie','',44.00,'2024-04-27 16:11:37','0.00','6','newstock','1','','',0.00,'','1','44','internal','1','17','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3874,'Raw chips bucket','1',-0.14,'2024-04-27 16:12:37','0.47','6','newstock','1','','',0.00,'','1','0.3335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3875,'Raw chips bucket','1',3.00,'2024-04-27 16:12:37','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3876,'Raw chips bucket','1',-0.05,'2024-04-27 16:13:32','0.33','6','newstock','1','','',0.00,'','1','0.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3877,'Raw chips bucket','1',1.00,'2024-04-27 16:13:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3878,'Raw chips bucket','1',-0.05,'2024-04-27 16:15:58','0.28','6','newstock','1','','',0.00,'','1','0.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3879,'Raw chips bucket','1',1.00,'2024-04-27 16:15:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3880,'Raw chips bucket','1',-0.09,'2024-04-27 16:16:31','0.23','6','newstock','1','','',0.00,'','1','0.139','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3881,'Raw chips bucket','1',2.00,'2024-04-27 16:16:31','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3882,'Raw chips bucket','3',-0.09,'2024-04-27 16:19:21','0.14','6','newstock','1','','',0.00,'','1','0.049','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3883,'Raw chips bucket','3',2.00,'2024-04-27 16:19:21','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3884,'Raw chips bucket','1',-0.05,'2024-04-27 16:20:14','0.05','6','newstock','1','','',0.00,'','1','0.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3885,'Raw chips bucket','1',1.00,'2024-04-27 16:20:14','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3886,'Raw chips bucket','',1.00,'2024-04-27 16:22:14','0.00','6','newstock','1','','',0.00,'','1','1','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3887,'Sausages','',26.00,'2024-04-27 16:23:31','1.00','6','newstock','1','','',0.00,'','1','27','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3888,'Raw chips bucket','1',-0.05,'2024-04-27 16:46:24','1.00','6','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3889,'Raw chips bucket','1',1.00,'2024-04-27 16:46:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3890,'Raw chips bucket','3',-0.23,'2024-04-27 17:37:58','0.95','6','newstock','1','','',0.00,'','1','0.7225','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3891,'Raw chips bucket','3',5.00,'2024-04-27 17:37:58','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3892,'Raw chips bucket','4',-0.09,'2024-04-27 17:54:38','0.72','6','newstock','1','','',0.00,'','1','0.629','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3893,'Raw chips bucket','4',2.00,'2024-04-27 17:54:38','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3894,'Potatoes sack','2',-0.01,'2024-04-27 18:18:51','0.70','6','newstock','1','','',0.00,'','1','0.6899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3895,'Potatoes sack','2',1.00,'2024-04-27 18:18:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3896,'Potatoes sack','2',-0.01,'2024-04-28 15:49:29','0.69','7','newstock','1','','',0.00,'','1','0.6799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3897,'Potatoes sack','2',1.00,'2024-04-28 15:49:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3898,'Raw chips bucket','5',-0.05,'2024-04-28 15:49:34','0.63','7','newstock','1','','',0.00,'','1','0.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3899,'Raw chips bucket','5',1.00,'2024-04-28 15:49:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3900,'Raw chips bucket','3',-0.05,'2024-04-28 15:49:56','0.58','7','newstock','1','','',0.00,'','1','0.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3901,'Raw chips bucket','3',1.00,'2024-04-28 15:49:56','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3902,'Raw chips bucket','3',-0.05,'2024-04-28 15:51:12','0.53','7','newstock','1','','',0.00,'','1','0.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3903,'Raw chips bucket','3',1.00,'2024-04-28 15:51:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3904,'Potatoes sack','2',-0.01,'2024-04-28 15:51:15','0.68','7','newstock','1','','',0.00,'','1','0.6699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3905,'Potatoes sack','2',1.00,'2024-04-28 15:51:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3906,'Chicken','',1.00,'2024-04-28 15:53:32','0.00','7','newstock','1','','',0.00,'','1','1','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3907,'Raw chips bucket','1',-0.05,'2024-04-28 15:54:15','0.48','7','newstock','1','','',0.00,'','1','0.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3908,'Raw chips bucket','1',1.00,'2024-04-28 15:54:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3909,'Raw chips bucket','1',-0.09,'2024-04-28 15:54:18','0.43','7','newstock','1','','',0.00,'','1','0.339','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3910,'Raw chips bucket','1',2.00,'2024-04-28 15:54:18','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3911,'Raw chips bucket','1',-0.05,'2024-04-28 15:55:24','0.34','7','newstock','1','','',0.00,'','1','0.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3912,'Raw chips bucket','1',1.00,'2024-04-28 15:55:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3913,'Potatoes sack','2',-0.01,'2024-04-28 15:56:37','0.67','7','newstock','1','','',0.00,'','1','0.6599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3914,'Potatoes sack','2',1.00,'2024-04-28 15:56:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3915,'Potatoes sack','2',-0.02,'2024-04-28 15:56:42','0.66','7','newstock','1','','',0.00,'','1','0.6398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3916,'Potatoes sack','2',2.00,'2024-04-28 15:56:42','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3917,'Raw chips bucket','1',-0.05,'2024-04-28 15:57:29','0.29','7','newstock','1','','',0.00,'','1','0.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3918,'Raw chips bucket','1',1.00,'2024-04-28 15:57:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3919,'Potatoes sack','2',-0.01,'2024-04-28 15:57:31','0.64','7','newstock','1','','',0.00,'','1','0.6299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3920,'Potatoes sack','2',1.00,'2024-04-28 15:57:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3921,'Potatoes sack','2',-0.01,'2024-04-28 15:57:44','0.63','7','newstock','1','','',0.00,'','1','0.6199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3922,'Potatoes sack','2',1.00,'2024-04-28 15:57:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3923,'Raw chips bucket','1',-0.05,'2024-04-28 15:58:07','0.24','7','newstock','1','','',0.00,'','1','0.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3924,'Raw chips bucket','1',1.00,'2024-04-28 15:58:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3925,'Potatoes sack','2',-0.01,'2024-04-28 15:58:39','0.62','7','newstock','1','','',0.00,'','1','0.6099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3926,'Potatoes sack','2',1.00,'2024-04-28 15:58:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3927,'Potatoes sack','2',-0.01,'2024-04-28 15:58:41','0.61','7','newstock','1','','',0.00,'','1','0.5999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3928,'Potatoes sack','2',1.00,'2024-04-28 15:58:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3929,'Potatoes sack','2',-0.01,'2024-04-28 15:58:42','0.60','7','newstock','1','','',0.00,'','1','0.5899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3930,'Potatoes sack','2',1.00,'2024-04-28 15:58:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3931,'Potatoes sack','2',-0.01,'2024-04-28 15:59:24','0.59','7','newstock','1','','',0.00,'','1','0.5799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3932,'Potatoes sack','2',1.00,'2024-04-28 15:59:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3933,'Potatoes sack','2',-0.01,'2024-04-28 15:59:49','0.58','7','newstock','1','','',0.00,'','1','0.5699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3934,'Potatoes sack','2',1.00,'2024-04-28 15:59:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3935,'Potatoes sack','2',-0.01,'2024-04-28 15:59:51','0.57','7','newstock','1','','',0.00,'','1','0.5599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3936,'Potatoes sack','2',1.00,'2024-04-28 15:59:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3937,'Raw chips bucket','5',-0.05,'2024-04-28 16:01:50','0.19','7','newstock','1','','',0.00,'','1','0.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3938,'Raw chips bucket','5',1.00,'2024-04-28 16:01:50','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3939,'Raw chips bucket','5',-0.05,'2024-04-28 16:01:52','0.14','7','newstock','1','','',0.00,'','1','0.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3940,'Raw chips bucket','5',1.00,'2024-04-28 16:01:52','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3941,'Raw chips bucket','',2.00,'2024-04-28 16:03:49','0.09','7','newstock','1','','',0.00,'','1','2.09','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3942,'Raw chips bucket','3',-0.05,'2024-04-28 16:04:13','2.09','7','newstock','1','','',0.00,'','1','2.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3943,'Raw chips bucket','3',1.00,'2024-04-28 16:04:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3944,'Potatoes sack','2',-0.05,'2024-04-28 16:21:27','0.56','7','newstock','1','','',0.00,'','1','0.5095','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3945,'Potatoes sack','2',5.00,'2024-04-28 16:21:27','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3946,'Raw chips bucket','3',-0.27,'2024-04-28 16:22:23','2.04','7','newstock','1','','',0.00,'','1','1.767','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3947,'Raw chips bucket','3',6.00,'2024-04-28 16:22:23','0.00','7','newstock','1','','',0.00,'','1','6','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3948,'Potatoes sack','2',-0.01,'2024-04-28 16:31:43','0.51','7','newstock','1','','',0.00,'','1','0.4999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3949,'Potatoes sack','2',1.00,'2024-04-28 16:31:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3950,'Potatoes sack','2',-0.02,'2024-04-28 16:31:46','0.50','7','newstock','1','','',0.00,'','1','0.4798','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3951,'Potatoes sack','2',2.00,'2024-04-28 16:31:46','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3952,'Potatoes sack','2',-0.06,'2024-04-28 16:31:57','0.48','7','newstock','1','','',0.00,'','1','0.4194','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3953,'Potatoes sack','2',6.00,'2024-04-28 16:31:57','0.00','7','newstock','1','','',0.00,'','1','6','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3954,'Raw chips bucket','4',-0.09,'2024-04-28 16:32:22','1.77','7','newstock','1','','',0.00,'','1','1.679','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3955,'Raw chips bucket','4',2.00,'2024-04-28 16:32:22','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3956,'Potatoes sack','2',-0.01,'2024-04-28 16:33:08','0.42','7','newstock','1','','',0.00,'','1','0.4099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3957,'Potatoes sack','2',1.00,'2024-04-28 16:33:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3958,'Potatoes sack','2',-0.01,'2024-04-28 16:33:10','0.41','7','newstock','1','','',0.00,'','1','0.3999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3959,'Potatoes sack','2',1.00,'2024-04-28 16:33:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3960,'Potatoes sack','2',-0.01,'2024-04-28 16:33:34','0.40','7','newstock','1','','',0.00,'','1','0.3899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3961,'Potatoes sack','2',1.00,'2024-04-28 16:33:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3962,'Raw chips bucket','3',-0.14,'2024-04-28 16:43:36','1.68','7','newstock','1','','',0.00,'','1','1.5435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3963,'Raw chips bucket','3',3.00,'2024-04-28 16:43:36','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3964,'Potatoes sack','2',-0.03,'2024-04-28 16:43:43','0.39','7','newstock','1','','',0.00,'','1','0.3597','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3965,'Potatoes sack','2',3.00,'2024-04-28 16:43:43','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3966,'Raw chips bucket','3',-0.09,'2024-04-28 16:44:10','1.54','7','newstock','1','','',0.00,'','1','1.449','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3967,'Raw chips bucket','3',2.00,'2024-04-28 16:44:10','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3968,'Raw chips bucket','3',-0.05,'2024-04-28 17:34:24','1.45','7','newstock','1','','',0.00,'','1','1.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3969,'Raw chips bucket','3',1.00,'2024-04-28 17:34:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3970,'Raw chips bucket','3',-0.09,'2024-04-28 17:35:40','1.40','7','newstock','1','','',0.00,'','1','1.309','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3971,'Raw chips bucket','3',2.00,'2024-04-28 17:35:40','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3972,'Potatoes sack','2',-0.01,'2024-04-28 17:35:54','0.39','7','newstock','1','','',0.00,'','1','0.3799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3973,'Potatoes sack','2',1.00,'2024-04-28 17:35:54','3.00','7','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3974,'Potatoes sack','2',-0.01,'2024-04-28 17:35:56','0.38','7','newstock','1','','',0.00,'','1','0.3699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3975,'Potatoes sack','2',1.00,'2024-04-28 17:35:56','2.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3976,'Raw chips bucket','4',-0.05,'2024-04-28 17:37:07','1.31','7','newstock','1','','',0.00,'','1','1.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3977,'Raw chips bucket','4',1.00,'2024-04-28 17:37:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3978,'Potatoes sack','2',-0.01,'2024-04-28 17:37:34','0.37','7','newstock','1','','',0.00,'','1','0.3599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3979,'Potatoes sack','2',1.00,'2024-04-28 17:37:34','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3980,'Potatoes sack','2',-0.01,'2024-04-28 17:37:37','0.36','7','newstock','1','','',0.00,'','1','0.3499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3981,'Potatoes sack','2',1.00,'2024-04-28 17:37:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3982,'Raw chips bucket','3',-0.05,'2024-04-28 17:38:58','1.26','7','newstock','1','','',0.00,'','1','1.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3983,'Raw chips bucket','3',1.00,'2024-04-28 17:38:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3984,'Potatoes sack','2',-0.01,'2024-04-28 17:39:01','0.35','7','newstock','1','','',0.00,'','1','0.3399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3985,'Potatoes sack','2',1.00,'2024-04-28 17:39:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3986,'Raw chips bucket','5',-0.05,'2024-04-28 17:40:13','1.21','7','newstock','1','','',0.00,'','1','1.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3987,'Raw chips bucket','5',1.00,'2024-04-28 17:40:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3988,'Potatoes sack','2',-0.01,'2024-04-28 17:40:41','0.34','7','newstock','1','','',0.00,'','1','0.3299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3989,'Potatoes sack','2',1.00,'2024-04-28 17:40:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3990,'Potatoes sack','2',-0.01,'2024-04-28 17:40:45','0.33','7','newstock','1','','',0.00,'','1','0.3199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3991,'Potatoes sack','2',1.00,'2024-04-28 17:40:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3992,'Raw chips bucket','4',-0.09,'2024-04-28 17:40:49','1.16','7','newstock','1','','',0.00,'','1','1.069','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3993,'Raw chips bucket','4',2.00,'2024-04-28 17:40:49','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3994,'Potatoes sack','2',-0.01,'2024-04-28 17:42:28','0.32','7','newstock','1','','',0.00,'','1','0.3099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3995,'Potatoes sack','2',1.00,'2024-04-28 17:42:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3996,'Raw chips bucket','1',-0.23,'2024-04-28 17:44:36','1.07','7','newstock','1','','',0.00,'','1','0.8425','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3997,'Raw chips bucket','1',5.00,'2024-04-28 17:44:36','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3998,'Raw chips bucket','4',-0.05,'2024-04-28 17:45:02','0.84','7','newstock','1','','',0.00,'','1','0.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(3999,'Raw chips bucket','4',1.00,'2024-04-28 17:45:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4000,'Raw chips bucket','5',-0.05,'2024-04-28 17:45:59','0.79','7','newstock','1','','',0.00,'','1','0.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4001,'Raw chips bucket','5',1.00,'2024-04-28 17:45:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4002,'Raw chips bucket','3',-0.05,'2024-04-28 17:46:02','0.74','7','newstock','1','','',0.00,'','1','0.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4003,'Raw chips bucket','3',1.00,'2024-04-28 17:46:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4004,'Raw chips bucket','3',-0.05,'2024-04-28 18:11:02','0.69','7','newstock','1','','',0.00,'','1','0.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4005,'Raw chips bucket','3',1.00,'2024-04-28 18:11:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4006,'Raw chips bucket','3',-0.18,'2024-04-28 18:11:09','0.64','7','newstock','1','','',0.00,'','1','0.458','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4007,'Raw chips bucket','3',4.00,'2024-04-28 18:11:09','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4008,'Raw chips bucket','1',-0.05,'2024-04-28 18:29:33','0.46','7','newstock','1','','',0.00,'','1','0.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4009,'Raw chips bucket','1',1.00,'2024-04-28 18:29:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4010,'Raw chips bucket','1',-0.05,'2024-04-28 18:29:35','0.41','7','newstock','1','','',0.00,'','1','0.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4011,'Raw chips bucket','1',1.00,'2024-04-28 18:29:35','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4012,'Raw chips bucket','1',-0.05,'2024-04-28 18:54:46','0.36','7','newstock','1','','',0.00,'','1','0.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4013,'Raw chips bucket','1',1.00,'2024-04-28 18:54:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4014,'Raw chips bucket','1',-0.05,'2024-04-28 19:02:33','0.31','7','newstock','1','','',0.00,'','1','0.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4015,'Raw chips bucket','1',1.00,'2024-04-28 19:02:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4016,'Raw chips bucket','1',-0.05,'2024-04-28 19:03:16','0.26','7','newstock','1','','',0.00,'','1','0.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4017,'Raw chips bucket','1',1.00,'2024-04-28 19:03:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4018,'Raw chips bucket','1',-0.18,'2024-04-28 19:03:21','0.21','7','newstock','1','','',0.00,'','1','0.028','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4019,'Raw chips bucket','1',4.00,'2024-04-28 19:03:21','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4020,'Raw chips bucket','',1.00,'2024-04-28 19:04:08','0.03','7','newstock','1','','',0.00,'','1','1.03','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4021,'Raw chips bucket','1',-0.05,'2024-04-28 19:04:24','1.03','7','newstock','1','','',0.00,'','1','0.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4022,'Raw chips bucket','1',1.00,'2024-04-28 19:04:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4023,'Raw chips bucket','1',-0.05,'2024-04-28 19:04:46','0.98','7','newstock','1','','',0.00,'','1','0.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4024,'Raw chips bucket','1',1.00,'2024-04-28 19:04:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4025,'Raw chips bucket','1',-0.05,'2024-04-28 19:04:49','0.93','7','newstock','1','','',0.00,'','1','0.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4026,'Raw chips bucket','1',1.00,'2024-04-28 19:04:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4027,'Raw chips bucket','1',-0.14,'2024-04-28 19:05:44','0.88','7','newstock','1','','',0.00,'','1','0.7435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''); INSERT INTO `newstock` VALUES (4028,'Raw chips bucket','1',3.00,'2024-04-28 19:05:44','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4029,'Raw chips bucket','3',-0.05,'2024-04-28 20:14:29','0.74','7','newstock','1','','',0.00,'','1','0.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4030,'Raw chips bucket','3',1.00,'2024-04-28 20:14:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4031,'Raw chips bucket','3',-0.05,'2024-04-28 20:14:31','0.69','7','newstock','1','','',0.00,'','1','0.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4032,'Raw chips bucket','3',1.00,'2024-04-28 20:14:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4033,'Raw chips bucket','3',-0.05,'2024-04-28 20:30:25','0.64','7','newstock','1','','',0.00,'','1','0.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4034,'Raw chips bucket','3',1.00,'2024-04-28 20:30:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4035,'Raw chips bucket','3',-0.14,'2024-04-28 20:31:31','0.59','7','newstock','1','','',0.00,'','1','0.4535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4036,'Raw chips bucket','3',3.00,'2024-04-28 20:31:31','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4037,'Raw chips bucket','3',-0.05,'2024-04-28 20:36:16','0.45','7','newstock','1','','',0.00,'','1','0.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4038,'Raw chips bucket','3',1.00,'2024-04-28 20:36:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4039,'Raw chips bucket','3',-0.05,'2024-04-28 20:38:46','0.40','7','newstock','1','','',0.00,'','1','0.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4040,'Raw chips bucket','3',1.00,'2024-04-28 20:38:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4041,'Raw chips bucket','3',-0.05,'2024-04-28 20:38:48','0.35','7','newstock','1','','',0.00,'','1','0.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4042,'Raw chips bucket','3',1.00,'2024-04-28 20:38:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4043,'Raw chips bucket','1',-0.05,'2024-04-28 20:47:46','0.30','7','newstock','1','','',0.00,'','1','0.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4044,'Raw chips bucket','1',1.00,'2024-04-28 20:47:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4045,'Raw chips bucket','1',-0.09,'2024-04-28 20:48:10','0.25','7','newstock','1','','',0.00,'','1','0.159','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4046,'Raw chips bucket','1',2.00,'2024-04-28 20:48:10','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4047,'Raw chips bucket','1',-0.05,'2024-04-29 15:55:25','0.16','6','newstock','1','','',0.00,'','1','0.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4048,'Raw chips bucket','1',1.00,'2024-04-29 15:55:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4049,'Raw chips bucket','3',-0.09,'2024-04-29 15:56:22','0.11','6','newstock','1','','',0.00,'','1','0.019','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4050,'Raw chips bucket','3',2.00,'2024-04-29 15:56:22','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4051,'Raw chips bucket','',1.00,'2024-04-29 15:57:52','0.02','6','newstock','1','','',0.00,'','1','1.02','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4052,'Sausages','',52.00,'2024-04-29 15:58:11','0.00','6','newstock','1','','',0.00,'','1','52','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4053,'Chicken','',3.00,'2024-04-29 15:58:51','0.25','6','newstock','1','','',0.00,'','1','3.25','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4054,'Potatoes sack','2',-0.01,'2024-04-29 16:07:13','0.31','6','newstock','1','','',0.00,'','1','0.2999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4055,'Potatoes sack','2',1.00,'2024-04-29 16:07:13','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4056,'Potatoes sack','2',-0.01,'2024-04-29 16:07:38','0.30','6','newstock','1','','',0.00,'','1','0.2899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4057,'Potatoes sack','2',1.00,'2024-04-29 16:07:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4058,'Raw chips bucket','1',-0.05,'2024-04-29 16:08:03','1.02','6','newstock','1','','',0.00,'','1','0.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4059,'Raw chips bucket','1',1.00,'2024-04-29 16:08:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4060,'Raw chips bucket','5',-0.05,'2024-04-29 16:08:20','0.97','6','newstock','1','','',0.00,'','1','0.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4061,'Raw chips bucket','5',1.00,'2024-04-29 16:08:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4062,'Potatoes sack','2',-0.01,'2024-04-29 16:09:25','0.29','6','newstock','1','','',0.00,'','1','0.2799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4063,'Potatoes sack','2',1.00,'2024-04-29 16:09:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4064,'Raw chips bucket','3',-0.05,'2024-04-29 16:16:50','0.92','6','newstock','1','','',0.00,'','1','0.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4065,'Raw chips bucket','3',1.00,'2024-04-29 16:16:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4066,'Potatoes sack','2',-0.01,'2024-04-29 16:17:00','0.28','6','newstock','1','','',0.00,'','1','0.2699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4067,'Potatoes sack','2',1.00,'2024-04-29 16:17:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4068,'Potatoes sack','2',-0.02,'2024-04-29 16:34:24','0.27','6','newstock','1','','',0.00,'','1','0.2498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4069,'Potatoes sack','2',2.00,'2024-04-29 16:34:24','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4070,'Raw chips bucket','3',-0.05,'2024-04-29 16:34:48','0.87','6','newstock','1','','',0.00,'','1','0.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4071,'Raw chips bucket','3',1.00,'2024-04-29 16:34:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4072,'Bottled soda 300ml','',72.00,'2024-04-29 16:36:17','0.00','6','newstock','1','','',0.00,'','1','72','internal','1','22','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4073,'Raw chips bucket','1',-0.05,'2024-04-29 16:37:04','0.82','6','newstock','1','','',0.00,'','1','0.7745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4074,'Raw chips bucket','1',1.00,'2024-04-29 16:37:04','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4075,'Raw chips bucket','3',-0.09,'2024-04-29 16:37:54','0.77','6','newstock','1','','',0.00,'','1','0.679','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4076,'Raw chips bucket','3',2.00,'2024-04-29 16:37:54','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4077,'Raw chips bucket','1',-0.05,'2024-04-29 16:38:43','0.68','6','newstock','1','','',0.00,'','1','0.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4078,'Raw chips bucket','1',1.00,'2024-04-29 16:38:43','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4079,'Raw chips bucket','1',-0.05,'2024-04-29 18:20:06','0.63','6','newstock','1','','',0.00,'','1','0.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4080,'Raw chips bucket','1',1.00,'2024-04-29 18:20:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4081,'Raw chips bucket','5',-0.05,'2024-04-29 18:20:53','0.58','6','newstock','1','','',0.00,'','1','0.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4082,'Raw chips bucket','5',1.00,'2024-04-29 18:20:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4083,'Potatoes sack','2',-0.01,'2024-04-29 18:21:00','0.25','6','newstock','1','','',0.00,'','1','0.2399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4084,'Potatoes sack','2',1.00,'2024-04-29 18:21:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4085,'Raw chips bucket','3',-0.09,'2024-04-29 18:27:50','0.53','6','newstock','1','','',0.00,'','1','0.439','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4086,'Raw chips bucket','3',2.00,'2024-04-29 18:27:50','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4087,'Raw chips bucket','3',-0.05,'2024-04-29 19:54:53','0.44','6','newstock','1','','',0.00,'','1','0.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4088,'Raw chips bucket','3',1.00,'2024-04-29 19:54:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4089,'Raw chips bucket','1',-0.09,'2024-04-29 19:55:22','0.39','6','newstock','1','','',0.00,'','1','0.299','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4090,'Raw chips bucket','1',2.00,'2024-04-29 19:55:22','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4091,'Raw chips bucket','1',-0.05,'2024-04-29 19:55:24','0.30','6','newstock','1','','',0.00,'','1','0.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4092,'Raw chips bucket','1',1.00,'2024-04-29 19:55:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4093,'Raw chips bucket','3',-0.09,'2024-04-29 19:55:57','0.25','6','newstock','1','','',0.00,'','1','0.159','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4094,'Raw chips bucket','3',2.00,'2024-04-29 19:55:57','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4095,'Raw chips bucket','1',-0.14,'2024-04-29 19:57:41','0.16','6','newstock','1','','',0.00,'','1','0.0235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4096,'Raw chips bucket','1',3.00,'2024-04-29 19:57:41','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4097,'Raw chips bucket','',1.00,'2024-04-29 19:58:33','0.02','6','newstock','1','','',0.00,'','1','1.02','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4098,'Raw chips bucket','1',-0.05,'2024-04-29 19:58:41','1.02','6','newstock','1','','',0.00,'','1','0.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4099,'Raw chips bucket','1',1.00,'2024-04-29 19:58:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4100,'Raw chips bucket','1',-0.05,'2024-04-29 19:59:37','0.97','6','newstock','1','','',0.00,'','1','0.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4101,'Raw chips bucket','1',1.00,'2024-04-29 19:59:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4102,'Potatoes sack','2',-0.05,'2024-04-30 13:00:40','0.24','7','newstock','1','','',0.00,'','1','0.1895','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4103,'Potatoes sack','2',5.00,'2024-04-30 13:00:40','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4104,'Raw chips bucket','1',-0.05,'2024-04-30 13:01:29','0.92','7','newstock','1','','',0.00,'','1','0.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4105,'Raw chips bucket','1',1.00,'2024-04-30 13:01:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4106,'Raw chips bucket','1',-0.14,'2024-04-30 13:02:15','0.87','7','newstock','1','','',0.00,'','1','0.7335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4107,'Raw chips bucket','1',3.00,'2024-04-30 13:02:15','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4108,'Potatoes sack','2',-0.02,'2024-04-30 13:46:37','0.19','7','newstock','1','','',0.00,'','1','0.1698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4109,'Potatoes sack','2',2.00,'2024-04-30 13:46:37','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4110,'Raw chips bucket','3',-0.09,'2024-04-30 13:46:45','0.73','7','newstock','1','','',0.00,'','1','0.639','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4111,'Raw chips bucket','3',2.00,'2024-04-30 13:46:45','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4112,'Raw chips bucket','3',-0.05,'2024-04-30 13:47:11','0.64','7','newstock','1','','',0.00,'','1','0.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4113,'Raw chips bucket','3',1.00,'2024-04-30 13:47:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4114,'Raw chips bucket','5',-0.05,'2024-04-30 13:47:24','0.59','7','newstock','1','','',0.00,'','1','0.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4115,'Raw chips bucket','5',1.00,'2024-04-30 13:47:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4116,'Potatoes sack','2',-0.01,'2024-04-30 13:47:31','0.17','7','newstock','1','','',0.00,'','1','0.1599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4117,'Potatoes sack','2',1.00,'2024-04-30 13:47:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4118,'Raw chips bucket','4',-0.05,'2024-04-30 13:48:33','0.54','7','newstock','1','','',0.00,'','1','0.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4119,'Raw chips bucket','4',1.00,'2024-04-30 13:48:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4120,'Raw chips bucket','1',-0.09,'2024-04-30 13:54:49','0.49','7','newstock','1','','',0.00,'','1','0.399','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4121,'Raw chips bucket','1',2.00,'2024-04-30 13:54:49','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4122,'Raw chips bucket','1',-0.05,'2024-04-30 14:34:04','0.40','7','newstock','1','','',0.00,'','1','0.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4123,'Raw chips bucket','1',1.00,'2024-04-30 14:34:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4124,'Raw chips bucket','1',-0.05,'2024-04-30 14:43:45','0.35','7','newstock','1','','',0.00,'','1','0.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4125,'Raw chips bucket','1',1.00,'2024-04-30 14:43:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4126,'Raw chips bucket','1',-0.05,'2024-04-30 14:43:55','0.30','7','newstock','1','','',0.00,'','1','0.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4127,'Raw chips bucket','1',1.00,'2024-04-30 14:43:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4128,'Raw chips bucket','1',-0.09,'2024-04-30 14:46:50','0.25','7','newstock','1','','',0.00,'','1','0.159','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4129,'Raw chips bucket','1',2.00,'2024-04-30 14:46:50','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4130,'Potatoes sack','2',-0.01,'2024-04-30 15:04:33','0.16','7','newstock','1','','',0.00,'','1','0.1499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4131,'Potatoes sack','2',1.00,'2024-04-30 15:04:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4132,'Raw chips bucket','4',-0.05,'2024-04-30 15:04:55','0.16','7','newstock','1','','',0.00,'','1','0.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4133,'Raw chips bucket','4',1.00,'2024-04-30 15:04:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4134,'Raw chips bucket','',2.00,'2024-04-30 15:13:41','0.11','7','newstock','1','','',0.00,'','1','2.11','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4135,'Raw chips bucket','3',-0.18,'2024-04-30 15:27:39','2.11','7','newstock','1','','',0.00,'','1','1.928','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4136,'Raw chips bucket','3',4.00,'2024-04-30 15:27:39','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4137,'Raw chips bucket','1',-0.09,'2024-04-30 15:29:42','1.93','7','newstock','1','','',0.00,'','1','1.839','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4138,'Raw chips bucket','1',2.00,'2024-04-30 15:29:42','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4139,'Potatoes sack','2',-0.02,'2024-04-30 15:30:29','0.15','7','newstock','1','','',0.00,'','1','0.1298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4140,'Potatoes sack','2',2.00,'2024-04-30 15:30:29','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4141,'Raw chips bucket','4',-0.05,'2024-04-30 15:39:25','1.84','7','newstock','1','','',0.00,'','1','1.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4142,'Raw chips bucket','4',1.00,'2024-04-30 15:39:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4143,'Raw chips bucket','1',-0.14,'2024-05-01 17:25:50','1.79','6','newstock','1','','',0.00,'','1','1.6535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4144,'Raw chips bucket','1',3.00,'2024-05-01 17:25:50','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4145,'Raw chips bucket','1',-0.14,'2024-05-01 17:36:29','1.65','6','newstock','1','','',0.00,'','1','1.5135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4146,'Raw chips bucket','1',3.00,'2024-05-01 17:36:29','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4147,'Raw chips bucket','1',-0.05,'2024-05-01 17:37:03','1.51','6','newstock','1','','',0.00,'','1','1.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4148,'Raw chips bucket','1',1.00,'2024-05-01 17:37:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4149,'Raw chips bucket','1',-0.05,'2024-05-01 17:37:37','1.46','6','newstock','1','','',0.00,'','1','1.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4150,'Raw chips bucket','1',1.00,'2024-05-01 17:37:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4151,'Potatoes sack','2',-0.02,'2024-05-01 17:38:17','0.13','6','newstock','1','','',0.00,'','1','0.1098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4152,'Potatoes sack','2',2.00,'2024-05-01 17:38:17','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4153,'Raw chips bucket','4',-0.09,'2024-05-01 17:38:48','1.41','6','newstock','1','','',0.00,'','1','1.319','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4154,'Raw chips bucket','4',2.00,'2024-05-01 17:38:48','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4155,'Potatoes sack','2',-0.01,'2024-05-01 17:39:18','0.11','6','newstock','1','','',0.00,'','1','0.0999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4156,'Potatoes sack','2',1.00,'2024-05-01 17:39:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4157,'Raw chips bucket','5',-0.05,'2024-05-01 17:40:11','1.32','6','newstock','1','','',0.00,'','1','1.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4158,'Raw chips bucket','5',1.00,'2024-05-01 17:40:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4159,'Potatoes sack','2',-0.02,'2024-05-01 17:40:44','0.10','6','newstock','1','','',0.00,'','1','0.0798','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4160,'Potatoes sack','2',2.00,'2024-05-01 17:40:44','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4161,'Potatoes sack','2',-0.01,'2024-05-01 17:48:22','0.08','6','newstock','1','','',0.00,'','1','0.0699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4162,'Potatoes sack','2',1.00,'2024-05-01 17:48:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4163,'Raw chips bucket','3',-0.09,'2024-05-01 17:50:58','1.27','6','newstock','1','','',0.00,'','1','1.179','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4164,'Raw chips bucket','3',2.00,'2024-05-01 17:50:58','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4165,'Raw chips bucket','1',-0.09,'2024-05-01 17:51:57','1.18','6','newstock','1','','',0.00,'','1','1.089','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4166,'Raw chips bucket','1',2.00,'2024-05-01 17:51:57','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4167,'Raw chips bucket','1',-0.09,'2024-05-01 17:52:42','1.09','6','newstock','1','','',0.00,'','1','0.999','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4168,'Raw chips bucket','1',2.00,'2024-05-01 17:52:42','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4169,'Potatoes sack','2',-0.02,'2024-05-01 17:53:19','0.07','6','newstock','1','','',0.00,'','1','0.0498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4170,'Potatoes sack','2',2.00,'2024-05-01 17:53:19','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4171,'Raw chips bucket','1',-0.05,'2024-05-01 17:53:42','1.00','6','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4172,'Raw chips bucket','1',1.00,'2024-05-01 17:53:42','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4173,'Potatoes sack','2',-0.01,'2024-05-01 17:55:54','0.05','6','newstock','1','','',0.00,'','1','0.0399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4174,'Potatoes sack','2',1.00,'2024-05-01 17:55:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4175,'Raw chips bucket','1',-0.05,'2024-05-01 17:57:22','0.95','6','newstock','1','','',0.00,'','1','0.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4176,'Raw chips bucket','1',1.00,'2024-05-01 17:57:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4177,'Raw chips bucket','5',-0.09,'2024-05-01 17:58:06','0.90','6','newstock','1','','',0.00,'','1','0.809','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4178,'Raw chips bucket','5',2.00,'2024-05-01 17:58:06','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4179,'Raw chips bucket','5',-0.05,'2024-05-01 17:58:25','0.81','6','newstock','1','','',0.00,'','1','0.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4180,'Raw chips bucket','5',1.00,'2024-05-01 17:58:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4181,'Potatoes sack','2',-0.01,'2024-05-01 19:00:03','0.04','6','newstock','1','','',0.00,'','1','0.0299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4182,'Potatoes sack','2',1.00,'2024-05-01 19:00:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4183,'Sausages','',20.00,'2024-05-01 19:01:28','0.00','6','newstock','1','','',0.00,'','1','20','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4184,'Raw chips bucket','3',-0.05,'2024-05-01 19:03:13','0.76','6','newstock','1','','',0.00,'','1','0.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4185,'Raw chips bucket','3',1.00,'2024-05-01 19:03:13','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4186,'Raw chips bucket','1',-0.09,'2024-05-01 19:59:33','0.71','6','newstock','1','','',0.00,'','1','0.619','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4187,'Raw chips bucket','1',2.00,'2024-05-01 19:59:33','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4188,'Raw chips bucket','1',-0.05,'2024-05-01 20:12:29','0.62','6','newstock','1','','',0.00,'','1','0.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4189,'Raw chips bucket','1',1.00,'2024-05-01 20:12:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4190,'Raw chips bucket','1',-0.05,'2024-05-01 20:13:31','0.57','6','newstock','1','','',0.00,'','1','0.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4191,'Raw chips bucket','1',1.00,'2024-05-01 20:13:31','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4192,'Raw chips bucket','5',-0.05,'2024-05-01 20:13:52','0.52','6','newstock','1','','',0.00,'','1','0.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4193,'Raw chips bucket','5',1.00,'2024-05-01 20:13:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4194,'Raw chips bucket','1',-0.09,'2024-05-01 20:31:35','0.47','6','newstock','1','','',0.00,'','1','0.379','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4195,'Raw chips bucket','1',2.00,'2024-05-01 20:31:35','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4196,'Potatoes sack','2',-0.02,'2024-05-01 20:32:05','0.03','6','newstock','1','','',0.00,'','1','0.0098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4197,'Potatoes sack','2',2.00,'2024-05-01 20:32:05','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4198,'Raw chips bucket','1',-0.05,'2024-05-01 20:49:26','0.38','6','newstock','1','','',0.00,'','1','0.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4199,'Raw chips bucket','1',1.00,'2024-05-01 20:49:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4200,'Raw chips bucket','1',-0.05,'2024-05-01 20:49:53','0.33','6','newstock','1','','',0.00,'','1','0.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4201,'Raw chips bucket','1',1.00,'2024-05-01 20:49:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4202,'Raw chips bucket','1',-0.09,'2024-05-02 13:06:23','0.28','6','newstock','1','','',0.00,'','1','0.189','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4203,'Raw chips bucket','1',2.00,'2024-05-02 13:06:23','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4204,'Raw chips bucket','1',-0.09,'2024-05-02 13:07:50','0.19','6','newstock','1','','',0.00,'','1','0.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4205,'Raw chips bucket','1',2.00,'2024-05-02 13:07:50','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4206,'Raw chips bucket','1',-0.05,'2024-05-02 14:18:39','0.10','6','newstock','1','','',0.00,'','1','0.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4207,'Raw chips bucket','1',1.00,'2024-05-02 14:18:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4208,'Potatoes sack','',2.00,'2024-05-02 14:19:45','0.01','6','newstock','1','','',4500.00,'','1','2.01','internal','1','37','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4209,'Raw chips bucket','',1.00,'2024-05-02 14:20:04','0.05','6','newstock','1','','',0.00,'','1','1.05','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4210,'Potatoes sack','2',-0.01,'2024-05-02 14:20:18','2.01','6','newstock','1','','',0.00,'','1','1.9999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4211,'Potatoes sack','2',1.00,'2024-05-02 14:20:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4212,'Potatoes sack','2',-0.01,'2024-05-02 14:20:50','2.00','6','newstock','1','','',0.00,'','1','1.9899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4213,'Potatoes sack','2',1.00,'2024-05-02 14:20:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4214,'Raw chips bucket','4',-0.05,'2024-05-02 14:22:05','1.05','6','newstock','1','','',0.00,'','1','1.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4215,'Raw chips bucket','4',1.00,'2024-05-02 14:22:05','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4216,'Potatoes sack','2',-0.01,'2024-05-02 14:46:25','1.99','6','newstock','1','','',0.00,'','1','1.9799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4217,'Potatoes sack','2',1.00,'2024-05-02 14:46:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4218,'Raw chips bucket','5',-0.05,'2024-05-02 14:46:29','1.00','6','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4219,'Raw chips bucket','5',1.00,'2024-05-02 14:46:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4220,'Raw chips bucket','5',-0.09,'2024-05-02 14:47:05','0.95','6','newstock','1','','',0.00,'','1','0.859','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4221,'Raw chips bucket','5',2.00,'2024-05-02 14:47:05','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4222,'Potatoes sack','2',-0.01,'2024-05-03 13:11:25','1.98','6','newstock','1','','',0.00,'','1','1.9699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4223,'Potatoes sack','2',1.00,'2024-05-03 13:11:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4224,'Raw chips bucket','1',-0.05,'2024-05-03 13:51:01','0.86','6','newstock','1','','',0.00,'','1','0.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4225,'Raw chips bucket','1',1.00,'2024-05-03 13:51:01','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4226,'Raw chips bucket','5',-0.05,'2024-05-03 13:52:22','0.81','6','newstock','1','','',0.00,'','1','0.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4227,'Raw chips bucket','5',1.00,'2024-05-03 13:52:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4228,'Potatoes sack','2',-0.02,'2024-05-03 14:28:02','1.97','6','newstock','1','','',0.00,'','1','1.9498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4229,'Potatoes sack','2',2.00,'2024-05-03 14:28:02','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4230,'Potatoes sack','2',-0.01,'2024-05-03 14:28:24','1.95','6','newstock','1','','',0.00,'','1','1.9399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4231,'Potatoes sack','2',1.00,'2024-05-03 14:28:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4232,'Raw chips bucket','',1.00,'2024-05-03 15:10:05','0.76','6','newstock','1','','',0.00,'','1','1.76','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4233,'Chicken','',3.00,'2024-05-03 15:10:31','0.25','6','newstock','1','','',0.00,'','1','3.25','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4234,'Potatoes sack','2',-0.02,'2024-05-03 15:10:58','1.94','6','newstock','1','','',0.00,'','1','1.9198','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4235,'Potatoes sack','2',2.00,'2024-05-03 15:10:58','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4236,'Raw chips bucket','1',-0.09,'2024-05-03 15:13:10','1.76','6','newstock','1','','',0.00,'','1','1.669','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4237,'Raw chips bucket','1',2.00,'2024-05-03 15:13:10','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4238,'Raw chips bucket','1',-0.05,'2024-05-03 15:14:09','1.67','6','newstock','1','','',0.00,'','1','1.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4239,'Raw chips bucket','1',1.00,'2024-05-03 15:14:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4240,'Potatoes sack','2',-0.01,'2024-05-03 15:33:25','1.92','6','newstock','1','','',0.00,'','1','1.9099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4241,'Potatoes sack','2',1.00,'2024-05-03 15:33:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4242,'Raw chips bucket','5',-0.14,'2024-05-03 16:47:05','1.62','6','newstock','1','','',0.00,'','1','1.4835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4243,'Raw chips bucket','5',3.00,'2024-05-03 16:47:05','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4244,'Potatoes sack','2',-0.01,'2024-05-03 16:47:36','1.91','6','newstock','1','','',0.00,'','1','1.8999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4245,'Potatoes sack','2',1.00,'2024-05-03 16:47:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4246,'Potatoes sack','2',-0.02,'2024-05-03 17:09:06','1.91','6','newstock','1','','',0.00,'','1','1.8898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4247,'Potatoes sack','2',2.00,'2024-05-03 17:09:06','1.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4248,'Potatoes sack','2',-0.01,'2024-05-03 17:37:10','1.89','6','newstock','1','','',0.00,'','1','1.8799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4249,'Potatoes sack','2',1.00,'2024-05-03 17:37:10','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4250,'Minute maid 400ml','',20.00,'2024-05-03 17:39:57','0.00','6','newstock','1','','',0.00,'','1','20','internal','1','28','','',0.00,'','90','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4251,'Raw chips bucket','4',-0.05,'2024-05-03 17:44:55','1.48','6','newstock','1','','',0.00,'','1','1.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4252,'Raw chips bucket','4',1.00,'2024-05-03 17:44:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4253,'Raw chips bucket','1',-0.05,'2024-05-03 17:45:34','1.43','6','newstock','1','','',0.00,'','1','1.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4254,'Raw chips bucket','1',1.00,'2024-05-03 17:45:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4255,'Raw chips bucket','1',-0.05,'2024-05-03 17:47:01','1.38','6','newstock','1','','',0.00,'','1','1.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4256,'Raw chips bucket','1',1.00,'2024-05-03 17:47:01','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4257,'Raw chips bucket','4',-0.05,'2024-05-03 18:19:09','1.33','6','newstock','1','','',0.00,'','1','1.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4258,'Raw chips bucket','4',1.00,'2024-05-03 18:19:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4259,'Raw chips bucket','5',-0.05,'2024-05-03 18:19:13','1.28','6','newstock','1','','',0.00,'','1','1.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4260,'Raw chips bucket','5',1.00,'2024-05-03 18:19:13','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4261,'Potatoes sack','2',-0.01,'2024-05-03 18:19:17','1.88','6','newstock','1','','',0.00,'','1','1.8699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4262,'Potatoes sack','2',1.00,'2024-05-03 18:19:17','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4263,'Potatoes sack','2',-0.01,'2024-05-03 18:19:54','1.87','6','newstock','1','','',0.00,'','1','1.8599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4264,'Potatoes sack','2',1.00,'2024-05-03 18:19:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4265,'Potatoes sack','2',-0.01,'2024-05-03 18:20:29','1.86','6','newstock','1','','',0.00,'','1','1.8499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4266,'Potatoes sack','2',1.00,'2024-05-03 18:20:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4267,'Raw chips bucket','1',-0.05,'2024-05-03 18:21:40','1.23','6','newstock','1','','',0.00,'','1','1.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4268,'Raw chips bucket','1',1.00,'2024-05-03 18:21:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4269,'Potatoes sack','2',-0.01,'2024-05-03 18:42:23','1.86','6','newstock','1','','',0.00,'','1','1.8499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4270,'Potatoes sack','2',1.00,'2024-05-03 18:42:23','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4271,'Raw chips bucket','4',-0.05,'2024-05-03 18:42:49','1.18','6','newstock','1','','',0.00,'','1','1.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4272,'Raw chips bucket','4',1.00,'2024-05-03 18:42:49','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4273,'Raw chips bucket','1',-0.05,'2024-05-03 18:43:44','1.13','6','newstock','1','','',0.00,'','1','1.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4274,'Raw chips bucket','1',1.00,'2024-05-03 18:43:44','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4275,'Raw chips bucket','5',-0.05,'2024-05-03 18:43:50','1.08','6','newstock','1','','',0.00,'','1','1.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4276,'Raw chips bucket','5',1.00,'2024-05-03 18:43:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4277,'Raw chips bucket','1',-0.18,'2024-05-03 19:06:59','1.03','6','newstock','1','','',0.00,'','1','0.848','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4278,'Raw chips bucket','1',4.00,'2024-05-03 19:06:59','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4279,'Chicken','',0.25,'2024-05-03 19:09:36','0.00','6','newstock','1','','',0.00,'','1','0.25','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4280,'Raw chips bucket','1',-0.09,'2024-05-03 19:32:12','0.85','6','newstock','1','','',0.00,'','1','0.759','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4281,'Raw chips bucket','1',2.00,'2024-05-03 19:32:12','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4282,'Potatoes sack','2',-0.02,'2024-05-03 19:32:34','1.85','6','newstock','1','','',0.00,'','1','1.8298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4283,'Potatoes sack','2',2.00,'2024-05-03 19:32:34','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4284,'Raw chips bucket','1',-0.05,'2024-05-03 19:43:19','0.76','6','newstock','1','','',0.00,'','1','0.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4285,'Raw chips bucket','1',1.00,'2024-05-03 19:43:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4286,'Potatoes sack','2',-0.01,'2024-05-03 19:44:20','1.83','6','newstock','1','','',0.00,'','1','1.8199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4287,'Potatoes sack','2',1.00,'2024-05-03 19:44:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4288,'Potatoes sack','2',-0.02,'2024-05-03 20:07:36','1.82','6','newstock','1','','',0.00,'','1','1.7998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4289,'Potatoes sack','2',2.00,'2024-05-03 20:07:36','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4290,'Raw chips bucket','4',-0.09,'2024-05-03 20:08:02','0.71','6','newstock','1','','',0.00,'','1','0.619','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4291,'Raw chips bucket','4',2.00,'2024-05-03 20:08:02','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4292,'Raw chips bucket','1',-0.05,'2024-05-03 20:08:06','0.62','6','newstock','1','','',0.00,'','1','0.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4293,'Raw chips bucket','1',1.00,'2024-05-03 20:08:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4294,'Potatoes sack','2',-0.01,'2024-05-03 20:08:33','1.80','6','newstock','1','','',0.00,'','1','1.7899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4295,'Potatoes sack','2',1.00,'2024-05-03 20:08:33','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4296,'Raw chips bucket','5',-0.05,'2024-05-03 20:09:03','0.57','6','newstock','1','','',0.00,'','1','0.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4297,'Raw chips bucket','5',1.00,'2024-05-03 20:09:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4298,'Raw chips bucket','4',-0.05,'2024-05-03 20:11:40','0.52','6','newstock','1','','',0.00,'','1','0.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4299,'Raw chips bucket','4',1.00,'2024-05-03 20:11:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4300,'Raw chips bucket','5',-0.05,'2024-05-03 20:11:43','0.47','6','newstock','1','','',0.00,'','1','0.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4301,'Raw chips bucket','5',1.00,'2024-05-03 20:11:43','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4302,'Raw chips bucket','4',-0.05,'2024-05-03 20:12:53','0.42','6','newstock','1','','',0.00,'','1','0.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4303,'Raw chips bucket','4',1.00,'2024-05-03 20:12:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4304,'Raw chips bucket','1',-0.05,'2024-05-03 20:19:25','0.37','6','newstock','1','','',0.00,'','1','0.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4305,'Raw chips bucket','1',1.00,'2024-05-03 20:19:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4306,'Potatoes sack','2',-0.02,'2024-05-03 20:35:40','1.79','6','newstock','1','','',0.00,'','1','1.7698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4307,'Potatoes sack','2',2.00,'2024-05-03 20:35:40','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4308,'Potatoes sack','2',-0.01,'2024-05-03 20:36:03','1.77','6','newstock','1','','',0.00,'','1','1.7599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4309,'Potatoes sack','2',1.00,'2024-05-03 20:36:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4310,'Raw chips bucket','1',-0.09,'2024-05-03 21:16:20','0.32','6','newstock','1','','',0.00,'','1','0.229','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4311,'Raw chips bucket','1',2.00,'2024-05-03 21:16:20','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4312,'Raw chips bucket','4',-0.09,'2024-05-03 21:17:37','0.23','6','newstock','1','','',0.00,'','1','0.139','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4313,'Raw chips bucket','4',2.00,'2024-05-03 21:17:37','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4314,'Potatoes sack','2',-0.01,'2024-05-03 21:18:01','1.76','6','newstock','1','','',0.00,'','1','1.7499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4315,'Potatoes sack','2',1.00,'2024-05-03 21:18:01','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4316,'Raw chips bucket','1',-0.14,'2024-05-04 15:13:49','0.14','6','newstock','1','','',0.00,'','1','0.0035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4317,'Raw chips bucket','1',3.00,'2024-05-04 15:13:49','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4318,'Raw chips bucket','',1.00,'2024-05-04 15:42:44','0.00','6','newstock','1','','',0.00,'','1','1','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4319,'Raw chips bucket','1',-0.18,'2024-05-07 12:23:54','1.00','7','newstock','1','','',0.00,'','1','0.818','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4320,'Raw chips bucket','1',4.00,'2024-05-07 12:23:54','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4321,'Raw chips bucket','5',-0.05,'2024-05-07 12:25:17','0.82','7','newstock','1','','',0.00,'','1','0.7745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4322,'Raw chips bucket','5',1.00,'2024-05-07 12:25:17','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4323,'Raw chips bucket','4',-0.05,'2024-05-07 13:28:47','0.77','7','newstock','1','','',0.00,'','1','0.7245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4324,'Raw chips bucket','4',1.00,'2024-05-07 13:28:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4325,'Potatoes sack','2',-0.02,'2024-05-07 13:44:57','1.75','7','newstock','1','','',0.00,'','1','1.7298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4326,'Potatoes sack','2',2.00,'2024-05-07 13:44:57','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4327,'Raw chips bucket','1',-0.09,'2024-05-07 15:04:56','0.72','7','newstock','1','','',0.00,'','1','0.629','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4328,'Raw chips bucket','1',2.00,'2024-05-07 15:04:56','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4329,'Chicken','',2.00,'2024-05-07 15:06:30','0.00','7','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4330,'Raw chips bucket','4',-0.09,'2024-05-07 15:07:34','0.63','7','newstock','1','','',0.00,'','1','0.539','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4331,'Raw chips bucket','4',2.00,'2024-05-07 15:07:34','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4332,'Raw chips bucket','1',-0.23,'2024-05-07 16:11:44','0.54','7','newstock','1','','',0.00,'','1','0.3125','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4333,'Raw chips bucket','1',5.00,'2024-05-07 16:11:44','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4334,'Raw chips bucket','1',-0.14,'2024-05-07 17:33:43','0.31','7','newstock','1','','',0.00,'','1','0.1735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4335,'Raw chips bucket','1',3.00,'2024-05-07 17:33:43','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4336,'Raw chips bucket','1',-0.09,'2024-05-07 18:17:25','0.17','7','newstock','1','','',0.00,'','1','0.079','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4337,'Raw chips bucket','1',2.00,'2024-05-07 18:17:25','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4338,'Raw chips bucket','4',-0.05,'2024-05-07 18:20:47','0.08','7','newstock','1','','',0.00,'','1','0.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4339,'Raw chips bucket','4',1.00,'2024-05-07 18:20:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4340,'Raw chips bucket','',2.00,'2024-05-07 18:52:15','0.03','7','newstock','1','','',0.00,'','1','2.03','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4341,'Raw chips bucket','1',-0.18,'2024-05-07 18:52:19','2.03','7','newstock','1','','',0.00,'','1','1.848','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4342,'Raw chips bucket','1',4.00,'2024-05-07 18:52:19','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4343,'Raw chips bucket','4',-0.05,'2024-05-07 18:53:38','1.85','7','newstock','1','','',0.00,'','1','1.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4344,'Raw chips bucket','4',1.00,'2024-05-07 18:53:38','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4345,'Raw chips bucket','1',-0.14,'2024-05-07 18:53:58','1.80','7','newstock','1','','',0.00,'','1','1.6635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4346,'Raw chips bucket','1',3.00,'2024-05-07 18:53:58','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4347,'Raw chips bucket','4',-0.05,'2024-05-07 18:54:40','1.66','7','newstock','1','','',0.00,'','1','1.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4348,'Raw chips bucket','4',1.00,'2024-05-07 18:54:40','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4349,'Raw chips bucket','1',-0.05,'2024-05-07 19:35:36','1.61','7','newstock','1','','',0.00,'','1','1.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4350,'Raw chips bucket','1',1.00,'2024-05-07 19:35:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4351,'Raw chips bucket','1',-0.05,'2024-05-07 19:35:51','1.56','7','newstock','1','','',0.00,'','1','1.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4352,'Raw chips bucket','1',1.00,'2024-05-07 19:35:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4353,'Raw chips bucket','1',-0.05,'2024-05-07 19:36:12','1.51','7','newstock','1','','',0.00,'','1','1.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4354,'Raw chips bucket','1',1.00,'2024-05-07 19:36:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4355,'Raw chips bucket','1',-0.05,'2024-05-07 19:37:09','1.46','7','newstock','1','','',0.00,'','1','1.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4356,'Raw chips bucket','1',1.00,'2024-05-07 19:37:09','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4357,'Raw chips bucket','5',-0.09,'2024-05-07 20:25:07','1.41','7','newstock','1','','',0.00,'','1','1.319','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4358,'Raw chips bucket','5',2.00,'2024-05-07 20:25:07','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4359,'Raw chips bucket','1',-0.05,'2024-05-07 20:25:54','1.32','7','newstock','1','','',0.00,'','1','1.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4360,'Raw chips bucket','1',1.00,'2024-05-07 20:25:54','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4361,'Raw chips bucket','1',-0.14,'2024-05-07 20:26:16','1.27','7','newstock','1','','',0.00,'','1','1.1335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4362,'Raw chips bucket','1',3.00,'2024-05-07 20:26:16','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4363,'Chicken','',1.00,'2024-05-07 20:27:57','0.25','7','newstock','1','','',0.00,'','1','1.25','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4364,'Raw chips bucket','1',-0.09,'2024-05-07 20:55:14','1.13','7','newstock','1','','',0.00,'','1','1.039','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4365,'Raw chips bucket','1',2.00,'2024-05-07 20:55:14','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4366,'Potatoes sack','2',-0.01,'2024-05-08 14:24:05','1.73','6','newstock','1','','',0.00,'','1','1.7199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4367,'Potatoes sack','2',1.00,'2024-05-08 14:24:05','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4368,'Raw chips bucket','4',-0.09,'2024-05-08 14:42:35','1.04','6','newstock','1','','',0.00,'','1','0.949','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4369,'Raw chips bucket','4',2.00,'2024-05-08 14:42:35','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4370,'Raw chips bucket','1',-0.05,'2024-05-08 14:43:08','0.95','6','newstock','1','','',0.00,'','1','0.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4371,'Raw chips bucket','1',1.00,'2024-05-08 14:43:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4372,'Raw chips bucket','4',-0.14,'2024-05-08 15:04:46','0.90','6','newstock','1','','',0.00,'','1','0.7635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4373,'Raw chips bucket','4',3.00,'2024-05-08 15:04:46','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4374,'Raw chips bucket','1',-0.09,'2024-05-08 15:05:20','0.76','6','newstock','1','','',0.00,'','1','0.669','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4375,'Raw chips bucket','1',2.00,'2024-05-08 15:05:20','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4376,'Raw chips bucket','5',-0.09,'2024-05-08 15:05:51','0.67','6','newstock','1','','',0.00,'','1','0.579','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4377,'Raw chips bucket','5',2.00,'2024-05-08 15:05:51','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4378,'Raw chips bucket','1',-0.14,'2024-05-08 15:06:31','0.58','6','newstock','1','','',0.00,'','1','0.4435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4379,'Raw chips bucket','1',3.00,'2024-05-08 15:06:31','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4380,'Raw chips bucket','',2.00,'2024-05-08 15:10:29','0.44','6','newstock','1','','',0.00,'','1','2.44','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4381,'Raw chips bucket','1',-0.05,'2024-05-08 15:10:41','2.44','6','newstock','1','','',0.00,'','1','2.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4382,'Raw chips bucket','1',1.00,'2024-05-08 15:10:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4383,'Raw chips bucket','1',-0.05,'2024-05-08 15:10:48','2.39','6','newstock','1','','',0.00,'','1','2.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4384,'Raw chips bucket','1',1.00,'2024-05-08 15:10:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4385,'Raw chips bucket','1',-0.05,'2024-05-08 15:11:38','2.34','6','newstock','1','','',0.00,'','1','2.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4386,'Raw chips bucket','1',1.00,'2024-05-08 15:11:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4387,'Chicken','',2.00,'2024-05-08 15:12:30','0.75','6','newstock','1','','',0.00,'','1','2.75','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4388,'Raw chips bucket','1',-0.05,'2024-05-08 15:18:42','2.29','6','newstock','1','','',0.00,'','1','2.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4389,'Raw chips bucket','1',1.00,'2024-05-08 15:18:42','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4390,'Raw chips bucket','1',-0.05,'2024-05-08 15:23:55','2.24','6','newstock','1','','',0.00,'','1','2.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4391,'Raw chips bucket','1',1.00,'2024-05-08 15:23:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4392,'Raw chips bucket','1',-0.05,'2024-05-08 15:41:51','2.19','6','newstock','1','','',0.00,'','1','2.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4393,'Raw chips bucket','1',1.00,'2024-05-08 15:41:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4394,'Raw chips bucket','1',-0.09,'2024-05-08 16:00:18','2.14','6','newstock','1','','',0.00,'','1','2.049','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4395,'Raw chips bucket','1',2.00,'2024-05-08 16:00:18','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4396,'Raw chips bucket','4',-0.09,'2024-05-08 17:31:00','2.05','6','newstock','1','','',0.00,'','1','1.959','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4397,'Raw chips bucket','4',2.00,'2024-05-08 17:31:00','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4398,'Raw chips bucket','5',-0.05,'2024-05-08 17:45:09','1.96','6','newstock','1','','',0.00,'','1','1.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4399,'Raw chips bucket','5',1.00,'2024-05-08 17:45:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4400,'Raw chips bucket','4',-0.05,'2024-05-08 17:45:11','1.91','6','newstock','1','','',0.00,'','1','1.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4401,'Raw chips bucket','4',1.00,'2024-05-08 17:45:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4402,'Raw chips bucket','1',-0.05,'2024-05-08 19:18:13','1.86','6','newstock','1','','',0.00,'','1','1.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4403,'Raw chips bucket','1',1.00,'2024-05-08 19:18:13','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4404,'Raw chips bucket','1',-0.05,'2024-05-08 19:18:51','1.81','6','newstock','1','','',0.00,'','1','1.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4405,'Raw chips bucket','1',1.00,'2024-05-08 19:18:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4406,'Raw chips bucket','1',-0.05,'2024-05-08 19:23:06','1.76','6','newstock','1','','',0.00,'','1','1.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4407,'Raw chips bucket','1',1.00,'2024-05-08 19:23:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4408,'Raw chips bucket','1',-0.05,'2024-05-08 19:24:07','1.71','6','newstock','1','','',0.00,'','1','1.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4409,'Raw chips bucket','1',1.00,'2024-05-08 19:24:07','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4410,'Raw chips bucket','1',-0.14,'2024-05-08 20:21:37','1.66','6','newstock','1','','',0.00,'','1','1.5235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4411,'Raw chips bucket','1',3.00,'2024-05-08 20:21:37','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4412,'Raw chips bucket','1',-0.05,'2024-05-08 20:22:22','1.52','6','newstock','1','','',0.00,'','1','1.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4413,'Raw chips bucket','1',1.00,'2024-05-08 20:22:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4414,'Raw chips bucket','1',-0.05,'2024-05-08 20:23:02','1.47','6','newstock','1','','',0.00,'','1','1.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4415,'Raw chips bucket','1',1.00,'2024-05-08 20:23:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4416,'Raw chips bucket','1',-0.05,'2024-05-08 20:23:25','1.42','6','newstock','1','','',0.00,'','1','1.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4417,'Raw chips bucket','1',1.00,'2024-05-08 20:23:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4418,'Raw chips bucket','1',-0.05,'2024-05-08 20:24:31','1.37','6','newstock','1','','',0.00,'','1','1.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4419,'Raw chips bucket','1',1.00,'2024-05-08 20:24:31','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4420,'Raw chips bucket','1',-0.14,'2024-05-08 20:28:04','1.32','6','newstock','1','','',0.00,'','1','1.1835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4421,'Raw chips bucket','1',3.00,'2024-05-08 20:28:04','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4422,'Raw chips bucket','1',-0.05,'2024-05-08 20:28:27','1.18','6','newstock','1','','',0.00,'','1','1.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4423,'Raw chips bucket','1',1.00,'2024-05-08 20:28:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4424,'Bottled soda 500ml','',24.00,'2024-05-08 20:42:17','1.00','6','newstock','1','','',0.00,'','1','25','internal','1','23','','',0.00,'','80','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4425,'Raw chips bucket','1',-0.18,'2024-05-08 20:47:37','1.18','6','newstock','1','','',0.00,'','1','0.998','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4426,'Raw chips bucket','1',4.00,'2024-05-08 20:47:37','1.00','6','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4427,'Raw chips bucket','1',-0.09,'2024-05-08 21:20:54','1.00','6','newstock','1','','',0.00,'','1','0.909','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4428,'Raw chips bucket','1',2.00,'2024-05-08 21:20:54','1.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4429,'Raw chips bucket','1',-0.09,'2024-05-08 21:24:11','0.91','6','newstock','1','','',0.00,'','1','0.819','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4430,'Raw chips bucket','1',2.00,'2024-05-08 21:24:11','1.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4431,'Raw chips bucket','1',-0.05,'2024-05-08 21:24:20','0.82','6','newstock','1','','',0.00,'','1','0.7745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4432,'Raw chips bucket','1',1.00,'2024-05-08 21:24:20','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4433,'Potatoes sack','2',-0.02,'2024-05-09 13:40:55','1.72','6','newstock','1','','',0.00,'','1','1.6998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4434,'Potatoes sack','2',2.00,'2024-05-09 13:40:55','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4435,'Raw chips bucket','1',-0.14,'2024-05-09 13:53:13','0.77','6','newstock','1','','',0.00,'','1','0.6335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4436,'Raw chips bucket','1',3.00,'2024-05-09 13:53:13','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4437,'Potatoes sack','2',-0.01,'2024-05-09 13:53:47','1.70','6','newstock','1','','',0.00,'','1','1.6899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4438,'Potatoes sack','2',1.00,'2024-05-09 13:53:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4439,'Raw chips bucket','1',-0.05,'2024-05-09 13:54:23','0.63','6','newstock','1','','',0.00,'','1','0.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4440,'Raw chips bucket','1',1.00,'2024-05-09 13:54:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4441,'Raw chips bucket','1',-0.09,'2024-05-09 15:06:43','0.58','6','newstock','1','','',0.00,'','1','0.489','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4442,'Raw chips bucket','1',2.00,'2024-05-09 15:06:43','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4443,'Raw chips bucket','1',-0.09,'2024-05-09 15:08:09','0.49','6','newstock','1','','',0.00,'','1','0.399','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4444,'Raw chips bucket','1',2.00,'2024-05-09 15:08:09','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4445,'Potatoes sack','2',-0.01,'2024-05-09 15:08:24','1.69','6','newstock','1','','',0.00,'','1','1.6799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4446,'Potatoes sack','2',1.00,'2024-05-09 15:08:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4447,'Raw chips bucket','3',-0.05,'2024-05-09 15:08:28','0.49','6','newstock','1','','',0.00,'','1','0.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4448,'Raw chips bucket','3',1.00,'2024-05-09 15:08:28','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4449,'','1',1.00,'2024-05-09 16:05:36','1.68','6','newstock','1','61715259906','2',4500.00,'','1','2.68','supplier','1','37','','',0.00,'EXEMPTED','0','0','0','0.00','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4450,'Raw chips bucket','',1.00,'2024-05-09 16:12:48','0.44','6','newstock','1','','',0.00,'','1','1.44','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4451,'','1',1.00,'2024-05-09 16:15:23','0.00','6','newstock','1','61715260429','2',0.00,'','1','1','supplier','1','30','','',0.00,'EXEMPTED','80','0','0','16.00','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4452,'Raw chips bucket','3',-0.05,'2024-05-09 16:20:06','1.44','6','newstock','1','','',0.00,'','1','1.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4453,'Raw chips bucket','3',1.00,'2024-05-09 16:20:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4454,'Raw chips bucket','3',-0.36,'2024-05-09 16:20:24','1.39','6','newstock','1','','',0.00,'','1','1.026','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4455,'Raw chips bucket','3',8.00,'2024-05-09 16:20:24','1.00','6','newstock','1','','',0.00,'','1','9','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4456,'Raw chips bucket','1',-0.18,'2024-05-09 16:43:09','1.03','7','newstock','1','','',0.00,'','1','0.848','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4457,'Raw chips bucket','1',4.00,'2024-05-09 16:43:09','2.00','7','newstock','1','','',0.00,'','1','6','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4458,'Raw chips bucket','3',-0.05,'2024-05-09 16:44:52','0.85','7','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4459,'Raw chips bucket','3',1.00,'2024-05-09 16:44:52','9.00','7','newstock','1','','',0.00,'','1','10','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4460,'Potatoes sack','2',-0.03,'2024-05-09 16:45:18','2.68','7','newstock','1','','',0.00,'','1','2.6497','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4461,'Potatoes sack','2',3.00,'2024-05-09 16:45:18','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4462,'Potatoes sack','2',-0.02,'2024-05-09 18:09:45','2.65','7','newstock','1','','',0.00,'','1','2.6298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4463,'Potatoes sack','2',2.00,'2024-05-09 18:09:45','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4464,'Raw chips bucket','1',-0.05,'2024-05-09 18:51:37','0.80','7','newstock','1','','',0.00,'','1','0.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4465,'Raw chips bucket','1',1.00,'2024-05-09 18:51:37','2.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4466,'Raw chips bucket','5',-0.09,'2024-05-09 19:14:48','0.75','7','newstock','1','','',0.00,'','1','0.659','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4467,'Raw chips bucket','5',2.00,'2024-05-09 19:14:48','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4468,'Raw chips bucket','4',-0.14,'2024-05-09 19:15:31','0.66','7','newstock','1','','',0.00,'','1','0.5235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4469,'Raw chips bucket','4',3.00,'2024-05-09 19:15:31','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4470,'Raw chips bucket','1',-0.05,'2024-05-09 19:16:42','0.52','7','newstock','1','','',0.00,'','1','0.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4471,'Raw chips bucket','1',1.00,'2024-05-09 19:16:42','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4472,'Potatoes sack','2',-0.01,'2024-05-09 19:17:34','2.63','7','newstock','1','','',0.00,'','1','2.6199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4473,'Potatoes sack','2',1.00,'2024-05-09 19:17:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4474,'Raw chips bucket','3',-0.14,'2024-05-09 19:29:58','0.47','7','newstock','1','','',0.00,'','1','0.3335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4475,'Raw chips bucket','3',3.00,'2024-05-09 19:29:58','8.00','7','newstock','1','','',0.00,'','1','11','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4476,'Raw chips bucket','1',-0.05,'2024-05-09 19:33:53','0.33','7','newstock','1','','',0.00,'','1','0.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4477,'Raw chips bucket','1',1.00,'2024-05-09 19:33:53','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4478,'Raw chips bucket','1',-0.05,'2024-05-09 19:54:06','0.28','7','newstock','1','','',0.00,'','1','0.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4479,'Raw chips bucket','1',1.00,'2024-05-09 19:54:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4480,'Raw chips bucket','1',-0.05,'2024-05-09 19:59:38','0.23','7','newstock','1','','',0.00,'','1','0.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4481,'Raw chips bucket','1',1.00,'2024-05-09 19:59:38','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4482,'Chicken','',2.00,'2024-05-09 20:02:42','0.00','7','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4483,'Pep soda 500ml','',12.00,'2024-05-09 20:09:24','0.00','7','newstock','1','','',0.00,'','1','12','internal','1','21','','',0.00,'','80','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4484,'Raw chips bucket','4',-0.05,'2024-05-09 20:16:27','0.18','7','newstock','1','','',0.00,'','1','0.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4485,'Raw chips bucket','4',1.00,'2024-05-09 20:16:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4486,'Raw chips bucket','1',-0.05,'2024-05-09 20:27:16','0.13','7','newstock','1','','',0.00,'','1','0.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4487,'Raw chips bucket','1',1.00,'2024-05-09 20:27:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4488,'Raw chips bucket','1',-0.05,'2024-05-09 20:33:11','0.08','6','newstock','1','','',0.00,'','1','0.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4489,'Raw chips bucket','1',1.00,'2024-05-09 20:33:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4490,'Raw chips bucket','',2.00,'2024-05-09 20:35:58','0.03','6','newstock','1','','',0.00,'','1','2.03','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4491,'Potatoes sack','2',-0.01,'2024-05-09 20:36:00','2.62','6','newstock','1','','',0.00,'','1','2.6099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4492,'Potatoes sack','2',1.00,'2024-05-09 20:36:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4493,'Raw chips bucket','3',-0.05,'2024-05-09 20:36:09','2.03','6','newstock','1','','',0.00,'','1','1.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4494,'Raw chips bucket','3',1.00,'2024-05-09 20:36:09','5.00','6','newstock','1','','',0.00,'','1','6','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4495,'Potatoes sack','2',-0.01,'2024-05-09 20:38:03','2.61','6','newstock','1','','',0.00,'','1','2.5999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4496,'Potatoes sack','2',1.00,'2024-05-09 20:38:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4497,'Raw chips bucket','1',-0.05,'2024-05-09 20:41:39','1.98','7','newstock','1','','',0.00,'','1','1.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4498,'Raw chips bucket','1',1.00,'2024-05-09 20:41:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4499,'Raw chips bucket','1',-0.05,'2024-05-10 14:19:14','1.93','6','newstock','1','','',0.00,'','1','1.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4500,'Raw chips bucket','1',1.00,'2024-05-10 14:19:14','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4501,'Raw chips bucket','3',-0.09,'2024-05-10 14:19:52','1.88','6','newstock','1','','',0.00,'','1','1.789','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4502,'Raw chips bucket','3',2.00,'2024-05-10 14:19:52','4.00','6','newstock','1','','',0.00,'','1','6','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4503,'Raw chips bucket','1',-0.05,'2024-05-10 14:20:31','1.79','6','newstock','1','','',0.00,'','1','1.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4504,'Raw chips bucket','1',1.00,'2024-05-10 14:20:31','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4505,'Raw chips bucket','1',-0.14,'2024-05-10 14:23:16','1.74','6','newstock','1','','',0.00,'','1','1.6035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4506,'Raw chips bucket','1',3.00,'2024-05-10 14:23:16','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4507,'Raw chips bucket','1',-0.14,'2024-05-10 14:24:37','1.60','6','newstock','1','','',0.00,'','1','1.4635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4508,'Raw chips bucket','1',3.00,'2024-05-10 14:24:37','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4509,'Raw chips bucket','1',-0.05,'2024-05-10 14:49:11','1.46','6','newstock','1','','',0.00,'','1','1.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4510,'Raw chips bucket','1',1.00,'2024-05-10 14:49:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4511,'Raw chips bucket','1',-0.05,'2024-05-10 14:49:46','1.41','6','newstock','1','','',0.00,'','1','1.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4512,'Raw chips bucket','1',1.00,'2024-05-10 14:49:46','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4513,'Raw chips bucket','1',-0.05,'2024-05-10 17:44:39','1.36','6','newstock','1','','',0.00,'','1','1.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4514,'Raw chips bucket','1',1.00,'2024-05-10 17:44:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4515,'Raw chips bucket','1',-0.05,'2024-05-10 17:46:18','1.31','6','newstock','1','','',0.00,'','1','1.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4516,'Raw chips bucket','1',1.00,'2024-05-10 17:46:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4517,'Potatoes sack','2',-0.01,'2024-05-10 17:46:21','2.60','6','newstock','1','','',0.00,'','1','2.5899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4518,'Potatoes sack','2',1.00,'2024-05-10 17:46:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4519,'Raw chips bucket','4',-0.05,'2024-05-10 17:46:25','1.26','6','newstock','1','','',0.00,'','1','1.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4520,'Raw chips bucket','4',1.00,'2024-05-10 17:46:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4521,'Raw chips bucket','5',-0.05,'2024-05-10 17:49:41','1.21','6','newstock','1','','',0.00,'','1','1.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4522,'Raw chips bucket','5',1.00,'2024-05-10 17:49:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4523,'Potatoes sack','2',-0.02,'2024-05-10 17:50:07','2.59','6','newstock','1','','',0.00,'','1','2.5698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4524,'Potatoes sack','2',2.00,'2024-05-10 17:50:07','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4525,'Raw chips bucket','3',-0.18,'2024-05-10 17:50:42','1.16','6','newstock','1','','',0.00,'','1','0.978','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4526,'Raw chips bucket','3',4.00,'2024-05-10 17:50:42','2.00','6','newstock','1','','',0.00,'','1','6','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4527,'Raw chips bucket','3',-0.09,'2024-05-10 17:52:41','0.98','6','newstock','1','','',0.00,'','1','0.889','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4528,'Raw chips bucket','3',2.00,'2024-05-10 17:52:41','2.00','6','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4529,'Raw chips bucket','1',-0.05,'2024-05-10 17:54:03','0.89','6','newstock','1','','',0.00,'','1','0.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4530,'Raw chips bucket','1',1.00,'2024-05-10 17:54:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4531,'Raw chips bucket','1',-0.05,'2024-05-10 17:55:48','0.84','6','newstock','1','','',0.00,'','1','0.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4532,'Raw chips bucket','1',1.00,'2024-05-10 17:55:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4533,'Raw chips bucket','3',-0.05,'2024-05-10 17:56:33','0.79','6','newstock','1','','',0.00,'','1','0.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4534,'Raw chips bucket','3',1.00,'2024-05-10 17:56:33','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4535,'Raw chips bucket','3',-0.05,'2024-05-10 17:57:40','0.74','6','newstock','1','','',0.00,'','1','0.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4536,'Raw chips bucket','3',1.00,'2024-05-10 17:57:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4537,'Raw chips bucket','1',-0.05,'2024-05-10 18:28:34','0.69','6','newstock','1','','',0.00,'','1','0.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4538,'Raw chips bucket','1',1.00,'2024-05-10 18:28:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4539,'Raw chips bucket','3',-0.05,'2024-05-10 19:02:12','0.64','6','newstock','1','','',0.00,'','1','0.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4540,'Raw chips bucket','3',1.00,'2024-05-10 19:02:12','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4541,'Raw chips bucket','4',-0.05,'2024-05-10 19:02:44','0.59','6','newstock','1','','',0.00,'','1','0.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4542,'Raw chips bucket','4',1.00,'2024-05-10 19:02:44','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4543,'Raw chips bucket','3',-0.05,'2024-05-10 19:03:29','0.54','6','newstock','1','','',0.00,'','1','0.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4544,'Raw chips bucket','3',1.00,'2024-05-10 19:03:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4545,'Potatoes sack','2',-0.01,'2024-05-10 19:17:07','2.57','6','newstock','1','','',0.00,'','1','2.5599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4546,'Potatoes sack','2',1.00,'2024-05-10 19:17:07','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4547,'Raw chips bucket','3',-0.14,'2024-05-10 19:17:58','0.49','6','newstock','1','','',0.00,'','1','0.3535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4548,'Raw chips bucket','3',3.00,'2024-05-10 19:17:58','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4549,'Chicken','',0.50,'2024-05-10 19:18:38','0.00','6','newstock','1','','',0.00,'','1','0.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4550,'Raw chips bucket','3',-0.05,'2024-05-10 19:19:29','0.35','6','newstock','1','','',0.00,'','1','0.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4551,'Raw chips bucket','3',1.00,'2024-05-10 19:19:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4552,'Raw chips bucket','1',-0.23,'2024-05-10 19:19:54','0.30','6','newstock','1','','',0.00,'','1','0.0725','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4553,'Raw chips bucket','1',5.00,'2024-05-10 19:19:54','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4554,'Potatoes sack','2',-0.02,'2024-05-10 19:20:32','2.56','6','newstock','1','','',0.00,'','1','2.5398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4555,'Potatoes sack','2',2.00,'2024-05-10 19:20:32','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4556,'Raw chips bucket','1',-0.05,'2024-05-10 19:20:35','0.07','6','newstock','1','','',0.00,'','1','0.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4557,'Raw chips bucket','1',1.00,'2024-05-10 19:20:35','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4558,'Raw chips bucket','',1.00,'2024-05-10 19:24:57','0.02','6','newstock','1','','',0.00,'','1','1.02','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4559,'Raw chips bucket','1',-0.05,'2024-05-10 19:25:09','1.02','6','newstock','1','','',0.00,'','1','0.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4560,'Raw chips bucket','1',1.00,'2024-05-10 19:25:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4561,'Raw chips bucket','1',-0.09,'2024-05-10 19:25:31','0.97','6','newstock','1','','',0.00,'','1','0.879','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4562,'Raw chips bucket','1',2.00,'2024-05-10 19:25:31','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4563,'Raw chips bucket','3',-0.23,'2024-05-10 19:27:10','0.88','6','newstock','1','','',0.00,'','1','0.6525','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4564,'Raw chips bucket','3',5.00,'2024-05-10 19:27:10','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4565,'Raw chips bucket','3',-0.09,'2024-05-10 19:34:55','0.65','6','newstock','1','','',0.00,'','1','0.559','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4566,'Raw chips bucket','3',2.00,'2024-05-10 19:34:55','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4567,'Raw chips bucket','1',-0.09,'2024-05-10 19:46:38','0.56','6','newstock','1','','',0.00,'','1','0.469','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4568,'Raw chips bucket','1',2.00,'2024-05-10 19:46:38','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4569,'Raw chips bucket','1',-0.05,'2024-05-10 19:49:21','0.47','6','newstock','1','','',0.00,'','1','0.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4570,'Raw chips bucket','1',1.00,'2024-05-10 19:49:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4571,'Raw chips bucket','1',-0.05,'2024-05-10 20:40:56','0.42','6','newstock','1','','',0.00,'','1','0.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4572,'Raw chips bucket','1',1.00,'2024-05-10 20:40:56','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4573,'Raw chips bucket','1',-0.09,'2024-05-11 13:45:49','0.37','7','newstock','1','','',0.00,'','1','0.279','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4574,'Raw chips bucket','1',2.00,'2024-05-11 13:45:49','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4575,'Raw chips bucket','1',-0.05,'2024-05-11 13:46:01','0.28','7','newstock','1','','',0.00,'','1','0.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4576,'Raw chips bucket','1',1.00,'2024-05-11 13:46:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4577,'Raw chips bucket','1',-0.05,'2024-05-11 13:47:29','0.23','7','newstock','1','','',0.00,'','1','0.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4578,'Raw chips bucket','1',1.00,'2024-05-11 13:47:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4579,'Raw chips bucket','3',-0.05,'2024-05-11 13:47:46','0.18','7','newstock','1','','',0.00,'','1','0.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4580,'Raw chips bucket','3',1.00,'2024-05-11 13:47:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4581,'Raw chips bucket','1',-0.05,'2024-05-11 13:49:28','0.13','7','newstock','1','','',0.00,'','1','0.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4582,'Raw chips bucket','1',1.00,'2024-05-11 13:49:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4583,'Raw chips bucket','',2.00,'2024-05-11 13:50:47','0.08','7','newstock','1','','',0.00,'','1','2.08','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4584,'Raw chips bucket','1',-0.05,'2024-05-11 13:50:51','2.08','7','newstock','1','','',0.00,'','1','2.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4585,'Raw chips bucket','1',1.00,'2024-05-11 13:50:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4586,'Raw chips bucket','1',-0.18,'2024-05-11 13:51:00','2.03','7','newstock','1','','',0.00,'','1','1.848','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4587,'Raw chips bucket','1',4.00,'2024-05-11 13:51:00','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4588,'Raw chips bucket','1',-0.05,'2024-05-11 14:09:12','1.85','6','newstock','1','','',0.00,'','1','1.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4589,'Raw chips bucket','1',1.00,'2024-05-11 14:09:12','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4590,'Potatoes sack','2',-0.01,'2024-05-11 15:14:47','2.54','6','newstock','1','','',0.00,'','1','2.5299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4591,'Potatoes sack','2',1.00,'2024-05-11 15:14:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4592,'Chicken','',2.00,'2024-05-11 15:16:08','0.00','6','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4593,'Raw chips bucket','3',-0.05,'2024-05-11 15:21:32','1.80','6','newstock','1','','',0.00,'','1','1.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4594,'Raw chips bucket','3',1.00,'2024-05-11 15:21:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4595,'Raw chips bucket','1',-0.09,'2024-05-11 15:32:43','1.75','6','newstock','1','','',0.00,'','1','1.659','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4596,'Raw chips bucket','1',2.00,'2024-05-11 15:32:43','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4597,'Raw chips bucket','3',-0.05,'2024-05-11 15:32:46','1.66','6','newstock','1','','',0.00,'','1','1.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4598,'Raw chips bucket','3',1.00,'2024-05-11 15:32:46','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4599,'Raw chips bucket','3',-0.05,'2024-05-11 15:33:26','1.61','6','newstock','1','','',0.00,'','1','1.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4600,'Raw chips bucket','3',1.00,'2024-05-11 15:33:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4601,'Potatoes sack','2',-0.01,'2024-05-11 15:34:06','2.53','6','newstock','1','','',0.00,'','1','2.5199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4602,'Potatoes sack','2',1.00,'2024-05-11 15:34:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4603,'Potatoes sack','2',-0.01,'2024-05-11 16:22:03','2.53','6','newstock','1','','',0.00,'','1','2.5199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4604,'Potatoes sack','2',1.00,'2024-05-11 16:22:03','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4605,'Potatoes sack','2',-0.01,'2024-05-11 16:22:53','2.52','6','newstock','1','','',0.00,'','1','2.5099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4606,'Potatoes sack','2',1.00,'2024-05-11 16:22:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4607,'Raw chips bucket','3',-0.05,'2024-05-11 16:23:47','1.56','6','newstock','1','','',0.00,'','1','1.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4608,'Raw chips bucket','3',1.00,'2024-05-11 16:23:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4609,'Smokie','',132.00,'2024-05-11 17:04:13','0.00','6','newstock','1','','',0.00,'','Main','132','Internal','Main','17','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4610,'Raw chips bucket','4',-0.05,'2024-05-11 17:04:56','1.51','6','newstock','1','','',0.00,'','1','1.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4611,'Raw chips bucket','4',1.00,'2024-05-11 17:04:56','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4612,'Raw chips bucket','4',-0.09,'2024-05-11 17:06:40','1.46','6','newstock','1','','',0.00,'','1','1.369','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4613,'Raw chips bucket','4',2.00,'2024-05-11 17:06:40','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4614,'Raw chips bucket','3',-0.05,'2024-05-11 17:15:34','1.37','6','newstock','1','','',0.00,'','1','1.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4615,'Raw chips bucket','3',1.00,'2024-05-11 17:15:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4616,'Raw chips bucket','3',-0.05,'2024-05-11 17:21:00','1.32','6','newstock','1','','',0.00,'','1','1.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4617,'Raw chips bucket','3',1.00,'2024-05-11 17:21:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4618,'Raw chips bucket','4',-0.05,'2024-05-11 17:26:22','1.27','6','newstock','1','','',0.00,'','1','1.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4619,'Raw chips bucket','4',1.00,'2024-05-11 17:26:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4620,'Raw chips bucket','3',-0.05,'2024-05-11 18:42:35','1.22','6','newstock','1','','',0.00,'','1','1.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4621,'Raw chips bucket','3',1.00,'2024-05-11 18:42:35','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4622,'Raw chips bucket','1',-0.23,'2024-05-11 19:05:12','1.17','6','newstock','1','','',0.00,'','1','0.9425','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4623,'Raw chips bucket','1',5.00,'2024-05-11 19:05:12','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4624,'Potatoes sack','2',-0.01,'2024-05-11 19:07:34','2.51','6','newstock','1','','',0.00,'','1','2.4999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4625,'Potatoes sack','2',1.00,'2024-05-11 19:07:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4626,'Raw chips bucket','1',-0.18,'2024-05-11 19:09:12','0.94','6','newstock','1','','',0.00,'','1','0.758','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4627,'Raw chips bucket','1',4.00,'2024-05-11 19:09:12','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4628,'Raw chips bucket','3',-0.09,'2024-05-11 19:10:35','0.76','6','newstock','1','','',0.00,'','1','0.669','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4629,'Raw chips bucket','3',2.00,'2024-05-11 19:10:35','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4630,'Raw chips bucket','3',-0.09,'2024-05-11 19:11:20','0.67','6','newstock','1','','',0.00,'','1','0.579','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4631,'Raw chips bucket','3',2.00,'2024-05-11 19:11:20','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4632,'Raw chips bucket','3',-0.05,'2024-05-11 19:11:50','0.58','6','newstock','1','','',0.00,'','1','0.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4633,'Raw chips bucket','3',1.00,'2024-05-11 19:11:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4634,'Raw chips bucket','1',-0.14,'2024-05-11 19:15:38','0.53','6','newstock','1','','',0.00,'','1','0.3935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4635,'Raw chips bucket','1',3.00,'2024-05-11 19:15:38','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4636,'Raw chips bucket','1',-0.05,'2024-05-11 19:31:26','0.39','6','newstock','1','','',0.00,'','1','0.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4637,'Raw chips bucket','1',1.00,'2024-05-11 19:31:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4638,'Raw chips bucket','1',-0.18,'2024-05-11 20:39:55','0.34','6','newstock','1','','',0.00,'','1','0.158','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4639,'Raw chips bucket','1',4.00,'2024-05-11 20:39:55','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4640,'Raw chips bucket','1',-0.05,'2024-05-11 21:12:01','0.16','6','newstock','1','','',0.00,'','1','0.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4641,'Raw chips bucket','1',1.00,'2024-05-11 21:12:01','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4642,'Raw chips bucket','5',-0.09,'2024-05-11 21:13:19','0.11','6','newstock','1','','',0.00,'','1','0.019','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4643,'Raw chips bucket','5',2.00,'2024-05-11 21:13:19','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4644,'Raw chips bucket','',0.50,'2024-05-11 21:14:16','0.02','6','newstock','1','','',0.00,'','1','0.52','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4645,'Raw chips bucket','4',-0.05,'2024-05-11 21:14:28','0.52','6','newstock','1','','',0.00,'','1','0.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4646,'Raw chips bucket','4',1.00,'2024-05-11 21:14:28','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4647,'Raw chips bucket','1',-0.18,'2024-05-12 11:36:30','0.47','7','newstock','1','','',0.00,'','1','0.288','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4648,'Raw chips bucket','1',4.00,'2024-05-12 11:36:30','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4649,'Raw chips bucket','1',-0.05,'2024-05-12 11:37:39','0.29','7','newstock','1','','',0.00,'','1','0.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4650,'Raw chips bucket','1',1.00,'2024-05-12 11:37:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4651,'Raw chips bucket','3',-0.05,'2024-05-12 11:59:27','0.24','7','newstock','1','','',0.00,'','1','0.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4652,'Raw chips bucket','3',1.00,'2024-05-12 11:59:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4653,'Potatoes sack','2',-0.03,'2024-05-12 12:00:56','2.50','7','newstock','1','','',0.00,'','1','2.4697','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4654,'Potatoes sack','2',3.00,'2024-05-12 12:00:56','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4655,'Raw chips bucket','1',-0.05,'2024-05-12 12:03:01','0.19','7','newstock','1','','',0.00,'','1','0.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4656,'Raw chips bucket','1',1.00,'2024-05-12 12:03:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4657,'Raw chips bucket','1',-0.14,'2024-05-12 12:03:28','0.14','7','newstock','1','','',0.00,'','1','0.0035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4658,'Raw chips bucket','1',3.00,'2024-05-12 12:03:28','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4659,'Raw chips bucket','',4.00,'2024-05-12 12:15:14','0.00','7','newstock','1','','',0.00,'','1','4','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4660,'Raw chips bucket','3',-0.05,'2024-05-12 12:15:20','4.00','7','newstock','1','','',0.00,'','1','3.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4661,'Raw chips bucket','3',1.00,'2024-05-12 12:15:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4662,'Raw chips bucket','3',-0.14,'2024-05-12 12:15:52','3.95','7','newstock','1','','',0.00,'','1','3.8135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4663,'Raw chips bucket','3',3.00,'2024-05-12 12:15:52','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4664,'Potatoes sack','2',-0.01,'2024-05-12 12:17:49','2.47','7','newstock','1','','',0.00,'','1','2.4599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4665,'Potatoes sack','2',1.00,'2024-05-12 12:17:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4666,'Raw chips bucket','1',-0.05,'2024-05-12 12:21:53','3.81','7','newstock','1','','',0.00,'','1','3.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4667,'Raw chips bucket','1',1.00,'2024-05-12 12:21:53','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4668,'Potatoes sack','2',-0.01,'2024-05-12 12:23:06','2.46','7','newstock','1','','',0.00,'','1','2.4499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4669,'Potatoes sack','2',1.00,'2024-05-12 12:23:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4670,'Raw chips bucket','3',-0.05,'2024-05-12 12:41:06','3.76','7','newstock','1','','',0.00,'','1','3.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4671,'Raw chips bucket','3',1.00,'2024-05-12 12:41:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4672,'Potatoes sack','2',-0.02,'2024-05-12 12:53:49','2.45','7','newstock','1','','',0.00,'','1','2.4298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4673,'Potatoes sack','2',2.00,'2024-05-12 12:53:49','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4674,'Raw chips bucket','1',-0.05,'2024-05-12 12:56:50','3.71','7','newstock','1','','',0.00,'','1','3.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4675,'Raw chips bucket','1',1.00,'2024-05-12 12:56:50','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4676,'Raw chips bucket','1',-0.09,'2024-05-12 13:21:16','3.66','7','newstock','1','','',0.00,'','1','3.569','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4677,'Raw chips bucket','1',2.00,'2024-05-12 13:21:16','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4678,'Raw chips bucket','1',-0.18,'2024-05-12 13:22:58','3.57','7','newstock','1','','',0.00,'','1','3.388','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4679,'Raw chips bucket','1',4.00,'2024-05-12 13:22:58','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4680,'Raw chips bucket','3',-0.05,'2024-05-12 16:12:58','3.39','7','newstock','1','','',0.00,'','1','3.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4681,'Raw chips bucket','3',1.00,'2024-05-12 16:12:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4682,'Raw chips bucket','3',-0.05,'2024-05-12 16:15:24','3.34','7','newstock','1','','',0.00,'','1','3.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4683,'Raw chips bucket','3',1.00,'2024-05-12 16:15:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4684,'Raw chips bucket','3',-0.05,'2024-05-12 16:16:05','3.29','7','newstock','1','','',0.00,'','1','3.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4685,'Raw chips bucket','3',1.00,'2024-05-12 16:16:05','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4686,'Raw chips bucket','3',-0.23,'2024-05-12 16:16:38','3.24','7','newstock','1','','',0.00,'','1','3.0125','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4687,'Raw chips bucket','3',5.00,'2024-05-12 16:16:38','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4688,'Raw chips bucket','1',-0.18,'2024-05-12 16:17:42','3.01','7','newstock','1','','',0.00,'','1','2.828','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4689,'Raw chips bucket','1',4.00,'2024-05-12 16:17:42','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4690,'Potatoes sack','2',-0.01,'2024-05-12 16:32:23','2.43','7','newstock','1','','',0.00,'','1','2.4199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4691,'Potatoes sack','2',1.00,'2024-05-12 16:32:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4692,'Raw chips bucket','3',-0.05,'2024-05-12 17:13:28','2.83','7','newstock','1','','',0.00,'','1','2.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4693,'Raw chips bucket','3',1.00,'2024-05-12 17:13:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4694,'Potatoes sack','2',-0.02,'2024-05-12 17:14:17','2.42','7','newstock','1','','',0.00,'','1','2.3998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4695,'Potatoes sack','2',2.00,'2024-05-12 17:14:17','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4696,'Potatoes sack','2',-0.01,'2024-05-12 17:14:37','2.40','7','newstock','1','','',0.00,'','1','2.3899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4697,'Potatoes sack','2',1.00,'2024-05-12 17:14:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4698,'Potatoes sack','2',-0.02,'2024-05-12 17:15:19','2.39','7','newstock','1','','',0.00,'','1','2.3698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4699,'Potatoes sack','2',2.00,'2024-05-12 17:15:19','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4700,'Raw chips bucket','5',-0.05,'2024-05-12 17:15:58','2.78','7','newstock','1','','',0.00,'','1','2.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4701,'Raw chips bucket','5',1.00,'2024-05-12 17:15:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4702,'Raw chips bucket','1',-0.05,'2024-05-12 17:16:30','2.73','7','newstock','1','','',0.00,'','1','2.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4703,'Raw chips bucket','1',1.00,'2024-05-12 17:16:30','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4704,'Sausages','',100.00,'2024-05-12 17:30:39','0.00','7','newstock','1','','',0.00,'','1','100','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4705,'Raw chips bucket','4',-0.05,'2024-05-12 17:40:01','2.68','7','newstock','1','','',0.00,'','1','2.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4706,'Raw chips bucket','4',1.00,'2024-05-12 17:40:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4707,'Raw chips bucket','1',-0.05,'2024-05-12 17:42:20','2.63','7','newstock','1','','',0.00,'','1','2.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4708,'Raw chips bucket','1',1.00,'2024-05-12 17:42:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4709,'Raw chips bucket','1',-0.09,'2024-05-12 17:48:58','2.58','7','newstock','1','','',0.00,'','1','2.489','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4710,'Raw chips bucket','1',2.00,'2024-05-12 17:48:58','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4711,'Raw chips bucket','1',-0.09,'2024-05-12 17:54:08','2.49','7','newstock','1','','',0.00,'','1','2.399','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4712,'Raw chips bucket','1',2.00,'2024-05-12 17:54:08','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4713,'Raw chips bucket','1',-0.09,'2024-05-12 17:57:19','2.40','7','newstock','1','','',0.00,'','1','2.309','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4714,'Raw chips bucket','1',2.00,'2024-05-12 17:57:19','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4715,'Raw chips bucket','3',-0.09,'2024-05-12 17:59:57','2.31','7','newstock','1','','',0.00,'','1','2.219','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4716,'Raw chips bucket','3',2.00,'2024-05-12 17:59:57','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4717,'Potatoes sack','2',-0.01,'2024-05-12 18:00:46','2.37','7','newstock','1','','',0.00,'','1','2.3599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4718,'Potatoes sack','2',1.00,'2024-05-12 18:00:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4719,'Raw chips bucket','4',-0.05,'2024-05-12 18:02:20','2.22','7','newstock','1','','',0.00,'','1','2.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4720,'Raw chips bucket','4',1.00,'2024-05-12 18:02:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4721,'Raw chips bucket','1',-0.05,'2024-05-12 18:02:47','2.17','7','newstock','1','','',0.00,'','1','2.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4722,'Raw chips bucket','1',1.00,'2024-05-12 18:02:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4723,'Raw chips bucket','1',-0.05,'2024-05-12 18:03:42','2.12','7','newstock','1','','',0.00,'','1','2.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4724,'Raw chips bucket','1',1.00,'2024-05-12 18:03:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4725,'Raw chips bucket','4',-0.14,'2024-05-12 18:04:15','2.07','7','newstock','1','','',0.00,'','1','1.9335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4726,'Raw chips bucket','4',3.00,'2024-05-12 18:04:15','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4727,'Raw chips bucket','4',-0.05,'2024-05-12 18:10:44','1.93','7','newstock','1','','',0.00,'','1','1.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4728,'Raw chips bucket','4',1.00,'2024-05-12 18:10:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4729,'Raw chips bucket','1',-0.05,'2024-05-12 18:12:43','1.88','7','newstock','1','','',0.00,'','1','1.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4730,'Raw chips bucket','1',1.00,'2024-05-12 18:12:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4731,'Potatoes sack','2',-0.02,'2024-05-12 18:13:52','2.36','7','newstock','1','','',0.00,'','1','2.3398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4732,'Potatoes sack','2',2.00,'2024-05-12 18:13:52','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4733,'Raw chips bucket','4',-0.05,'2024-05-12 18:14:27','1.83','7','newstock','1','','',0.00,'','1','1.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4734,'Raw chips bucket','4',1.00,'2024-05-12 18:14:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4735,'Raw chips bucket','1',-0.05,'2024-05-12 18:15:27','1.78','7','newstock','1','','',0.00,'','1','1.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4736,'Raw chips bucket','1',1.00,'2024-05-12 18:15:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4737,'Chicken','',3.00,'2024-05-12 18:18:17','0.00','7','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4738,'Potatoes sack','2',-0.01,'2024-05-12 18:19:26','2.34','7','newstock','1','','',0.00,'','1','2.3299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4739,'Potatoes sack','2',1.00,'2024-05-12 18:19:26','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4740,'Potatoes sack','2',-0.01,'2024-05-12 18:19:44','2.33','7','newstock','1','','',0.00,'','1','2.3199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4741,'Potatoes sack','2',1.00,'2024-05-12 18:19:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4742,'Potatoes sack','2',-0.01,'2024-05-12 18:20:47','2.32','7','newstock','1','','',0.00,'','1','2.3099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4743,'Potatoes sack','2',1.00,'2024-05-12 18:20:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4744,'Raw chips bucket','1',-0.09,'2024-05-12 18:21:32','1.73','7','newstock','1','','',0.00,'','1','1.639','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4745,'Raw chips bucket','1',2.00,'2024-05-12 18:21:32','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4746,'Potatoes sack','2',-0.02,'2024-05-12 18:28:02','2.31','7','newstock','1','','',0.00,'','1','2.2898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4747,'Potatoes sack','2',2.00,'2024-05-12 18:28:02','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4748,'Raw chips bucket','3',-0.05,'2024-05-12 18:28:59','1.64','7','newstock','1','','',0.00,'','1','1.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4749,'Raw chips bucket','3',1.00,'2024-05-12 18:28:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4750,'Potatoes sack','2',-0.03,'2024-05-12 18:30:03','2.29','7','newstock','1','','',0.00,'','1','2.2597','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4751,'Potatoes sack','2',3.00,'2024-05-12 18:30:03','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4752,'Raw chips bucket','1',-0.05,'2024-05-12 18:32:31','1.59','7','newstock','1','','',0.00,'','1','1.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4753,'Raw chips bucket','1',1.00,'2024-05-12 18:32:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4754,'Raw chips bucket','4',-0.09,'2024-05-12 18:33:18','1.54','7','newstock','1','','',0.00,'','1','1.449','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4755,'Raw chips bucket','4',2.00,'2024-05-12 18:33:18','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4756,'Raw chips bucket','5',-0.09,'2024-05-12 18:34:23','1.45','7','newstock','1','','',0.00,'','1','1.359','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4757,'Raw chips bucket','5',2.00,'2024-05-12 18:34:23','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4758,'Raw chips bucket','3',-0.05,'2024-05-12 18:35:18','1.36','7','newstock','1','','',0.00,'','1','1.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4759,'Raw chips bucket','3',1.00,'2024-05-12 18:35:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4760,'Raw chips bucket','4',-0.14,'2024-05-12 18:35:57','1.31','7','newstock','1','','',0.00,'','1','1.1735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4761,'Raw chips bucket','4',3.00,'2024-05-12 18:35:57','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4762,'Raw chips bucket','1',-0.14,'2024-05-12 18:38:53','1.17','7','newstock','1','','',0.00,'','1','1.0335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4763,'Raw chips bucket','1',3.00,'2024-05-12 18:38:53','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4764,'Potatoes sack','2',-0.01,'2024-05-12 18:40:11','2.26','7','newstock','1','','',0.00,'','1','2.2499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4765,'Potatoes sack','2',1.00,'2024-05-12 18:40:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4766,'Raw chips bucket','1',-0.18,'2024-05-12 18:42:18','1.03','7','newstock','1','','',0.00,'','1','0.848','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4767,'Raw chips bucket','1',4.00,'2024-05-12 18:42:18','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4768,'Potatoes sack','2',-0.02,'2024-05-12 18:46:58','2.25','7','newstock','1','','',0.00,'','1','2.2298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4769,'Potatoes sack','2',2.00,'2024-05-12 18:46:58','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4770,'Chicken','',1.00,'2024-05-12 18:48:37','1.75','7','newstock','1','','',0.00,'','1','2.75','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4771,'Carrier bag large','',20.00,'2024-05-12 18:52:06','0.00','7','newstock','1','','',0.00,'','1','20','internal','1','34','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4772,'Raw chips bucket','4',-0.09,'2024-05-12 18:53:27','0.85','7','newstock','1','','',0.00,'','1','0.759','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4773,'Raw chips bucket','4',2.00,'2024-05-12 18:53:27','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4774,'Raw chips bucket','4',-0.05,'2024-05-12 18:54:31','0.76','7','newstock','1','','',0.00,'','1','0.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4775,'Raw chips bucket','4',1.00,'2024-05-12 18:54:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4776,'Potatoes sack','2',-0.02,'2024-05-12 18:55:07','2.23','7','newstock','1','','',0.00,'','1','2.2098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4777,'Potatoes sack','2',2.00,'2024-05-12 18:55:07','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4778,'Raw chips bucket','1',-0.18,'2024-05-12 18:59:03','0.71','7','newstock','1','','',0.00,'','1','0.528','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4779,'Raw chips bucket','1',4.00,'2024-05-12 18:59:03','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4780,'Raw chips bucket','4',-0.05,'2024-05-12 18:59:47','0.53','7','newstock','1','','',0.00,'','1','0.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4781,'Raw chips bucket','4',1.00,'2024-05-12 18:59:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4782,'Raw chips bucket','1',-0.05,'2024-05-12 19:00:22','0.48','7','newstock','1','','',0.00,'','1','0.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4783,'Raw chips bucket','1',1.00,'2024-05-12 19:00:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4784,'Smokie','',10.00,'2024-05-12 19:04:49','0.00','7','newstock','1','','',0.00,'','1','10','internal','1','17','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4785,'Raw chips bucket','1',-0.14,'2024-05-12 19:07:24','0.43','7','newstock','1','','',0.00,'','1','0.2935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4786,'Raw chips bucket','1',3.00,'2024-05-12 19:07:24','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4787,'Potatoes sack','2',-0.03,'2024-05-12 19:08:21','2.21','7','newstock','1','','',0.00,'','1','2.1797','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4788,'Potatoes sack','2',3.00,'2024-05-12 19:08:21','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4789,'Raw chips bucket','1',-0.14,'2024-05-12 19:09:16','0.29','7','newstock','1','','',0.00,'','1','0.1535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4790,'Raw chips bucket','1',3.00,'2024-05-12 19:09:16','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4791,'Potatoes sack','2',-0.01,'2024-05-12 19:10:22','2.18','7','newstock','1','','',0.00,'','1','2.1699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4792,'Potatoes sack','2',1.00,'2024-05-12 19:10:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4793,'Raw chips bucket','4',-0.05,'2024-05-12 19:12:05','0.15','7','newstock','1','','',0.00,'','1','0.1045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4794,'Raw chips bucket','4',1.00,'2024-05-12 19:12:05','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4795,'Potatoes sack','2',-0.03,'2024-05-12 19:16:11','2.17','7','newstock','1','','',0.00,'','1','2.1397','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4796,'Potatoes sack','2',3.00,'2024-05-12 19:16:11','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4797,'Raw chips bucket','1',-0.09,'2024-05-12 19:20:34','0.10','7','newstock','1','','',0.00,'','1','0.009','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4798,'Raw chips bucket','1',2.00,'2024-05-12 19:20:34','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4799,'Raw chips bucket','',2.00,'2024-05-12 19:23:28','0.01','7','newstock','1','','',0.00,'','1','2.01','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4800,'Raw chips bucket','1',-0.09,'2024-05-12 19:23:42','2.01','7','newstock','1','','',0.00,'','1','1.919','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4801,'Raw chips bucket','1',2.00,'2024-05-12 19:23:42','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4802,'Potatoes sack','2',-0.03,'2024-05-12 19:30:11','2.14','7','newstock','1','','',0.00,'','1','2.1097','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4803,'Potatoes sack','2',3.00,'2024-05-12 19:30:11','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4804,'Raw chips bucket','1',-0.27,'2024-05-12 19:30:39','1.92','7','newstock','1','','',0.00,'','1','1.647','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4805,'Raw chips bucket','1',6.00,'2024-05-12 19:30:39','0.00','7','newstock','1','','',0.00,'','1','6','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4806,'Potatoes sack','2',-0.01,'2024-05-12 19:35:28','2.11','7','newstock','1','','',0.00,'','1','2.0999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4807,'Potatoes sack','2',1.00,'2024-05-12 19:35:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4808,'Raw chips bucket','1',-0.09,'2024-05-12 21:14:24','1.65','7','newstock','1','','',0.00,'','1','1.559','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4809,'Raw chips bucket','1',2.00,'2024-05-12 21:14:24','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4810,'Chicken','',2.00,'2024-05-12 21:16:11','0.75','7','newstock','1','','',0.00,'','1','2.75','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4811,'Potatoes sack','2',-0.01,'2024-05-12 21:16:27','2.10','7','newstock','1','','',0.00,'','1','2.0899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4812,'Potatoes sack','2',1.00,'2024-05-12 21:16:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4813,'Raw chips bucket','1',-0.09,'2024-05-12 21:19:41','1.56','7','newstock','1','','',0.00,'','1','1.469','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4814,'Raw chips bucket','1',2.00,'2024-05-12 21:19:41','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4815,'Potatoes sack','2',-0.01,'2024-05-12 21:20:41','2.09','7','newstock','1','','',0.00,'','1','2.0799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4816,'Potatoes sack','2',1.00,'2024-05-12 21:20:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4817,'Potatoes sack','2',-0.02,'2024-05-12 21:22:02','2.08','7','newstock','1','','',0.00,'','1','2.0598','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4818,'Potatoes sack','2',2.00,'2024-05-12 21:22:02','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4819,'Raw chips bucket','3',-0.09,'2024-05-13 13:08:53','1.47','6','newstock','1','','',0.00,'','1','1.379','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4820,'Raw chips bucket','3',2.00,'2024-05-13 13:08:53','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4821,'Raw chips bucket','3',-0.09,'2024-05-13 13:29:28','1.38','6','newstock','1','','',0.00,'','1','1.289','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4822,'Raw chips bucket','3',2.00,'2024-05-13 13:29:28','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4823,'Potatoes sack','2',-0.01,'2024-05-13 13:31:40','2.06','6','newstock','1','','',0.00,'','1','2.0499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4824,'Potatoes sack','2',1.00,'2024-05-13 13:31:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4825,'Raw chips bucket','1',-0.09,'2024-05-13 13:34:06','1.29','6','newstock','1','','',0.00,'','1','1.199','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4826,'Raw chips bucket','1',2.00,'2024-05-13 13:34:06','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4827,'Potatoes sack','2',-0.02,'2024-05-13 17:20:31','2.05','7','newstock','1','','',0.00,'','1','2.0298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4828,'Potatoes sack','2',2.00,'2024-05-13 17:20:31','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4829,'Raw chips bucket','1',-0.09,'2024-05-13 17:40:47','1.20','7','newstock','1','','',0.00,'','1','1.109','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4830,'Raw chips bucket','1',2.00,'2024-05-13 17:40:47','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4831,'Raw chips bucket','1',-0.05,'2024-05-13 17:41:48','1.11','7','newstock','1','','',0.00,'','1','1.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4832,'Raw chips bucket','1',1.00,'2024-05-13 17:41:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4833,'Potatoes sack','2',-0.01,'2024-05-13 17:43:25','2.03','7','newstock','1','','',0.00,'','1','2.0199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4834,'Potatoes sack','2',1.00,'2024-05-13 17:43:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4835,'Raw chips bucket','1',-0.05,'2024-05-13 17:46:58','1.06','7','newstock','1','','',0.00,'','1','1.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4836,'Raw chips bucket','1',1.00,'2024-05-13 17:46:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4837,'Raw chips bucket','3',-0.05,'2024-05-13 17:47:36','1.01','7','newstock','1','','',0.00,'','1','0.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4838,'Raw chips bucket','3',1.00,'2024-05-13 17:47:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4839,'Raw chips bucket','4',-0.18,'2024-05-13 17:48:14','0.96','7','newstock','1','','',0.00,'','1','0.778','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4840,'Raw chips bucket','4',4.00,'2024-05-13 17:48:14','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4841,'Raw chips bucket','3',-0.05,'2024-05-13 17:49:09','0.78','7','newstock','1','','',0.00,'','1','0.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4842,'Raw chips bucket','3',1.00,'2024-05-13 17:49:09','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4843,'Raw chips bucket','1',-0.09,'2024-05-13 17:50:59','0.73','7','newstock','1','','',0.00,'','1','0.639','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4844,'Raw chips bucket','1',2.00,'2024-05-13 17:50:59','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4845,'Raw chips bucket','3',-0.05,'2024-05-13 17:52:57','0.64','7','newstock','1','','',0.00,'','1','0.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4846,'Raw chips bucket','3',1.00,'2024-05-13 17:52:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4847,'Potatoes sack','2',-0.01,'2024-05-13 17:53:21','2.02','7','newstock','1','','',0.00,'','1','2.0099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4848,'Potatoes sack','2',1.00,'2024-05-13 17:53:21','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4849,'Raw chips bucket','4',-0.05,'2024-05-13 17:55:11','0.59','7','newstock','1','','',0.00,'','1','0.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4850,'Raw chips bucket','4',1.00,'2024-05-13 17:55:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4851,'Raw chips bucket','4',-0.09,'2024-05-13 17:55:50','0.54','7','newstock','1','','',0.00,'','1','0.449','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4852,'Raw chips bucket','4',2.00,'2024-05-13 17:55:50','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4853,'Raw chips bucket','4',-0.05,'2024-05-13 17:57:14','0.45','7','newstock','1','','',0.00,'','1','0.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4854,'Raw chips bucket','4',1.00,'2024-05-13 17:57:14','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4855,'Raw chips bucket','1',-0.05,'2024-05-13 17:58:25','0.40','7','newstock','1','','',0.00,'','1','0.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4856,'Raw chips bucket','1',1.00,'2024-05-13 17:58:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4857,'Raw chips bucket','1',-0.05,'2024-05-13 17:59:18','0.35','7','newstock','1','','',0.00,'','1','0.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4858,'Raw chips bucket','1',1.00,'2024-05-13 17:59:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4859,'Raw chips bucket','5',-0.09,'2024-05-13 18:00:20','0.30','7','newstock','1','','',0.00,'','1','0.209','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4860,'Raw chips bucket','5',2.00,'2024-05-13 18:00:20','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4861,'Raw chips bucket','1',-0.05,'2024-05-13 18:36:40','0.21','7','newstock','1','','',0.00,'','1','0.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4862,'Raw chips bucket','1',1.00,'2024-05-13 18:36:40','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4863,'Raw chips bucket','4',-0.05,'2024-05-13 18:37:19','0.16','7','newstock','1','','',0.00,'','1','0.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4864,'Raw chips bucket','4',1.00,'2024-05-13 18:37:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4865,'Raw chips bucket','3',-0.05,'2024-05-13 18:37:37','0.11','7','newstock','1','','',0.00,'','1','0.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4866,'Raw chips bucket','3',1.00,'2024-05-13 18:37:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4867,'Potatoes sack','2',-0.01,'2024-05-13 18:38:15','2.01','7','newstock','1','','',0.00,'','1','1.9999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4868,'Potatoes sack','2',1.00,'2024-05-13 18:38:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4869,'Raw chips bucket','',4.00,'2024-05-13 18:50:26','0.06','7','newstock','1','','',0.00,'','1','4.06','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4870,'Chicken','',3.00,'2024-05-13 18:52:36','0.00','7','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4871,'Potatoes sack','2',-0.01,'2024-05-13 18:52:57','2.00','7','newstock','1','','',0.00,'','1','1.9899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4872,'Potatoes sack','2',1.00,'2024-05-13 18:52:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4873,'Potatoes sack','2',-0.01,'2024-05-13 21:09:43','1.99','7','newstock','1','','',0.00,'','1','1.9799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4874,'Potatoes sack','2',1.00,'2024-05-13 21:09:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4875,'Potatoes sack','2',-0.02,'2024-05-13 21:10:03','1.98','7','newstock','1','','',0.00,'','1','1.9598','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4876,'Potatoes sack','2',2.00,'2024-05-13 21:10:03','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4877,'Raw chips bucket','1',-0.05,'2024-05-13 21:12:58','4.06','7','newstock','1','','',0.00,'','1','4.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4878,'Raw chips bucket','1',1.00,'2024-05-13 21:12:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4879,'Potatoes sack','2',-0.01,'2024-05-13 21:13:49','1.96','7','newstock','1','','',0.00,'','1','1.9499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4880,'Potatoes sack','2',1.00,'2024-05-13 21:13:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4881,'Raw chips bucket','1',-0.05,'2024-05-13 21:14:28','4.01','7','newstock','1','','',0.00,'','1','3.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4882,'Raw chips bucket','1',1.00,'2024-05-13 21:14:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4883,'Potatoes sack','2',-0.02,'2024-05-13 21:15:25','1.95','7','newstock','1','','',0.00,'','1','1.9298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4884,'Potatoes sack','2',2.00,'2024-05-13 21:15:25','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4885,'Raw chips bucket','4',-0.05,'2024-05-14 13:27:13','3.96','7','newstock','1','','',0.00,'','1','3.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4886,'Raw chips bucket','4',1.00,'2024-05-14 13:27:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4887,'Potatoes sack','2',-0.01,'2024-05-14 13:28:13','1.93','7','newstock','1','','',0.00,'','1','1.9199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4888,'Potatoes sack','2',1.00,'2024-05-14 13:28:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4889,'Raw chips bucket','3',-0.05,'2024-05-17 17:01:20','3.91','7','newstock','1','','',0.00,'','1','3.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4890,'Raw chips bucket','3',1.00,'2024-05-17 17:01:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4891,'Raw chips bucket','1',-0.05,'2024-05-17 17:04:48','3.86','7','newstock','1','','',0.00,'','1','3.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4892,'Raw chips bucket','1',1.00,'2024-05-17 17:04:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4893,'Raw chips bucket','1',-0.05,'2024-05-17 17:05:40','3.81','6','newstock','1','','',0.00,'','1','3.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4894,'Raw chips bucket','1',1.00,'2024-05-17 17:05:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4895,'Potatoes sack','2',-0.01,'2024-05-17 17:06:07','1.92','6','newstock','1','','',0.00,'','1','1.9099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4896,'Potatoes sack','2',1.00,'2024-05-17 17:06:07','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4897,'Raw chips bucket','3',-0.09,'2024-05-17 17:07:02','3.76','6','newstock','1','','',0.00,'','1','3.669','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4898,'Raw chips bucket','3',2.00,'2024-05-17 17:07:02','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4899,'Raw chips bucket','1',-0.05,'2024-05-17 17:07:36','3.67','6','newstock','1','','',0.00,'','1','3.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4900,'Raw chips bucket','1',1.00,'2024-05-17 17:07:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4901,'Raw chips bucket','5',-0.05,'2024-05-17 17:08:33','3.62','6','newstock','1','','',0.00,'','1','3.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4902,'Raw chips bucket','5',1.00,'2024-05-17 17:08:33','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4903,'Raw chips bucket','1',-0.05,'2024-05-17 17:10:55','3.57','6','newstock','1','','',0.00,'','1','3.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4904,'Raw chips bucket','1',1.00,'2024-05-17 17:10:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4905,'Raw chips bucket','1',-0.05,'2024-05-17 17:11:39','3.52','6','newstock','1','','',0.00,'','1','3.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4906,'Raw chips bucket','1',1.00,'2024-05-17 17:11:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4907,'Raw chips bucket','1',-0.05,'2024-05-17 17:52:20','3.47','6','newstock','1','','',0.00,'','1','3.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4908,'Raw chips bucket','1',1.00,'2024-05-17 17:52:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4909,'Raw chips bucket','5',-0.05,'2024-05-18 13:15:23','3.42','6','newstock','1','','',0.00,'','1','3.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4910,'Raw chips bucket','5',1.00,'2024-05-18 13:15:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4911,'Potatoes sack','2',-0.01,'2024-05-18 13:15:27','1.91','6','newstock','1','','',0.00,'','1','1.8999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4912,'Potatoes sack','2',1.00,'2024-05-18 13:15:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4913,'Raw chips bucket','5',-0.05,'2024-05-18 13:16:01','3.37','6','newstock','1','','',0.00,'','1','3.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4914,'Raw chips bucket','5',1.00,'2024-05-18 13:16:01','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4915,'Raw chips bucket','1',-0.14,'2024-05-18 15:55:26','3.32','6','newstock','1','','',0.00,'','1','3.1835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4916,'Raw chips bucket','1',3.00,'2024-05-18 15:55:26','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4917,'Potatoes sack','2',-0.02,'2024-05-18 16:47:29','1.90','6','newstock','1','','',0.00,'','1','1.8798','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4918,'Potatoes sack','2',2.00,'2024-05-18 16:47:29','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4919,'Raw chips bucket','1',-0.27,'2024-05-18 16:48:00','3.18','6','newstock','1','','',0.00,'','1','2.907','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4920,'Raw chips bucket','1',6.00,'2024-05-18 16:48:00','0.00','6','newstock','1','','',0.00,'','1','6','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4921,'Raw chips bucket','1',-0.05,'2024-05-18 16:48:27','2.91','6','newstock','1','','',0.00,'','1','2.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4922,'Raw chips bucket','1',1.00,'2024-05-18 16:48:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4923,'Raw chips bucket','3',-0.14,'2024-05-18 16:49:32','2.86','6','newstock','1','','',0.00,'','1','2.7235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4924,'Raw chips bucket','3',3.00,'2024-05-18 16:49:32','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4925,'Raw chips bucket','5',-0.05,'2024-05-18 16:50:12','2.72','6','newstock','1','','',0.00,'','1','2.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4926,'Raw chips bucket','5',1.00,'2024-05-18 16:50:12','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4927,'Raw chips bucket','5',-0.05,'2024-05-18 16:50:38','2.67','6','newstock','1','','',0.00,'','1','2.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4928,'Raw chips bucket','5',1.00,'2024-05-18 16:50:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4929,'Raw chips bucket','4',-0.05,'2024-05-18 16:50:41','2.62','6','newstock','1','','',0.00,'','1','2.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4930,'Raw chips bucket','4',1.00,'2024-05-18 16:50:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4931,'Raw chips bucket','1',-0.05,'2024-05-18 16:51:24','2.57','6','newstock','1','','',0.00,'','1','2.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4932,'Raw chips bucket','1',1.00,'2024-05-18 16:51:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4933,'Raw chips bucket','1',-0.05,'2024-05-18 17:11:41','2.52','6','newstock','1','','',0.00,'','1','2.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4934,'Raw chips bucket','1',1.00,'2024-05-18 17:11:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4935,'Potatoes sack','2',-0.01,'2024-05-18 17:12:08','1.88','6','newstock','1','','',0.00,'','1','1.8699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4936,'Potatoes sack','2',1.00,'2024-05-18 17:12:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4937,'Raw chips bucket','4',-0.05,'2024-05-18 17:12:51','2.47','6','newstock','1','','',0.00,'','1','2.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4938,'Raw chips bucket','4',1.00,'2024-05-18 17:12:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4939,'Potatoes sack','2',-0.02,'2024-05-18 17:15:48','1.87','6','newstock','1','','',0.00,'','1','1.8498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4940,'Potatoes sack','2',2.00,'2024-05-18 17:15:48','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4941,'Raw chips bucket','1',-0.05,'2024-05-18 17:16:16','2.42','6','newstock','1','','',0.00,'','1','2.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4942,'Raw chips bucket','1',1.00,'2024-05-18 17:16:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4943,'Potatoes sack','2',-0.01,'2024-05-18 17:16:47','1.85','6','newstock','1','','',0.00,'','1','1.8399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4944,'Potatoes sack','2',1.00,'2024-05-18 17:16:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4945,'Raw chips bucket','4',-0.05,'2024-05-18 17:16:50','2.37','6','newstock','1','','',0.00,'','1','2.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4946,'Raw chips bucket','4',1.00,'2024-05-18 17:16:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4947,'Raw chips bucket','3',-0.05,'2024-05-18 17:16:54','2.32','6','newstock','1','','',0.00,'','1','2.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4948,'Raw chips bucket','3',1.00,'2024-05-18 17:16:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4949,'Potatoes sack','2',-0.03,'2024-05-18 17:22:14','1.84','6','newstock','1','','',0.00,'','1','1.8097','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4950,'Potatoes sack','2',3.00,'2024-05-18 17:22:14','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4951,'Raw chips bucket','3',-0.14,'2024-05-18 17:24:48','2.27','6','newstock','1','','',0.00,'','1','2.1335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4952,'Raw chips bucket','3',3.00,'2024-05-18 17:24:48','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4953,'Raw chips bucket','3',-0.05,'2024-05-18 17:25:39','2.13','6','newstock','1','','',0.00,'','1','2.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4954,'Raw chips bucket','3',1.00,'2024-05-18 17:25:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4955,'Raw chips bucket','1',-0.05,'2024-05-18 17:25:41','2.08','6','newstock','1','','',0.00,'','1','2.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4956,'Raw chips bucket','1',1.00,'2024-05-18 17:25:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4957,'Raw chips bucket','1',-0.09,'2024-05-18 17:26:48','2.03','6','newstock','1','','',0.00,'','1','1.939','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4958,'Raw chips bucket','1',2.00,'2024-05-18 17:26:48','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4959,'Raw chips bucket','1',-0.05,'2024-05-18 18:03:14','1.94','6','newstock','1','','',0.00,'','1','1.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4960,'Raw chips bucket','1',1.00,'2024-05-18 18:03:14','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4961,'Raw chips bucket','3',-0.05,'2024-05-18 18:05:47','1.89','6','newstock','1','','',0.00,'','1','1.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4962,'Raw chips bucket','3',1.00,'2024-05-18 18:05:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4963,'Raw chips bucket','3',-0.05,'2024-05-18 18:06:08','1.84','6','newstock','1','','',0.00,'','1','1.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4964,'Raw chips bucket','3',1.00,'2024-05-18 18:06:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4965,'Potatoes sack','2',-0.02,'2024-05-18 18:08:43','1.81','6','newstock','1','','',0.00,'','1','1.7898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4966,'Potatoes sack','2',2.00,'2024-05-18 18:08:43','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4967,'Raw chips bucket','3',-0.05,'2024-05-18 18:09:11','1.79','6','newstock','1','','',0.00,'','1','1.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4968,'Raw chips bucket','3',1.00,'2024-05-18 18:09:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4969,'Raw chips bucket','1',-0.05,'2024-05-18 21:19:56','1.74','6','newstock','1','','',0.00,'','1','1.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4970,'Raw chips bucket','1',1.00,'2024-05-18 21:19:56','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4971,'Raw chips bucket','1',-0.05,'2024-05-18 21:20:21','1.69','6','newstock','1','','',0.00,'','1','1.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4972,'Raw chips bucket','1',1.00,'2024-05-18 21:20:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4973,'Raw chips bucket','3',-0.05,'2024-05-18 21:21:18','1.64','6','newstock','1','','',0.00,'','1','1.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4974,'Raw chips bucket','3',1.00,'2024-05-18 21:21:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4975,'Potatoes sack','2',-0.02,'2024-05-18 21:22:24','1.79','6','newstock','1','','',0.00,'','1','1.7698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4976,'Potatoes sack','2',2.00,'2024-05-18 21:22:24','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4977,'Potatoes sack','2',-0.03,'2024-05-18 21:24:41','1.77','6','newstock','1','','',0.00,'','1','1.7397','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4978,'Potatoes sack','2',3.00,'2024-05-18 21:24:41','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4979,'Raw chips bucket','1',-0.09,'2024-05-18 21:26:18','1.59','6','newstock','1','','',0.00,'','1','1.499','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4980,'Raw chips bucket','1',2.00,'2024-05-18 21:26:18','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4981,'Raw chips bucket','3',-0.05,'2024-05-18 21:27:03','1.50','6','newstock','1','','',0.00,'','1','1.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4982,'Raw chips bucket','3',1.00,'2024-05-18 21:27:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4983,'Potatoes sack','2',-0.01,'2024-05-18 21:27:30','1.74','6','newstock','1','','',0.00,'','1','1.7299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4984,'Potatoes sack','2',1.00,'2024-05-18 21:27:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4985,'Raw chips bucket','3',-0.05,'2024-05-18 21:27:33','1.45','6','newstock','1','','',0.00,'','1','1.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4986,'Raw chips bucket','3',1.00,'2024-05-18 21:27:33','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4987,'Raw chips bucket','5',-0.05,'2024-05-18 21:28:12','1.40','6','newstock','1','','',0.00,'','1','1.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4988,'Raw chips bucket','5',1.00,'2024-05-18 21:28:12','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4989,'Potatoes sack','2',-0.02,'2024-05-18 21:28:14','1.73','6','newstock','1','','',0.00,'','1','1.7098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4990,'Potatoes sack','2',2.00,'2024-05-18 21:28:14','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4991,'Raw chips bucket','5',-0.05,'2024-05-18 21:28:54','1.35','6','newstock','1','','',0.00,'','1','1.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4992,'Raw chips bucket','5',1.00,'2024-05-18 21:28:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4993,'Potatoes sack','2',-0.02,'2024-05-18 21:29:32','1.71','6','newstock','1','','',0.00,'','1','1.6898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4994,'Potatoes sack','2',2.00,'2024-05-18 21:29:32','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4995,'Potatoes sack','2',-0.01,'2024-05-18 21:30:53','1.69','6','newstock','1','','',0.00,'','1','1.6799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4996,'Potatoes sack','2',1.00,'2024-05-18 21:30:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4997,'Raw chips bucket','1',-0.05,'2024-05-18 21:31:18','1.30','6','newstock','1','','',0.00,'','1','1.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4998,'Raw chips bucket','1',1.00,'2024-05-18 21:31:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(4999,'Potatoes sack','2',-0.01,'2024-05-18 21:32:49','1.68','6','newstock','1','','',0.00,'','1','1.6699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5000,'Potatoes sack','2',1.00,'2024-05-18 21:32:49','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5001,'Raw chips bucket','1',-0.05,'2024-05-19 11:48:04','1.25','7','newstock','1','','',0.00,'','1','1.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5002,'Raw chips bucket','1',1.00,'2024-05-19 11:48:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5003,'Raw chips bucket','1',-0.05,'2024-05-19 11:54:33','1.20','7','newstock','1','','',0.00,'','1','1.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5004,'Raw chips bucket','1',1.00,'2024-05-19 11:54:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5005,'Raw chips bucket','1',-0.05,'2024-05-19 12:15:32','1.15','7','newstock','1','','',0.00,'','1','1.1045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5006,'Raw chips bucket','1',1.00,'2024-05-19 12:15:32','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5007,'Raw chips bucket','3',-0.14,'2024-05-19 12:15:54','1.10','7','newstock','1','','',0.00,'','1','0.9635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5008,'Raw chips bucket','3',3.00,'2024-05-19 12:15:54','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5009,'Potatoes sack','2',-0.03,'2024-05-19 12:16:56','1.67','7','newstock','1','','',0.00,'','1','1.6397','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5010,'Potatoes sack','2',3.00,'2024-05-19 12:16:56','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5011,'Raw chips bucket','4',-0.05,'2024-05-19 12:17:28','0.96','7','newstock','1','','',0.00,'','1','0.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5012,'Raw chips bucket','4',1.00,'2024-05-19 12:17:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5013,'Raw chips bucket','4',-0.14,'2024-05-19 12:18:27','0.91','7','newstock','1','','',0.00,'','1','0.7735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5014,'Raw chips bucket','4',3.00,'2024-05-19 12:18:27','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5015,'Raw chips bucket','1',-0.14,'2024-05-19 12:20:30','0.77','7','newstock','1','','',0.00,'','1','0.6335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5016,'Raw chips bucket','1',3.00,'2024-05-19 12:20:30','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5017,'Raw chips bucket','1',-0.14,'2024-05-19 12:31:41','0.63','7','newstock','1','','',0.00,'','1','0.4935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5018,'Raw chips bucket','1',3.00,'2024-05-19 12:31:41','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5019,'Raw chips bucket','3',-0.09,'2024-05-19 12:34:12','0.49','7','newstock','1','','',0.00,'','1','0.399','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5020,'Raw chips bucket','3',2.00,'2024-05-19 12:34:12','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5021,'Raw chips bucket','1',-0.05,'2024-05-19 12:34:33','0.40','7','newstock','1','','',0.00,'','1','0.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5022,'Raw chips bucket','1',1.00,'2024-05-19 12:34:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5023,'Pep soda 350ml','',10.00,'2024-05-19 12:45:07','20.00','7','newstock','1','','',0.00,'','1','30','internal','1','20','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5024,'Raw chips bucket','1',-0.05,'2024-05-19 13:58:55','0.35','7','newstock','1','','',0.00,'','1','0.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5025,'Raw chips bucket','1',1.00,'2024-05-19 13:58:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5026,'Raw chips bucket','1',-0.09,'2024-05-19 13:59:40','0.30','7','newstock','1','','',0.00,'','1','0.209','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5027,'Raw chips bucket','1',2.00,'2024-05-19 13:59:40','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5028,'Potatoes sack','2',-0.02,'2024-05-19 14:00:58','1.64','7','newstock','1','','',0.00,'','1','1.6198','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5029,'Potatoes sack','2',2.00,'2024-05-19 14:00:58','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5030,'Raw chips bucket','1',-0.09,'2024-05-19 14:01:36','0.21','7','newstock','1','','',0.00,'','1','0.119','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5031,'Raw chips bucket','1',2.00,'2024-05-19 14:01:36','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5032,'Raw chips bucket','1',-0.09,'2024-05-19 14:01:54','0.12','7','newstock','1','','',0.00,'','1','0.029','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5033,'Raw chips bucket','1',2.00,'2024-05-19 14:01:54','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5034,'Raw chips bucket','',2.00,'2024-05-19 14:05:47','0.03','7','newstock','1','','',0.00,'','1','2.03','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5035,'Potatoes sack','2',-0.02,'2024-05-19 14:06:37','1.62','7','newstock','1','','',0.00,'','1','1.5998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5036,'Potatoes sack','2',2.00,'2024-05-19 14:06:37','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5037,'Potatoes sack','2',-0.01,'2024-05-19 14:08:30','1.60','7','newstock','1','','',0.00,'','1','1.5899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5038,'Potatoes sack','2',1.00,'2024-05-19 14:08:30','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5039,'Raw chips bucket','1',-0.18,'2024-05-19 14:09:24','2.03','7','newstock','1','','',0.00,'','1','1.848','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5040,'Raw chips bucket','1',4.00,'2024-05-19 14:09:24','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5041,'Raw chips bucket','3',-0.18,'2024-05-19 14:09:44','1.85','7','newstock','1','','',0.00,'','1','1.668','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5042,'Raw chips bucket','3',4.00,'2024-05-19 14:09:44','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5043,'Raw chips bucket','1',-0.09,'2024-05-19 14:12:51','1.67','7','newstock','1','','',0.00,'','1','1.579','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5044,'Raw chips bucket','1',2.00,'2024-05-19 14:12:51','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5045,'Potatoes sack','2',-0.01,'2024-05-19 14:14:03','1.59','7','newstock','1','','',0.00,'','1','1.5799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5046,'Potatoes sack','2',1.00,'2024-05-19 14:14:03','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5047,'Raw chips bucket','1',-0.05,'2024-05-19 14:26:32','1.58','7','newstock','1','','',0.00,'','1','1.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5048,'Raw chips bucket','1',1.00,'2024-05-19 14:26:32','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5049,'Raw chips bucket','1',-0.09,'2024-05-19 14:27:24','1.53','7','newstock','1','','',0.00,'','1','1.439','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5050,'Raw chips bucket','1',2.00,'2024-05-19 14:27:24','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5051,'Raw chips bucket','1',-0.09,'2024-05-19 14:28:01','1.44','7','newstock','1','','',0.00,'','1','1.349','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5052,'Raw chips bucket','1',2.00,'2024-05-19 14:28:01','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5053,'Raw chips bucket','1',-0.23,'2024-05-19 14:29:14','1.35','7','newstock','1','','',0.00,'','1','1.1225','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5054,'Raw chips bucket','1',5.00,'2024-05-19 14:29:14','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5055,'Potatoes sack','2',-0.03,'2024-05-19 14:45:31','1.58','7','newstock','1','','',0.00,'','1','1.5497','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5056,'Potatoes sack','2',3.00,'2024-05-19 14:45:31','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5057,'Raw chips bucket','1',-0.09,'2024-05-19 14:46:36','1.12','7','newstock','1','','',0.00,'','1','1.029','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5058,'Raw chips bucket','1',2.00,'2024-05-19 14:46:36','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5059,'Raw chips bucket','3',-0.05,'2024-05-19 14:46:48','1.03','7','newstock','1','','',0.00,'','1','0.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5060,'Raw chips bucket','3',1.00,'2024-05-19 14:46:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5061,'Raw chips bucket','3',-0.05,'2024-05-19 14:47:17','0.98','7','newstock','1','','',0.00,'','1','0.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5062,'Raw chips bucket','3',1.00,'2024-05-19 14:47:17','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5063,'Chicken','',4.00,'2024-05-19 15:02:26','0.25','7','newstock','1','','',0.00,'','1','4.25','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5064,'Raw chips bucket','1',-0.14,'2024-05-19 15:02:41','0.93','7','newstock','1','','',0.00,'','1','0.7935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5065,'Raw chips bucket','1',3.00,'2024-05-19 15:02:41','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5066,'Raw chips bucket','4',-0.05,'2024-05-19 15:04:52','0.79','7','newstock','1','','',0.00,'','1','0.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5067,'Raw chips bucket','4',1.00,'2024-05-19 15:04:52','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5068,'Raw chips bucket','3',-0.09,'2024-05-19 15:05:08','0.74','7','newstock','1','','',0.00,'','1','0.649','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5069,'Raw chips bucket','3',2.00,'2024-05-19 15:05:08','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5070,'Potatoes sack','2',-0.01,'2024-05-19 15:05:23','1.55','7','newstock','1','','',0.00,'','1','1.5399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5071,'Potatoes sack','2',1.00,'2024-05-19 15:05:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5072,'Raw chips bucket','3',-0.05,'2024-05-20 17:42:16','0.65','6','newstock','1','','',0.00,'','1','0.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5073,'Raw chips bucket','3',1.00,'2024-05-20 17:42:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5074,'Raw chips bucket','1',-0.05,'2024-05-20 17:42:50','0.60','6','newstock','1','','',0.00,'','1','0.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5075,'Raw chips bucket','1',1.00,'2024-05-20 17:42:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5076,'Raw chips bucket','1',-0.09,'2024-05-20 17:42:56','0.55','6','newstock','1','','',0.00,'','1','0.459','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5077,'Raw chips bucket','1',2.00,'2024-05-20 17:42:56','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5078,'Potatoes sack','2',-0.01,'2024-05-20 17:43:23','1.54','6','newstock','1','','',0.00,'','1','1.5299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5079,'Potatoes sack','2',1.00,'2024-05-20 17:43:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5080,'Raw chips bucket','4',-0.09,'2024-05-20 17:43:35','0.46','6','newstock','1','','',0.00,'','1','0.369','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5081,'Raw chips bucket','4',2.00,'2024-05-20 17:43:35','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5082,'Potatoes sack','2',-0.01,'2024-05-20 17:44:51','1.53','6','newstock','1','','',0.00,'','1','1.5199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5083,'Potatoes sack','2',1.00,'2024-05-20 17:44:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5084,'Potatoes sack','2',-0.02,'2024-05-20 20:25:32','1.52','6','newstock','1','','',0.00,'','1','1.4998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5085,'Potatoes sack','2',2.00,'2024-05-20 20:25:32','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5086,'Raw chips bucket','1',-0.09,'2024-05-20 20:31:17','0.37','6','newstock','1','','',0.00,'','1','0.279','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5087,'Raw chips bucket','1',2.00,'2024-05-20 20:31:17','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5088,'Raw chips bucket','1',-0.05,'2024-05-20 20:47:50','0.28','6','newstock','1','','',0.00,'','1','0.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5089,'Raw chips bucket','1',1.00,'2024-05-20 20:47:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5090,'Raw chips bucket','3',-0.05,'2024-05-20 20:49:00','0.23','6','newstock','1','','',0.00,'','1','0.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5091,'Raw chips bucket','3',1.00,'2024-05-20 20:49:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5092,'Potatoes sack','2',-0.01,'2024-05-20 20:49:18','1.50','6','newstock','1','','',0.00,'','1','1.4899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5093,'Potatoes sack','2',1.00,'2024-05-20 20:49:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5094,'Raw chips bucket','4',-0.09,'2024-05-20 20:50:44','0.18','6','newstock','1','','',0.00,'','1','0.089','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5095,'Raw chips bucket','4',2.00,'2024-05-20 20:50:44','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5096,'Raw chips bucket','1',-0.05,'2024-05-20 20:51:26','0.09','6','newstock','1','','',0.00,'','1','0.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5097,'Raw chips bucket','1',1.00,'2024-05-20 20:51:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5098,'Raw chips bucket','',2.00,'2024-05-20 20:52:45','0.04','6','newstock','1','','',0.00,'','1','2.04','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5099,'Smokie','',31.00,'2024-05-20 20:53:09','0.00','6','newstock','1','','',0.00,'','1','31','internal','1','17','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5100,'Raw chips bucket','1',-0.05,'2024-05-20 20:56:36','2.04','6','newstock','1','','',0.00,'','1','1.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5101,'Raw chips bucket','1',1.00,'2024-05-20 20:56:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5102,'Raw chips bucket','1',-0.18,'2024-05-20 20:57:15','1.99','6','newstock','1','','',0.00,'','1','1.808','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5103,'Raw chips bucket','1',4.00,'2024-05-20 20:57:15','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5104,'Raw chips bucket','1',-0.14,'2024-05-20 20:58:49','1.81','6','newstock','1','','',0.00,'','1','1.6735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5105,'Raw chips bucket','1',3.00,'2024-05-20 20:58:49','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5106,'Raw chips bucket','1',-0.05,'2024-05-20 21:00:06','1.67','6','newstock','1','','',0.00,'','1','1.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5107,'Raw chips bucket','1',1.00,'2024-05-20 21:00:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5108,'Potatoes sack','2',-0.01,'2024-05-21 18:20:24','1.49','7','newstock','1','','',0.00,'','1','1.4799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5109,'Potatoes sack','2',1.00,'2024-05-21 18:20:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5110,'Raw chips bucket','4',-0.05,'2024-05-21 18:32:01','1.62','7','newstock','1','','',0.00,'','1','1.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5111,'Raw chips bucket','4',1.00,'2024-05-21 18:32:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5112,'Raw chips bucket','1',-0.05,'2024-05-21 18:32:56','1.57','7','newstock','1','','',0.00,'','1','1.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5113,'Raw chips bucket','1',1.00,'2024-05-21 18:32:56','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5114,'Sausages','',40.00,'2024-05-21 18:34:51','2.00','7','newstock','1','','',0.00,'','1','42','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5115,'Raw chips bucket','1',-0.05,'2024-05-21 18:35:11','1.52','7','newstock','1','','',0.00,'','1','1.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5116,'Raw chips bucket','1',1.00,'2024-05-21 18:35:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5117,'Raw chips bucket','3',-0.05,'2024-05-21 18:36:37','1.47','7','newstock','1','','',0.00,'','1','1.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5118,'Raw chips bucket','3',1.00,'2024-05-21 18:36:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5119,'Potatoes sack','2',-0.01,'2024-05-21 18:37:41','1.48','7','newstock','1','','',0.00,'','1','1.4699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5120,'Potatoes sack','2',1.00,'2024-05-21 18:37:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5121,'Raw chips bucket','5',-0.05,'2024-05-21 18:38:08','1.42','7','newstock','1','','',0.00,'','1','1.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5122,'Raw chips bucket','5',1.00,'2024-05-21 18:38:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5123,'Raw chips bucket','1',-0.09,'2024-05-21 18:38:54','1.37','7','newstock','1','','',0.00,'','1','1.279','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5124,'Raw chips bucket','1',2.00,'2024-05-21 18:38:54','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5125,'Raw chips bucket','1',-0.05,'2024-05-21 18:55:42','1.28','7','newstock','1','','',0.00,'','1','1.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5126,'Raw chips bucket','1',1.00,'2024-05-21 18:55:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5127,'Raw chips bucket','1',-0.05,'2024-05-21 19:10:03','1.23','7','newstock','1','','',0.00,'','1','1.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5128,'Raw chips bucket','1',1.00,'2024-05-21 19:10:03','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5129,'Raw chips bucket','1',-0.05,'2024-05-21 19:10:38','1.18','7','newstock','1','','',0.00,'','1','1.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5130,'Raw chips bucket','1',1.00,'2024-05-21 19:10:38','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5131,'Raw chips bucket','1',-0.05,'2024-05-21 19:30:37','1.13','7','newstock','1','','',0.00,'','1','1.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5132,'Raw chips bucket','1',1.00,'2024-05-21 19:30:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5133,'Raw chips bucket','1',-0.09,'2024-05-21 19:31:36','1.08','7','newstock','1','','',0.00,'','1','0.989','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5134,'Raw chips bucket','1',2.00,'2024-05-21 19:31:36','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5135,'Raw chips bucket','1',-0.05,'2024-05-21 20:23:58','0.99','7','newstock','1','','',0.00,'','1','0.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5136,'Raw chips bucket','1',1.00,'2024-05-21 20:23:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5137,'Raw chips bucket','1',-0.09,'2024-05-21 20:49:06','0.94','7','newstock','1','','',0.00,'','1','0.849','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5138,'Raw chips bucket','1',2.00,'2024-05-21 20:49:06','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5139,'Raw chips bucket','3',-0.05,'2024-05-21 20:51:23','0.85','7','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5140,'Raw chips bucket','3',1.00,'2024-05-21 20:51:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5141,'Raw chips bucket','1',-0.05,'2024-05-21 21:26:45','0.80','7','newstock','1','','',0.00,'','1','0.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5142,'Raw chips bucket','1',1.00,'2024-05-21 21:26:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5143,'Raw chips bucket','1',-0.05,'2024-05-22 16:05:39','0.75','7','newstock','1','','',0.00,'','1','0.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5144,'Raw chips bucket','1',1.00,'2024-05-22 16:05:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5145,'Raw chips bucket','1',-0.05,'2024-05-22 16:06:50','0.70','7','newstock','1','','',0.00,'','1','0.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5146,'Raw chips bucket','1',1.00,'2024-05-22 16:06:50','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5147,'Raw chips bucket','1',-0.09,'2024-05-22 16:08:17','0.65','7','newstock','1','','',0.00,'','1','0.559','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5148,'Raw chips bucket','1',2.00,'2024-05-22 16:08:17','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5149,'Raw chips bucket','3',-0.05,'2024-05-22 19:59:20','0.56','6','newstock','1','','',0.00,'','1','0.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5150,'Raw chips bucket','3',1.00,'2024-05-22 19:59:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5151,'Raw chips bucket','3',-0.05,'2024-05-22 20:02:04','0.51','6','newstock','1','','',0.00,'','1','0.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5152,'Raw chips bucket','3',1.00,'2024-05-22 20:02:04','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5153,'Raw chips bucket','3',-0.05,'2024-05-22 20:03:43','0.46','6','newstock','1','','',0.00,'','1','0.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5154,'Raw chips bucket','3',1.00,'2024-05-22 20:03:43','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5155,'Raw chips bucket','1',-0.09,'2024-05-22 20:06:01','0.41','6','newstock','1','','',0.00,'','1','0.319','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5156,'Raw chips bucket','1',2.00,'2024-05-22 20:06:01','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5157,'Raw chips bucket','3',-0.05,'2024-05-22 20:08:40','0.32','6','newstock','1','','',0.00,'','1','0.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5158,'Raw chips bucket','3',1.00,'2024-05-22 20:08:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5159,'Raw chips bucket','1',-0.05,'2024-05-22 20:14:06','0.27','6','newstock','1','','',0.00,'','1','0.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5160,'Raw chips bucket','1',1.00,'2024-05-22 20:14:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5161,'Raw chips bucket','5',-0.05,'2024-05-22 20:16:40','0.22','6','newstock','1','','',0.00,'','1','0.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5162,'Raw chips bucket','5',1.00,'2024-05-22 20:16:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5163,'Raw chips bucket','1',-0.05,'2024-05-22 20:19:24','0.17','6','newstock','1','','',0.00,'','1','0.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5164,'Raw chips bucket','1',1.00,'2024-05-22 20:19:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5165,'Potatoes sack','2',-0.01,'2024-05-22 20:19:29','1.47','6','newstock','1','','',0.00,'','1','1.4599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5166,'Potatoes sack','2',1.00,'2024-05-22 20:19:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5167,'Potatoes sack','2',-0.01,'2024-05-22 20:23:02','1.46','6','newstock','1','','',0.00,'','1','1.4499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5168,'Potatoes sack','2',1.00,'2024-05-22 20:23:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5169,'Potatoes sack','2',-0.02,'2024-05-22 20:23:56','1.45','6','newstock','1','','',0.00,'','1','1.4298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5170,'Potatoes sack','2',2.00,'2024-05-22 20:23:56','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5171,'Raw chips bucket','4',-0.09,'2024-05-22 20:24:43','0.12','6','newstock','1','','',0.00,'','1','0.029','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5172,'Raw chips bucket','4',2.00,'2024-05-22 20:24:43','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5173,'Raw chips bucket','',1.00,'2024-05-22 20:28:42','0.03','6','newstock','1','','',0.00,'','1','1.03','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5174,'Raw chips bucket','1',-0.05,'2024-05-22 20:29:30','1.03','6','newstock','1','','',0.00,'','1','0.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5175,'Raw chips bucket','1',1.00,'2024-05-22 20:29:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5176,'Chicken','',2.00,'2024-05-22 20:31:09','0.50','6','newstock','1','','',0.00,'','1','2.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5177,'Raw chips bucket','1',-0.14,'2024-05-22 20:33:45','0.98','6','newstock','1','','',0.00,'','1','0.8435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5178,'Raw chips bucket','1',3.00,'2024-05-22 20:33:45','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5179,'Raw chips bucket','5',-0.05,'2024-05-22 20:34:05','0.84','6','newstock','1','','',0.00,'','1','0.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5180,'Raw chips bucket','5',1.00,'2024-05-22 20:34:05','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5181,'Raw chips bucket','1',-0.05,'2024-05-22 20:34:30','0.79','6','newstock','1','','',0.00,'','1','0.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5182,'Raw chips bucket','1',1.00,'2024-05-22 20:34:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5183,'Raw chips bucket','4',-0.05,'2024-05-22 20:55:56','0.74','6','newstock','1','','',0.00,'','1','0.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5184,'Raw chips bucket','4',1.00,'2024-05-22 20:55:56','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5185,'Raw chips bucket','1',-0.09,'2024-05-22 21:06:17','0.69','6','newstock','1','','',0.00,'','1','0.599','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5186,'Raw chips bucket','1',2.00,'2024-05-22 21:06:17','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5187,'Raw chips bucket','1',-0.05,'2024-05-22 21:25:34','0.60','6','newstock','1','','',0.00,'','1','0.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5188,'Raw chips bucket','1',1.00,'2024-05-22 21:25:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5189,'Raw chips bucket','1',-0.05,'2024-05-23 14:07:15','0.55','7','newstock','1','','',0.00,'','1','0.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5190,'Raw chips bucket','1',1.00,'2024-05-23 14:07:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5191,'Raw chips bucket','1',-0.05,'2024-05-23 14:12:24','0.50','7','newstock','1','','',0.00,'','1','0.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5192,'Raw chips bucket','1',1.00,'2024-05-23 14:12:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5193,'Raw chips bucket','4',-0.05,'2024-05-23 14:13:31','0.45','7','newstock','1','','',0.00,'','1','0.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5194,'Raw chips bucket','4',1.00,'2024-05-23 14:13:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5195,'Raw chips bucket','3',-0.05,'2024-05-23 14:15:04','0.40','7','newstock','1','','',0.00,'','1','0.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5196,'Raw chips bucket','3',1.00,'2024-05-23 14:15:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5197,'Raw chips bucket','4',-0.05,'2024-05-23 14:15:13','0.35','7','newstock','1','','',0.00,'','1','0.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5198,'Raw chips bucket','4',1.00,'2024-05-23 14:15:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5199,'Raw chips bucket','1',-0.09,'2024-05-23 17:49:21','0.35','7','newstock','1','','',0.00,'','1','0.259','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5200,'Raw chips bucket','1',2.00,'2024-05-23 17:49:21','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5201,'Raw chips bucket','1',-0.09,'2024-05-23 17:52:04','0.26','7','newstock','1','','',0.00,'','1','0.169','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5202,'Raw chips bucket','1',2.00,'2024-05-23 17:52:04','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5203,'Raw chips bucket','3',-0.05,'2024-05-23 18:21:04','0.17','7','newstock','1','','',0.00,'','1','0.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5204,'Raw chips bucket','3',1.00,'2024-05-23 18:21:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5205,'Raw chips bucket','1',-0.05,'2024-05-23 18:55:41','0.12','7','newstock','1','','',0.00,'','1','0.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5206,'Raw chips bucket','1',1.00,'2024-05-23 18:55:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5207,'Potatoes sack','2',-0.01,'2024-05-23 18:58:29','1.43','7','newstock','1','','',0.00,'','1','1.4199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5208,'Potatoes sack','2',1.00,'2024-05-23 18:58:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5209,'Raw chips bucket','3',-0.05,'2024-05-23 18:59:21','0.07','7','newstock','1','','',0.00,'','1','0.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5210,'Raw chips bucket','3',1.00,'2024-05-23 18:59:21','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5211,'Chicken','',4.00,'2024-05-23 21:22:04','0.75','7','newstock','1','','',0.00,'','1','4.75','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5212,'Raw chips bucket','',4.00,'2024-05-23 21:22:34','0.02','7','newstock','1','','',0.00,'','1','4.02','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5213,'Raw chips bucket','1',-0.09,'2024-05-23 21:22:37','4.02','7','newstock','1','','',0.00,'','1','3.929','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5214,'Raw chips bucket','1',2.00,'2024-05-23 21:22:37','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5215,'Raw chips bucket','1',-0.09,'2024-05-24 14:38:32','3.93','7','newstock','1','','',0.00,'','1','3.839','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5216,'Raw chips bucket','1',2.00,'2024-05-24 14:38:32','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5217,'Carrier bag small','',20.00,'2024-05-24 14:39:27','0.00','7','newstock','1','','',0.00,'','1','20','internal','1','33','','',0.00,'','10','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5218,'Raw chips bucket','4',-0.05,'2024-05-24 14:40:04','3.84','7','newstock','1','','',0.00,'','1','3.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5219,'Raw chips bucket','4',1.00,'2024-05-24 14:40:04','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5220,'Potatoes sack','2',-0.01,'2024-05-24 14:40:15','1.42','7','newstock','1','','',0.00,'','1','1.4099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5221,'Potatoes sack','2',1.00,'2024-05-24 14:40:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5222,'Raw chips bucket','1',-0.05,'2024-05-24 14:40:43','3.79','7','newstock','1','','',0.00,'','1','3.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5223,'Raw chips bucket','1',1.00,'2024-05-24 14:40:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5224,'Raw chips bucket','3',-0.09,'2024-05-24 14:41:41','3.74','7','newstock','1','','',0.00,'','1','3.649','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5225,'Raw chips bucket','3',2.00,'2024-05-24 14:41:41','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5226,'Raw chips bucket','4',-0.05,'2024-05-24 14:42:24','3.65','7','newstock','1','','',0.00,'','1','3.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5227,'Raw chips bucket','4',1.00,'2024-05-24 14:42:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5228,'Raw chips bucket','1',-0.05,'2024-05-24 16:55:16','3.60','7','newstock','1','','',0.00,'','1','3.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5229,'Raw chips bucket','1',1.00,'2024-05-24 16:55:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5230,'Pep soda 500ml','',4.00,'2024-05-24 16:59:21','0.00','7','newstock','1','','',0.00,'','1','4','internal','1','21','','',0.00,'','80','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5231,'Raw chips bucket','1',-0.09,'2024-05-24 17:01:52','3.55','7','newstock','1','','',0.00,'','1','3.459','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5232,'Raw chips bucket','1',2.00,'2024-05-24 17:01:52','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5233,'Raw chips bucket','1',-0.05,'2024-05-24 17:03:59','3.46','7','newstock','1','','',0.00,'','1','3.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5234,'Raw chips bucket','1',1.00,'2024-05-24 17:03:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5235,'Raw chips bucket','1',-0.05,'2024-05-24 17:05:43','3.41','7','newstock','1','','',0.00,'','1','3.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5236,'Raw chips bucket','1',1.00,'2024-05-24 17:05:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5237,'Potatoes sack','2',-0.02,'2024-05-24 17:06:11','1.41','7','newstock','1','','',0.00,'','1','1.3898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5238,'Potatoes sack','2',2.00,'2024-05-24 17:06:11','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5239,'Potatoes sack','2',0.00,'2024-05-24 17:14:06','1.39','7','newstock','1','','',0.00,'','1','1.39','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5240,'Potatoes sack','2',0.00,'2024-05-24 17:14:06','2.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5241,'Potatoes sack','2',-0.01,'2024-05-24 17:14:34','1.39','7','newstock','1','','',0.00,'','1','1.3799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5242,'Potatoes sack','2',1.00,'2024-05-24 17:14:34','2.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5243,'Potatoes sack','2',-0.01,'2024-05-24 17:15:05','1.38','7','newstock','1','','',0.00,'','1','1.3699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5244,'Potatoes sack','2',1.00,'2024-05-24 17:15:05','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5245,'Raw chips bucket','1',-0.09,'2024-05-24 17:16:11','3.36','7','newstock','1','','',0.00,'','1','3.269','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5246,'Raw chips bucket','1',2.00,'2024-05-24 17:16:11','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5247,'Raw chips bucket','5',-0.09,'2024-05-24 17:17:01','3.27','7','newstock','1','','',0.00,'','1','3.179','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5248,'Raw chips bucket','5',2.00,'2024-05-24 17:17:01','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5249,'Potatoes sack','2',-0.01,'2024-05-24 18:36:36','1.37','7','newstock','1','','',0.00,'','1','1.3599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5250,'Potatoes sack','2',1.00,'2024-05-24 18:36:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5251,'Raw chips bucket','1',-0.05,'2024-05-24 19:08:54','3.18','7','newstock','1','','',0.00,'','1','3.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5252,'Raw chips bucket','1',1.00,'2024-05-24 19:08:54','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5253,'Potatoes sack','2',-0.01,'2024-05-25 13:25:49','1.36','6','newstock','1','','',0.00,'','1','1.3499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5254,'Potatoes sack','2',1.00,'2024-05-25 13:25:49','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5255,'Raw chips bucket','1',-0.05,'2024-05-25 15:17:07','3.13','7','newstock','1','','',0.00,'','1','3.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5256,'Raw chips bucket','1',1.00,'2024-05-25 15:17:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5257,'Raw chips bucket','1',-0.14,'2024-05-25 15:20:14','3.08','7','newstock','1','','',0.00,'','1','2.9435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5258,'Raw chips bucket','1',3.00,'2024-05-25 15:20:14','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5259,'Raw chips bucket','4',-0.05,'2024-05-25 15:22:47','2.94','7','newstock','1','','',0.00,'','1','2.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5260,'Raw chips bucket','4',1.00,'2024-05-25 15:22:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5261,'Raw chips bucket','1',-0.09,'2024-05-25 15:32:50','2.89','7','newstock','1','','',0.00,'','1','2.799','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5262,'Raw chips bucket','1',2.00,'2024-05-25 15:32:50','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5263,'Potatoes sack','2',-0.01,'2024-05-25 15:33:13','1.35','7','newstock','1','','',0.00,'','1','1.3399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5264,'Potatoes sack','2',1.00,'2024-05-25 15:33:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5265,'Raw chips bucket','1',-0.18,'2024-05-25 15:34:15','2.80','7','newstock','1','','',0.00,'','1','2.618','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5266,'Raw chips bucket','1',4.00,'2024-05-25 15:34:15','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5267,'Potatoes sack','2',-0.04,'2024-05-25 15:34:59','1.34','7','newstock','1','','',0.00,'','1','1.2996','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5268,'Potatoes sack','2',4.00,'2024-05-25 15:34:59','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5269,'Potatoes sack','2',-0.02,'2024-05-25 15:36:25','1.30','7','newstock','1','','',0.00,'','1','1.2798','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5270,'Potatoes sack','2',2.00,'2024-05-25 15:36:25','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5271,'Potatoes sack','2',-0.01,'2024-05-25 15:39:43','1.28','7','newstock','1','','',0.00,'','1','1.2699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5272,'Potatoes sack','2',1.00,'2024-05-25 15:39:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5273,'Raw chips bucket','1',-0.05,'2024-05-25 15:42:42','2.62','7','newstock','1','','',0.00,'','1','2.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5274,'Raw chips bucket','1',1.00,'2024-05-25 15:42:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5275,'Raw chips bucket','1',-0.09,'2024-05-25 15:43:48','2.57','7','newstock','1','','',0.00,'','1','2.479','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5276,'Raw chips bucket','1',2.00,'2024-05-25 15:43:48','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5277,'Potatoes sack','2',-0.01,'2024-05-25 15:44:47','1.27','7','newstock','1','','',0.00,'','1','1.2599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5278,'Potatoes sack','2',1.00,'2024-05-25 15:44:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5279,'Raw chips bucket','1',-0.09,'2024-05-25 15:47:13','2.48','7','newstock','1','','',0.00,'','1','2.389','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5280,'Raw chips bucket','1',2.00,'2024-05-25 15:47:13','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5281,'Potatoes sack','2',-0.04,'2024-05-25 15:48:19','1.26','7','newstock','1','','',0.00,'','1','1.2196','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5282,'Potatoes sack','2',4.00,'2024-05-25 15:48:19','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5283,'Raw chips bucket','1',-0.05,'2024-05-25 15:49:15','2.39','7','newstock','1','','',0.00,'','1','2.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5284,'Raw chips bucket','1',1.00,'2024-05-25 15:49:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5285,'Raw chips bucket','',4.00,'2024-05-25 15:56:00','2.34','7','newstock','1','','',0.00,'','1','6.34','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5286,'Raw chips bucket','1',-0.05,'2024-05-25 16:21:58','6.34','7','newstock','1','','',0.00,'','1','6.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5287,'Raw chips bucket','1',1.00,'2024-05-25 16:21:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5288,'Raw chips bucket','1',-0.05,'2024-05-25 16:22:27','6.29','7','newstock','1','','',0.00,'','1','6.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5289,'Raw chips bucket','1',1.00,'2024-05-25 16:22:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5290,'Sausages','',5.00,'2024-05-25 16:23:52','0.00','7','newstock','1','','',0.00,'','1','5','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5291,'Raw chips bucket','1',-0.05,'2024-05-25 16:24:36','6.24','7','newstock','1','','',0.00,'','1','6.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5292,'Raw chips bucket','1',1.00,'2024-05-25 16:24:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5293,'Raw chips bucket','5',-0.05,'2024-05-25 16:35:04','6.19','7','newstock','1','','',0.00,'','1','6.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5294,'Raw chips bucket','5',1.00,'2024-05-25 16:35:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5295,'Raw chips bucket','3',-0.05,'2024-05-25 16:35:12','6.14','7','newstock','1','','',0.00,'','1','6.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5296,'Raw chips bucket','3',1.00,'2024-05-25 16:35:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5297,'Raw chips bucket','1',-0.05,'2024-05-25 16:35:34','6.09','7','newstock','1','','',0.00,'','1','6.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5298,'Raw chips bucket','1',1.00,'2024-05-25 16:35:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5299,'Chicken','',6.00,'2024-05-25 20:37:53','0.00','7','newstock','1','','',0.00,'','1','6','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5300,'Potatoes sack','2',-0.02,'2024-05-25 20:39:59','1.22','7','newstock','1','','',0.00,'','1','1.1998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5301,'Potatoes sack','2',2.00,'2024-05-25 20:39:59','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5302,'Raw chips bucket','1',-0.09,'2024-05-25 20:42:33','6.04','7','newstock','1','','',0.00,'','1','5.949','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5303,'Raw chips bucket','1',2.00,'2024-05-25 20:42:33','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5304,'Raw chips bucket','4',-0.05,'2024-05-25 20:43:20','5.95','7','newstock','1','','',0.00,'','1','5.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5305,'Raw chips bucket','4',1.00,'2024-05-25 20:43:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5306,'Raw chips bucket','1',-0.05,'2024-05-25 20:43:46','5.90','7','newstock','1','','',0.00,'','1','5.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5307,'Raw chips bucket','1',1.00,'2024-05-25 20:43:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5308,'Raw chips bucket','1',-0.05,'2024-05-25 20:44:13','5.85','7','newstock','1','','',0.00,'','1','5.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5309,'Raw chips bucket','1',1.00,'2024-05-25 20:44:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5310,'Potatoes sack','2',-0.01,'2024-05-25 20:47:38','1.20','7','newstock','1','','',0.00,'','1','1.1899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5311,'Potatoes sack','2',1.00,'2024-05-25 20:47:38','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5312,'Raw chips bucket','1',-0.09,'2024-05-25 20:48:41','5.80','7','newstock','1','','',0.00,'','1','5.709','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5313,'Raw chips bucket','1',2.00,'2024-05-25 20:48:41','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5314,'Raw chips bucket','3',-0.05,'2024-05-25 20:49:02','5.71','7','newstock','1','','',0.00,'','1','5.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5315,'Raw chips bucket','3',1.00,'2024-05-25 20:49:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5316,'Potatoes sack','2',-0.01,'2024-05-25 20:52:23','1.19','7','newstock','1','','',0.00,'','1','1.1799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5317,'Potatoes sack','2',1.00,'2024-05-25 20:52:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5318,'Raw chips bucket','3',-0.05,'2024-05-25 20:54:08','5.66','7','newstock','1','','',0.00,'','1','5.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5319,'Raw chips bucket','3',1.00,'2024-05-25 20:54:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5320,'Raw chips bucket','1',-0.09,'2024-05-25 20:54:30','5.61','7','newstock','1','','',0.00,'','1','5.519','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5321,'Raw chips bucket','1',2.00,'2024-05-25 20:54:30','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5322,'Raw chips bucket','1',-0.09,'2024-05-25 20:55:11','5.52','7','newstock','1','','',0.00,'','1','5.429','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5323,'Raw chips bucket','1',2.00,'2024-05-25 20:55:11','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5324,'Raw chips bucket','3',-0.09,'2024-05-25 20:56:58','5.43','7','newstock','1','','',0.00,'','1','5.339','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5325,'Raw chips bucket','3',2.00,'2024-05-25 20:56:58','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5326,'Potatoes sack','2',-0.02,'2024-05-25 20:57:22','1.18','7','newstock','1','','',0.00,'','1','1.1598','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5327,'Potatoes sack','2',2.00,'2024-05-25 20:57:22','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5328,'Potatoes sack','2',-0.05,'2024-05-25 20:57:46','1.16','7','newstock','1','','',0.00,'','1','1.1095','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5329,'Potatoes sack','2',5.00,'2024-05-25 20:57:46','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5330,'Potatoes sack','2',-0.01,'2024-05-25 21:11:20','1.11','7','newstock','1','','',0.00,'','1','1.0999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5331,'Potatoes sack','2',1.00,'2024-05-25 21:11:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5332,'Raw chips bucket','3',-0.09,'2024-05-25 21:33:24','5.34','7','newstock','1','','',0.00,'','1','5.249','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5333,'Raw chips bucket','3',2.00,'2024-05-25 21:33:24','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5334,'Bottled soda 300ml','',86.00,'2024-05-26 10:25:00','0.00','7','newstock','1','','',0.00,'','Main','86','Internal','Main','22','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5335,'Bottled soda 500ml','',45.00,'2024-05-26 10:26:00','0.00','7','newstock','1','','',0.00,'','Main','45','Internal','Main','23','','',0.00,'','80','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5336,'Minute maid 1tr','',12.00,'2024-05-26 10:27:41','0.00','7','newstock','1','','',0.00,'','Main','12','Internal','Main','27','','',0.00,'','160','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5337,'Minute maid 1tr','',11.00,'2024-05-26 10:29:48','0.00','7','newstock','1','','',0.00,'','1','11','internal','1','27','','',0.00,'','160','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5338,'Pep soda 350ml','',24.00,'2024-05-26 10:30:14','24.00','7','newstock','1','','',0.00,'','1','48','internal','1','20','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5339,'Pep soda 1.25ltrs','',22.00,'2024-05-26 10:30:43','3.00','7','newstock','1','','',0.00,'','1','25','internal','1','25','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5340,'Minute maid 400ml','',27.00,'2024-05-26 10:31:29','5.00','7','newstock','1','','',0.00,'','1','32','internal','1','28','','',0.00,'','90','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5341,'Pep soda 500ml','',45.00,'2024-05-26 10:32:28','2.00','7','newstock','1','','',0.00,'','1','47','internal','1','21','','',0.00,'','80','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5342,'Bottled soda 300ml','',48.00,'2024-05-26 10:33:24','40.00','7','newstock','1','','',0.00,'','1','88','internal','1','22','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5343,'Chicken','',2.00,'2024-05-26 10:34:08','4.50','7','newstock','1','','',0.00,'','1','6.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5344,'Dasani 1ltr','',6.00,'2024-05-26 10:34:51','1.00','7','newstock','1','','',0.00,'','1','7','internal','1','30','','',0.00,'','80','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5345,'Dasani 500ml','',4.00,'2024-05-26 10:35:27','3.00','7','newstock','1','','',0.00,'','1','7','internal','1','29','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5346,'Raw chips bucket','1',-0.09,'2024-05-26 12:38:17','5.25','7','newstock','1','','',0.00,'','1','5.159','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5347,'Raw chips bucket','1',2.00,'2024-05-26 12:38:17','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5348,'Raw chips bucket','1',-0.09,'2024-05-26 12:39:00','5.16','7','newstock','1','','',0.00,'','1','5.069','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5349,'Raw chips bucket','1',2.00,'2024-05-26 12:39:00','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5350,'Sausages','',26.00,'2024-05-26 12:47:06','0.00','7','newstock','1','','',0.00,'','1','26','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5351,'Raw chips bucket','3',-0.05,'2024-05-26 12:47:48','5.07','7','newstock','1','','',0.00,'','1','5.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5352,'Raw chips bucket','3',1.00,'2024-05-26 12:47:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5353,'Raw chips bucket','4',-0.09,'2024-05-26 13:03:00','5.02','7','newstock','1','','',0.00,'','1','4.929','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5354,'Raw chips bucket','4',2.00,'2024-05-26 13:03:00','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5355,'Raw chips bucket','1',-0.14,'2024-05-26 13:03:44','4.93','7','newstock','1','','',0.00,'','1','4.7935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5356,'Raw chips bucket','1',3.00,'2024-05-26 13:03:44','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5357,'Raw chips bucket','1',-0.09,'2024-05-26 13:04:57','4.79','7','newstock','1','','',0.00,'','1','4.699','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5358,'Raw chips bucket','1',2.00,'2024-05-26 13:04:57','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5359,'Raw chips bucket','1',-0.09,'2024-05-26 13:05:55','4.70','7','newstock','1','','',0.00,'','1','4.609','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5360,'Raw chips bucket','1',2.00,'2024-05-26 13:05:55','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5361,'Raw chips bucket','1',-0.09,'2024-05-26 13:09:52','4.61','7','newstock','1','','',0.00,'','1','4.519','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5362,'Raw chips bucket','1',2.00,'2024-05-26 13:09:52','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5363,'Raw chips bucket','3',-0.09,'2024-05-26 14:10:06','4.52','7','newstock','1','','',0.00,'','1','4.429','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5364,'Raw chips bucket','3',2.00,'2024-05-26 14:10:06','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5365,'Raw chips bucket','1',-0.09,'2024-05-26 14:11:31','4.43','7','newstock','1','','',0.00,'','1','4.339','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5366,'Raw chips bucket','1',2.00,'2024-05-26 14:11:31','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5367,'Potatoes sack','2',-0.02,'2024-05-26 14:12:12','1.10','7','newstock','1','','',0.00,'','1','1.0798','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5368,'Potatoes sack','2',2.00,'2024-05-26 14:12:12','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5369,'Raw chips bucket','4',-0.05,'2024-05-26 14:12:29','4.34','7','newstock','1','','',0.00,'','1','4.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5370,'Raw chips bucket','4',1.00,'2024-05-26 14:12:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5371,'Raw chips bucket','4',-0.09,'2024-05-26 14:12:50','4.29','7','newstock','1','','',0.00,'','1','4.199','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5372,'Raw chips bucket','4',2.00,'2024-05-26 14:12:50','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5373,'Raw chips bucket','1',-0.14,'2024-05-26 14:17:31','4.20','7','newstock','1','','',0.00,'','1','4.0635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5374,'Raw chips bucket','1',3.00,'2024-05-26 14:17:31','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5375,'Raw chips bucket','1',-0.14,'2024-05-26 14:29:36','4.06','7','newstock','1','','',0.00,'','1','3.9235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5376,'Raw chips bucket','1',3.00,'2024-05-26 14:29:36','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5377,'Raw chips bucket','4',0.00,'2024-05-26 14:31:31','3.92','7','newstock','1','','',0.00,'','1','3.92','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5378,'Raw chips bucket','4',0.00,'2024-05-26 14:31:31','0.00','7','newstock','1','','',0.00,'','1','0','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5379,'Potatoes sack','2',-0.01,'2024-05-26 14:32:14','1.08','7','newstock','1','','',0.00,'','1','1.0699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5380,'Potatoes sack','2',1.00,'2024-05-26 14:32:14','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5381,'Raw chips bucket','3',-0.05,'2024-05-26 14:32:46','3.92','7','newstock','1','','',0.00,'','1','3.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5382,'Raw chips bucket','3',1.00,'2024-05-26 14:32:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5383,'Raw chips bucket','1',-0.05,'2024-05-26 14:32:53','3.87','7','newstock','1','','',0.00,'','1','3.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5384,'Raw chips bucket','1',1.00,'2024-05-26 14:32:53','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5385,'Potatoes sack','2',-0.02,'2024-05-26 14:33:14','1.07','7','newstock','1','','',0.00,'','1','1.0498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5386,'Potatoes sack','2',2.00,'2024-05-26 14:33:14','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5387,'Raw chips bucket','3',-0.05,'2024-05-26 14:37:43','3.82','7','newstock','1','','',0.00,'','1','3.7745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5388,'Raw chips bucket','3',1.00,'2024-05-26 14:37:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5389,'Raw chips bucket','3',-0.09,'2024-05-26 14:41:57','3.77','7','newstock','1','','',0.00,'','1','3.679','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5390,'Raw chips bucket','3',2.00,'2024-05-26 14:41:57','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5391,'Potatoes sack','2',-0.02,'2024-05-26 14:42:28','1.05','7','newstock','1','','',0.00,'','1','1.0298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5392,'Potatoes sack','2',2.00,'2024-05-26 14:42:28','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5393,'Raw chips bucket','3',-0.14,'2024-05-26 14:42:45','3.68','7','newstock','1','','',0.00,'','1','3.5435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5394,'Raw chips bucket','3',3.00,'2024-05-26 14:42:45','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5395,'Raw chips bucket','5',-0.05,'2024-05-26 14:43:07','3.54','7','newstock','1','','',0.00,'','1','3.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5396,'Raw chips bucket','5',1.00,'2024-05-26 14:43:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5397,'Potatoes sack','2',-0.01,'2024-05-26 14:44:47','1.03','7','newstock','1','','',0.00,'','1','1.0199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5398,'Potatoes sack','2',1.00,'2024-05-26 14:44:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5399,'Raw chips bucket','1',-0.09,'2024-05-26 17:18:01','3.49','7','newstock','1','','',0.00,'','1','3.399','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5400,'Raw chips bucket','1',2.00,'2024-05-26 17:18:01','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5401,'Potatoes sack','2',-0.01,'2024-05-26 17:18:26','1.02','7','newstock','1','','',0.00,'','1','1.0099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5402,'Potatoes sack','2',1.00,'2024-05-26 17:18:26','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5403,'Raw chips bucket','1',-0.14,'2024-05-26 17:18:49','3.40','7','newstock','1','','',0.00,'','1','3.2635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5404,'Raw chips bucket','1',3.00,'2024-05-26 17:18:49','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5405,'Raw chips bucket','1',-0.09,'2024-05-26 17:19:27','3.26','7','newstock','1','','',0.00,'','1','3.169','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5406,'Raw chips bucket','1',2.00,'2024-05-26 17:19:27','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5407,'Potatoes sack','2',-0.02,'2024-05-26 17:20:39','1.01','7','newstock','1','','',0.00,'','1','0.9898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5408,'Potatoes sack','2',2.00,'2024-05-26 17:20:39','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5409,'Raw chips bucket','1',-0.09,'2024-05-26 17:21:23','3.17','7','newstock','1','','',0.00,'','1','3.079','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5410,'Raw chips bucket','1',2.00,'2024-05-26 17:21:23','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5411,'Potatoes sack','2',-0.01,'2024-05-26 17:24:06','0.99','7','newstock','1','','',0.00,'','1','0.9799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5412,'Potatoes sack','2',1.00,'2024-05-26 17:24:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5413,'Raw chips bucket','1',-0.18,'2024-05-26 17:24:55','3.08','7','newstock','1','','',0.00,'','1','2.898','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5414,'Raw chips bucket','1',4.00,'2024-05-26 17:24:55','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5415,'Raw chips bucket','1',-0.05,'2024-05-26 17:30:58','2.90','7','newstock','1','','',0.00,'','1','2.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5416,'Raw chips bucket','1',1.00,'2024-05-26 17:30:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5417,'Raw chips bucket','1',-0.05,'2024-05-26 17:32:19','2.85','7','newstock','1','','',0.00,'','1','2.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5418,'Raw chips bucket','1',1.00,'2024-05-26 17:32:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5419,'Raw chips bucket','1',-0.09,'2024-05-26 17:32:45','2.80','7','newstock','1','','',0.00,'','1','2.709','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5420,'Raw chips bucket','1',2.00,'2024-05-26 17:32:45','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5421,'Raw chips bucket','1',-0.05,'2024-05-26 17:33:29','2.71','7','newstock','1','','',0.00,'','1','2.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5422,'Raw chips bucket','1',1.00,'2024-05-26 17:33:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5423,'Potatoes sack','2',-0.01,'2024-05-26 17:34:12','0.98','7','newstock','1','','',0.00,'','1','0.9699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5424,'Potatoes sack','2',1.00,'2024-05-26 17:34:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5425,'Raw chips bucket','3',-0.05,'2024-05-26 17:34:26','2.66','7','newstock','1','','',0.00,'','1','2.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5426,'Raw chips bucket','3',1.00,'2024-05-26 17:34:26','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5427,'Raw chips bucket','1',-0.14,'2024-05-26 17:35:03','2.61','7','newstock','1','','',0.00,'','1','2.4735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5428,'Raw chips bucket','1',3.00,'2024-05-26 17:35:03','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5429,'Raw chips bucket','1',-0.05,'2024-05-26 17:41:37','2.47','7','newstock','1','','',0.00,'','1','2.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5430,'Raw chips bucket','1',1.00,'2024-05-26 17:41:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5431,'Raw chips bucket','1',-0.05,'2024-05-26 17:44:02','2.42','7','newstock','1','','',0.00,'','1','2.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5432,'Raw chips bucket','1',1.00,'2024-05-26 17:44:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5433,'Raw chips bucket','1',-0.05,'2024-05-26 17:44:19','2.37','7','newstock','1','','',0.00,'','1','2.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5434,'Raw chips bucket','1',1.00,'2024-05-26 17:44:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5435,'Raw chips bucket','4',-0.05,'2024-05-26 17:44:39','2.32','7','newstock','1','','',0.00,'','1','2.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5436,'Raw chips bucket','4',1.00,'2024-05-26 17:44:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5437,'Potatoes sack','2',-0.01,'2024-05-26 17:45:20','0.97','7','newstock','1','','',0.00,'','1','0.9599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5438,'Potatoes sack','2',1.00,'2024-05-26 17:45:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5439,'Raw chips bucket','1',-0.05,'2024-05-26 17:48:58','2.27','7','newstock','1','','',0.00,'','1','2.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5440,'Raw chips bucket','1',1.00,'2024-05-26 17:48:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5441,'Raw chips bucket','4',-0.05,'2024-05-26 17:51:53','2.22','7','newstock','1','','',0.00,'','1','2.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5442,'Raw chips bucket','4',1.00,'2024-05-26 17:51:53','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5443,'Raw chips bucket','1',-0.05,'2024-05-26 17:52:25','2.17','7','newstock','1','','',0.00,'','1','2.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5444,'Raw chips bucket','1',1.00,'2024-05-26 17:52:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5445,'Raw chips bucket','1',-0.14,'2024-05-26 17:54:19','2.12','7','newstock','1','','',0.00,'','1','1.9835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5446,'Raw chips bucket','1',3.00,'2024-05-26 17:54:19','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5447,'Potatoes sack','2',-0.01,'2024-05-26 17:59:44','0.96','7','newstock','1','','',0.00,'','1','0.9499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5448,'Potatoes sack','2',1.00,'2024-05-26 17:59:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5449,'Raw chips bucket','4',-0.05,'2024-05-26 18:06:17','1.98','7','newstock','1','','',0.00,'','1','1.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5450,'Raw chips bucket','4',1.00,'2024-05-26 18:06:17','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5451,'Raw chips bucket','1',-0.09,'2024-05-26 18:47:19','1.93','7','newstock','1','','',0.00,'','1','1.839','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5452,'Raw chips bucket','1',2.00,'2024-05-26 18:47:19','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5453,'Raw chips bucket','1',-0.14,'2024-05-26 18:49:20','1.84','7','newstock','1','','',0.00,'','1','1.7035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5454,'Raw chips bucket','1',3.00,'2024-05-26 18:49:20','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5455,'Raw chips bucket','4',-0.09,'2024-05-26 18:50:53','1.70','7','newstock','1','','',0.00,'','1','1.609','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5456,'Raw chips bucket','4',2.00,'2024-05-26 18:50:53','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5457,'Raw chips bucket','1',-0.05,'2024-05-26 19:14:40','1.61','7','newstock','1','','',0.00,'','1','1.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5458,'Raw chips bucket','1',1.00,'2024-05-26 19:14:40','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5459,'Raw chips bucket','1',-0.05,'2024-05-26 19:22:28','1.56','7','newstock','1','','',0.00,'','1','1.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5460,'Raw chips bucket','1',1.00,'2024-05-26 19:22:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5461,'Raw chips bucket','1',-0.05,'2024-05-26 19:25:07','1.51','7','newstock','1','','',0.00,'','1','1.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5462,'Raw chips bucket','1',1.00,'2024-05-26 19:25:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5463,'Potatoes sack','2',-0.01,'2024-05-26 19:48:08','0.95','7','newstock','1','','',0.00,'','1','0.9399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5464,'Potatoes sack','2',1.00,'2024-05-26 19:48:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5465,'Raw chips bucket','1',-0.23,'2024-05-26 19:49:02','1.46','7','newstock','1','','',0.00,'','1','1.2325','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5466,'Raw chips bucket','1',5.00,'2024-05-26 19:49:02','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5467,'Potatoes sack','2',-0.01,'2024-05-26 19:50:26','0.94','7','newstock','1','','',0.00,'','1','0.9299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5468,'Potatoes sack','2',1.00,'2024-05-26 19:50:26','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5469,'Potatoes sack','2',-0.01,'2024-05-26 20:32:36','0.93','7','newstock','1','','',0.00,'','1','0.9199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5470,'Potatoes sack','2',1.00,'2024-05-26 20:32:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5471,'Potatoes sack','2',-0.04,'2024-05-26 20:35:36','0.92','7','newstock','1','','',0.00,'','1','0.8796','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5472,'Potatoes sack','2',4.00,'2024-05-26 20:35:36','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5473,'Potatoes sack','2',-0.01,'2024-05-26 20:36:36','0.88','7','newstock','1','','',0.00,'','1','0.8699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5474,'Potatoes sack','2',1.00,'2024-05-26 20:36:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5475,'Potatoes sack','2',-0.01,'2024-05-26 20:37:44','0.87','7','newstock','1','','',0.00,'','1','0.8599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5476,'Potatoes sack','2',1.00,'2024-05-26 20:37:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5477,'Raw chips bucket','1',-0.05,'2024-05-26 20:38:36','1.23','7','newstock','1','','',0.00,'','1','1.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5478,'Raw chips bucket','1',1.00,'2024-05-26 20:38:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5479,'Raw chips bucket','1',-0.14,'2024-05-26 21:00:46','1.18','7','newstock','1','','',0.00,'','1','1.0435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5480,'Raw chips bucket','1',3.00,'2024-05-26 21:00:46','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5481,'Raw chips bucket','4',-0.05,'2024-05-26 21:03:46','1.04','7','newstock','1','','',0.00,'','1','0.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5482,'Raw chips bucket','4',1.00,'2024-05-26 21:03:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5483,'Raw chips bucket','1',-0.05,'2024-05-26 21:13:46','0.99','7','newstock','1','','',0.00,'','1','0.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5484,'Raw chips bucket','1',1.00,'2024-05-26 21:13:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5485,'Raw chips bucket','1',-0.05,'2024-05-26 21:14:01','0.94','7','newstock','1','','',0.00,'','1','0.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5486,'Raw chips bucket','1',1.00,'2024-05-26 21:14:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5487,'Chicken','',1.00,'2024-05-26 21:15:12','0.00','7','newstock','1','','',0.00,'','1','1','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5488,'Potatoes sack','2',-0.01,'2024-05-27 18:15:27','0.86','7','newstock','1','','',0.00,'','1','0.8499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5489,'Potatoes sack','2',1.00,'2024-05-27 18:15:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5490,'Raw chips bucket','1',-0.05,'2024-05-27 18:16:28','0.89','6','newstock','1','','',0.00,'','1','0.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5491,'Raw chips bucket','1',1.00,'2024-05-27 18:16:28','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5492,'Raw chips bucket','3',-0.05,'2024-05-27 18:17:34','0.84','6','newstock','1','','',0.00,'','1','0.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5493,'Raw chips bucket','3',1.00,'2024-05-27 18:17:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5494,'Potatoes sack','2',-0.01,'2024-05-27 18:18:03','0.85','6','newstock','1','','',0.00,'','1','0.8399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5495,'Potatoes sack','2',1.00,'2024-05-27 18:18:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5496,'Raw chips bucket','3',-0.09,'2024-05-27 18:18:56','0.79','6','newstock','1','','',0.00,'','1','0.699','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5497,'Raw chips bucket','3',2.00,'2024-05-27 18:18:56','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5498,'Raw chips bucket','3',-0.05,'2024-05-27 18:20:29','0.70','6','newstock','1','','',0.00,'','1','0.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5499,'Raw chips bucket','3',1.00,'2024-05-27 18:20:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5500,'Raw chips bucket','1',-0.05,'2024-05-27 18:22:58','0.65','6','newstock','1','','',0.00,'','1','0.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5501,'Raw chips bucket','1',1.00,'2024-05-27 18:22:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5502,'Raw chips bucket','5',-0.05,'2024-05-27 18:25:25','0.60','6','newstock','1','','',0.00,'','1','0.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5503,'Raw chips bucket','5',1.00,'2024-05-27 18:25:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5504,'Raw chips bucket','4',-0.05,'2024-05-27 18:25:30','0.55','6','newstock','1','','',0.00,'','1','0.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5505,'Raw chips bucket','4',1.00,'2024-05-27 18:25:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5506,'Raw chips bucket','1',-0.05,'2024-05-27 18:27:37','0.50','6','newstock','1','','',0.00,'','1','0.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5507,'Raw chips bucket','1',1.00,'2024-05-27 18:27:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5508,'Raw chips bucket','1',-0.09,'2024-05-27 18:27:42','0.45','6','newstock','1','','',0.00,'','1','0.359','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5509,'Raw chips bucket','1',2.00,'2024-05-27 18:27:42','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5510,'Raw chips bucket','1',-0.05,'2024-05-27 18:28:13','0.36','6','newstock','1','','',0.00,'','1','0.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5511,'Raw chips bucket','1',1.00,'2024-05-27 18:28:13','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5512,'Raw chips bucket','4',-0.05,'2024-05-27 18:29:16','0.31','6','newstock','1','','',0.00,'','1','0.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5513,'Raw chips bucket','4',1.00,'2024-05-27 18:29:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5514,'Potatoes sack','2',-0.01,'2024-05-27 21:01:21','0.84','6','newstock','1','','',0.00,'','1','0.8299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5515,'Potatoes sack','2',1.00,'2024-05-27 21:01:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5516,'Potatoes sack','2',-0.01,'2024-05-27 21:03:30','0.83','6','newstock','1','','',0.00,'','1','0.8199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5517,'Potatoes sack','2',1.00,'2024-05-27 21:03:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5518,'Raw chips bucket','1',-0.18,'2024-05-27 21:04:18','0.26','6','newstock','1','','',0.00,'','1','0.078','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5519,'Raw chips bucket','1',4.00,'2024-05-27 21:04:18','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5520,'Raw chips bucket','3',-0.05,'2024-05-27 21:04:47','0.08','6','newstock','1','','',0.00,'','1','0.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5521,'Raw chips bucket','3',1.00,'2024-05-27 21:04:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5522,'Raw chips bucket','',3.00,'2024-05-27 21:05:51','0.03','6','newstock','1','','',0.00,'','1','3.03','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5523,'Raw chips bucket','1',-0.05,'2024-05-27 21:06:17','3.03','6','newstock','1','','',0.00,'','1','2.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5524,'Raw chips bucket','1',1.00,'2024-05-27 21:06:17','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5525,'Raw chips bucket','1',-0.05,'2024-05-27 21:07:58','2.98','6','newstock','1','','',0.00,'','1','2.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5526,'Raw chips bucket','1',1.00,'2024-05-27 21:07:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5527,'Raw chips bucket','1',-0.05,'2024-05-27 21:09:10','2.93','6','newstock','1','','',0.00,'','1','2.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5528,'Raw chips bucket','1',1.00,'2024-05-27 21:09:10','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5529,'Sausages','',10.00,'2024-05-27 21:25:38','1.00','6','newstock','1','','',0.00,'','1','11','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5530,'Raw chips bucket','3',-0.05,'2024-05-27 21:27:12','2.93','6','newstock','1','','',0.00,'','1','2.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5531,'Raw chips bucket','3',1.00,'2024-05-27 21:27:12','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5532,'Raw chips bucket','1',-0.05,'2024-05-27 21:27:27','2.88','6','newstock','1','','',0.00,'','1','2.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5533,'Raw chips bucket','1',1.00,'2024-05-27 21:27:27','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5534,'Raw chips bucket','1',-0.09,'2024-05-27 21:28:08','2.83','6','newstock','1','','',0.00,'','1','2.739','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5535,'Raw chips bucket','1',2.00,'2024-05-27 21:28:08','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5536,'Raw chips bucket','1',-0.05,'2024-05-28 17:20:47','2.74','7','newstock','1','','',0.00,'','1','2.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5537,'Raw chips bucket','1',1.00,'2024-05-28 17:20:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5538,'Raw chips bucket','3',-0.05,'2024-05-28 17:21:00','2.69','7','newstock','1','','',0.00,'','1','2.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5539,'Raw chips bucket','3',1.00,'2024-05-28 17:21:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5540,'Raw chips bucket','4',-0.05,'2024-05-28 17:23:55','2.64','7','newstock','1','','',0.00,'','1','2.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5541,'Raw chips bucket','4',1.00,'2024-05-28 17:23:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5542,'Raw chips bucket','1',-0.05,'2024-05-28 17:24:02','2.59','7','newstock','1','','',0.00,'','1','2.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5543,'Raw chips bucket','1',1.00,'2024-05-28 17:24:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5544,'Raw chips bucket','1',-0.09,'2024-05-28 17:25:26','2.54','7','newstock','1','','',0.00,'','1','2.449','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5545,'Raw chips bucket','1',2.00,'2024-05-28 17:25:26','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5546,'Potatoes sack','2',-0.02,'2024-05-28 17:34:25','0.82','7','newstock','1','','',0.00,'','1','0.7998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5547,'Potatoes sack','2',2.00,'2024-05-28 17:34:25','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5548,'Potatoes sack','2',-0.01,'2024-05-28 17:35:11','0.80','7','newstock','1','','',0.00,'','1','0.7899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5549,'Potatoes sack','2',1.00,'2024-05-28 17:35:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5550,'Raw chips bucket','1',-0.09,'2024-05-28 17:38:43','2.45','7','newstock','1','','',0.00,'','1','2.359','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5551,'Raw chips bucket','1',2.00,'2024-05-28 17:38:43','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5552,'Potatoes sack','2',-0.01,'2024-05-28 17:39:40','0.79','7','newstock','1','','',0.00,'','1','0.7799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5553,'Potatoes sack','2',1.00,'2024-05-28 17:39:40','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5554,'Raw chips bucket','1',-0.05,'2024-05-28 17:40:47','2.36','7','newstock','1','','',0.00,'','1','2.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5555,'Raw chips bucket','1',1.00,'2024-05-28 17:40:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5556,'Raw chips bucket','4',-0.05,'2024-05-28 17:41:06','2.31','7','newstock','1','','',0.00,'','1','2.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5557,'Raw chips bucket','4',1.00,'2024-05-28 17:41:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5558,'Raw chips bucket','1',-0.05,'2024-05-28 18:29:02','2.26','7','newstock','1','','',0.00,'','1','2.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5559,'Raw chips bucket','1',1.00,'2024-05-28 18:29:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5560,'Potatoes sack','2',-0.01,'2024-05-28 19:39:29','0.78','7','newstock','1','','',0.00,'','1','0.7699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5561,'Potatoes sack','2',1.00,'2024-05-28 19:39:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5562,'Raw chips bucket','1',-0.09,'2024-05-28 19:39:51','2.21','7','newstock','1','','',0.00,'','1','2.119','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5563,'Raw chips bucket','1',2.00,'2024-05-28 19:39:51','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5564,'Potatoes sack','2',-0.02,'2024-05-28 19:40:14','0.77','7','newstock','1','','',0.00,'','1','0.7498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5565,'Potatoes sack','2',2.00,'2024-05-28 19:40:14','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5566,'Raw chips bucket','1',-0.05,'2024-05-28 19:40:35','2.12','7','newstock','1','','',0.00,'','1','2.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5567,'Raw chips bucket','1',1.00,'2024-05-28 19:40:35','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5568,'Potatoes sack','2',-0.03,'2024-05-29 18:33:47','0.75','6','newstock','1','','',0.00,'','1','0.7197','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5569,'Potatoes sack','2',3.00,'2024-05-29 18:33:47','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5570,'Raw chips bucket','1',-0.09,'2024-05-29 18:34:18','2.07','6','newstock','1','','',0.00,'','1','1.979','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5571,'Raw chips bucket','1',2.00,'2024-05-29 18:34:18','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5572,'Potatoes sack','2',-0.01,'2024-05-29 18:35:17','0.72','6','newstock','1','','',0.00,'','1','0.7099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5573,'Potatoes sack','2',1.00,'2024-05-29 18:35:17','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5574,'Potatoes sack','2',-0.02,'2024-05-29 18:36:40','0.71','6','newstock','1','','',0.00,'','1','0.6898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5575,'Potatoes sack','2',2.00,'2024-05-29 18:36:40','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5576,'Chicken','',2.00,'2024-05-29 18:37:23','0.00','6','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5577,'Raw chips bucket','1',-0.09,'2024-05-29 18:38:26','1.98','6','newstock','1','','',0.00,'','1','1.889','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5578,'Raw chips bucket','1',2.00,'2024-05-29 18:38:26','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5579,'Raw chips bucket','1',-0.05,'2024-05-29 18:39:12','1.89','6','newstock','1','','',0.00,'','1','1.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5580,'Raw chips bucket','1',1.00,'2024-05-29 18:39:12','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5581,'Raw chips bucket','5',-0.09,'2024-05-29 18:40:34','1.89','6','newstock','1','','',0.00,'','1','1.799','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5582,'Raw chips bucket','5',2.00,'2024-05-29 18:40:34','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5583,'Raw chips bucket','3',-0.05,'2024-05-29 18:40:39','1.80','6','newstock','1','','',0.00,'','1','1.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5584,'Raw chips bucket','3',1.00,'2024-05-29 18:40:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5585,'Smokie','',5.00,'2024-05-29 18:41:25','2.00','6','newstock','1','','',0.00,'','1','7','internal','1','17','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5586,'Raw chips bucket','1',-0.09,'2024-05-29 18:42:18','1.75','6','newstock','1','','',0.00,'','1','1.659','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5587,'Raw chips bucket','1',2.00,'2024-05-29 18:42:18','1.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5588,'Raw chips bucket','3',-0.09,'2024-05-29 18:43:28','1.66','6','newstock','1','','',0.00,'','1','1.569','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5589,'Raw chips bucket','3',2.00,'2024-05-29 18:43:28','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5590,'Raw chips bucket','1',-0.05,'2024-05-29 18:43:46','1.57','6','newstock','1','','',0.00,'','1','1.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5591,'Raw chips bucket','1',1.00,'2024-05-29 18:43:46','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5592,'Raw chips bucket','1',-0.05,'2024-05-29 20:10:27','1.52','6','newstock','1','','',0.00,'','1','1.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5593,'Raw chips bucket','1',1.00,'2024-05-29 20:10:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5594,'Potatoes sack','2',-0.01,'2024-05-29 20:10:52','0.69','6','newstock','1','','',0.00,'','1','0.6799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5595,'Potatoes sack','2',1.00,'2024-05-29 20:10:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5596,'Raw chips bucket','1',-0.05,'2024-05-29 20:13:04','1.47','6','newstock','1','','',0.00,'','1','1.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5597,'Raw chips bucket','1',1.00,'2024-05-29 20:13:04','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5598,'Raw chips bucket','4',-0.14,'2024-05-29 20:13:35','1.42','6','newstock','1','','',0.00,'','1','1.2835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5599,'Raw chips bucket','4',3.00,'2024-05-29 20:13:35','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5600,'Raw chips bucket','1',-0.05,'2024-05-29 20:59:04','1.28','6','newstock','1','','',0.00,'','1','1.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5601,'Raw chips bucket','1',1.00,'2024-05-29 20:59:04','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5602,'Raw chips bucket','1',-0.05,'2024-05-29 20:59:30','1.23','6','newstock','1','','',0.00,'','1','1.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5603,'Raw chips bucket','1',1.00,'2024-05-29 20:59:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5604,'Raw chips bucket','3',-0.14,'2024-05-29 21:00:02','1.18','6','newstock','1','','',0.00,'','1','1.0435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5605,'Raw chips bucket','3',3.00,'2024-05-29 21:00:02','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5606,'Raw chips bucket','3',-0.09,'2024-05-29 21:00:15','1.18','6','newstock','1','','',0.00,'','1','1.089','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5607,'Raw chips bucket','3',2.00,'2024-05-29 21:00:15','3.00','6','newstock','1','','',0.00,'','1','5','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5608,'Raw chips bucket','1',-0.05,'2024-05-29 21:03:34','1.09','6','newstock','1','','',0.00,'','1','1.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5609,'Raw chips bucket','1',1.00,'2024-05-29 21:03:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5610,'Raw chips bucket','1',-0.05,'2024-05-29 21:07:08','1.04','6','newstock','1','','',0.00,'','1','0.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5611,'Raw chips bucket','1',1.00,'2024-05-29 21:07:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5612,'Raw chips bucket','1',-0.05,'2024-05-30 15:40:30','1.04','6','newstock','1','','',0.00,'','1','0.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5613,'Raw chips bucket','1',1.00,'2024-05-30 15:40:30','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5614,'Potatoes sack','2',-0.02,'2024-05-30 15:41:15','0.68','6','newstock','1','','',0.00,'','1','0.6598','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5615,'Potatoes sack','2',2.00,'2024-05-30 15:41:15','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5616,'Raw chips bucket','1',-0.09,'2024-05-30 15:42:29','0.99','6','newstock','1','','',0.00,'','1','0.899','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5617,'Raw chips bucket','1',2.00,'2024-05-30 15:42:29','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5618,'Raw chips bucket','4',-0.09,'2024-05-30 15:43:28','0.90','6','newstock','1','','',0.00,'','1','0.809','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5619,'Raw chips bucket','4',2.00,'2024-05-30 15:43:28','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5620,'Potatoes sack','2',-0.03,'2024-05-30 15:44:29','0.66','6','newstock','1','','',0.00,'','1','0.6297','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5621,'Potatoes sack','2',3.00,'2024-05-30 15:44:29','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5622,'Raw chips bucket','5',-0.05,'2024-05-30 15:44:34','0.81','6','newstock','1','','',0.00,'','1','0.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5623,'Raw chips bucket','5',1.00,'2024-05-30 15:44:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5624,'Raw chips bucket','1',-0.14,'2024-05-30 15:45:29','0.76','6','newstock','1','','',0.00,'','1','0.6235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5625,'Raw chips bucket','1',3.00,'2024-05-30 15:45:29','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5626,'Raw chips bucket','4',-0.05,'2024-05-30 15:46:07','0.62','6','newstock','1','','',0.00,'','1','0.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5627,'Raw chips bucket','4',1.00,'2024-05-30 15:46:07','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5628,'Raw chips bucket','3',-0.05,'2024-05-30 15:47:57','0.57','6','newstock','1','','',0.00,'','1','0.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5629,'Raw chips bucket','3',1.00,'2024-05-30 15:47:57','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5630,'Raw chips bucket','1',-0.05,'2024-05-30 15:48:37','0.52','6','newstock','1','','',0.00,'','1','0.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5631,'Raw chips bucket','1',1.00,'2024-05-30 15:48:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5632,'Raw chips bucket','1',-0.05,'2024-05-30 15:50:06','0.47','6','newstock','1','','',0.00,'','1','0.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5633,'Raw chips bucket','1',1.00,'2024-05-30 15:50:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5634,'Potatoes sack','2',-0.01,'2024-05-30 15:51:24','0.63','6','newstock','1','','',0.00,'','1','0.6199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5635,'Potatoes sack','2',1.00,'2024-05-30 15:51:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5636,'Sausages','',26.00,'2024-05-30 15:53:04','1.00','6','newstock','1','','',0.00,'','1','27','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5637,'Raw chips bucket','1',-0.05,'2024-05-30 15:53:30','0.42','6','newstock','1','','',0.00,'','1','0.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5638,'Raw chips bucket','1',1.00,'2024-05-30 15:53:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5639,'Raw chips bucket','1',-0.09,'2024-05-30 18:57:43','0.37','6','newstock','1','','',0.00,'','1','0.279','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5640,'Raw chips bucket','1',2.00,'2024-05-30 18:57:43','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5641,'Raw chips bucket','1',-0.05,'2024-05-30 18:58:40','0.28','6','newstock','1','','',0.00,'','1','0.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5642,'Raw chips bucket','1',1.00,'2024-05-30 18:58:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5643,'Potatoes sack','2',-0.01,'2024-05-30 19:01:16','0.62','6','newstock','1','','',0.00,'','1','0.6099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5644,'Potatoes sack','2',1.00,'2024-05-30 19:01:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5645,'Raw chips bucket','4',-0.09,'2024-05-30 19:01:19','0.23','6','newstock','1','','',0.00,'','1','0.139','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5646,'Raw chips bucket','4',2.00,'2024-05-30 19:01:19','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5647,'Potatoes sack','2',-0.03,'2024-05-30 19:02:54','0.61','6','newstock','1','','',0.00,'','1','0.5797','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5648,'Potatoes sack','2',3.00,'2024-05-30 19:02:54','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5649,'Raw chips bucket','1',-0.05,'2024-05-30 19:03:24','0.14','6','newstock','1','','',0.00,'','1','0.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5650,'Raw chips bucket','1',1.00,'2024-05-30 19:03:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5651,'Raw chips bucket','5',-0.05,'2024-05-30 19:04:34','0.09','6','newstock','1','','',0.00,'','1','0.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5652,'Raw chips bucket','5',1.00,'2024-05-30 19:04:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5653,'Raw chips bucket','',1.00,'2024-05-30 19:05:39','0.04','6','newstock','1','','',0.00,'','1','1.04','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5654,'Raw chips bucket','1',-0.05,'2024-05-30 19:05:49','1.04','6','newstock','1','','',0.00,'','1','0.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5655,'Raw chips bucket','1',1.00,'2024-05-30 19:05:49','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5656,'Raw chips bucket','1',-0.05,'2024-05-30 19:23:30','0.99','6','newstock','1','','',0.00,'','1','0.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5657,'Raw chips bucket','1',1.00,'2024-05-30 19:23:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5658,'Raw chips bucket','1',-0.05,'2024-05-30 19:24:16','0.94','6','newstock','1','','',0.00,'','1','0.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5659,'Raw chips bucket','1',1.00,'2024-05-30 19:24:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5660,'Raw chips bucket','1',-0.05,'2024-05-30 19:24:51','0.89','6','newstock','1','','',0.00,'','1','0.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5661,'Raw chips bucket','1',1.00,'2024-05-30 19:24:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5662,'Potatoes sack','2',-0.02,'2024-05-30 21:03:20','0.58','6','newstock','1','','',0.00,'','1','0.5598','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5663,'Potatoes sack','2',2.00,'2024-05-30 21:03:20','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5664,'Raw chips bucket','1',-0.09,'2024-05-30 21:04:01','0.84','6','newstock','1','','',0.00,'','1','0.749','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5665,'Raw chips bucket','1',2.00,'2024-05-30 21:04:01','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5666,'Potatoes sack','2',-0.02,'2024-05-30 21:06:42','0.56','6','newstock','1','','',0.00,'','1','0.5398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5667,'Potatoes sack','2',2.00,'2024-05-30 21:06:42','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5668,'Potatoes sack','2',-0.02,'2024-05-30 21:07:06','0.54','6','newstock','1','','',0.00,'','1','0.5198','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5669,'Potatoes sack','2',2.00,'2024-05-30 21:07:06','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5670,'Smokie','',22.00,'2024-05-30 21:21:24','0.00','6','newstock','1','','',0.00,'','1','22','internal','1','17','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5671,'Raw chips bucket','1',-0.09,'2024-05-30 21:29:04','0.75','6','newstock','1','','',0.00,'','1','0.659','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5672,'Raw chips bucket','1',2.00,'2024-05-30 21:29:04','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5673,'Potatoes sack','2',-0.01,'2024-05-31 14:02:40','0.52','6','newstock','1','','',0.00,'','1','0.5099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5674,'Potatoes sack','2',1.00,'2024-05-31 14:02:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5675,'Potatoes sack','2',-0.03,'2024-05-31 14:05:09','0.51','6','newstock','1','','',0.00,'','1','0.4797','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5676,'Potatoes sack','2',3.00,'2024-05-31 14:05:09','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5677,'Raw chips bucket','1',-0.05,'2024-05-31 14:05:57','0.66','6','newstock','1','','',0.00,'','1','0.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5678,'Raw chips bucket','1',1.00,'2024-05-31 14:05:57','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5679,'Raw chips bucket','1',-0.05,'2024-05-31 14:06:24','0.61','6','newstock','1','','',0.00,'','1','0.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5680,'Raw chips bucket','1',1.00,'2024-05-31 14:06:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5681,'Raw chips bucket','1',-0.05,'2024-05-31 14:07:21','0.56','6','newstock','1','','',0.00,'','1','0.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5682,'Raw chips bucket','1',1.00,'2024-05-31 14:07:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5683,'Potatoes sack','2',-0.01,'2024-05-31 20:08:56','0.48','6','newstock','1','','',0.00,'','1','0.4699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5684,'Potatoes sack','2',1.00,'2024-05-31 20:08:56','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5685,'Raw chips bucket','1',-0.05,'2024-05-31 20:09:35','0.51','6','newstock','1','','',0.00,'','1','0.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5686,'Raw chips bucket','1',1.00,'2024-05-31 20:09:35','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5687,'Potatoes sack','2',-0.02,'2024-05-31 20:10:08','0.47','6','newstock','1','','',0.00,'','1','0.4498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5688,'Potatoes sack','2',2.00,'2024-05-31 20:10:08','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5689,'Raw chips bucket','1',-0.09,'2024-05-31 20:11:21','0.46','6','newstock','1','','',0.00,'','1','0.369','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5690,'Raw chips bucket','1',2.00,'2024-05-31 20:11:21','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5691,'Raw chips bucket','1',-0.09,'2024-05-31 20:12:29','0.37','6','newstock','1','','',0.00,'','1','0.279','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5692,'Raw chips bucket','1',2.00,'2024-05-31 20:12:29','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5693,'Raw chips bucket','3',-0.05,'2024-05-31 20:13:11','0.28','6','newstock','1','','',0.00,'','1','0.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5694,'Raw chips bucket','3',1.00,'2024-05-31 20:13:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5695,'Potatoes sack','2',-0.01,'2024-05-31 20:13:36','0.45','6','newstock','1','','',0.00,'','1','0.4399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5696,'Potatoes sack','2',1.00,'2024-05-31 20:13:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5697,'Raw chips bucket','3',-0.05,'2024-05-31 20:13:58','0.23','6','newstock','1','','',0.00,'','1','0.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5698,'Raw chips bucket','3',1.00,'2024-05-31 20:13:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5699,'Raw chips bucket','1',-0.05,'2024-05-31 20:14:25','0.18','6','newstock','1','','',0.00,'','1','0.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5700,'Raw chips bucket','1',1.00,'2024-05-31 20:14:25','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5701,'Raw chips bucket','4',-0.05,'2024-05-31 20:14:48','0.13','6','newstock','1','','',0.00,'','1','0.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5702,'Raw chips bucket','4',1.00,'2024-05-31 20:14:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5703,'Raw chips bucket','',2.00,'2024-05-31 20:16:07','0.08','6','newstock','1','','',0.00,'','1','2.08','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5704,'Raw chips bucket','1',-0.18,'2024-05-31 20:16:20','2.08','6','newstock','1','','',0.00,'','1','1.898','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5705,'Raw chips bucket','1',4.00,'2024-05-31 20:16:20','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5706,'Raw chips bucket','1',-0.14,'2024-05-31 20:16:43','1.90','6','newstock','1','','',0.00,'','1','1.7635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5707,'Raw chips bucket','1',3.00,'2024-05-31 20:16:43','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5708,'Raw chips bucket','3',-0.05,'2024-05-31 20:18:08','1.76','6','newstock','1','','',0.00,'','1','1.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5709,'Raw chips bucket','3',1.00,'2024-05-31 20:18:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5710,'Raw chips bucket','1',-0.14,'2024-05-31 20:19:09','1.71','6','newstock','1','','',0.00,'','1','1.5735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5711,'Raw chips bucket','1',3.00,'2024-05-31 20:19:09','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5712,'Raw chips bucket','1',-0.05,'2024-05-31 20:20:07','1.57','6','newstock','1','','',0.00,'','1','1.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5713,'Raw chips bucket','1',1.00,'2024-05-31 20:20:07','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5714,'Raw chips bucket','1',-0.05,'2024-05-31 20:20:58','1.52','6','newstock','1','','',0.00,'','1','1.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5715,'Raw chips bucket','1',1.00,'2024-05-31 20:20:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5716,'Chicken','',2.00,'2024-05-31 20:22:32','0.00','6','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5717,'Raw chips bucket','1',-0.09,'2024-05-31 20:23:33','1.47','6','newstock','1','','',0.00,'','1','1.379','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5718,'Raw chips bucket','1',2.00,'2024-05-31 20:23:33','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5719,'Raw chips bucket','1',-0.05,'2024-05-31 20:24:10','1.38','6','newstock','1','','',0.00,'','1','1.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5720,'Raw chips bucket','1',1.00,'2024-05-31 20:24:10','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5721,'Raw chips bucket','1',-0.05,'2024-05-31 20:24:41','1.33','6','newstock','1','','',0.00,'','1','1.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5722,'Raw chips bucket','1',1.00,'2024-05-31 20:24:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5723,'Potatoes sack','2',-0.01,'2024-05-31 20:25:20','0.44','6','newstock','1','','',0.00,'','1','0.4299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5724,'Potatoes sack','2',1.00,'2024-05-31 20:25:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5725,'Raw chips bucket','1',-0.18,'2024-05-31 20:27:03','1.28','6','newstock','1','','',0.00,'','1','1.098','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5726,'Raw chips bucket','1',4.00,'2024-05-31 20:27:03','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5727,'Raw chips bucket','1',-0.05,'2024-05-31 21:11:57','1.10','6','newstock','1','','',0.00,'','1','1.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5728,'Raw chips bucket','1',1.00,'2024-05-31 21:11:57','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5729,'Raw chips bucket','',2.00,'2024-06-01 12:33:46','1.05','6','newstock','1','','',0.00,'','1','3.05','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5730,'Potatoes sack','',1.00,'2024-06-01 12:34:01','0.43','6','newstock','1','','',4500.00,'','1','1.43','internal','1','37','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5731,'Raw chips bucket','4',-0.05,'2024-06-01 12:34:20','3.05','6','newstock','1','','',0.00,'','1','3.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5732,'Raw chips bucket','4',1.00,'2024-06-01 12:34:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5733,'Raw chips bucket','1',-0.05,'2024-06-01 12:35:19','3.00','6','newstock','1','','',0.00,'','1','2.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5734,'Raw chips bucket','1',1.00,'2024-06-01 12:35:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5735,'Raw chips bucket','1',-0.14,'2024-06-01 12:36:13','2.95','6','newstock','1','','',0.00,'','1','2.8135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5736,'Raw chips bucket','1',3.00,'2024-06-01 12:36:13','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5737,'Raw chips bucket','1',-0.05,'2024-06-01 12:38:20','2.81','6','newstock','1','','',0.00,'','1','2.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5738,'Raw chips bucket','1',1.00,'2024-06-01 12:38:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5739,'Raw chips bucket','1',-0.05,'2024-06-01 12:39:08','2.76','6','newstock','1','','',0.00,'','1','2.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5740,'Raw chips bucket','1',1.00,'2024-06-01 12:39:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5741,'Potatoes sack','2',-0.02,'2024-06-01 12:39:35','1.43','6','newstock','1','','',0.00,'','1','1.4098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5742,'Potatoes sack','2',2.00,'2024-06-01 12:39:35','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5743,'Raw chips bucket','1',-0.05,'2024-06-01 14:52:56','2.71','7','newstock','1','','',0.00,'','1','2.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5744,'Raw chips bucket','1',1.00,'2024-06-01 14:52:56','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5745,'Raw chips bucket','1',-0.05,'2024-06-01 19:03:30','2.66','6','newstock','1','','',0.00,'','1','2.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5746,'Raw chips bucket','1',1.00,'2024-06-01 19:03:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5747,'Potatoes sack','2',-0.02,'2024-06-01 19:12:52','1.41','6','newstock','1','','',0.00,'','1','1.3898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5748,'Potatoes sack','2',2.00,'2024-06-01 19:12:52','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5749,'Raw chips bucket','1',-0.05,'2024-06-01 19:13:40','2.61','6','newstock','1','','',0.00,'','1','2.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5750,'Raw chips bucket','1',1.00,'2024-06-01 19:13:40','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5751,'Raw chips bucket','3',-0.09,'2024-06-01 19:14:25','2.56','6','newstock','1','','',0.00,'','1','2.469','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5752,'Raw chips bucket','3',2.00,'2024-06-01 19:14:25','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5753,'Potatoes sack','2',-0.01,'2024-06-01 19:14:59','1.39','6','newstock','1','','',0.00,'','1','1.3799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5754,'Potatoes sack','2',1.00,'2024-06-01 19:14:59','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5755,'Raw chips bucket','4',-0.09,'2024-06-01 19:24:29','2.47','6','newstock','1','','',0.00,'','1','2.379','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5756,'Raw chips bucket','4',2.00,'2024-06-01 19:24:29','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5757,'Potatoes sack','2',-0.01,'2024-06-01 19:25:50','1.38','6','newstock','1','','',0.00,'','1','1.3699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5758,'Potatoes sack','2',1.00,'2024-06-01 19:25:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5759,'Potatoes sack','2',-0.01,'2024-06-01 19:29:11','1.37','6','newstock','1','','',0.00,'','1','1.3599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5760,'Potatoes sack','2',1.00,'2024-06-01 19:29:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5761,'Raw chips bucket','1',-0.05,'2024-06-01 19:30:09','2.38','6','newstock','1','','',0.00,'','1','2.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5762,'Raw chips bucket','1',1.00,'2024-06-01 19:30:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5763,'Potatoes sack','2',-0.03,'2024-06-01 19:33:12','1.36','6','newstock','1','','',0.00,'','1','1.3297','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5764,'Potatoes sack','2',3.00,'2024-06-01 19:33:12','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5765,'Chicken','',3.00,'2024-06-01 19:41:45','0.00','6','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5766,'Potatoes sack','2',-0.02,'2024-06-01 19:43:38','1.33','6','newstock','1','','',0.00,'','1','1.3098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5767,'Potatoes sack','2',2.00,'2024-06-01 19:43:38','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5768,'Raw chips bucket','1',-0.05,'2024-06-01 19:46:29','2.33','6','newstock','1','','',0.00,'','1','2.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5769,'Raw chips bucket','1',1.00,'2024-06-01 19:46:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5770,'Raw chips bucket','3',-0.05,'2024-06-01 19:51:58','2.28','6','newstock','1','','',0.00,'','1','2.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5771,'Raw chips bucket','3',1.00,'2024-06-01 19:51:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5772,'Raw chips bucket','4',-0.09,'2024-06-01 19:52:42','2.23','6','newstock','1','','',0.00,'','1','2.139','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5773,'Raw chips bucket','4',2.00,'2024-06-01 19:52:42','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5774,'Raw chips bucket','3',-0.05,'2024-06-01 19:53:49','2.14','6','newstock','1','','',0.00,'','1','2.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5775,'Raw chips bucket','3',1.00,'2024-06-01 19:53:49','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5776,'Raw chips bucket','4',-0.05,'2024-06-01 19:54:32','2.09','6','newstock','1','','',0.00,'','1','2.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5777,'Raw chips bucket','4',1.00,'2024-06-01 19:54:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5778,'Raw chips bucket','3',-0.05,'2024-06-01 19:55:30','2.04','6','newstock','1','','',0.00,'','1','1.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5779,'Raw chips bucket','3',1.00,'2024-06-01 19:55:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5780,'Raw chips bucket','4',-0.09,'2024-06-01 19:56:52','1.99','6','newstock','1','','',0.00,'','1','1.899','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5781,'Raw chips bucket','4',2.00,'2024-06-01 19:56:52','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5782,'Raw chips bucket','4',-0.05,'2024-06-01 19:57:38','1.90','6','newstock','1','','',0.00,'','1','1.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5783,'Raw chips bucket','4',1.00,'2024-06-01 19:57:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5784,'Raw chips bucket','1',-0.09,'2024-06-01 19:58:12','1.85','6','newstock','1','','',0.00,'','1','1.759','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5785,'Raw chips bucket','1',2.00,'2024-06-01 19:58:12','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5786,'Raw chips bucket','5',-0.05,'2024-06-01 20:04:56','1.76','6','newstock','1','','',0.00,'','1','1.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5787,'Raw chips bucket','5',1.00,'2024-06-01 20:04:56','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5788,'Raw chips bucket','1',-0.05,'2024-06-01 20:10:16','1.71','6','newstock','1','','',0.00,'','1','1.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5789,'Raw chips bucket','1',1.00,'2024-06-01 20:10:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5790,'Raw chips bucket','1',-0.05,'2024-06-02 13:30:38','1.66','7','newstock','1','','',0.00,'','1','1.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5791,'Raw chips bucket','1',1.00,'2024-06-02 13:30:38','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5792,'Raw chips bucket','1',-0.05,'2024-06-02 13:31:11','1.66','7','newstock','1','','',0.00,'','1','1.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5793,'Raw chips bucket','1',1.00,'2024-06-02 13:31:11','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5794,'Raw chips bucket','1',-0.05,'2024-06-02 13:31:16','1.61','7','newstock','1','','',0.00,'','1','1.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5795,'Raw chips bucket','1',1.00,'2024-06-02 13:31:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5796,'Sausages','',56.00,'2024-06-02 13:31:57','0.00','7','newstock','1','','',0.00,'','1','56','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5797,'Raw chips bucket','1',-0.14,'2024-06-02 13:34:24','1.56','6','newstock','1','','',0.00,'','1','1.4235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5798,'Raw chips bucket','1',3.00,'2024-06-02 13:34:24','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5799,'Raw chips bucket','1',-0.09,'2024-06-02 13:34:42','1.42','6','newstock','1','','',0.00,'','1','1.329','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5800,'Raw chips bucket','1',2.00,'2024-06-02 13:34:42','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5801,'Raw chips bucket','1',-0.05,'2024-06-02 13:38:26','1.33','6','newstock','1','','',0.00,'','1','1.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5802,'Raw chips bucket','1',1.00,'2024-06-02 13:38:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5803,'Raw chips bucket','1',-0.09,'2024-06-02 13:40:46','1.28','6','newstock','1','','',0.00,'','1','1.189','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5804,'Raw chips bucket','1',2.00,'2024-06-02 13:40:46','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5805,'Raw chips bucket','4',-0.09,'2024-06-02 13:40:50','1.19','6','newstock','1','','',0.00,'','1','1.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5806,'Raw chips bucket','4',2.00,'2024-06-02 13:40:50','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5807,'Raw chips bucket','1',-0.09,'2024-06-02 14:02:38','1.10','6','newstock','1','','',0.00,'','1','1.009','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5808,'Raw chips bucket','1',2.00,'2024-06-02 14:02:38','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5809,'Raw chips bucket','1',-0.05,'2024-06-02 14:03:54','1.01','6','newstock','1','','',0.00,'','1','0.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5810,'Raw chips bucket','1',1.00,'2024-06-02 14:03:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5811,'Raw chips bucket','1',-0.09,'2024-06-02 14:04:16','0.96','6','newstock','1','','',0.00,'','1','0.869','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5812,'Raw chips bucket','1',2.00,'2024-06-02 14:04:16','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5813,'Raw chips bucket','4',-0.14,'2024-06-02 14:05:23','0.87','6','newstock','1','','',0.00,'','1','0.7335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5814,'Raw chips bucket','4',3.00,'2024-06-02 14:05:23','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5815,'Potatoes sack','2',-0.03,'2024-06-02 14:05:58','1.31','6','newstock','1','','',0.00,'','1','1.2797','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5816,'Potatoes sack','2',3.00,'2024-06-02 14:05:58','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5817,'Raw chips bucket','1',-0.05,'2024-06-02 14:06:03','0.73','6','newstock','1','','',0.00,'','1','0.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5818,'Raw chips bucket','1',1.00,'2024-06-02 14:06:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5819,'Raw chips bucket','1',-0.14,'2024-06-02 14:06:33','0.68','6','newstock','1','','',0.00,'','1','0.5435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5820,'Raw chips bucket','1',3.00,'2024-06-02 14:06:33','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5821,'Raw chips bucket','1',-0.09,'2024-06-02 14:16:17','0.54','6','newstock','1','','',0.00,'','1','0.449','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5822,'Raw chips bucket','1',2.00,'2024-06-02 14:16:17','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5823,'Raw chips bucket','1',-0.09,'2024-06-02 14:17:09','0.45','6','newstock','1','','',0.00,'','1','0.359','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5824,'Raw chips bucket','1',2.00,'2024-06-02 14:17:09','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5825,'Raw chips bucket','1',-0.09,'2024-06-02 14:18:44','0.36','6','newstock','1','','',0.00,'','1','0.269','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5826,'Raw chips bucket','1',2.00,'2024-06-02 14:18:44','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5827,'Raw chips bucket','1',-0.09,'2024-06-02 14:33:23','0.27','6','newstock','1','','',0.00,'','1','0.179','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5828,'Raw chips bucket','1',2.00,'2024-06-02 14:33:23','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5829,'Raw chips bucket','1',-0.05,'2024-06-02 14:37:52','0.18','7','newstock','1','','',0.00,'','1','0.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5830,'Raw chips bucket','1',1.00,'2024-06-02 14:37:52','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5831,'Raw chips bucket','1',-0.05,'2024-06-02 14:38:37','0.18','6','newstock','1','','',0.00,'','1','0.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5832,'Raw chips bucket','1',1.00,'2024-06-02 14:38:37','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5833,'Raw chips bucket','1',-0.05,'2024-06-02 14:39:17','0.13','6','newstock','1','','',0.00,'','1','0.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5834,'Raw chips bucket','1',1.00,'2024-06-02 14:39:17','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5835,'Raw chips bucket','',1.00,'2024-06-02 14:40:28','0.08','6','newstock','1','','',0.00,'','1','1.08','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5836,'Raw chips bucket','5',-0.09,'2024-06-02 14:40:44','1.08','6','newstock','1','','',0.00,'','1','0.989','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5837,'Raw chips bucket','5',2.00,'2024-06-02 14:40:44','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5838,'Raw chips bucket','3',-0.05,'2024-06-02 14:40:48','0.99','6','newstock','1','','',0.00,'','1','0.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5839,'Raw chips bucket','3',1.00,'2024-06-02 14:40:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5840,'Raw chips bucket','1',-0.09,'2024-06-02 14:42:01','0.94','6','newstock','1','','',0.00,'','1','0.849','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5841,'Raw chips bucket','1',2.00,'2024-06-02 14:42:01','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5842,'Raw chips bucket','1',-0.05,'2024-06-02 14:43:24','0.85','6','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5843,'Raw chips bucket','1',1.00,'2024-06-02 14:43:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5844,'Potatoes sack','2',-0.03,'2024-06-02 14:45:01','1.28','6','newstock','1','','',0.00,'','1','1.2497','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5845,'Potatoes sack','2',3.00,'2024-06-02 14:45:01','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5846,'Raw chips bucket','1',-0.14,'2024-06-02 14:46:32','0.80','6','newstock','1','','',0.00,'','1','0.6635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5847,'Raw chips bucket','1',3.00,'2024-06-02 14:46:32','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5848,'Chicken','',7.00,'2024-06-02 14:50:48','0.25','6','newstock','1','','',0.00,'','1','7.25','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5849,'Raw chips bucket','1',-0.14,'2024-06-02 14:56:53','0.66','6','newstock','1','','',0.00,'','1','0.5235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5850,'Raw chips bucket','1',3.00,'2024-06-02 14:56:53','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5851,'Potatoes sack','2',-0.03,'2024-06-02 14:57:05','1.25','6','newstock','1','','',0.00,'','1','1.2197','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5852,'Potatoes sack','2',3.00,'2024-06-02 14:57:05','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5853,'Potatoes sack','2',-0.03,'2024-06-02 14:57:16','1.22','6','newstock','1','','',0.00,'','1','1.1897','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5854,'Potatoes sack','2',3.00,'2024-06-02 14:57:16','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5855,'Potatoes sack','2',-0.02,'2024-06-02 15:01:33','1.19','6','newstock','1','','',0.00,'','1','1.1698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5856,'Potatoes sack','2',2.00,'2024-06-02 15:01:33','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5857,'Raw chips bucket','1',-0.14,'2024-06-02 15:09:51','0.52','6','newstock','1','','',0.00,'','1','0.3835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5858,'Raw chips bucket','1',3.00,'2024-06-02 15:09:51','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5859,'Raw chips bucket','1',-0.14,'2024-06-02 15:10:26','0.38','6','newstock','1','','',0.00,'','1','0.2435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5860,'Raw chips bucket','1',3.00,'2024-06-02 15:10:26','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5861,'Raw chips bucket','3',-0.05,'2024-06-02 15:21:23','0.24','6','newstock','1','','',0.00,'','1','0.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5862,'Raw chips bucket','3',1.00,'2024-06-02 15:21:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5863,'Raw chips bucket','3',-0.05,'2024-06-02 15:24:21','0.19','6','newstock','1','','',0.00,'','1','0.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5864,'Raw chips bucket','3',1.00,'2024-06-02 15:24:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5865,'Potatoes sack','2',-0.01,'2024-06-02 16:32:23','1.17','6','newstock','1','','',0.00,'','1','1.1599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5866,'Potatoes sack','2',1.00,'2024-06-02 16:32:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5867,'Potatoes sack','2',-0.01,'2024-06-02 16:32:55','1.16','6','newstock','1','','',0.00,'','1','1.1499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5868,'Potatoes sack','2',1.00,'2024-06-02 16:32:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5869,'Raw chips bucket','1',-0.09,'2024-06-02 16:33:28','0.14','6','newstock','1','','',0.00,'','1','0.049','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5870,'Raw chips bucket','1',2.00,'2024-06-02 16:33:28','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5871,'Raw chips bucket','1',-0.05,'2024-06-02 16:33:50','0.05','6','newstock','1','','',0.00,'','1','0.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5872,'Raw chips bucket','1',1.00,'2024-06-02 16:33:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5873,'Raw chips bucket','',2.00,'2024-06-02 16:34:30','0.00','6','newstock','1','','',0.00,'','1','2','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5874,'Raw chips bucket','1',-0.05,'2024-06-02 16:34:41','2.00','6','newstock','1','','',0.00,'','1','1.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5875,'Raw chips bucket','1',1.00,'2024-06-02 16:34:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5876,'Raw chips bucket','1',-0.05,'2024-06-02 16:34:59','1.95','6','newstock','1','','',0.00,'','1','1.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5877,'Raw chips bucket','1',1.00,'2024-06-02 16:34:59','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5878,'Raw chips bucket','3',-0.05,'2024-06-02 16:35:20','1.90','6','newstock','1','','',0.00,'','1','1.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5879,'Raw chips bucket','3',1.00,'2024-06-02 16:35:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5880,'Potatoes sack','2',-0.02,'2024-06-02 16:35:50','1.15','6','newstock','1','','',0.00,'','1','1.1298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5881,'Potatoes sack','2',2.00,'2024-06-02 16:35:50','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5882,'Raw chips bucket','1',-0.05,'2024-06-02 17:58:21','1.85','6','newstock','1','','',0.00,'','1','1.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5883,'Raw chips bucket','1',1.00,'2024-06-02 17:58:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5884,'Potatoes sack','2',-0.02,'2024-06-02 18:13:42','1.13','7','newstock','1','','',0.00,'','1','1.1098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5885,'Potatoes sack','2',2.00,'2024-06-02 18:13:42','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5886,'Potatoes sack','2',-0.03,'2024-06-02 18:15:58','1.11','7','newstock','1','','',0.00,'','1','1.0797','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5887,'Potatoes sack','2',3.00,'2024-06-02 18:15:58','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5888,'Potatoes sack','2',-0.01,'2024-06-02 18:17:50','1.08','7','newstock','1','','',0.00,'','1','1.0699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5889,'Potatoes sack','2',1.00,'2024-06-02 18:17:50','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5890,'Potatoes sack','2',-0.01,'2024-06-02 18:18:11','1.07','7','newstock','1','','',0.00,'','1','1.0599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5891,'Potatoes sack','2',1.00,'2024-06-02 18:18:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5892,'Potatoes sack','2',-0.01,'2024-06-02 18:18:25','1.06','7','newstock','1','','',0.00,'','1','1.0499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5893,'Potatoes sack','2',1.00,'2024-06-02 18:18:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5894,'Potatoes sack','2',-0.01,'2024-06-02 18:52:58','1.05','7','newstock','1','','',0.00,'','1','1.0399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5895,'Potatoes sack','2',1.00,'2024-06-02 18:52:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5896,'Potatoes sack','2',-0.02,'2024-06-02 18:58:35','1.04','7','newstock','1','','',0.00,'','1','1.0198','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5897,'Potatoes sack','2',2.00,'2024-06-02 18:58:35','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5898,'Potatoes sack','2',-0.01,'2024-06-02 19:33:13','1.02','7','newstock','1','','',0.00,'','1','1.0099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5899,'Potatoes sack','2',1.00,'2024-06-02 19:33:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5900,'Potatoes sack','2',-0.01,'2024-06-02 19:33:21','1.01','7','newstock','1','','',0.00,'','1','0.9999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5901,'Potatoes sack','2',1.00,'2024-06-02 19:33:21','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5902,'Raw chips bucket','1',-0.09,'2024-06-02 19:35:11','1.80','7','newstock','1','','',0.00,'','1','1.709','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5903,'Raw chips bucket','1',2.00,'2024-06-02 19:35:11','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5904,'Raw chips bucket','1',-0.23,'2024-06-02 19:35:40','1.71','7','newstock','1','','',0.00,'','1','1.4825','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5905,'Raw chips bucket','1',5.00,'2024-06-02 19:35:40','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5906,'Potatoes sack','2',-0.01,'2024-06-02 19:36:11','1.00','7','newstock','1','','',0.00,'','1','0.9899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5907,'Potatoes sack','2',1.00,'2024-06-02 19:36:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5908,'Potatoes sack','2',-0.01,'2024-06-02 20:06:11','0.99','7','newstock','1','','',0.00,'','1','0.9799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5909,'Potatoes sack','2',1.00,'2024-06-02 20:06:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5910,'Raw chips bucket','3',-0.09,'2024-06-02 20:08:10','1.48','7','newstock','1','','',0.00,'','1','1.389','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5911,'Raw chips bucket','3',2.00,'2024-06-02 20:08:10','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5912,'Raw chips bucket','1',-0.05,'2024-06-02 21:13:12','1.39','7','newstock','1','','',0.00,'','1','1.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5913,'Raw chips bucket','1',1.00,'2024-06-02 21:13:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5914,'Raw chips bucket','1',-0.05,'2024-06-03 19:40:10','1.34','6','newstock','1','','',0.00,'','1','1.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5915,'Raw chips bucket','1',1.00,'2024-06-03 19:40:10','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5916,'Potatoes sack','2',-0.01,'2024-06-03 19:41:20','0.98','6','newstock','1','','',0.00,'','1','0.9699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5917,'Potatoes sack','2',1.00,'2024-06-03 19:41:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5918,'Raw chips bucket','1',-0.05,'2024-06-03 19:41:54','1.29','6','newstock','1','','',0.00,'','1','1.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5919,'Raw chips bucket','1',1.00,'2024-06-03 19:41:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5920,'Raw chips bucket','1',-0.05,'2024-06-03 19:42:51','1.24','6','newstock','1','','',0.00,'','1','1.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5921,'Raw chips bucket','1',1.00,'2024-06-03 19:42:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5922,'Raw chips bucket','1',-0.05,'2024-06-03 19:44:48','1.19','6','newstock','1','','',0.00,'','1','1.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5923,'Raw chips bucket','1',1.00,'2024-06-03 19:44:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5924,'Raw chips bucket','1',-0.09,'2024-06-03 19:45:32','1.14','6','newstock','1','','',0.00,'','1','1.049','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5925,'Raw chips bucket','1',2.00,'2024-06-03 19:45:32','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5926,'Raw chips bucket','1',-0.05,'2024-06-03 19:53:07','1.05','6','newstock','1','','',0.00,'','1','1.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5927,'Raw chips bucket','1',1.00,'2024-06-03 19:53:07','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5928,'Raw chips bucket','3',-0.09,'2024-06-03 19:58:31','1.00','6','newstock','1','','',0.00,'','1','0.909','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5929,'Raw chips bucket','3',2.00,'2024-06-03 19:58:31','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5930,'Raw chips bucket','1',-0.05,'2024-06-03 20:01:53','0.91','6','newstock','1','','',0.00,'','1','0.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5931,'Raw chips bucket','1',1.00,'2024-06-03 20:01:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5932,'Potatoes sack','2',-0.02,'2024-06-03 20:02:20','0.97','6','newstock','1','','',0.00,'','1','0.9498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5933,'Potatoes sack','2',2.00,'2024-06-03 20:02:20','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5934,'Raw chips bucket','1',-0.05,'2024-06-03 20:04:20','0.86','6','newstock','1','','',0.00,'','1','0.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5935,'Raw chips bucket','1',1.00,'2024-06-03 20:04:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5936,'Raw chips bucket','1',-0.09,'2024-06-03 20:04:56','0.81','6','newstock','1','','',0.00,'','1','0.719','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5937,'Raw chips bucket','1',2.00,'2024-06-03 20:04:56','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5938,'Raw chips bucket','1',-0.05,'2024-06-03 20:07:21','0.72','6','newstock','1','','',0.00,'','1','0.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5939,'Raw chips bucket','1',1.00,'2024-06-03 20:07:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5940,'Potatoes sack','2',-0.01,'2024-06-03 20:07:41','0.95','6','newstock','1','','',0.00,'','1','0.9399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5941,'Potatoes sack','2',1.00,'2024-06-03 20:07:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5942,'Raw chips bucket','1',-0.09,'2024-06-03 20:16:00','0.67','6','newstock','1','','',0.00,'','1','0.579','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5943,'Raw chips bucket','1',2.00,'2024-06-03 20:16:00','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5944,'Raw chips bucket','3',-0.05,'2024-06-03 20:24:50','0.58','6','newstock','1','','',0.00,'','1','0.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5945,'Raw chips bucket','3',1.00,'2024-06-03 20:24:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5946,'Raw chips bucket','4',-0.05,'2024-06-03 20:43:49','0.53','6','newstock','1','','',0.00,'','1','0.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5947,'Raw chips bucket','4',1.00,'2024-06-03 20:43:49','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5948,'Raw chips bucket','1',-0.09,'2024-06-03 21:14:04','0.48','6','newstock','1','','',0.00,'','1','0.389','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5949,'Raw chips bucket','1',2.00,'2024-06-03 21:14:04','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5950,'Raw chips bucket','1',-0.05,'2024-06-04 14:22:21','0.39','7','newstock','1','','',0.00,'','1','0.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5951,'Raw chips bucket','1',1.00,'2024-06-04 14:22:21','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5952,'Potatoes sack','2',-0.01,'2024-06-04 14:22:50','0.94','7','newstock','1','','',0.00,'','1','0.9299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5953,'Potatoes sack','2',1.00,'2024-06-04 14:22:50','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5954,'Raw chips bucket','3',-0.05,'2024-06-04 14:23:23','0.34','7','newstock','1','','',0.00,'','1','0.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5955,'Raw chips bucket','3',1.00,'2024-06-04 14:23:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5956,'Raw chips bucket','1',-0.14,'2024-06-04 14:24:19','0.29','7','newstock','1','','',0.00,'','1','0.1535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5957,'Raw chips bucket','1',3.00,'2024-06-04 14:24:19','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5958,'Potatoes sack','2',-0.01,'2024-06-04 14:25:20','0.93','7','newstock','1','','',0.00,'','1','0.9199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5959,'Potatoes sack','2',1.00,'2024-06-04 14:25:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5960,'Raw chips bucket','1',-0.05,'2024-06-04 14:26:26','0.15','7','newstock','1','','',0.00,'','1','0.1045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5961,'Raw chips bucket','1',1.00,'2024-06-04 14:26:26','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5962,'Potatoes sack','2',-0.01,'2024-06-04 14:26:47','0.92','7','newstock','1','','',0.00,'','1','0.9099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5963,'Potatoes sack','2',1.00,'2024-06-04 14:26:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5964,'Raw chips bucket','1',-0.05,'2024-06-04 14:27:04','0.10','7','newstock','1','','',0.00,'','1','0.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5965,'Raw chips bucket','1',1.00,'2024-06-04 14:27:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5966,'Raw chips bucket','1',-0.05,'2024-06-04 15:36:52','0.05','7','newstock','1','','',0.00,'','1','0.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5967,'Raw chips bucket','1',1.00,'2024-06-04 15:36:52','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5968,'Potatoes sack','2',-0.01,'2024-06-04 15:42:36','0.91','7','newstock','1','','',0.00,'','1','0.8999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5969,'Potatoes sack','2',1.00,'2024-06-04 15:42:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5970,'Raw chips bucket','',2.00,'2024-06-04 16:14:13','0.00','7','newstock','1','','',0.00,'','1','2','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5971,'Raw chips bucket','1',-0.05,'2024-06-04 16:14:19','2.00','7','newstock','1','','',0.00,'','1','1.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5972,'Raw chips bucket','1',1.00,'2024-06-04 16:14:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5973,'Raw chips bucket','3',-0.05,'2024-06-04 16:14:47','1.95','7','newstock','1','','',0.00,'','1','1.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5974,'Raw chips bucket','3',1.00,'2024-06-04 16:14:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5975,'Smokie','',8.00,'2024-06-04 16:39:38','0.00','7','newstock','1','','',0.00,'','1','8','internal','1','17','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5976,'Raw chips bucket','3',-0.05,'2024-06-04 18:11:48','1.90','7','newstock','1','','',0.00,'','1','1.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5977,'Raw chips bucket','3',1.00,'2024-06-04 18:11:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5978,'Potatoes sack','2',-0.01,'2024-06-04 18:56:02','0.90','7','newstock','1','','',0.00,'','1','0.8899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5979,'Potatoes sack','2',1.00,'2024-06-04 18:56:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5980,'Potatoes sack','2',-0.01,'2024-06-04 18:56:25','0.89','7','newstock','1','','',0.00,'','1','0.8799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5981,'Potatoes sack','2',1.00,'2024-06-04 18:56:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5982,'Raw chips bucket','1',-0.05,'2024-06-04 18:57:33','1.85','7','newstock','1','','',0.00,'','1','1.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5983,'Raw chips bucket','1',1.00,'2024-06-04 18:57:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5984,'Potatoes sack','2',-0.01,'2024-06-04 18:58:10','0.88','7','newstock','1','','',0.00,'','1','0.8699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5985,'Potatoes sack','2',1.00,'2024-06-04 18:58:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5986,'Potatoes sack','2',-0.01,'2024-06-04 18:59:12','0.87','7','newstock','1','','',0.00,'','1','0.8599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5987,'Potatoes sack','2',1.00,'2024-06-04 18:59:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5988,'Raw chips bucket','3',-0.09,'2024-06-04 19:00:03','1.80','7','newstock','1','','',0.00,'','1','1.709','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5989,'Raw chips bucket','3',2.00,'2024-06-04 19:00:03','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5990,'Potatoes sack','2',-0.01,'2024-06-04 20:10:07','0.86','7','newstock','1','','',0.00,'','1','0.8499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5991,'Potatoes sack','2',1.00,'2024-06-04 20:10:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5992,'Potatoes sack','2',-0.01,'2024-06-04 20:10:26','0.85','7','newstock','1','','',0.00,'','1','0.8399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5993,'Potatoes sack','2',1.00,'2024-06-04 20:10:26','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5994,'Raw chips bucket','4',-0.05,'2024-06-04 20:11:34','1.71','7','newstock','1','','',0.00,'','1','1.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5995,'Raw chips bucket','4',1.00,'2024-06-04 20:11:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5996,'Raw chips bucket','1',-0.05,'2024-06-04 21:30:49','1.66','7','newstock','1','','',0.00,'','1','1.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5997,'Raw chips bucket','1',1.00,'2024-06-04 21:30:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5998,'Potatoes sack','2',-0.01,'2024-06-04 21:31:09','0.84','7','newstock','1','','',0.00,'','1','0.8299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(5999,'Potatoes sack','2',1.00,'2024-06-04 21:31:09','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6000,'Potatoes sack','2',-0.03,'2024-06-04 21:31:31','0.83','7','newstock','1','','',0.00,'','1','0.7997','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6001,'Potatoes sack','2',3.00,'2024-06-04 21:31:31','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6002,'Raw chips bucket','1',-0.09,'2024-06-04 21:32:22','1.61','7','newstock','1','','',0.00,'','1','1.519','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6003,'Raw chips bucket','1',2.00,'2024-06-04 21:32:22','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6004,'Raw chips bucket','1',-0.05,'2024-06-04 21:50:25','1.52','7','newstock','1','','',0.00,'','1','1.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6005,'Raw chips bucket','1',1.00,'2024-06-04 21:50:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6006,'Potatoes sack','2',-0.02,'2024-06-04 21:51:13','0.80','7','newstock','1','','',0.00,'','1','0.7798','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6007,'Potatoes sack','2',2.00,'2024-06-04 21:51:13','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6008,'Potatoes sack','2',-0.01,'2024-06-04 21:52:29','0.78','7','newstock','1','','',0.00,'','1','0.7699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6009,'Potatoes sack','2',1.00,'2024-06-04 21:52:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6010,'Raw chips bucket','3',-0.09,'2024-06-05 16:28:53','1.47','6','newstock','1','','',0.00,'','1','1.379','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6011,'Raw chips bucket','3',2.00,'2024-06-05 16:28:53','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6012,'Raw chips bucket','1',-0.05,'2024-06-05 16:46:18','1.38','6','newstock','1','','',0.00,'','1','1.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6013,'Raw chips bucket','1',1.00,'2024-06-05 16:46:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6014,'Raw chips bucket','3',-0.05,'2024-06-05 16:47:29','1.33','6','newstock','1','','',0.00,'','1','1.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6015,'Raw chips bucket','3',1.00,'2024-06-05 16:47:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6016,'Potatoes sack','2',-0.01,'2024-06-05 16:48:21','0.77','6','newstock','1','','',0.00,'','1','0.7599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6017,'Potatoes sack','2',1.00,'2024-06-05 16:48:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6018,'Raw chips bucket','1',-0.09,'2024-06-05 16:48:52','1.28','6','newstock','1','','',0.00,'','1','1.189','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6019,'Raw chips bucket','1',2.00,'2024-06-05 16:48:52','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6020,'Chicken','',2.00,'2024-06-05 16:50:59','0.25','6','newstock','1','','',0.00,'','1','2.25','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6021,'Raw chips bucket','1',-0.14,'2024-06-05 19:48:23','1.19','6','newstock','1','','',0.00,'','1','1.0535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6022,'Raw chips bucket','1',3.00,'2024-06-05 19:48:23','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6023,'Potatoes sack','2',-0.02,'2024-06-05 19:48:50','0.76','6','newstock','1','','',0.00,'','1','0.7398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6024,'Potatoes sack','2',2.00,'2024-06-05 19:48:50','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6025,'Raw chips bucket','1',-0.05,'2024-06-05 19:49:26','1.05','6','newstock','1','','',0.00,'','1','1.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6026,'Raw chips bucket','1',1.00,'2024-06-05 19:49:26','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6027,'Raw chips bucket','1',-0.05,'2024-06-05 19:50:01','1.00','6','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6028,'Raw chips bucket','1',1.00,'2024-06-05 19:50:01','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6029,'Potatoes sack','2',-0.02,'2024-06-05 19:51:27','0.74','6','newstock','1','','',0.00,'','1','0.7198','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6030,'Potatoes sack','2',2.00,'2024-06-05 19:51:27','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6031,'Raw chips bucket','1',-0.05,'2024-06-05 19:51:56','0.95','6','newstock','1','','',0.00,'','1','0.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6032,'Raw chips bucket','1',1.00,'2024-06-05 19:51:56','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6033,'Raw chips bucket','1',-0.09,'2024-06-05 19:52:32','0.90','6','newstock','1','','',0.00,'','1','0.809','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6034,'Raw chips bucket','1',2.00,'2024-06-05 19:52:32','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6035,'Raw chips bucket','1',-0.09,'2024-06-05 19:55:42','0.81','6','newstock','1','','',0.00,'','1','0.719','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6036,'Raw chips bucket','1',2.00,'2024-06-05 19:55:42','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6037,'Potatoes sack','2',-0.02,'2024-06-05 19:58:45','0.72','6','newstock','1','','',0.00,'','1','0.6998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6038,'Potatoes sack','2',2.00,'2024-06-05 19:58:45','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6039,'Raw chips bucket','1',-0.09,'2024-06-05 20:20:53','0.72','6','newstock','1','','',0.00,'','1','0.629','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6040,'Raw chips bucket','1',2.00,'2024-06-05 20:20:53','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6041,'Raw chips bucket','1',-0.05,'2024-06-05 20:47:18','0.63','6','newstock','1','','',0.00,'','1','0.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6042,'Raw chips bucket','1',1.00,'2024-06-05 20:47:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6043,'Raw chips bucket','3',-0.05,'2024-06-06 16:16:03','0.58','7','newstock','1','','',0.00,'','1','0.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6044,'Raw chips bucket','3',1.00,'2024-06-06 16:16:03','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6045,'Potatoes sack','2',-0.01,'2024-06-06 17:57:57','0.70','7','newstock','1','','',0.00,'','1','0.6899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6046,'Potatoes sack','2',1.00,'2024-06-06 17:57:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6047,'Raw chips bucket','4',-0.05,'2024-06-06 17:59:04','0.53','7','newstock','1','','',0.00,'','1','0.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6048,'Raw chips bucket','4',1.00,'2024-06-06 17:59:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6049,'Potatoes sack','2',-0.01,'2024-06-06 17:59:42','0.69','7','newstock','1','','',0.00,'','1','0.6799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6050,'Potatoes sack','2',1.00,'2024-06-06 17:59:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6051,'Raw chips bucket','1',-0.05,'2024-06-06 18:00:21','0.48','7','newstock','1','','',0.00,'','1','0.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6052,'Raw chips bucket','1',1.00,'2024-06-06 18:00:21','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6053,'Potatoes sack','2',-0.02,'2024-06-06 18:01:23','0.68','7','newstock','1','','',0.00,'','1','0.6598','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6054,'Potatoes sack','2',2.00,'2024-06-06 18:01:23','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6055,'Raw chips bucket','1',-0.05,'2024-06-06 18:01:48','0.43','7','newstock','1','','',0.00,'','1','0.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6056,'Raw chips bucket','1',1.00,'2024-06-06 18:01:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6057,'Raw chips bucket','3',-0.14,'2024-06-06 18:02:09','0.38','7','newstock','1','','',0.00,'','1','0.2435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6058,'Raw chips bucket','3',3.00,'2024-06-06 18:02:09','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6059,'Raw chips bucket','1',-0.05,'2024-06-06 18:03:02','0.24','7','newstock','1','','',0.00,'','1','0.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6060,'Raw chips bucket','1',1.00,'2024-06-06 18:03:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6061,'Raw chips bucket','1',-0.05,'2024-06-06 18:03:25','0.19','7','newstock','1','','',0.00,'','1','0.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6062,'Raw chips bucket','1',1.00,'2024-06-06 18:03:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6063,'Raw chips bucket','1',-0.09,'2024-06-06 18:05:08','0.14','7','newstock','1','','',0.00,'','1','0.049','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6064,'Raw chips bucket','1',2.00,'2024-06-06 18:05:08','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6065,'Potatoes sack','2',-0.01,'2024-06-06 18:08:07','0.66','7','newstock','1','','',0.00,'','1','0.6499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6066,'Potatoes sack','2',1.00,'2024-06-06 18:08:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6067,'Potatoes sack','2',-0.01,'2024-06-06 18:09:27','0.65','7','newstock','1','','',0.00,'','1','0.6399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6068,'Potatoes sack','2',1.00,'2024-06-06 18:09:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6069,'Raw chips bucket','1',-0.05,'2024-06-06 18:10:11','0.05','7','newstock','1','','',0.00,'','1','0.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6070,'Raw chips bucket','1',1.00,'2024-06-06 18:10:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6071,'Raw chips bucket','',2.00,'2024-06-06 18:11:05','0.00','7','newstock','1','','',0.00,'','1','2','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6072,'Raw chips bucket','1',-0.23,'2024-06-06 18:11:08','2.00','7','newstock','1','','',0.00,'','1','1.7725','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6073,'Raw chips bucket','1',5.00,'2024-06-06 18:11:08','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6074,'Raw chips bucket','1',-0.05,'2024-06-06 18:11:47','1.77','7','newstock','1','','',0.00,'','1','1.7245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6075,'Raw chips bucket','1',1.00,'2024-06-06 18:11:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6076,'Raw chips bucket','1',-0.05,'2024-06-06 18:13:38','1.72','7','newstock','1','','',0.00,'','1','1.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6077,'Raw chips bucket','1',1.00,'2024-06-06 18:13:38','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6078,'Smokie','',8.00,'2024-06-06 19:55:35','1.00','7','newstock','1','','',0.00,'','1','9','internal','1','17','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6079,'Chicken','',2.00,'2024-06-06 19:56:55','0.00','7','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6080,'Raw chips bucket','1',-0.09,'2024-06-06 19:59:28','1.67','7','newstock','1','','',0.00,'','1','1.579','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6081,'Raw chips bucket','1',2.00,'2024-06-06 19:59:28','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6082,'Potatoes sack','2',-0.02,'2024-06-06 20:00:21','0.64','7','newstock','1','','',0.00,'','1','0.6198','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6083,'Potatoes sack','2',2.00,'2024-06-06 20:00:21','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6084,'Raw chips bucket','1',-0.09,'2024-06-06 20:00:40','1.58','7','newstock','1','','',0.00,'','1','1.489','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6085,'Raw chips bucket','1',2.00,'2024-06-06 20:00:40','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6086,'Raw chips bucket','3',-0.09,'2024-06-06 20:00:49','1.49','7','newstock','1','','',0.00,'','1','1.399','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6087,'Raw chips bucket','3',2.00,'2024-06-06 20:00:49','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6088,'Potatoes sack','2',-0.03,'2024-06-06 20:01:19','0.62','7','newstock','1','','',0.00,'','1','0.5897','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6089,'Potatoes sack','2',3.00,'2024-06-06 20:01:19','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6090,'Potatoes sack','2',-0.02,'2024-06-06 20:02:06','0.59','7','newstock','1','','',0.00,'','1','0.5698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6091,'Potatoes sack','2',2.00,'2024-06-06 20:02:06','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6092,'Raw chips bucket','1',-0.05,'2024-06-06 20:46:50','1.40','7','newstock','1','','',0.00,'','1','1.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6093,'Raw chips bucket','1',1.00,'2024-06-06 20:46:50','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6094,'Raw chips bucket','1',-0.14,'2024-06-06 20:47:57','1.35','7','newstock','1','','',0.00,'','1','1.2135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6095,'Raw chips bucket','1',3.00,'2024-06-06 20:47:57','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6096,'Raw chips bucket','1',-0.05,'2024-06-06 20:49:59','1.21','7','newstock','1','','',0.00,'','1','1.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6097,'Raw chips bucket','1',1.00,'2024-06-06 20:49:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6098,'Potatoes sack','2',-0.01,'2024-06-06 21:12:15','0.57','7','newstock','1','','',0.00,'','1','0.5599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6099,'Potatoes sack','2',1.00,'2024-06-06 21:12:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6100,'Raw chips bucket','4',-0.09,'2024-06-07 16:48:15','1.16','6','newstock','1','','',0.00,'','1','1.069','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6101,'Raw chips bucket','4',2.00,'2024-06-07 16:48:15','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6102,'Raw chips bucket','1',-0.05,'2024-06-07 16:48:51','1.07','6','newstock','1','','',0.00,'','1','1.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6103,'Raw chips bucket','1',1.00,'2024-06-07 16:48:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6104,'Raw chips bucket','5',-0.05,'2024-06-07 16:49:29','1.02','6','newstock','1','','',0.00,'','1','0.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6105,'Raw chips bucket','5',1.00,'2024-06-07 16:49:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6106,'Potatoes sack','2',-0.02,'2024-06-07 16:50:02','0.56','6','newstock','1','','',0.00,'','1','0.5398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6107,'Potatoes sack','2',2.00,'2024-06-07 16:50:02','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6108,'Potatoes sack','2',-0.01,'2024-06-07 17:32:16','0.54','6','newstock','1','','',0.00,'','1','0.5299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6109,'Potatoes sack','2',1.00,'2024-06-07 17:32:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6110,'Raw chips bucket','1',-0.14,'2024-06-07 17:33:39','0.97','6','newstock','1','','',0.00,'','1','0.8335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6111,'Raw chips bucket','1',3.00,'2024-06-07 17:33:39','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6112,'Raw chips bucket','4',-0.05,'2024-06-07 17:34:41','0.83','6','newstock','1','','',0.00,'','1','0.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6113,'Raw chips bucket','4',1.00,'2024-06-07 17:34:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6114,'Potatoes sack','2',-0.01,'2024-06-07 17:36:21','0.53','6','newstock','1','','',0.00,'','1','0.5199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6115,'Potatoes sack','2',1.00,'2024-06-07 17:36:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6116,'Raw chips bucket','1',-0.09,'2024-06-07 17:42:32','0.78','6','newstock','1','','',0.00,'','1','0.689','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6117,'Raw chips bucket','1',2.00,'2024-06-07 17:42:32','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6118,'Raw chips bucket','4',-0.05,'2024-06-07 17:43:39','0.69','6','newstock','1','','',0.00,'','1','0.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6119,'Raw chips bucket','4',1.00,'2024-06-07 17:43:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6120,'Raw chips bucket','3',-0.14,'2024-06-07 17:46:16','0.64','6','newstock','1','','',0.00,'','1','0.5035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6121,'Raw chips bucket','3',3.00,'2024-06-07 17:46:16','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6122,'Potatoes sack','2',-0.02,'2024-06-07 17:47:06','0.52','6','newstock','1','','',0.00,'','1','0.4998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6123,'Potatoes sack','2',2.00,'2024-06-07 17:47:06','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6124,'Raw chips bucket','1',-0.05,'2024-06-07 17:47:12','0.50','6','newstock','1','','',0.00,'','1','0.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6125,'Raw chips bucket','1',1.00,'2024-06-07 17:47:12','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6126,'Potatoes sack','2',-0.01,'2024-06-08 13:45:57','0.50','6','newstock','1','','',0.00,'','1','0.4899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6127,'Potatoes sack','2',1.00,'2024-06-08 13:45:57','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6128,'Raw chips bucket','1',-0.09,'2024-06-08 13:49:02','0.45','6','newstock','1','','',0.00,'','1','0.359','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6129,'Raw chips bucket','1',2.00,'2024-06-08 13:49:02','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6130,'Raw chips bucket','1',-0.05,'2024-06-08 13:49:32','0.36','6','newstock','1','','',0.00,'','1','0.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6131,'Raw chips bucket','1',1.00,'2024-06-08 13:49:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6132,'Raw chips bucket','1',-0.05,'2024-06-08 13:50:02','0.31','6','newstock','1','','',0.00,'','1','0.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6133,'Raw chips bucket','1',1.00,'2024-06-08 13:50:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6134,'Potatoes sack','2',-0.02,'2024-06-08 13:57:55','0.49','6','newstock','1','','',0.00,'','1','0.4698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6135,'Potatoes sack','2',2.00,'2024-06-08 13:57:55','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6136,'Potatoes sack','2',-0.02,'2024-06-08 13:59:08','0.47','6','newstock','1','','',0.00,'','1','0.4498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6137,'Potatoes sack','2',2.00,'2024-06-08 13:59:08','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6138,'Potatoes sack','2',-0.02,'2024-06-08 13:59:37','0.45','6','newstock','1','','',0.00,'','1','0.4298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6139,'Potatoes sack','2',2.00,'2024-06-08 13:59:37','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6140,'Raw chips bucket','1',-0.09,'2024-06-08 14:00:20','0.26','6','newstock','1','','',0.00,'','1','0.169','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6141,'Raw chips bucket','1',2.00,'2024-06-08 14:00:20','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6142,'Raw chips bucket','1',-0.05,'2024-06-08 14:01:41','0.17','6','newstock','1','','',0.00,'','1','0.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6143,'Raw chips bucket','1',1.00,'2024-06-08 14:01:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6144,'Raw chips bucket','1',-0.09,'2024-06-08 14:02:08','0.12','6','newstock','1','','',0.00,'','1','0.029','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6145,'Raw chips bucket','1',2.00,'2024-06-08 14:02:08','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6146,'Chicken','',2.00,'2024-06-08 14:04:38','0.50','6','newstock','1','','',0.00,'','1','2.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6147,'Raw chips bucket','',1.00,'2024-06-08 14:31:40','0.03','6','newstock','1','','',0.00,'','1','1.03','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6148,'Raw chips bucket','1',-0.14,'2024-06-08 14:32:00','1.03','6','newstock','1','','',0.00,'','1','0.8935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6149,'Raw chips bucket','1',3.00,'2024-06-08 14:32:00','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6150,'Potatoes sack','2',-0.02,'2024-06-08 14:34:00','0.43','6','newstock','1','','',0.00,'','1','0.4098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6151,'Potatoes sack','2',2.00,'2024-06-08 14:34:00','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6152,'Potatoes sack','2',-0.01,'2024-06-08 15:45:22','0.41','7','newstock','1','','',0.00,'','1','0.3999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6153,'Potatoes sack','2',1.00,'2024-06-08 15:45:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6154,'Raw chips bucket','1',-0.05,'2024-06-08 15:46:55','0.89','7','newstock','1','','',0.00,'','1','0.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6155,'Raw chips bucket','1',1.00,'2024-06-08 15:46:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6156,'Raw chips bucket','1',-0.05,'2024-06-08 15:47:18','0.84','7','newstock','1','','',0.00,'','1','0.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6157,'Raw chips bucket','1',1.00,'2024-06-08 15:47:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6158,'Raw chips bucket','1',-0.23,'2024-06-08 15:47:55','0.79','7','newstock','1','','',0.00,'','1','0.5625','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6159,'Raw chips bucket','1',5.00,'2024-06-08 15:47:55','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6160,'Raw chips bucket','1',-0.05,'2024-06-08 16:16:12','0.56','7','newstock','1','','',0.00,'','1','0.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6161,'Raw chips bucket','1',1.00,'2024-06-08 16:16:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6162,'Raw chips bucket','1',-0.09,'2024-06-08 16:26:10','0.51','7','newstock','1','','',0.00,'','1','0.419','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6163,'Raw chips bucket','1',2.00,'2024-06-08 16:26:10','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6164,'Raw chips bucket','1',-0.05,'2024-06-08 18:53:13','0.42','7','newstock','1','','',0.00,'','1','0.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6165,'Raw chips bucket','1',1.00,'2024-06-08 18:53:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6166,'Carrier bag large','',20.00,'2024-06-08 18:54:50','0.00','7','newstock','1','','',0.00,'','1','20','internal','1','34','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6167,'Potatoes sack','2',-0.03,'2024-06-08 18:59:00','0.40','7','newstock','1','','',0.00,'','1','0.3697','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6168,'Potatoes sack','2',3.00,'2024-06-08 18:59:00','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6169,'Potatoes sack','2',-0.01,'2024-06-08 19:05:20','0.37','7','newstock','1','','',0.00,'','1','0.3599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6170,'Potatoes sack','2',1.00,'2024-06-08 19:05:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6171,'Potatoes sack','2',-0.01,'2024-06-08 19:06:37','0.36','7','newstock','1','','',0.00,'','1','0.3499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6172,'Potatoes sack','2',1.00,'2024-06-08 19:06:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6173,'Raw chips bucket','1',-0.18,'2024-06-08 19:07:33','0.37','7','newstock','1','','',0.00,'','1','0.188','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6174,'Raw chips bucket','1',4.00,'2024-06-08 19:07:33','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6175,'Raw chips bucket','1',-0.14,'2024-06-08 19:08:27','0.19','7','newstock','1','','',0.00,'','1','0.0535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6176,'Raw chips bucket','1',3.00,'2024-06-08 19:08:27','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6177,'Raw chips bucket','1',-0.05,'2024-06-08 19:27:31','0.05','7','newstock','1','','',0.00,'','1','0.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6178,'Raw chips bucket','1',1.00,'2024-06-08 19:27:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6179,'Raw chips bucket','',1.00,'2024-06-08 20:18:29','0.00','7','newstock','1','','',0.00,'','1','1','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6180,'Raw chips bucket','1',-0.05,'2024-06-08 20:18:42','1.00','7','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6181,'Raw chips bucket','1',1.00,'2024-06-08 20:18:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6182,'Raw chips bucket','1',-0.05,'2024-06-08 20:18:45','0.95','7','newstock','1','','',0.00,'','1','0.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6183,'Raw chips bucket','1',1.00,'2024-06-08 20:18:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6184,'Raw chips bucket','1',-0.05,'2024-06-08 20:19:12','0.90','7','newstock','1','','',0.00,'','1','0.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6185,'Raw chips bucket','1',1.00,'2024-06-08 20:19:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6186,'Raw chips bucket','3',-0.09,'2024-06-08 20:49:08','0.85','7','newstock','1','','',0.00,'','1','0.759','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6187,'Raw chips bucket','3',2.00,'2024-06-08 20:49:08','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6188,'Raw chips bucket','4',-0.09,'2024-06-08 20:55:03','0.76','7','newstock','1','','',0.00,'','1','0.669','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6189,'Raw chips bucket','4',2.00,'2024-06-08 20:55:03','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6190,'Raw chips bucket','1',-0.05,'2024-06-08 20:55:29','0.67','7','newstock','1','','',0.00,'','1','0.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6191,'Raw chips bucket','1',1.00,'2024-06-08 20:55:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6192,'Raw chips bucket','1',-0.05,'2024-06-08 21:02:45','0.62','7','newstock','1','','',0.00,'','1','0.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6193,'Raw chips bucket','1',1.00,'2024-06-08 21:02:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6194,'Raw chips bucket','1',-0.09,'2024-06-08 21:37:20','0.57','7','newstock','1','','',0.00,'','1','0.479','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6195,'Raw chips bucket','1',2.00,'2024-06-08 21:37:20','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6196,'Raw chips bucket','1',-0.05,'2024-06-09 12:03:33','0.48','7','newstock','1','','',0.00,'','1','0.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6197,'Raw chips bucket','1',1.00,'2024-06-09 12:03:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6198,'Raw chips bucket','3',-0.05,'2024-06-09 12:04:50','0.43','7','newstock','1','','',0.00,'','1','0.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6199,'Raw chips bucket','3',1.00,'2024-06-09 12:04:50','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6200,'Potatoes sack','2',-0.01,'2024-06-09 12:05:06','0.35','7','newstock','1','','',0.00,'','1','0.3399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6201,'Potatoes sack','2',1.00,'2024-06-09 12:05:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6202,'Raw chips bucket','1',-0.14,'2024-06-09 12:06:13','0.38','7','newstock','1','','',0.00,'','1','0.2435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6203,'Raw chips bucket','1',3.00,'2024-06-09 12:06:13','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6204,'Raw chips bucket','3',-0.05,'2024-06-09 12:06:41','0.24','7','newstock','1','','',0.00,'','1','0.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6205,'Raw chips bucket','3',1.00,'2024-06-09 12:06:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6206,'Raw chips bucket','1',-0.05,'2024-06-09 12:08:48','0.19','7','newstock','1','','',0.00,'','1','0.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6207,'Raw chips bucket','1',1.00,'2024-06-09 12:08:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6208,'Raw chips bucket','3',-0.09,'2024-06-09 13:30:35','0.14','7','newstock','1','','',0.00,'','1','0.049','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6209,'Raw chips bucket','3',2.00,'2024-06-09 13:30:35','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6210,'Chicken','',5.00,'2024-06-09 13:32:32','0.00','7','newstock','1','','',0.00,'','1','5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6211,'Raw chips bucket','',6.00,'2024-06-09 13:39:21','0.05','7','newstock','1','','',0.00,'','1','6.05','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6212,'Raw chips bucket','1',-0.09,'2024-06-09 13:39:24','6.05','7','newstock','1','','',0.00,'','1','5.959','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6213,'Raw chips bucket','1',2.00,'2024-06-09 13:39:24','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6214,'Raw chips bucket','1',-0.05,'2024-06-09 13:48:38','5.96','7','newstock','1','','',0.00,'','1','5.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6215,'Raw chips bucket','1',1.00,'2024-06-09 13:48:38','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6216,'Raw chips bucket','1',-0.09,'2024-06-09 13:52:08','5.91','7','newstock','1','','',0.00,'','1','5.819','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6217,'Raw chips bucket','1',2.00,'2024-06-09 13:52:08','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6218,'Raw chips bucket','4',-0.09,'2024-06-09 13:58:18','5.82','7','newstock','1','','',0.00,'','1','5.729','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6219,'Raw chips bucket','4',2.00,'2024-06-09 13:58:18','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6220,'Potatoes sack','2',-0.03,'2024-06-09 13:59:07','0.34','7','newstock','1','','',0.00,'','1','0.3097','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6221,'Potatoes sack','2',3.00,'2024-06-09 13:59:07','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6222,'Raw chips bucket','1',-0.09,'2024-06-09 14:10:03','5.73','7','newstock','1','','',0.00,'','1','5.639','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6223,'Raw chips bucket','1',2.00,'2024-06-09 14:10:03','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6224,'Potatoes sack','2',-0.02,'2024-06-09 14:10:27','0.31','7','newstock','1','','',0.00,'','1','0.2898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6225,'Potatoes sack','2',2.00,'2024-06-09 14:10:27','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6226,'Raw chips bucket','1',-0.18,'2024-06-09 14:16:09','5.64','7','newstock','1','','',0.00,'','1','5.458','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6227,'Raw chips bucket','1',4.00,'2024-06-09 14:16:09','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6228,'Potatoes sack','2',-0.02,'2024-06-09 15:45:40','0.29','7','newstock','1','','',0.00,'','1','0.2698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6229,'Potatoes sack','2',2.00,'2024-06-09 15:45:40','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6230,'Raw chips bucket','1',-0.05,'2024-06-09 15:46:22','5.46','7','newstock','1','','',0.00,'','1','5.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6231,'Raw chips bucket','1',1.00,'2024-06-09 15:46:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6232,'Raw chips bucket','3',-0.05,'2024-06-09 15:48:30','5.41','7','newstock','1','','',0.00,'','1','5.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6233,'Raw chips bucket','3',1.00,'2024-06-09 15:48:30','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6234,'Raw chips bucket','1',-0.18,'2024-06-09 15:49:06','5.36','7','newstock','1','','',0.00,'','1','5.178','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6235,'Raw chips bucket','1',4.00,'2024-06-09 15:49:06','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6236,'Raw chips bucket','1',-0.09,'2024-06-09 15:54:27','5.18','7','newstock','1','','',0.00,'','1','5.089','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6237,'Raw chips bucket','1',2.00,'2024-06-09 15:54:27','4.00','7','newstock','1','','',0.00,'','1','6','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6238,'Potatoes sack','2',-0.01,'2024-06-09 15:54:40','0.27','7','newstock','1','','',0.00,'','1','0.2599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6239,'Potatoes sack','2',1.00,'2024-06-09 15:54:40','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6240,'Raw chips bucket','1',-0.14,'2024-06-09 15:56:12','5.09','7','newstock','1','','',0.00,'','1','4.9535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6241,'Raw chips bucket','1',3.00,'2024-06-09 15:56:12','2.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6242,'Raw chips bucket','1',-0.14,'2024-06-09 15:57:53','4.95','7','newstock','1','','',0.00,'','1','4.8135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6243,'Raw chips bucket','1',3.00,'2024-06-09 15:57:53','2.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6244,'Raw chips bucket','4',-0.09,'2024-06-09 15:58:08','4.81','7','newstock','1','','',0.00,'','1','4.719','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6245,'Raw chips bucket','4',2.00,'2024-06-09 15:58:08','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6246,'Raw chips bucket','1',-0.05,'2024-06-09 15:58:32','4.72','7','newstock','1','','',0.00,'','1','4.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6247,'Raw chips bucket','1',1.00,'2024-06-09 15:58:32','2.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6248,'Raw chips bucket','3',-0.05,'2024-06-09 15:59:32','4.67','7','newstock','1','','',0.00,'','1','4.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6249,'Raw chips bucket','3',1.00,'2024-06-09 15:59:32','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6250,'Potatoes sack','2',-0.01,'2024-06-09 16:00:28','0.26','7','newstock','1','','',0.00,'','1','0.2499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6251,'Potatoes sack','2',1.00,'2024-06-09 16:00:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6252,'Raw chips bucket','1',-0.09,'2024-06-09 16:02:06','4.62','7','newstock','1','','',0.00,'','1','4.529','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6253,'Raw chips bucket','1',2.00,'2024-06-09 16:02:06','1.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6254,'Potatoes sack','2',-0.02,'2024-06-09 16:04:12','0.25','7','newstock','1','','',0.00,'','1','0.2298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6255,'Potatoes sack','2',2.00,'2024-06-09 16:04:12','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6256,'Potatoes sack','2',-0.03,'2024-06-09 16:04:47','0.23','7','newstock','1','','',0.00,'','1','0.1997','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6257,'Potatoes sack','2',3.00,'2024-06-09 16:04:47','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6258,'Potatoes sack','2',-0.03,'2024-06-09 16:06:30','0.20','7','newstock','1','','',0.00,'','1','0.1697','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6259,'Potatoes sack','2',3.00,'2024-06-09 16:06:30','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6260,'Raw chips bucket','1',-0.14,'2024-06-09 16:14:50','4.53','7','newstock','1','','',0.00,'','1','4.3935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6261,'Raw chips bucket','1',3.00,'2024-06-09 16:14:50','1.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6262,'Raw chips bucket','3',-0.09,'2024-06-09 16:15:27','4.39','7','newstock','1','','',0.00,'','1','4.299','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6263,'Raw chips bucket','3',2.00,'2024-06-09 16:15:27','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6264,'Raw chips bucket','1',-0.05,'2024-06-09 16:16:36','4.30','7','newstock','1','','',0.00,'','1','4.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6265,'Raw chips bucket','1',1.00,'2024-06-09 16:16:36','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6266,'Raw chips bucket','1',-0.05,'2024-06-09 16:54:08','4.25','7','newstock','1','','',0.00,'','1','4.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6267,'Raw chips bucket','1',1.00,'2024-06-09 16:54:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6268,'Potatoes sack','2',-0.01,'2024-06-09 18:02:08','0.17','7','newstock','1','','',0.00,'','1','0.1599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6269,'Potatoes sack','2',1.00,'2024-06-09 18:02:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6270,'Raw chips bucket','4',-0.05,'2024-06-09 18:02:11','4.20','7','newstock','1','','',0.00,'','1','4.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6271,'Raw chips bucket','4',1.00,'2024-06-09 18:02:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6272,'Raw chips bucket','3',-0.05,'2024-06-09 18:02:13','4.15','7','newstock','1','','',0.00,'','1','4.1045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6273,'Raw chips bucket','3',1.00,'2024-06-09 18:02:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6274,'Raw chips bucket','1',-0.05,'2024-06-09 18:05:12','4.10','7','newstock','1','','',0.00,'','1','4.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6275,'Raw chips bucket','1',1.00,'2024-06-09 18:05:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6276,'Raw chips bucket','1',-0.05,'2024-06-09 18:05:14','4.05','7','newstock','1','','',0.00,'','1','4.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6277,'Raw chips bucket','1',1.00,'2024-06-09 18:05:14','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6278,'Raw chips bucket','1',-0.05,'2024-06-09 19:45:20','4.00','7','newstock','1','','',0.00,'','1','3.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6279,'Raw chips bucket','1',1.00,'2024-06-09 19:45:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6280,'Raw chips bucket','1',-0.05,'2024-06-09 19:58:22','3.95','7','newstock','1','','',0.00,'','1','3.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6281,'Raw chips bucket','1',1.00,'2024-06-09 19:58:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6282,'Raw chips bucket','1',-0.14,'2024-06-09 19:59:12','3.90','7','newstock','1','','',0.00,'','1','3.7635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6283,'Raw chips bucket','1',3.00,'2024-06-09 19:59:12','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6284,'Raw chips bucket','1',-0.05,'2024-06-09 19:59:39','3.76','7','newstock','1','','',0.00,'','1','3.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6285,'Raw chips bucket','1',1.00,'2024-06-09 19:59:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6286,'Raw chips bucket','1',-0.05,'2024-06-09 20:02:00','3.71','7','newstock','1','','',0.00,'','1','3.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6287,'Raw chips bucket','1',1.00,'2024-06-09 20:02:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6288,'Raw chips bucket','1',-0.05,'2024-06-09 20:02:15','3.66','7','newstock','1','','',0.00,'','1','3.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6289,'Raw chips bucket','1',1.00,'2024-06-09 20:02:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6290,'Raw chips bucket','1',-0.18,'2024-06-09 20:03:43','3.61','7','newstock','1','','',0.00,'','1','3.428','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6291,'Raw chips bucket','1',4.00,'2024-06-09 20:03:43','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6292,'Raw chips bucket','1',-0.14,'2024-06-09 20:04:14','3.43','7','newstock','1','','',0.00,'','1','3.2935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6293,'Raw chips bucket','1',3.00,'2024-06-09 20:04:14','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6294,'Raw chips bucket','1',-0.14,'2024-06-09 20:05:40','3.29','7','newstock','1','','',0.00,'','1','3.1535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6295,'Raw chips bucket','1',3.00,'2024-06-09 20:05:40','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6296,'Raw chips bucket','1',-0.18,'2024-06-09 20:06:31','3.15','7','newstock','1','','',0.00,'','1','2.968','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6297,'Raw chips bucket','1',4.00,'2024-06-09 20:06:31','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6298,'Raw chips bucket','1',-0.05,'2024-06-09 20:06:57','2.97','7','newstock','1','','',0.00,'','1','2.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6299,'Raw chips bucket','1',1.00,'2024-06-09 20:06:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6300,'Raw chips bucket','1',-0.05,'2024-06-09 20:09:07','2.92','7','newstock','1','','',0.00,'','1','2.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6301,'Raw chips bucket','1',1.00,'2024-06-09 20:09:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6302,'Raw chips bucket','1',-0.05,'2024-06-09 20:09:36','2.87','7','newstock','1','','',0.00,'','1','2.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6303,'Raw chips bucket','1',1.00,'2024-06-09 20:09:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6304,'Raw chips bucket','1',-0.05,'2024-06-09 20:13:33','2.82','7','newstock','1','','',0.00,'','1','2.7745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6305,'Raw chips bucket','1',1.00,'2024-06-09 20:13:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6306,'Potatoes sack','2',-0.01,'2024-06-09 20:14:33','0.16','7','newstock','1','','',0.00,'','1','0.1499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6307,'Potatoes sack','2',1.00,'2024-06-09 20:14:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6308,'Raw chips bucket','1',-0.05,'2024-06-09 20:15:57','2.77','7','newstock','1','','',0.00,'','1','2.7245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6309,'Raw chips bucket','1',1.00,'2024-06-09 20:15:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6310,'Raw chips bucket','1',-0.09,'2024-06-10 16:47:02','2.72','7','newstock','1','','',0.00,'','1','2.629','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6311,'Raw chips bucket','1',2.00,'2024-06-10 16:47:02','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6312,'Raw chips bucket','1',-0.05,'2024-06-10 16:47:40','2.63','7','newstock','1','','',0.00,'','1','2.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6313,'Raw chips bucket','1',1.00,'2024-06-10 16:47:40','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6314,'Raw chips bucket','3',-0.14,'2024-06-10 16:48:07','2.58','7','newstock','1','','',0.00,'','1','2.4435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6315,'Raw chips bucket','3',3.00,'2024-06-10 16:48:07','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6316,'Raw chips bucket','1',-0.05,'2024-06-10 16:48:24','2.44','7','newstock','1','','',0.00,'','1','2.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6317,'Raw chips bucket','1',1.00,'2024-06-10 16:48:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6318,'Raw chips bucket','',4.00,'2024-06-10 16:49:01','2.39','7','newstock','1','','',0.00,'','1','6.39','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6319,'Raw chips bucket','1',-0.05,'2024-06-10 16:50:03','6.39','7','newstock','1','','',0.00,'','1','6.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6320,'Raw chips bucket','1',1.00,'2024-06-10 16:50:03','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6321,'Raw chips bucket','1',-0.05,'2024-06-10 16:50:27','6.34','7','newstock','1','','',0.00,'','1','6.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6322,'Raw chips bucket','1',1.00,'2024-06-10 16:50:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6323,'Potatoes sack','2',-0.01,'2024-06-10 17:07:20','0.15','7','newstock','1','','',0.00,'','1','0.1399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6324,'Potatoes sack','2',1.00,'2024-06-10 17:07:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6325,'Potatoes sack','2',-0.01,'2024-06-10 17:07:43','0.14','7','newstock','1','','',0.00,'','1','0.1299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6326,'Potatoes sack','2',1.00,'2024-06-10 17:07:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6327,'Raw chips bucket','1',-0.05,'2024-06-10 17:08:13','6.29','7','newstock','1','','',0.00,'','1','6.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6328,'Raw chips bucket','1',1.00,'2024-06-10 17:08:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6329,'Raw chips bucket','1',-0.05,'2024-06-10 17:13:11','6.24','7','newstock','1','','',0.00,'','1','6.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6330,'Raw chips bucket','1',1.00,'2024-06-10 17:13:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6331,'Potatoes sack','2',-0.01,'2024-06-10 19:45:03','0.13','7','newstock','1','','',0.00,'','1','0.1199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6332,'Potatoes sack','2',1.00,'2024-06-10 19:45:03','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6333,'Raw chips bucket','1',-0.09,'2024-06-10 19:45:23','6.19','7','newstock','1','','',0.00,'','1','6.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6334,'Raw chips bucket','1',2.00,'2024-06-10 19:45:23','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6335,'Raw chips bucket','1',-0.05,'2024-06-10 19:45:41','6.10','7','newstock','1','','',0.00,'','1','6.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6336,'Raw chips bucket','1',1.00,'2024-06-10 19:45:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6337,'Raw chips bucket','1',-0.05,'2024-06-10 19:46:22','6.05','7','newstock','1','','',0.00,'','1','6.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6338,'Raw chips bucket','1',1.00,'2024-06-10 19:46:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6339,'Raw chips bucket','1',-0.05,'2024-06-10 19:47:31','6.00','7','newstock','1','','',0.00,'','1','5.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6340,'Raw chips bucket','1',1.00,'2024-06-10 19:47:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6341,'Chicken','',2.00,'2024-06-10 19:48:33','0.00','7','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6342,'Raw chips bucket','1',-0.09,'2024-06-10 19:48:56','5.95','7','newstock','1','','',0.00,'','1','5.859','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6343,'Raw chips bucket','1',2.00,'2024-06-10 19:48:56','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6344,'Raw chips bucket','3',-0.05,'2024-06-10 19:59:20','5.86','7','newstock','1','','',0.00,'','1','5.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6345,'Raw chips bucket','3',1.00,'2024-06-10 19:59:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6346,'Raw chips bucket','3',-0.05,'2024-06-10 20:09:30','5.81','7','newstock','1','','',0.00,'','1','5.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6347,'Raw chips bucket','3',1.00,'2024-06-10 20:09:30','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6348,'Raw chips bucket','4',-0.05,'2024-06-10 20:10:13','5.76','7','newstock','1','','',0.00,'','1','5.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6349,'Raw chips bucket','4',1.00,'2024-06-10 20:10:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6350,'Potatoes sack','2',-0.01,'2024-06-10 21:23:53','0.12','7','newstock','1','','',0.00,'','1','0.1099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6351,'Potatoes sack','2',1.00,'2024-06-10 21:23:53','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6352,'Raw chips bucket','1',-0.05,'2024-06-10 21:24:14','5.71','7','newstock','1','','',0.00,'','1','5.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6353,'Raw chips bucket','1',1.00,'2024-06-10 21:24:14','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6354,'Raw chips bucket','1',-0.05,'2024-06-10 21:24:51','5.66','7','newstock','1','','',0.00,'','1','5.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6355,'Raw chips bucket','1',1.00,'2024-06-10 21:24:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6356,'Sausages','',286.00,'2024-06-11 14:15:49','14.00','7','newstock','1','','',0.00,'','1','300','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6357,'Smokie','',132.00,'2024-06-11 14:16:41','1.00','7','newstock','1','','',0.00,'','1','133','internal','1','17','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6358,'Pep soda 350ml','',24.00,'2024-06-11 14:17:10','36.00','7','newstock','1','','',0.00,'','1','60','internal','1','20','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6359,'Bottled soda 300ml','',48.00,'2024-06-11 14:18:25','57.00','7','newstock','1','','',0.00,'','1','105','internal','1','22','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6360,'Bottled soda 500ml','',24.00,'2024-06-11 14:18:47','16.00','7','newstock','1','','',0.00,'','1','40','internal','1','23','','',0.00,'','80','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6361,'Minute maid 400ml','',12.00,'2024-06-11 14:19:31','21.00','7','newstock','1','','',0.00,'','1','33','internal','1','28','','',0.00,'','90','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6362,'Raw chips bucket','1',-0.09,'2024-06-11 14:20:29','5.61','7','newstock','1','','',0.00,'','1','5.519','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6363,'Raw chips bucket','1',2.00,'2024-06-11 14:20:29','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6364,'Raw chips bucket','1',-0.05,'2024-06-11 14:50:47','5.52','7','newstock','1','','',0.00,'','1','5.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6365,'Raw chips bucket','1',1.00,'2024-06-11 14:50:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6366,'Potatoes sack','2',-0.02,'2024-06-11 14:51:18','0.11','7','newstock','1','','',0.00,'','1','0.0898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6367,'Potatoes sack','2',2.00,'2024-06-11 14:51:18','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6368,'Raw chips bucket','3',-0.05,'2024-06-11 14:52:08','5.47','7','newstock','1','','',0.00,'','1','5.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6369,'Raw chips bucket','3',1.00,'2024-06-11 14:52:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6370,'Raw chips bucket','1',-0.09,'2024-06-11 14:52:51','5.42','7','newstock','1','','',0.00,'','1','5.329','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6371,'Raw chips bucket','1',2.00,'2024-06-11 14:52:51','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6372,'Raw chips bucket','3',-0.05,'2024-06-11 14:54:16','5.33','7','newstock','1','','',0.00,'','1','5.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6373,'Raw chips bucket','3',1.00,'2024-06-11 14:54:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6374,'Raw chips bucket','1',-0.05,'2024-06-11 14:57:23','5.28','7','newstock','1','','',0.00,'','1','5.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6375,'Raw chips bucket','1',1.00,'2024-06-11 14:57:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6376,'Raw chips bucket','1',-0.09,'2024-06-11 14:59:15','5.23','7','newstock','1','','',0.00,'','1','5.139','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6377,'Raw chips bucket','1',2.00,'2024-06-11 14:59:15','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6378,'Raw chips bucket','1',-0.05,'2024-06-11 15:39:37','5.14','7','newstock','1','','',0.00,'','1','5.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6379,'Raw chips bucket','1',1.00,'2024-06-11 15:39:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6380,'Raw chips bucket','4',-0.09,'2024-06-11 15:39:57','5.09','7','newstock','1','','',0.00,'','1','4.999','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6381,'Raw chips bucket','4',2.00,'2024-06-11 15:39:57','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6382,'Raw chips bucket','1',-0.05,'2024-06-11 15:40:21','5.00','7','newstock','1','','',0.00,'','1','4.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6383,'Raw chips bucket','1',1.00,'2024-06-11 15:40:21','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6384,'Raw chips bucket','1',-0.05,'2024-06-11 15:47:06','4.95','7','newstock','1','','',0.00,'','1','4.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6385,'Raw chips bucket','1',1.00,'2024-06-11 15:47:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6386,'Potatoes sack','2',-0.01,'2024-06-11 15:47:55','0.09','7','newstock','1','','',0.00,'','1','0.0799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6387,'Potatoes sack','2',1.00,'2024-06-11 15:47:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6388,'Raw chips bucket','1',-0.05,'2024-06-11 15:48:21','4.90','7','newstock','1','','',0.00,'','1','4.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6389,'Raw chips bucket','1',1.00,'2024-06-11 15:48:21','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6390,'Raw chips bucket','1',-0.05,'2024-06-11 16:48:09','4.90','7','newstock','1','','',0.00,'','1','4.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6391,'Raw chips bucket','1',1.00,'2024-06-11 16:48:09','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6392,'Raw chips bucket','1',-0.05,'2024-06-11 16:53:59','4.85','7','newstock','1','','',0.00,'','1','4.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6393,'Raw chips bucket','1',1.00,'2024-06-11 16:53:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6394,'Potatoes sack','2',-0.02,'2024-06-11 17:23:49','0.08','7','newstock','1','','',0.00,'','1','0.0598','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6395,'Potatoes sack','2',2.00,'2024-06-11 17:23:49','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6396,'Potatoes sack','2',-0.02,'2024-06-11 17:24:12','0.06','7','newstock','1','','',0.00,'','1','0.0398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6397,'Potatoes sack','2',2.00,'2024-06-11 17:24:12','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6398,'Raw chips bucket','1',-0.14,'2024-06-11 17:49:31','4.80','7','newstock','1','','',0.00,'','1','4.6635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6399,'Raw chips bucket','1',3.00,'2024-06-11 17:49:31','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6400,'Raw chips bucket','1',-0.05,'2024-06-11 17:51:15','4.66','7','newstock','1','','',0.00,'','1','4.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6401,'Raw chips bucket','1',1.00,'2024-06-11 17:51:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6402,'Potatoes sack','2',-0.01,'2024-06-11 18:17:40','0.04','7','newstock','1','','',0.00,'','1','0.0299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6403,'Potatoes sack','2',1.00,'2024-06-11 18:17:40','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6404,'Raw chips bucket','3',-0.09,'2024-06-11 18:17:51','4.61','7','newstock','1','','',0.00,'','1','4.519','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6405,'Raw chips bucket','3',2.00,'2024-06-11 18:17:51','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6406,'Raw chips bucket','1',-0.05,'2024-06-11 18:19:05','4.52','7','newstock','1','','',0.00,'','1','4.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6407,'Raw chips bucket','1',1.00,'2024-06-11 18:19:05','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6408,'Raw chips bucket','1',-0.05,'2024-06-11 19:12:54','4.47','7','newstock','1','','',0.00,'','1','4.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6409,'Raw chips bucket','1',1.00,'2024-06-11 19:12:54','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6410,'Potatoes sack','2',-0.02,'2024-06-11 19:13:52','0.03','7','newstock','1','','',0.00,'','1','0.0098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6411,'Potatoes sack','2',2.00,'2024-06-11 19:13:52','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6412,'Raw chips bucket','1',-0.05,'2024-06-11 20:46:24','4.42','7','newstock','1','','',0.00,'','1','4.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6413,'Raw chips bucket','1',1.00,'2024-06-11 20:46:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6414,'Chicken','',3.00,'2024-06-11 20:49:10','0.50','7','newstock','1','','',0.00,'','1','3.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6415,'Raw chips bucket','1',-0.05,'2024-06-11 20:50:23','4.37','7','newstock','1','','',0.00,'','1','4.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6416,'Raw chips bucket','1',1.00,'2024-06-11 20:50:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6417,'Raw chips bucket','1',-0.05,'2024-06-11 21:23:53','4.32','7','newstock','1','','',0.00,'','1','4.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6418,'Raw chips bucket','1',1.00,'2024-06-11 21:23:53','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6419,'Raw chips bucket','',2.00,'2024-06-11 21:25:49','4.27','7','newstock','1','','',0.00,'','1','6.27','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6420,'Raw chips bucket','1',-0.05,'2024-06-11 21:26:43','6.27','7','newstock','1','','',0.00,'','1','6.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6421,'Raw chips bucket','1',1.00,'2024-06-11 21:26:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6422,'Raw chips bucket','1',-0.05,'2024-06-12 17:18:22','6.22','6','newstock','1','','',0.00,'','1','6.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6423,'Raw chips bucket','1',1.00,'2024-06-12 17:18:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6424,'Potatoes sack','',1.00,'2024-06-12 17:20:13','0.01','6','newstock','1','','',4500.00,'','1','1.01','internal','1','37','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6425,'Potatoes sack','2',-0.03,'2024-06-12 17:20:28','1.01','6','newstock','1','','',0.00,'','1','0.9797','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6426,'Potatoes sack','2',3.00,'2024-06-12 17:20:28','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6427,'Raw chips bucket','4',-0.09,'2024-06-12 17:21:29','6.17','6','newstock','1','','',0.00,'','1','6.079','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6428,'Raw chips bucket','4',2.00,'2024-06-12 17:21:29','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6429,'Potatoes sack','2',-0.01,'2024-06-12 17:22:04','0.98','6','newstock','1','','',0.00,'','1','0.9699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6430,'Potatoes sack','2',1.00,'2024-06-12 17:22:04','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6431,'Raw chips bucket','1',-0.05,'2024-06-12 17:23:27','6.08','6','newstock','1','','',0.00,'','1','6.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6432,'Raw chips bucket','1',1.00,'2024-06-12 17:23:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6433,'Raw chips bucket','3',-0.14,'2024-06-12 17:24:37','6.03','6','newstock','1','','',0.00,'','1','5.8935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6434,'Raw chips bucket','3',3.00,'2024-06-12 17:24:37','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6435,'Raw chips bucket','4',-0.09,'2024-06-12 17:25:44','5.89','6','newstock','1','','',0.00,'','1','5.799','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6436,'Raw chips bucket','4',2.00,'2024-06-12 17:25:44','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6437,'Raw chips bucket','1',-0.05,'2024-06-12 17:26:12','5.80','6','newstock','1','','',0.00,'','1','5.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6438,'Raw chips bucket','1',1.00,'2024-06-12 17:26:12','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6439,'Potatoes sack','2',-0.01,'2024-06-12 17:47:19','0.97','6','newstock','1','','',0.00,'','1','0.9599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6440,'Potatoes sack','2',1.00,'2024-06-12 17:47:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6441,'Raw chips bucket','1',-0.05,'2024-06-12 17:47:50','5.75','6','newstock','1','','',0.00,'','1','5.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6442,'Raw chips bucket','1',1.00,'2024-06-12 17:47:50','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6443,'Potatoes sack','2',-0.03,'2024-06-12 17:48:19','0.96','6','newstock','1','','',0.00,'','1','0.9297','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6444,'Potatoes sack','2',3.00,'2024-06-12 17:48:19','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6445,'Raw chips bucket','1',-0.05,'2024-06-12 17:51:41','5.70','6','newstock','1','','',0.00,'','1','5.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6446,'Raw chips bucket','1',1.00,'2024-06-12 17:51:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6447,'Raw chips bucket','1',-0.05,'2024-06-12 17:52:09','5.65','6','newstock','1','','',0.00,'','1','5.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6448,'Raw chips bucket','1',1.00,'2024-06-12 17:52:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6449,'Raw chips bucket','1',-0.09,'2024-06-12 17:55:39','5.60','6','newstock','1','','',0.00,'','1','5.509','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6450,'Raw chips bucket','1',2.00,'2024-06-12 17:55:39','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6451,'Raw chips bucket','3',-0.05,'2024-06-12 19:59:27','5.51','6','newstock','1','','',0.00,'','1','5.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6452,'Raw chips bucket','3',1.00,'2024-06-12 19:59:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6453,'Raw chips bucket','1',-0.05,'2024-06-12 20:00:43','5.46','6','newstock','1','','',0.00,'','1','5.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6454,'Raw chips bucket','1',1.00,'2024-06-12 20:00:43','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6455,'Raw chips bucket','3',-0.09,'2024-06-12 21:06:54','5.41','6','newstock','1','','',0.00,'','1','5.319','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6456,'Raw chips bucket','3',2.00,'2024-06-12 21:06:54','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6457,'Raw chips bucket','1',-0.05,'2024-06-12 21:07:39','5.32','6','newstock','1','','',0.00,'','1','5.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6458,'Raw chips bucket','1',1.00,'2024-06-12 21:07:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6459,'Raw chips bucket','1',-0.05,'2024-06-12 21:08:20','5.27','6','newstock','1','','',0.00,'','1','5.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6460,'Raw chips bucket','1',1.00,'2024-06-12 21:08:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6461,'Chicken','',3.00,'2024-06-13 14:57:39','0.00','7','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6462,'Potatoes sack','2',-0.02,'2024-06-13 14:57:58','0.93','7','newstock','1','','',0.00,'','1','0.9098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6463,'Potatoes sack','2',2.00,'2024-06-13 14:57:58','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6464,'Raw chips bucket','1',-0.05,'2024-06-13 14:58:39','5.22','7','newstock','1','','',0.00,'','1','5.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6465,'Raw chips bucket','1',1.00,'2024-06-13 14:58:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6466,'Raw chips bucket','4',-0.09,'2024-06-13 14:59:12','5.17','7','newstock','1','','',0.00,'','1','5.079','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6467,'Raw chips bucket','4',2.00,'2024-06-13 14:59:12','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6468,'Raw chips bucket','1',-0.05,'2024-06-13 15:01:00','5.08','7','newstock','1','','',0.00,'','1','5.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6469,'Raw chips bucket','1',1.00,'2024-06-13 15:01:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6470,'Potatoes sack','2',-0.01,'2024-06-13 15:02:04','0.91','7','newstock','1','','',0.00,'','1','0.8999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6471,'Potatoes sack','2',1.00,'2024-06-13 15:02:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6472,'Raw chips bucket','1',-0.05,'2024-06-13 15:02:36','5.03','7','newstock','1','','',0.00,'','1','4.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6473,'Raw chips bucket','1',1.00,'2024-06-13 15:02:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6474,'Raw chips bucket','3',-0.05,'2024-06-13 15:03:01','4.98','7','newstock','1','','',0.00,'','1','4.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6475,'Raw chips bucket','3',1.00,'2024-06-13 15:03:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6476,'Raw chips bucket','1',-0.05,'2024-06-13 16:33:06','4.93','7','newstock','1','','',0.00,'','1','4.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6477,'Raw chips bucket','1',1.00,'2024-06-13 16:33:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6478,'Raw chips bucket','4',-0.09,'2024-06-13 16:33:37','4.88','7','newstock','1','','',0.00,'','1','4.789','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6479,'Raw chips bucket','4',2.00,'2024-06-13 16:33:37','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6480,'Potatoes sack','2',-0.01,'2024-06-13 16:34:11','0.90','7','newstock','1','','',0.00,'','1','0.8899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6481,'Potatoes sack','2',1.00,'2024-06-13 16:34:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6482,'Potatoes sack','2',-0.01,'2024-06-13 18:44:44','0.89','7','newstock','1','','',0.00,'','1','0.8799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6483,'Potatoes sack','2',1.00,'2024-06-13 18:44:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6484,'Raw chips bucket','1',-0.05,'2024-06-13 18:45:11','4.79','7','newstock','1','','',0.00,'','1','4.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6485,'Raw chips bucket','1',1.00,'2024-06-13 18:45:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6486,'Raw chips bucket','1',-0.05,'2024-06-13 18:45:49','4.74','7','newstock','1','','',0.00,'','1','4.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6487,'Raw chips bucket','1',1.00,'2024-06-13 18:45:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6488,'Raw chips bucket','1',-0.05,'2024-06-13 18:45:51','4.69','7','newstock','1','','',0.00,'','1','4.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6489,'Raw chips bucket','1',1.00,'2024-06-13 18:45:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6490,'Potatoes sack','2',-0.01,'2024-06-13 18:46:27','0.88','7','newstock','1','','',0.00,'','1','0.8699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6491,'Potatoes sack','2',1.00,'2024-06-13 18:46:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6492,'Raw chips bucket','1',-0.05,'2024-06-13 18:47:39','4.64','7','newstock','1','','',0.00,'','1','4.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6493,'Raw chips bucket','1',1.00,'2024-06-13 18:47:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6494,'Raw chips bucket','1',-0.05,'2024-06-13 18:47:41','4.59','7','newstock','1','','',0.00,'','1','4.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6495,'Raw chips bucket','1',1.00,'2024-06-13 18:47:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6496,'Raw chips bucket','1',-0.05,'2024-06-13 18:49:16','4.54','7','newstock','1','','',0.00,'','1','4.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6497,'Raw chips bucket','1',1.00,'2024-06-13 18:49:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6498,'Raw chips bucket','1',-0.05,'2024-06-13 18:53:05','4.49','7','newstock','1','','',0.00,'','1','4.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6499,'Raw chips bucket','1',1.00,'2024-06-13 18:53:05','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6500,'Raw chips bucket','1',-0.05,'2024-06-13 18:53:25','4.44','7','newstock','1','','',0.00,'','1','4.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6501,'Raw chips bucket','1',1.00,'2024-06-13 18:53:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6502,'Potatoes sack','2',-0.03,'2024-06-13 19:32:38','0.87','7','newstock','1','','',0.00,'','1','0.8397','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6503,'Potatoes sack','2',3.00,'2024-06-13 19:32:38','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6504,'Raw chips bucket','1',-0.05,'2024-06-13 21:25:41','4.39','7','newstock','1','','',0.00,'','1','4.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6505,'Raw chips bucket','1',1.00,'2024-06-13 21:25:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6506,'Potatoes sack','2',-0.01,'2024-06-13 21:27:27','0.84','7','newstock','1','','',0.00,'','1','0.8299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6507,'Potatoes sack','2',1.00,'2024-06-13 21:27:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6508,'Raw chips bucket','1',-0.05,'2024-06-13 21:29:36','4.34','7','newstock','1','','',0.00,'','1','4.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6509,'Raw chips bucket','1',1.00,'2024-06-13 21:29:36','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6510,'Raw chips bucket','1',-0.05,'2024-06-14 16:22:02','4.29','6','newstock','1','','',0.00,'','1','4.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6511,'Raw chips bucket','1',1.00,'2024-06-14 16:22:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6512,'Potatoes sack','2',-0.01,'2024-06-14 16:23:38','0.83','6','newstock','1','','',0.00,'','1','0.8199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6513,'Potatoes sack','2',1.00,'2024-06-14 16:23:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6514,'Raw chips bucket','3',-0.05,'2024-06-14 16:24:11','4.24','6','newstock','1','','',0.00,'','1','4.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6515,'Raw chips bucket','3',1.00,'2024-06-14 16:24:11','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6516,'Potatoes sack','2',-0.01,'2024-06-14 16:28:34','0.82','6','newstock','1','','',0.00,'','1','0.8099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6517,'Potatoes sack','2',1.00,'2024-06-14 16:28:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6518,'Raw chips bucket','4',-0.09,'2024-06-14 16:29:25','4.19','6','newstock','1','','',0.00,'','1','4.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6519,'Raw chips bucket','4',2.00,'2024-06-14 16:29:25','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6520,'Raw chips bucket','3',-0.05,'2024-06-14 16:30:14','4.10','6','newstock','1','','',0.00,'','1','4.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6521,'Raw chips bucket','3',1.00,'2024-06-14 16:30:14','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6522,'Raw chips bucket','3',-0.09,'2024-06-14 16:31:22','4.05','6','newstock','1','','',0.00,'','1','3.959','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6523,'Raw chips bucket','3',2.00,'2024-06-14 16:31:22','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6524,'Raw chips bucket','1',-0.05,'2024-06-14 16:32:02','3.96','6','newstock','1','','',0.00,'','1','3.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6525,'Raw chips bucket','1',1.00,'2024-06-14 16:32:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6526,'Raw chips bucket','1',-0.05,'2024-06-14 16:32:29','3.91','6','newstock','1','','',0.00,'','1','3.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6527,'Raw chips bucket','1',1.00,'2024-06-14 16:32:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6528,'Raw chips bucket','1',-0.05,'2024-06-14 16:33:05','3.86','6','newstock','1','','',0.00,'','1','3.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6529,'Raw chips bucket','1',1.00,'2024-06-14 16:33:05','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6530,'Raw chips bucket','1',-0.23,'2024-06-14 16:35:15','3.81','6','newstock','1','','',0.00,'','1','3.5825','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6531,'Raw chips bucket','1',5.00,'2024-06-14 16:35:15','0.00','6','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6532,'Potatoes sack','2',-0.02,'2024-06-14 16:36:59','0.81','6','newstock','1','','',0.00,'','1','0.7898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6533,'Potatoes sack','2',2.00,'2024-06-14 16:36:59','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6534,'Potatoes sack','2',-0.01,'2024-06-14 16:37:37','0.79','6','newstock','1','','',0.00,'','1','0.7799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6535,'Potatoes sack','2',1.00,'2024-06-14 16:37:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6536,'Raw chips bucket','1',-0.05,'2024-06-14 16:48:22','3.58','6','newstock','1','','',0.00,'','1','3.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6537,'Raw chips bucket','1',1.00,'2024-06-14 16:48:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6538,'Potatoes sack','2',-0.03,'2024-06-14 17:24:40','0.78','6','newstock','1','','',0.00,'','1','0.7497','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6539,'Potatoes sack','2',3.00,'2024-06-14 17:24:40','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6540,'Raw chips bucket','3',-0.09,'2024-06-14 18:59:49','3.53','6','newstock','1','','',0.00,'','1','3.439','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6541,'Raw chips bucket','3',2.00,'2024-06-14 18:59:49','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6542,'Raw chips bucket','4',-0.05,'2024-06-14 19:00:47','3.44','6','newstock','1','','',0.00,'','1','3.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6543,'Raw chips bucket','4',1.00,'2024-06-14 19:00:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6544,'Raw chips bucket','1',-0.14,'2024-06-14 19:01:20','3.39','6','newstock','1','','',0.00,'','1','3.2535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6545,'Raw chips bucket','1',3.00,'2024-06-14 19:01:20','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6546,'Potatoes sack','2',-0.03,'2024-06-14 19:01:26','0.75','6','newstock','1','','',0.00,'','1','0.7197','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6547,'Potatoes sack','2',3.00,'2024-06-14 19:01:26','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6548,'Raw chips bucket','1',-0.09,'2024-06-14 20:34:32','3.39','6','newstock','1','','',0.00,'','1','3.299','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6549,'Raw chips bucket','1',2.00,'2024-06-14 20:34:32','3.00','6','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6550,'Raw chips bucket','1',-0.05,'2024-06-14 20:34:58','3.30','6','newstock','1','','',0.00,'','1','3.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6551,'Raw chips bucket','1',1.00,'2024-06-14 20:34:58','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6552,'Potatoes sack','2',-0.02,'2024-06-14 20:35:23','0.72','6','newstock','1','','',0.00,'','1','0.6998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6553,'Potatoes sack','2',2.00,'2024-06-14 20:35:23','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6554,'Raw chips bucket','3',-0.09,'2024-06-14 20:35:58','3.25','6','newstock','1','','',0.00,'','1','3.159','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6555,'Raw chips bucket','3',2.00,'2024-06-14 20:35:58','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6556,'Raw chips bucket','1',-0.09,'2024-06-14 20:37:02','3.16','6','newstock','1','','',0.00,'','1','3.069','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6557,'Raw chips bucket','1',2.00,'2024-06-14 20:37:02','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6558,'Raw chips bucket','4',-0.05,'2024-06-14 20:37:15','3.07','6','newstock','1','','',0.00,'','1','3.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6559,'Raw chips bucket','4',1.00,'2024-06-14 20:37:15','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6560,'Chicken','',3.00,'2024-06-14 20:37:59','1.25','6','newstock','1','','',0.00,'','1','4.25','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6561,'Raw chips bucket','1',-0.05,'2024-06-14 20:39:06','3.02','6','newstock','1','','',0.00,'','1','2.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6562,'Raw chips bucket','1',1.00,'2024-06-14 20:39:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6563,'Raw chips bucket','1',-0.05,'2024-06-14 20:39:46','2.97','6','newstock','1','','',0.00,'','1','2.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6564,'Raw chips bucket','1',1.00,'2024-06-14 20:39:46','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6565,'Raw chips bucket','1',-0.09,'2024-06-14 20:40:21','2.92','6','newstock','1','','',0.00,'','1','2.829','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6566,'Raw chips bucket','1',2.00,'2024-06-14 20:40:21','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6567,'Raw chips bucket','1',-0.09,'2024-06-14 20:48:32','2.83','6','newstock','1','','',0.00,'','1','2.739','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6568,'Raw chips bucket','1',2.00,'2024-06-14 20:48:32','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6569,'Raw chips bucket','1',-0.05,'2024-06-15 12:58:51','2.74','7','newstock','1','','',0.00,'','1','2.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6570,'Raw chips bucket','1',1.00,'2024-06-15 12:58:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6571,'Raw chips bucket','1',-0.05,'2024-06-15 13:00:33','2.69','7','newstock','1','','',0.00,'','1','2.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6572,'Raw chips bucket','1',1.00,'2024-06-15 13:00:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6573,'Raw chips bucket','1',-0.09,'2024-06-15 13:10:02','2.64','7','newstock','1','','',0.00,'','1','2.549','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6574,'Raw chips bucket','1',2.00,'2024-06-15 13:10:02','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6575,'Raw chips bucket','1',-0.14,'2024-06-15 13:10:25','2.55','7','newstock','1','','',0.00,'','1','2.4135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6576,'Raw chips bucket','1',3.00,'2024-06-15 13:10:25','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6577,'Raw chips bucket','5',-0.05,'2024-06-15 13:10:53','2.41','7','newstock','1','','',0.00,'','1','2.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6578,'Raw chips bucket','5',1.00,'2024-06-15 13:10:53','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6579,'Raw chips bucket','1',-0.05,'2024-06-15 14:30:19','2.36','7','newstock','1','','',0.00,'','1','2.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6580,'Raw chips bucket','1',1.00,'2024-06-15 14:30:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6581,'Potatoes sack','2',-0.01,'2024-06-15 14:30:24','0.70','7','newstock','1','','',0.00,'','1','0.6899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6582,'Potatoes sack','2',1.00,'2024-06-15 14:30:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6583,'Raw chips bucket','3',-0.09,'2024-06-15 14:30:35','2.31','7','newstock','1','','',0.00,'','1','2.219','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6584,'Raw chips bucket','3',2.00,'2024-06-15 14:30:35','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6585,'Raw chips bucket','1',-0.05,'2024-06-15 14:32:21','2.22','7','newstock','1','','',0.00,'','1','2.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6586,'Raw chips bucket','1',1.00,'2024-06-15 14:32:21','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6587,'Raw chips bucket','1',-0.05,'2024-06-15 14:32:42','2.17','7','newstock','1','','',0.00,'','1','2.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6588,'Raw chips bucket','1',1.00,'2024-06-15 14:32:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6589,'Raw chips bucket','1',-0.05,'2024-06-15 14:33:49','2.12','7','newstock','1','','',0.00,'','1','2.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6590,'Raw chips bucket','1',1.00,'2024-06-15 14:33:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6591,'Raw chips bucket','1',-0.05,'2024-06-15 14:33:56','2.07','7','newstock','1','','',0.00,'','1','2.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6592,'Raw chips bucket','1',1.00,'2024-06-15 14:33:56','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6593,'Raw chips bucket','3',-0.09,'2024-06-15 16:09:35','2.02','7','newstock','1','','',0.00,'','1','1.929','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6594,'Raw chips bucket','3',2.00,'2024-06-15 16:09:35','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6595,'Raw chips bucket','1',-0.05,'2024-06-15 16:10:42','1.93','7','newstock','1','','',0.00,'','1','1.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6596,'Raw chips bucket','1',1.00,'2024-06-15 16:10:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6597,'Potatoes sack','2',-0.01,'2024-06-15 16:11:40','0.69','7','newstock','1','','',0.00,'','1','0.6799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6598,'Potatoes sack','2',1.00,'2024-06-15 16:11:40','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6599,'Raw chips bucket','1',-0.05,'2024-06-15 16:12:17','1.88','7','newstock','1','','',0.00,'','1','1.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6600,'Raw chips bucket','1',1.00,'2024-06-15 16:12:17','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6601,'Potatoes sack','2',-0.01,'2024-06-15 16:12:57','0.68','7','newstock','1','','',0.00,'','1','0.6699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6602,'Potatoes sack','2',1.00,'2024-06-15 16:12:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6603,'Potatoes sack','2',-0.01,'2024-06-15 16:13:01','0.67','7','newstock','1','','',0.00,'','1','0.6599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6604,'Potatoes sack','2',1.00,'2024-06-15 16:13:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6605,'Raw chips bucket','4',-0.05,'2024-06-15 16:13:43','1.83','7','newstock','1','','',0.00,'','1','1.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6606,'Raw chips bucket','4',1.00,'2024-06-15 16:13:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6607,'Raw chips bucket','1',-0.09,'2024-06-15 16:14:30','1.78','7','newstock','1','','',0.00,'','1','1.689','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6608,'Raw chips bucket','1',2.00,'2024-06-15 16:14:30','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6609,'Raw chips bucket','1',-0.05,'2024-06-15 16:15:15','1.69','7','newstock','1','','',0.00,'','1','1.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6610,'Raw chips bucket','1',1.00,'2024-06-15 16:15:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6611,'Raw chips bucket','1',-0.05,'2024-06-15 16:15:42','1.64','7','newstock','1','','',0.00,'','1','1.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6612,'Raw chips bucket','1',1.00,'2024-06-15 16:15:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6613,'Raw chips bucket','1',-0.05,'2024-06-15 16:16:04','1.59','7','newstock','1','','',0.00,'','1','1.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6614,'Raw chips bucket','1',1.00,'2024-06-15 16:16:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6615,'Raw chips bucket','1',-0.05,'2024-06-15 16:33:16','1.54','7','newstock','1','','',0.00,'','1','1.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6616,'Raw chips bucket','1',1.00,'2024-06-15 16:33:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6617,'Raw chips bucket','1',-0.14,'2024-06-15 16:34:21','1.49','7','newstock','1','','',0.00,'','1','1.3535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6618,'Raw chips bucket','1',3.00,'2024-06-15 16:34:21','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6619,'Potatoes sack','2',-0.04,'2024-06-15 16:35:07','0.66','7','newstock','1','','',0.00,'','1','0.6196','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6620,'Potatoes sack','2',4.00,'2024-06-15 16:35:07','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6621,'Potatoes sack','2',-0.01,'2024-06-15 16:36:49','0.62','7','newstock','1','','',0.00,'','1','0.6099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6622,'Potatoes sack','2',1.00,'2024-06-15 16:36:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6623,'Raw chips bucket','1',-0.05,'2024-06-15 17:11:16','1.35','7','newstock','1','','',0.00,'','1','1.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6624,'Raw chips bucket','1',1.00,'2024-06-15 17:11:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6625,'Raw chips bucket','1',-0.05,'2024-06-15 17:12:25','1.30','7','newstock','1','','',0.00,'','1','1.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6626,'Raw chips bucket','1',1.00,'2024-06-15 17:12:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6627,'Raw chips bucket','1',-0.05,'2024-06-15 17:12:27','1.25','7','newstock','1','','',0.00,'','1','1.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6628,'Raw chips bucket','1',1.00,'2024-06-15 17:12:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6629,'Potatoes sack','2',-0.01,'2024-06-15 17:25:10','0.61','7','newstock','1','','',0.00,'','1','0.5999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6630,'Potatoes sack','2',1.00,'2024-06-15 17:25:10','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6631,'Raw chips bucket','3',-0.05,'2024-06-15 17:25:12','1.20','7','newstock','1','','',0.00,'','1','1.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6632,'Raw chips bucket','3',1.00,'2024-06-15 17:25:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6633,'Raw chips bucket','1',-0.05,'2024-06-15 17:45:26','1.15','7','newstock','1','','',0.00,'','1','1.1045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6634,'Raw chips bucket','1',1.00,'2024-06-15 17:45:26','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6635,'Potatoes sack','2',-0.03,'2024-06-15 17:45:55','0.60','7','newstock','1','','',0.00,'','1','0.5697','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6636,'Potatoes sack','2',3.00,'2024-06-15 17:45:55','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6637,'Raw chips bucket','3',-0.05,'2024-06-15 17:47:07','1.10','7','newstock','1','','',0.00,'','1','1.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6638,'Raw chips bucket','3',1.00,'2024-06-15 17:47:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6639,'Potatoes sack','2',-0.02,'2024-06-15 17:47:12','0.57','7','newstock','1','','',0.00,'','1','0.5498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6640,'Potatoes sack','2',2.00,'2024-06-15 17:47:12','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6641,'Potatoes sack','2',-0.02,'2024-06-15 17:47:36','0.55','7','newstock','1','','',0.00,'','1','0.5298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6642,'Potatoes sack','2',2.00,'2024-06-15 17:47:36','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6643,'Potatoes sack','2',-0.05,'2024-06-15 18:21:33','0.53','7','newstock','1','','',0.00,'','1','0.4795','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6644,'Potatoes sack','2',5.00,'2024-06-15 18:21:33','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6645,'Potatoes sack','2',-0.01,'2024-06-15 19:34:49','0.48','7','newstock','1','','',0.00,'','1','0.4699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6646,'Potatoes sack','2',1.00,'2024-06-15 19:34:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6647,'Potatoes sack','2',-0.01,'2024-06-15 19:35:58','0.47','7','newstock','1','','',0.00,'','1','0.4599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6648,'Potatoes sack','2',1.00,'2024-06-15 19:35:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6649,'Raw chips bucket','1',-0.05,'2024-06-15 20:46:23','1.05','7','newstock','1','','',0.00,'','1','1.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6650,'Raw chips bucket','1',1.00,'2024-06-15 20:46:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6651,'Potatoes sack','2',-0.01,'2024-06-15 20:47:04','0.46','7','newstock','1','','',0.00,'','1','0.4499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6652,'Potatoes sack','2',1.00,'2024-06-15 20:47:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6653,'Potatoes sack','2',-0.01,'2024-06-15 20:47:07','0.45','7','newstock','1','','',0.00,'','1','0.4399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6654,'Potatoes sack','2',1.00,'2024-06-15 20:47:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6655,'Raw chips bucket','1',-0.05,'2024-06-15 20:47:25','1.00','7','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6656,'Raw chips bucket','1',1.00,'2024-06-15 20:47:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6657,'Raw chips bucket','1',-0.05,'2024-06-15 20:48:14','0.95','7','newstock','1','','',0.00,'','1','0.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6658,'Raw chips bucket','1',1.00,'2024-06-15 20:48:14','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6659,'Potatoes sack','2',-0.01,'2024-06-15 20:50:25','0.44','7','newstock','1','','',0.00,'','1','0.4299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6660,'Potatoes sack','2',1.00,'2024-06-15 20:50:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6661,'Raw chips bucket','1',-0.05,'2024-06-15 20:50:29','0.90','7','newstock','1','','',0.00,'','1','0.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6662,'Raw chips bucket','1',1.00,'2024-06-15 20:50:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6663,'Raw chips bucket','1',-0.05,'2024-06-15 20:51:00','0.85','7','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6664,'Raw chips bucket','1',1.00,'2024-06-15 20:51:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6665,'Raw chips bucket','3',-0.05,'2024-06-15 20:51:58','0.80','7','newstock','1','','',0.00,'','1','0.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6666,'Raw chips bucket','3',1.00,'2024-06-15 20:51:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6667,'Raw chips bucket','1',-0.05,'2024-06-15 20:52:32','0.75','7','newstock','1','','',0.00,'','1','0.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6668,'Raw chips bucket','1',1.00,'2024-06-15 20:52:32','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6669,'Potatoes sack','2',-0.01,'2024-06-15 20:57:28','0.43','7','newstock','1','','',0.00,'','1','0.4199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6670,'Potatoes sack','2',1.00,'2024-06-15 20:57:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6671,'Raw chips bucket','1',-0.09,'2024-06-15 20:57:50','0.70','7','newstock','1','','',0.00,'','1','0.609','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6672,'Raw chips bucket','1',2.00,'2024-06-15 20:57:50','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6673,'Raw chips bucket','3',-0.05,'2024-06-15 20:58:15','0.61','7','newstock','1','','',0.00,'','1','0.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6674,'Raw chips bucket','3',1.00,'2024-06-15 20:58:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6675,'Raw chips bucket','4',-0.05,'2024-06-15 20:58:17','0.56','7','newstock','1','','',0.00,'','1','0.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6676,'Raw chips bucket','4',1.00,'2024-06-15 20:58:17','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6677,'Raw chips bucket','1',-0.05,'2024-06-15 21:00:07','0.51','7','newstock','1','','',0.00,'','1','0.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6678,'Raw chips bucket','1',1.00,'2024-06-15 21:00:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6679,'Raw chips bucket','1',-0.05,'2024-06-15 21:22:13','0.46','7','newstock','1','','',0.00,'','1','0.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6680,'Raw chips bucket','1',1.00,'2024-06-15 21:22:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6681,'Potatoes sack','2',-0.01,'2024-06-15 21:22:44','0.42','7','newstock','1','','',0.00,'','1','0.4099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6682,'Potatoes sack','2',1.00,'2024-06-15 21:22:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6683,'Potatoes sack','2',-0.01,'2024-06-15 21:23:15','0.41','7','newstock','1','','',0.00,'','1','0.3999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6684,'Potatoes sack','2',1.00,'2024-06-15 21:23:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6685,'Potatoes sack','2',-0.01,'2024-06-15 21:23:18','0.40','7','newstock','1','','',0.00,'','1','0.3899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6686,'Potatoes sack','2',1.00,'2024-06-15 21:23:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6687,'Raw chips bucket','1',-0.05,'2024-06-15 21:25:19','0.41','7','newstock','1','','',0.00,'','1','0.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6688,'Raw chips bucket','1',1.00,'2024-06-15 21:25:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6689,'Raw chips bucket','1',-0.05,'2024-06-15 21:26:56','0.36','7','newstock','1','','',0.00,'','1','0.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6690,'Raw chips bucket','1',1.00,'2024-06-15 21:26:56','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6691,'Raw chips bucket','1',-0.14,'2024-06-16 13:18:15','0.31','7','newstock','1','','',0.00,'','1','0.1735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6692,'Raw chips bucket','1',3.00,'2024-06-16 13:18:15','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6693,'Raw chips bucket','1',-0.05,'2024-06-16 13:33:59','0.17','7','newstock','1','','',0.00,'','1','0.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6694,'Raw chips bucket','1',1.00,'2024-06-16 13:33:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6695,'Raw chips bucket','1',-0.09,'2024-06-16 13:34:28','0.12','7','newstock','1','','',0.00,'','1','0.029','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6696,'Raw chips bucket','1',2.00,'2024-06-16 13:34:28','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6697,'Raw chips bucket','',6.00,'2024-06-16 13:36:31','0.03','7','newstock','1','','',0.00,'','1','6.03','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6698,'Raw chips bucket','3',-0.09,'2024-06-16 13:39:49','6.03','7','newstock','1','','',0.00,'','1','5.939','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6699,'Raw chips bucket','3',2.00,'2024-06-16 13:39:49','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6700,'Raw chips bucket','1',-0.09,'2024-06-16 13:48:20','5.94','7','newstock','1','','',0.00,'','1','5.849','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6701,'Raw chips bucket','1',2.00,'2024-06-16 13:48:20','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6702,'Raw chips bucket','1',-0.05,'2024-06-16 14:06:25','5.85','7','newstock','1','','',0.00,'','1','5.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6703,'Raw chips bucket','1',1.00,'2024-06-16 14:06:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6704,'Potatoes sack','2',-0.01,'2024-06-16 14:06:52','0.39','7','newstock','1','','',0.00,'','1','0.3799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6705,'Potatoes sack','2',1.00,'2024-06-16 14:06:52','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6706,'Raw chips bucket','1',-0.18,'2024-06-16 17:08:15','5.80','7','newstock','1','','',0.00,'','1','5.618','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6707,'Raw chips bucket','1',4.00,'2024-06-16 17:08:15','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6708,'Raw chips bucket','1',-0.05,'2024-06-16 17:09:20','5.62','7','newstock','1','','',0.00,'','1','5.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6709,'Raw chips bucket','1',1.00,'2024-06-16 17:09:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6710,'Raw chips bucket','1',-0.05,'2024-06-16 17:09:40','5.57','7','newstock','1','','',0.00,'','1','5.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6711,'Raw chips bucket','1',1.00,'2024-06-16 17:09:40','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6712,'Raw chips bucket','1',-0.05,'2024-06-16 17:10:30','5.52','7','newstock','1','','',0.00,'','1','5.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6713,'Raw chips bucket','1',1.00,'2024-06-16 17:10:30','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6714,'Potatoes sack','2',-0.01,'2024-06-16 17:11:48','0.38','7','newstock','1','','',0.00,'','1','0.3699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6715,'Potatoes sack','2',1.00,'2024-06-16 17:11:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6716,'Potatoes sack','2',-0.01,'2024-06-16 17:17:54','0.37','7','newstock','1','','',0.00,'','1','0.3599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6717,'Potatoes sack','2',1.00,'2024-06-16 17:17:54','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6718,'Potatoes sack','2',-0.01,'2024-06-16 17:18:18','0.36','7','newstock','1','','',0.00,'','1','0.3499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6719,'Potatoes sack','2',1.00,'2024-06-16 17:18:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6720,'Raw chips bucket','1',-0.05,'2024-06-16 17:18:54','5.47','7','newstock','1','','',0.00,'','1','5.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6721,'Raw chips bucket','1',1.00,'2024-06-16 17:18:54','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6722,'Raw chips bucket','1',-0.23,'2024-06-16 17:20:20','5.42','7','newstock','1','','',0.00,'','1','5.1925','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6723,'Raw chips bucket','1',5.00,'2024-06-16 17:20:20','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6724,'Raw chips bucket','1',-0.05,'2024-06-16 17:21:16','5.19','7','newstock','1','','',0.00,'','1','5.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6725,'Raw chips bucket','1',1.00,'2024-06-16 17:21:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6726,'Raw chips bucket','1',-0.09,'2024-06-16 17:21:48','5.14','7','newstock','1','','',0.00,'','1','5.049','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6727,'Raw chips bucket','1',2.00,'2024-06-16 17:21:48','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6728,'Raw chips bucket','1',-0.05,'2024-06-16 17:22:23','5.05','7','newstock','1','','',0.00,'','1','5.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6729,'Raw chips bucket','1',1.00,'2024-06-16 17:22:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6730,'Raw chips bucket','1',-0.05,'2024-06-16 17:24:55','5.00','7','newstock','1','','',0.00,'','1','4.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6731,'Raw chips bucket','1',1.00,'2024-06-16 17:24:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6732,'Potatoes sack','2',-0.03,'2024-06-16 17:25:31','0.35','7','newstock','1','','',0.00,'','1','0.3197','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6733,'Potatoes sack','2',3.00,'2024-06-16 17:25:31','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6734,'Raw chips bucket','1',-0.05,'2024-06-16 17:26:43','4.95','7','newstock','1','','',0.00,'','1','4.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6735,'Raw chips bucket','1',1.00,'2024-06-16 17:26:43','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6736,'Raw chips bucket','1',-0.09,'2024-06-16 17:27:34','4.90','7','newstock','1','','',0.00,'','1','4.809','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6737,'Raw chips bucket','1',2.00,'2024-06-16 17:27:34','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6738,'Raw chips bucket','1',-0.09,'2024-06-16 17:45:18','4.81','7','newstock','1','','',0.00,'','1','4.719','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6739,'Raw chips bucket','1',2.00,'2024-06-16 17:45:18','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6740,'Raw chips bucket','1',-0.14,'2024-06-16 17:46:18','4.72','7','newstock','1','','',0.00,'','1','4.5835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6741,'Raw chips bucket','1',3.00,'2024-06-16 17:46:18','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6742,'Raw chips bucket','3',-0.05,'2024-06-16 17:51:27','4.58','7','newstock','1','','',0.00,'','1','4.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6743,'Raw chips bucket','3',1.00,'2024-06-16 17:51:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6744,'Raw chips bucket','3',-0.05,'2024-06-16 17:52:09','4.53','7','newstock','1','','',0.00,'','1','4.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6745,'Raw chips bucket','3',1.00,'2024-06-16 17:52:09','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6746,'Raw chips bucket','4',-0.05,'2024-06-16 19:23:15','4.48','7','newstock','1','','',0.00,'','1','4.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6747,'Raw chips bucket','4',1.00,'2024-06-16 19:23:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6748,'Chicken','',3.00,'2024-06-16 20:02:54','0.00','7','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6749,'Potatoes sack','2',-0.01,'2024-06-16 20:03:39','0.32','7','newstock','1','','',0.00,'','1','0.3099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6750,'Potatoes sack','2',1.00,'2024-06-16 20:03:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6751,'Raw chips bucket','1',-0.14,'2024-06-16 20:15:27','4.43','7','newstock','1','','',0.00,'','1','4.2935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6752,'Raw chips bucket','1',3.00,'2024-06-16 20:15:27','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6753,'Raw chips bucket','1',-0.05,'2024-06-16 20:17:31','4.29','7','newstock','1','','',0.00,'','1','4.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6754,'Raw chips bucket','1',1.00,'2024-06-16 20:17:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6755,'Raw chips bucket','1',-0.05,'2024-06-16 20:18:16','4.24','7','newstock','1','','',0.00,'','1','4.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6756,'Raw chips bucket','1',1.00,'2024-06-16 20:18:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6757,'Raw chips bucket','1',-0.05,'2024-06-16 20:20:42','4.24','6','newstock','1','','',0.00,'','1','4.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6758,'Raw chips bucket','1',1.00,'2024-06-16 20:20:42','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6759,'Potatoes sack','2',-0.02,'2024-06-16 20:25:15','0.31','6','newstock','1','','',0.00,'','1','0.2898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6760,'Potatoes sack','2',2.00,'2024-06-16 20:25:15','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6761,'Raw chips bucket','1',-0.05,'2024-06-16 20:52:45','4.19','6','newstock','1','','',0.00,'','1','4.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6762,'Raw chips bucket','1',1.00,'2024-06-16 20:52:45','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6763,'Raw chips bucket','1',-0.05,'2024-06-16 20:54:19','4.14','6','newstock','1','','',0.00,'','1','4.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6764,'Raw chips bucket','1',1.00,'2024-06-16 20:54:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6765,'Potatoes sack','2',-0.01,'2024-06-16 20:55:09','0.29','6','newstock','1','','',0.00,'','1','0.2799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6766,'Potatoes sack','2',1.00,'2024-06-16 20:55:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6767,'Raw chips bucket','1',-0.05,'2024-06-16 20:55:22','4.09','6','newstock','1','','',0.00,'','1','4.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6768,'Raw chips bucket','1',1.00,'2024-06-16 20:55:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6769,'Raw chips bucket','1',-0.05,'2024-06-16 21:01:58','4.04','6','newstock','1','','',0.00,'','1','3.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6770,'Raw chips bucket','1',1.00,'2024-06-16 21:01:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6771,'Raw chips bucket','1',-0.05,'2024-06-16 21:02:58','3.99','6','newstock','1','','',0.00,'','1','3.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6772,'Raw chips bucket','1',1.00,'2024-06-16 21:02:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6773,'Raw chips bucket','1',-0.05,'2024-06-18 18:14:08','3.94','7','newstock','1','','',0.00,'','1','3.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6774,'Raw chips bucket','1',1.00,'2024-06-18 18:14:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6775,'Potatoes sack','2',-0.01,'2024-06-18 18:15:05','0.28','7','newstock','1','','',0.00,'','1','0.2699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6776,'Potatoes sack','2',1.00,'2024-06-18 18:15:05','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6777,'Potatoes sack','2',-0.02,'2024-06-18 18:15:31','0.27','7','newstock','1','','',0.00,'','1','0.2498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6778,'Potatoes sack','2',2.00,'2024-06-18 18:15:31','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6779,'Raw chips bucket','3',-0.09,'2024-06-18 18:17:30','3.89','7','newstock','1','','',0.00,'','1','3.799','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6780,'Raw chips bucket','3',2.00,'2024-06-18 18:17:30','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6781,'Raw chips bucket','1',-0.05,'2024-06-18 18:17:57','3.80','7','newstock','1','','',0.00,'','1','3.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6782,'Raw chips bucket','1',1.00,'2024-06-18 18:17:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6783,'Potatoes sack','2',-0.01,'2024-06-18 18:18:50','0.25','7','newstock','1','','',0.00,'','1','0.2399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6784,'Potatoes sack','2',1.00,'2024-06-18 18:18:50','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6785,'Raw chips bucket','4',-0.05,'2024-06-18 18:19:28','3.75','7','newstock','1','','',0.00,'','1','3.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6786,'Raw chips bucket','4',1.00,'2024-06-18 18:19:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6787,'Raw chips bucket','1',-0.05,'2024-06-18 18:21:22','3.70','7','newstock','1','','',0.00,'','1','3.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6788,'Raw chips bucket','1',1.00,'2024-06-18 18:21:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6789,'Raw chips bucket','1',-0.14,'2024-06-18 19:05:05','3.65','7','newstock','1','','',0.00,'','1','3.5135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6790,'Raw chips bucket','1',3.00,'2024-06-18 19:05:05','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6791,'Raw chips bucket','1',-0.05,'2024-06-18 19:06:29','3.51','7','newstock','1','','',0.00,'','1','3.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6792,'Raw chips bucket','1',1.00,'2024-06-18 19:06:29','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6793,'Raw chips bucket','3',-0.09,'2024-06-18 19:07:05','3.46','7','newstock','1','','',0.00,'','1','3.369','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6794,'Raw chips bucket','3',2.00,'2024-06-18 19:07:05','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6795,'Raw chips bucket','1',-0.14,'2024-06-18 20:36:35','3.37','7','newstock','1','','',0.00,'','1','3.2335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6796,'Raw chips bucket','1',3.00,'2024-06-18 20:36:35','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6797,'Potatoes sack','2',-0.01,'2024-06-18 20:36:57','0.24','7','newstock','1','','',0.00,'','1','0.2299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6798,'Potatoes sack','2',1.00,'2024-06-18 20:36:57','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6799,'Raw chips bucket','4',-0.09,'2024-06-18 20:38:11','3.23','7','newstock','1','','',0.00,'','1','3.139','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6800,'Raw chips bucket','4',2.00,'2024-06-18 20:38:11','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6801,'Raw chips bucket','4',-0.05,'2024-06-18 21:22:04','3.14','7','newstock','1','','',0.00,'','1','3.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6802,'Raw chips bucket','4',1.00,'2024-06-18 21:22:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6803,'Raw chips bucket','1',-0.05,'2024-06-18 21:37:21','3.09','7','newstock','1','','',0.00,'','1','3.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6804,'Raw chips bucket','1',1.00,'2024-06-18 21:37:21','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6805,'Raw chips bucket','1',-0.05,'2024-06-18 21:37:58','3.04','7','newstock','1','','',0.00,'','1','2.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6806,'Raw chips bucket','1',1.00,'2024-06-18 21:37:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6807,'Raw chips bucket','1',-0.09,'2024-06-18 21:58:17','2.99','7','newstock','1','','',0.00,'','1','2.899','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6808,'Raw chips bucket','1',2.00,'2024-06-18 21:58:17','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6809,'Potatoes sack','2',-0.02,'2024-06-19 16:28:04','0.23','6','newstock','1','','',0.00,'','1','0.2098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6810,'Potatoes sack','2',2.00,'2024-06-19 16:28:04','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6811,'Raw chips bucket','1',-0.09,'2024-06-19 16:28:46','2.90','6','newstock','1','','',0.00,'','1','2.809','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6812,'Raw chips bucket','1',2.00,'2024-06-19 16:28:46','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6813,'Potatoes sack','2',-0.01,'2024-06-19 16:31:18','0.21','6','newstock','1','','',0.00,'','1','0.1999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6814,'Potatoes sack','2',1.00,'2024-06-19 16:31:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6815,'Raw chips bucket','1',-0.05,'2024-06-19 16:32:36','2.81','6','newstock','1','','',0.00,'','1','2.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6816,'Raw chips bucket','1',1.00,'2024-06-19 16:32:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6817,'Raw chips bucket','1',-0.05,'2024-06-19 16:32:46','2.76','6','newstock','1','','',0.00,'','1','2.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6818,'Raw chips bucket','1',1.00,'2024-06-19 16:32:46','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6819,'Potatoes sack','2',-0.01,'2024-06-19 16:34:06','0.20','6','newstock','1','','',0.00,'','1','0.1899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6820,'Potatoes sack','2',1.00,'2024-06-19 16:34:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6821,'Potatoes sack','2',-0.02,'2024-06-19 16:34:52','0.19','6','newstock','1','','',0.00,'','1','0.1698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6822,'Potatoes sack','2',2.00,'2024-06-19 16:34:52','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6823,'Potatoes sack','2',-0.02,'2024-06-19 16:39:18','0.17','6','newstock','1','','',0.00,'','1','0.1498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6824,'Potatoes sack','2',2.00,'2024-06-19 16:39:18','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6825,'Potatoes sack','2',-0.03,'2024-06-19 16:42:42','0.15','6','newstock','1','','',0.00,'','1','0.1197','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6826,'Potatoes sack','2',3.00,'2024-06-19 16:42:42','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6827,'Raw chips bucket','3',-0.09,'2024-06-19 16:44:16','2.71','6','newstock','1','','',0.00,'','1','2.619','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6828,'Raw chips bucket','3',2.00,'2024-06-19 16:44:16','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6829,'Raw chips bucket','1',-0.05,'2024-06-19 16:44:46','2.62','6','newstock','1','','',0.00,'','1','2.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6830,'Raw chips bucket','1',1.00,'2024-06-19 16:44:46','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6831,'Raw chips bucket','3',-0.05,'2024-06-19 16:52:54','2.57','6','newstock','1','','',0.00,'','1','2.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6832,'Raw chips bucket','3',1.00,'2024-06-19 16:52:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6833,'Raw chips bucket','1',-0.05,'2024-06-19 16:53:36','2.52','6','newstock','1','','',0.00,'','1','2.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6834,'Raw chips bucket','1',1.00,'2024-06-19 16:53:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6835,'Potatoes sack','2',-0.01,'2024-06-19 19:59:19','0.12','6','newstock','1','','',0.00,'','1','0.1099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6836,'Potatoes sack','2',1.00,'2024-06-19 19:59:19','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6837,'Raw chips bucket','1',-0.05,'2024-06-19 20:02:32','2.47','6','newstock','1','','',0.00,'','1','2.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6838,'Raw chips bucket','1',1.00,'2024-06-19 20:02:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6839,'Raw chips bucket','1',-0.05,'2024-06-19 20:04:33','2.42','6','newstock','1','','',0.00,'','1','2.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6840,'Raw chips bucket','1',1.00,'2024-06-19 20:04:33','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6841,'Potatoes sack','2',-0.02,'2024-06-19 20:05:23','0.11','6','newstock','1','','',0.00,'','1','0.0898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6842,'Potatoes sack','2',2.00,'2024-06-19 20:05:23','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6843,'Potatoes sack','2',-0.01,'2024-06-19 20:08:22','0.09','6','newstock','1','','',0.00,'','1','0.0799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6844,'Potatoes sack','2',1.00,'2024-06-19 20:08:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6845,'Raw chips bucket','3',-0.05,'2024-06-19 20:09:08','2.37','6','newstock','1','','',0.00,'','1','2.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6846,'Raw chips bucket','3',1.00,'2024-06-19 20:09:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6847,'Raw chips bucket','1',-0.09,'2024-06-19 20:09:42','2.32','6','newstock','1','','',0.00,'','1','2.229','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6848,'Raw chips bucket','1',2.00,'2024-06-19 20:09:42','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6849,'Raw chips bucket','1',-0.05,'2024-06-19 20:25:54','2.23','6','newstock','1','','',0.00,'','1','2.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6850,'Raw chips bucket','1',1.00,'2024-06-19 20:25:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6851,'Potatoes sack','2',-0.01,'2024-06-19 21:04:03','0.08','6','newstock','1','','',0.00,'','1','0.0699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6852,'Potatoes sack','2',1.00,'2024-06-19 21:04:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6853,'Raw chips bucket','1',-0.14,'2024-06-19 21:04:53','2.18','6','newstock','1','','',0.00,'','1','2.0435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6854,'Raw chips bucket','1',3.00,'2024-06-19 21:04:53','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6855,'Chicken','',3.00,'2024-06-19 21:05:54','0.50','6','newstock','1','','',0.00,'','1','3.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6856,'Potatoes sack','2',-0.02,'2024-06-19 21:07:35','0.07','6','newstock','1','','',0.00,'','1','0.0498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6857,'Potatoes sack','2',2.00,'2024-06-19 21:07:35','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6858,'Raw chips bucket','1',-0.05,'2024-06-19 21:08:38','2.04','6','newstock','1','','',0.00,'','1','1.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6859,'Raw chips bucket','1',1.00,'2024-06-19 21:08:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6860,'Raw chips bucket','1',-0.05,'2024-06-20 17:26:38','1.99','6','newstock','1','','',0.00,'','1','1.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6861,'Raw chips bucket','1',1.00,'2024-06-20 17:26:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6862,'Raw chips bucket','1',-0.05,'2024-06-20 17:29:35','1.94','6','newstock','1','','',0.00,'','1','1.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6863,'Raw chips bucket','1',1.00,'2024-06-20 17:29:35','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6864,'Potatoes sack','2',-0.02,'2024-06-20 17:32:12','0.05','6','newstock','1','','',0.00,'','1','0.0298','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6865,'Potatoes sack','2',2.00,'2024-06-20 17:32:12','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6866,'Raw chips bucket','1',-0.05,'2024-06-20 17:33:01','1.89','6','newstock','1','','',0.00,'','1','1.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6867,'Raw chips bucket','1',1.00,'2024-06-20 17:33:01','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6868,'Raw chips bucket','',3.00,'2024-06-20 17:35:03','1.84','6','newstock','1','','',0.00,'','1','4.84','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6869,'Potatoes sack','',3.00,'2024-06-20 17:36:07','0.03','6','newstock','1','','',4500.00,'','1','3.03','internal','1','37','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6870,'Potatoes sack','2',-0.03,'2024-06-20 17:36:20','3.03','6','newstock','1','','',0.00,'','1','2.9997','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6871,'Potatoes sack','2',3.00,'2024-06-20 17:36:20','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6872,'Raw chips bucket','3',-0.05,'2024-06-20 17:37:03','4.84','6','newstock','1','','',0.00,'','1','4.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6873,'Raw chips bucket','3',1.00,'2024-06-20 17:37:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6874,'Potatoes sack','2',-0.01,'2024-06-20 17:37:44','3.00','6','newstock','1','','',0.00,'','1','2.9899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6875,'Potatoes sack','2',1.00,'2024-06-20 17:37:44','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6876,'Potatoes sack','2',-0.02,'2024-06-20 17:38:17','2.99','6','newstock','1','','',0.00,'','1','2.9698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6877,'Potatoes sack','2',2.00,'2024-06-20 17:38:17','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6878,'Potatoes sack','2',-0.01,'2024-06-20 17:38:43','2.97','6','newstock','1','','',0.00,'','1','2.9599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6879,'Potatoes sack','2',1.00,'2024-06-20 17:38:43','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6880,'Potatoes sack','2',-0.02,'2024-06-20 17:40:45','2.96','6','newstock','1','','',0.00,'','1','2.9398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6881,'Potatoes sack','2',2.00,'2024-06-20 17:40:45','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6882,'Raw chips bucket','1',-0.05,'2024-06-20 17:41:55','4.79','6','newstock','1','','',0.00,'','1','4.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6883,'Raw chips bucket','1',1.00,'2024-06-20 17:41:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6884,'Raw chips bucket','1',-0.09,'2024-06-20 17:44:12','4.74','6','newstock','1','','',0.00,'','1','4.649','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6885,'Raw chips bucket','1',2.00,'2024-06-20 17:44:12','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6886,'Raw chips bucket','1',-0.05,'2024-06-20 17:45:27','4.65','6','newstock','1','','',0.00,'','1','4.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6887,'Raw chips bucket','1',1.00,'2024-06-20 17:45:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6888,'Raw chips bucket','1',-0.09,'2024-06-20 17:47:03','4.60','6','newstock','1','','',0.00,'','1','4.509','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6889,'Raw chips bucket','1',2.00,'2024-06-20 17:47:03','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6890,'Potatoes sack','2',-0.02,'2024-06-20 17:47:31','2.94','6','newstock','1','','',0.00,'','1','2.9198','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6891,'Potatoes sack','2',2.00,'2024-06-20 17:47:31','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6892,'Raw chips bucket','1',-0.05,'2024-06-20 17:48:04','4.51','6','newstock','1','','',0.00,'','1','4.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6893,'Raw chips bucket','1',1.00,'2024-06-20 17:48:04','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6894,'Potatoes sack','2',-0.01,'2024-06-20 17:48:42','2.92','6','newstock','1','','',0.00,'','1','2.9099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6895,'Potatoes sack','2',1.00,'2024-06-20 17:48:42','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6896,'Raw chips bucket','3',-0.05,'2024-06-20 17:49:20','4.46','6','newstock','1','','',0.00,'','1','4.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6897,'Raw chips bucket','3',1.00,'2024-06-20 17:49:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6898,'Raw chips bucket','3',-0.09,'2024-06-20 17:57:41','4.41','6','newstock','1','','',0.00,'','1','4.319','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6899,'Raw chips bucket','3',2.00,'2024-06-20 17:57:41','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6900,'Potatoes sack','2',-0.01,'2024-06-20 20:31:00','2.91','6','newstock','1','','',0.00,'','1','2.8999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6901,'Potatoes sack','2',1.00,'2024-06-20 20:31:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6902,'Raw chips bucket','3',-0.05,'2024-06-20 20:36:14','4.32','6','newstock','1','','',0.00,'','1','4.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6903,'Raw chips bucket','3',1.00,'2024-06-20 20:36:14','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6904,'Raw chips bucket','1',-0.05,'2024-06-21 18:40:03','4.27','6','newstock','1','','',0.00,'','1','4.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6905,'Raw chips bucket','1',1.00,'2024-06-21 18:40:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6906,'Raw chips bucket','1',-0.18,'2024-06-21 18:41:31','4.22','6','newstock','1','','',0.00,'','1','4.038','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6907,'Raw chips bucket','1',4.00,'2024-06-21 18:41:31','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6908,'Potatoes sack','2',-0.01,'2024-06-21 18:43:21','2.90','6','newstock','1','','',0.00,'','1','2.8899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6909,'Potatoes sack','2',1.00,'2024-06-21 18:43:21','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6910,'Raw chips bucket','1',-0.05,'2024-06-21 18:45:08','4.04','6','newstock','1','','',0.00,'','1','3.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6911,'Raw chips bucket','1',1.00,'2024-06-21 18:45:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6912,'Raw chips bucket','3',-0.09,'2024-06-21 18:45:40','3.99','6','newstock','1','','',0.00,'','1','3.899','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6913,'Raw chips bucket','3',2.00,'2024-06-21 18:45:40','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6914,'Raw chips bucket','3',-0.05,'2024-06-21 18:46:17','3.90','6','newstock','1','','',0.00,'','1','3.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6915,'Raw chips bucket','3',1.00,'2024-06-21 18:46:17','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6916,'Potatoes sack','2',-0.01,'2024-06-21 18:47:02','2.90','6','newstock','1','','',0.00,'','1','2.8899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6917,'Potatoes sack','2',1.00,'2024-06-21 18:47:02','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6918,'Potatoes sack','2',-0.03,'2024-06-21 18:47:35','2.89','6','newstock','1','','',0.00,'','1','2.8597','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6919,'Potatoes sack','2',3.00,'2024-06-21 18:47:35','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6920,'Raw chips bucket','1',-0.05,'2024-06-21 18:48:07','3.85','6','newstock','1','','',0.00,'','1','3.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6921,'Raw chips bucket','1',1.00,'2024-06-21 18:48:07','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6922,'Raw chips bucket','4',-0.09,'2024-06-21 18:49:13','3.80','6','newstock','1','','',0.00,'','1','3.709','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6923,'Raw chips bucket','4',2.00,'2024-06-21 18:49:13','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6924,'Raw chips bucket','1',-0.14,'2024-06-21 18:50:00','3.71','6','newstock','1','','',0.00,'','1','3.5735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6925,'Raw chips bucket','1',3.00,'2024-06-21 18:50:00','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6926,'Raw chips bucket','1',-0.09,'2024-06-21 18:51:00','3.57','6','newstock','1','','',0.00,'','1','3.479','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6927,'Raw chips bucket','1',2.00,'2024-06-21 18:51:00','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6928,'Potatoes sack','2',-0.03,'2024-06-21 18:52:12','2.86','6','newstock','1','','',0.00,'','1','2.8297','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6929,'Potatoes sack','2',3.00,'2024-06-21 18:52:12','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6930,'Potatoes sack','2',-0.02,'2024-06-21 18:53:02','2.83','6','newstock','1','','',0.00,'','1','2.8098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6931,'Potatoes sack','2',2.00,'2024-06-21 18:53:02','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6932,'Raw chips bucket','3',-0.05,'2024-06-21 18:53:59','3.48','6','newstock','1','','',0.00,'','1','3.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6933,'Raw chips bucket','3',1.00,'2024-06-21 18:53:59','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6934,'Raw chips bucket','1',-0.09,'2024-06-21 18:58:37','3.43','6','newstock','1','','',0.00,'','1','3.339','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6935,'Raw chips bucket','1',2.00,'2024-06-21 18:58:37','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6936,'Raw chips bucket','1',-0.05,'2024-06-21 18:59:02','3.34','6','newstock','1','','',0.00,'','1','3.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6937,'Raw chips bucket','1',1.00,'2024-06-21 18:59:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6938,'Raw chips bucket','1',-0.14,'2024-06-21 20:19:49','3.29','6','newstock','1','','',0.00,'','1','3.1535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6939,'Raw chips bucket','1',3.00,'2024-06-21 20:19:49','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6940,'Potatoes sack','2',-0.02,'2024-06-21 20:20:29','2.81','6','newstock','1','','',0.00,'','1','2.7898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6941,'Potatoes sack','2',2.00,'2024-06-21 20:20:29','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6942,'Raw chips bucket','1',-0.05,'2024-06-21 20:21:16','3.15','6','newstock','1','','',0.00,'','1','3.1045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6943,'Raw chips bucket','1',1.00,'2024-06-21 20:21:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6944,'Raw chips bucket','1',-0.05,'2024-06-21 20:22:41','3.10','6','newstock','1','','',0.00,'','1','3.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6945,'Raw chips bucket','1',1.00,'2024-06-21 20:22:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6946,'Raw chips bucket','1',-0.05,'2024-06-21 20:23:07','3.05','6','newstock','1','','',0.00,'','1','3.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6947,'Raw chips bucket','1',1.00,'2024-06-21 20:23:07','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6948,'Raw chips bucket','1',-0.05,'2024-06-21 20:23:39','3.00','6','newstock','1','','',0.00,'','1','2.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6949,'Raw chips bucket','1',1.00,'2024-06-21 20:23:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6950,'Potatoes sack','2',-0.01,'2024-06-22 15:48:34','2.79','7','newstock','1','','',0.00,'','1','2.7799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6951,'Potatoes sack','2',1.00,'2024-06-22 15:48:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6952,'Potatoes sack','2',-0.02,'2024-06-22 15:49:09','2.79','6','newstock','1','','',0.00,'','1','2.7698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6953,'Potatoes sack','2',2.00,'2024-06-22 15:49:09','1.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6954,'Potatoes sack','2',-0.02,'2024-06-22 15:49:52','2.77','6','newstock','1','','',0.00,'','1','2.7498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6955,'Potatoes sack','2',2.00,'2024-06-22 15:49:52','1.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6956,'Potatoes sack','2',-0.01,'2024-06-22 15:51:01','2.75','6','newstock','1','','',0.00,'','1','2.7399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6957,'Potatoes sack','2',1.00,'2024-06-22 15:51:01','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6958,'Potatoes sack','2',-0.02,'2024-06-22 15:52:03','2.74','6','newstock','1','','',0.00,'','1','2.7198','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6959,'Potatoes sack','2',2.00,'2024-06-22 15:52:03','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6960,'Raw chips bucket','1',-0.05,'2024-06-22 15:52:48','2.95','6','newstock','1','','',0.00,'','1','2.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6961,'Raw chips bucket','1',1.00,'2024-06-22 15:52:48','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6962,'Raw chips bucket','3',-0.05,'2024-06-22 15:53:16','2.90','6','newstock','1','','',0.00,'','1','2.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6963,'Raw chips bucket','3',1.00,'2024-06-22 15:53:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6964,'Raw chips bucket','1',-0.09,'2024-06-22 15:53:59','2.85','6','newstock','1','','',0.00,'','1','2.759','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6965,'Raw chips bucket','1',2.00,'2024-06-22 15:53:59','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6966,'Raw chips bucket','1',-0.05,'2024-06-22 15:54:34','2.76','6','newstock','1','','',0.00,'','1','2.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6967,'Raw chips bucket','1',1.00,'2024-06-22 15:54:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6968,'Raw chips bucket','1',-0.05,'2024-06-22 15:55:08','2.71','6','newstock','1','','',0.00,'','1','2.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6969,'Raw chips bucket','1',1.00,'2024-06-22 15:55:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6970,'Raw chips bucket','1',-0.18,'2024-06-22 16:02:05','2.66','6','newstock','1','','',0.00,'','1','2.478','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6971,'Raw chips bucket','1',4.00,'2024-06-22 16:02:05','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6972,'Potatoes sack','2',-0.01,'2024-06-22 16:02:20','2.72','6','newstock','1','','',0.00,'','1','2.7099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6973,'Potatoes sack','2',1.00,'2024-06-22 16:02:20','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6974,'Chicken','',4.00,'2024-06-22 16:02:58','0.00','6','newstock','1','','',0.00,'','1','4','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6975,'Raw chips bucket','1',-0.09,'2024-06-22 16:03:58','2.48','6','newstock','1','','',0.00,'','1','2.389','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6976,'Raw chips bucket','1',2.00,'2024-06-22 16:03:58','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6977,'Raw chips bucket','1',-0.05,'2024-06-22 16:04:11','2.48','6','newstock','1','','',0.00,'','1','2.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6978,'Raw chips bucket','1',1.00,'2024-06-22 16:04:11','2.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6979,'Raw chips bucket','1',-0.09,'2024-06-22 16:04:46','2.43','6','newstock','1','','',0.00,'','1','2.339','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6980,'Raw chips bucket','1',2.00,'2024-06-22 16:04:46','1.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6981,'Raw chips bucket','1',-0.05,'2024-06-22 16:05:24','2.34','6','newstock','1','','',0.00,'','1','2.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6982,'Raw chips bucket','1',1.00,'2024-06-22 16:05:24','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6983,'Raw chips bucket','1',-0.05,'2024-06-22 17:06:57','2.29','6','newstock','1','','',0.00,'','1','2.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6984,'Raw chips bucket','1',1.00,'2024-06-22 17:06:57','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6985,'Raw chips bucket','1',-0.05,'2024-06-22 17:07:43','2.24','6','newstock','1','','',0.00,'','1','2.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6986,'Raw chips bucket','1',1.00,'2024-06-22 17:07:43','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6987,'Raw chips bucket','1',-0.05,'2024-06-22 19:02:29','2.19','6','newstock','1','','',0.00,'','1','2.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6988,'Raw chips bucket','1',1.00,'2024-06-22 19:02:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6989,'Raw chips bucket','1',-0.05,'2024-06-22 19:02:57','2.14','6','newstock','1','','',0.00,'','1','2.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6990,'Raw chips bucket','1',1.00,'2024-06-22 19:02:57','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6991,'Raw chips bucket','4',-0.09,'2024-06-22 19:04:09','2.09','6','newstock','1','','',0.00,'','1','1.999','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6992,'Raw chips bucket','4',2.00,'2024-06-22 19:04:09','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6993,'Raw chips bucket','1',-0.27,'2024-06-22 19:04:38','2.00','6','newstock','1','','',0.00,'','1','1.727','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6994,'Raw chips bucket','1',6.00,'2024-06-22 19:04:38','0.00','6','newstock','1','','',0.00,'','1','6','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6995,'Raw chips bucket','1',-0.23,'2024-06-22 19:04:58','2.00','6','newstock','1','','',0.00,'','1','1.7725','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6996,'Raw chips bucket','1',5.00,'2024-06-22 19:04:58','6.00','6','newstock','1','','',0.00,'','1','11','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6997,'Raw chips bucket','1',-0.09,'2024-06-22 19:06:10','1.77','6','newstock','1','','',0.00,'','1','1.679','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6998,'Raw chips bucket','1',2.00,'2024-06-22 19:06:10','1.00','6','newstock','1','','',0.00,'','1','3','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(6999,'Raw chips bucket','1',-0.05,'2024-06-22 19:07:45','1.68','6','newstock','1','','',0.00,'','1','1.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7000,'Raw chips bucket','1',1.00,'2024-06-22 19:07:45','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7001,'Raw chips bucket','1',-0.05,'2024-06-22 19:09:13','1.63','6','newstock','1','','',0.00,'','1','1.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7002,'Raw chips bucket','1',1.00,'2024-06-22 19:09:13','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7003,'Raw chips bucket','1',-0.05,'2024-06-22 19:10:18','1.58','6','newstock','1','','',0.00,'','1','1.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7004,'Raw chips bucket','1',1.00,'2024-06-22 19:10:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7005,'Raw chips bucket','1',-0.05,'2024-06-22 19:11:22','1.53','6','newstock','1','','',0.00,'','1','1.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7006,'Raw chips bucket','1',1.00,'2024-06-22 19:11:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7007,'Raw chips bucket','1',-0.05,'2024-06-22 19:12:16','1.48','6','newstock','1','','',0.00,'','1','1.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7008,'Raw chips bucket','1',1.00,'2024-06-22 19:12:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7009,'Raw chips bucket','1',-0.01,'2024-06-22 19:13:08','1.43','6','newstock','1','','',0.00,'','1','1.418625','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7010,'Raw chips bucket','1',0.25,'2024-06-22 19:13:08','0.00','6','newstock','1','','',0.00,'','1','0.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7011,'Raw chips bucket','1',-0.05,'2024-06-22 19:13:41','1.43','6','newstock','1','','',0.00,'','1','1.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7012,'Raw chips bucket','1',1.00,'2024-06-22 19:13:41','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7013,'Raw chips bucket','1',-0.05,'2024-06-22 20:35:05','1.43','6','newstock','1','','',0.00,'','1','1.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7014,'Raw chips bucket','1',1.00,'2024-06-22 20:35:05','1.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7015,'Raw chips bucket','1',-0.09,'2024-06-22 20:36:29','1.38','6','newstock','1','','',0.00,'','1','1.289','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7016,'Raw chips bucket','1',2.00,'2024-06-22 20:36:29','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7017,'Raw chips bucket','1',-0.09,'2024-06-22 20:37:57','1.29','6','newstock','1','','',0.00,'','1','1.199','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7018,'Raw chips bucket','1',2.00,'2024-06-22 20:37:57','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7019,'Raw chips bucket','1',-0.05,'2024-06-22 20:39:09','1.20','6','newstock','1','','',0.00,'','1','1.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7020,'Raw chips bucket','1',1.00,'2024-06-22 20:39:09','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7021,'Raw chips bucket','3',-0.09,'2024-06-22 20:46:11','1.15','6','newstock','1','','',0.00,'','1','1.059','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7022,'Raw chips bucket','3',2.00,'2024-06-22 20:46:11','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7023,'Raw chips bucket','1',-0.05,'2024-06-22 20:48:16','1.06','6','newstock','1','','',0.00,'','1','1.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7024,'Raw chips bucket','1',1.00,'2024-06-22 20:48:16','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7025,'Raw chips bucket','1',-0.05,'2024-06-22 20:50:32','1.01','6','newstock','1','','',0.00,'','1','0.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7026,'Raw chips bucket','1',1.00,'2024-06-22 20:50:32','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7027,'Raw chips bucket','1',-0.05,'2024-06-22 20:51:48','0.96','6','newstock','1','','',0.00,'','1','0.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7028,'Raw chips bucket','1',1.00,'2024-06-22 20:51:48','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7029,'Raw chips bucket','1',-0.14,'2024-06-22 21:04:58','0.91','6','newstock','1','','',0.00,'','1','0.7735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7030,'Raw chips bucket','1',3.00,'2024-06-22 21:04:58','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7031,'Potatoes sack','2',-0.02,'2024-06-22 21:24:57','2.71','6','newstock','1','','',0.00,'','1','2.6898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7032,'Potatoes sack','2',2.00,'2024-06-22 21:24:57','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7033,'Raw chips bucket','1',-0.09,'2024-06-23 11:51:33','0.77','7','newstock','1','','',0.00,'','1','0.679','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7034,'Raw chips bucket','1',2.00,'2024-06-23 11:51:33','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7035,'Raw chips bucket','1',-0.09,'2024-06-23 11:51:56','0.68','7','newstock','1','','',0.00,'','1','0.589','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7036,'Raw chips bucket','1',2.00,'2024-06-23 11:51:56','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7037,'Raw chips bucket','1',-0.14,'2024-06-23 11:53:49','0.59','7','newstock','1','','',0.00,'','1','0.4535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7038,'Raw chips bucket','1',3.00,'2024-06-23 11:53:49','0.25','7','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7039,'Raw chips bucket','1',-0.05,'2024-06-23 12:51:42','0.45','7','newstock','1','','',0.00,'','1','0.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7040,'Raw chips bucket','1',1.00,'2024-06-23 12:51:42','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7041,'Raw chips bucket','1',-0.05,'2024-06-23 12:51:53','0.40','7','newstock','1','','',0.00,'','1','0.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7042,'Raw chips bucket','1',1.00,'2024-06-23 12:51:53','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7043,'Raw chips bucket','1',-0.09,'2024-06-23 17:29:47','0.35','7','newstock','1','','',0.00,'','1','0.259','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7044,'Raw chips bucket','1',2.00,'2024-06-23 17:29:47','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7045,'Raw chips bucket','1',-0.05,'2024-06-23 17:30:05','0.26','7','newstock','1','','',0.00,'','1','0.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7046,'Raw chips bucket','1',1.00,'2024-06-23 17:30:05','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7047,'Potatoes sack','2',-0.02,'2024-06-23 17:30:25','2.69','7','newstock','1','','',0.00,'','1','2.6698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7048,'Potatoes sack','2',2.00,'2024-06-23 17:30:25','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7049,'Raw chips bucket','1',-0.05,'2024-06-23 17:31:24','0.21','7','newstock','1','','',0.00,'','1','0.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7050,'Raw chips bucket','1',1.00,'2024-06-23 17:31:24','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7051,'Raw chips bucket','1',-0.05,'2024-06-23 17:32:02','0.16','7','newstock','1','','',0.00,'','1','0.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7052,'Raw chips bucket','1',1.00,'2024-06-23 17:32:02','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7053,'Chicken','',3.00,'2024-06-23 17:34:18','0.25','7','newstock','1','','',0.00,'','1','3.25','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7054,'Raw chips bucket','',5.00,'2024-06-23 17:36:14','0.11','7','newstock','1','','',0.00,'','1','5.11','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7055,'Raw chips bucket','1',-0.27,'2024-06-23 17:36:19','5.11','7','newstock','1','','',0.00,'','1','4.837','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7056,'Raw chips bucket','1',6.00,'2024-06-23 17:36:19','0.25','7','newstock','1','','',0.00,'','1','6.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7057,'Raw chips bucket','1',-0.14,'2024-06-23 17:36:53','4.84','7','newstock','1','','',0.00,'','1','4.7035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7058,'Raw chips bucket','1',3.00,'2024-06-23 17:36:53','0.25','7','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7059,'Raw chips bucket','1',-0.05,'2024-06-23 17:37:30','4.70','7','newstock','1','','',0.00,'','1','4.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7060,'Raw chips bucket','1',1.00,'2024-06-23 17:37:30','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7061,'Raw chips bucket','3',-0.18,'2024-06-23 17:37:50','4.65','7','newstock','1','','',0.00,'','1','4.468','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7062,'Raw chips bucket','3',4.00,'2024-06-23 17:37:50','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7063,'Raw chips bucket','1',-0.09,'2024-06-23 18:08:34','4.47','7','newstock','1','','',0.00,'','1','4.379','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7064,'Raw chips bucket','1',2.00,'2024-06-23 18:08:34','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7065,'Raw chips bucket','1',-0.14,'2024-06-23 18:11:49','4.38','7','newstock','1','','',0.00,'','1','4.2435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7066,'Raw chips bucket','1',3.00,'2024-06-23 18:11:49','0.25','7','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7067,'Raw chips bucket','3',-0.05,'2024-06-23 18:12:06','4.24','7','newstock','1','','',0.00,'','1','4.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7068,'Raw chips bucket','3',1.00,'2024-06-23 18:12:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7069,'Raw chips bucket','1',-0.09,'2024-06-23 18:12:50','4.19','7','newstock','1','','',0.00,'','1','4.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7070,'Raw chips bucket','1',2.00,'2024-06-23 18:12:50','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7071,'Raw chips bucket','1',-0.14,'2024-06-23 18:13:24','4.10','7','newstock','1','','',0.00,'','1','3.9635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7072,'Raw chips bucket','1',3.00,'2024-06-23 18:13:24','0.25','7','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7073,'Raw chips bucket','1',-0.09,'2024-06-23 18:14:05','3.96','7','newstock','1','','',0.00,'','1','3.869','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7074,'Raw chips bucket','1',2.00,'2024-06-23 18:14:05','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7075,'Raw chips bucket','1',-0.05,'2024-06-23 18:15:21','3.87','7','newstock','1','','',0.00,'','1','3.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7076,'Raw chips bucket','1',1.00,'2024-06-23 18:15:21','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7077,'Raw chips bucket','1',-0.14,'2024-06-23 18:16:38','3.82','7','newstock','1','','',0.00,'','1','3.6835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7078,'Raw chips bucket','1',3.00,'2024-06-23 18:16:38','0.25','7','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7079,'Raw chips bucket','1',-0.09,'2024-06-23 18:19:34','3.68','7','newstock','1','','',0.00,'','1','3.589','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7080,'Raw chips bucket','1',2.00,'2024-06-23 18:19:34','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7081,'Raw chips bucket','1',-0.05,'2024-06-23 18:20:16','3.59','7','newstock','1','','',0.00,'','1','3.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7082,'Raw chips bucket','1',1.00,'2024-06-23 18:20:16','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7083,'Raw chips bucket','1',-0.05,'2024-06-23 18:23:04','3.54','7','newstock','1','','',0.00,'','1','3.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7084,'Raw chips bucket','1',1.00,'2024-06-23 18:23:04','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7085,'Raw chips bucket','1',-0.05,'2024-06-23 18:23:37','3.49','7','newstock','1','','',0.00,'','1','3.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7086,'Raw chips bucket','1',1.00,'2024-06-23 18:23:37','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7087,'Raw chips bucket','1',-0.23,'2024-06-23 18:27:20','3.44','7','newstock','1','','',0.00,'','1','3.2125','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7088,'Raw chips bucket','1',5.00,'2024-06-23 18:27:20','0.25','7','newstock','1','','',0.00,'','1','5.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7089,'Raw chips bucket','1',-0.23,'2024-06-23 18:29:52','3.21','7','newstock','1','','',0.00,'','1','2.9825','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7090,'Raw chips bucket','1',5.00,'2024-06-23 18:29:52','0.25','7','newstock','1','','',0.00,'','1','5.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7091,'Raw chips bucket','1',-0.09,'2024-06-23 18:39:32','2.98','7','newstock','1','','',0.00,'','1','2.889','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7092,'Raw chips bucket','1',2.00,'2024-06-23 18:39:32','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7093,'Raw chips bucket','1',-0.09,'2024-06-23 18:40:43','2.89','7','newstock','1','','',0.00,'','1','2.799','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7094,'Raw chips bucket','1',2.00,'2024-06-23 18:40:43','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7095,'Raw chips bucket','1',-0.14,'2024-06-23 18:42:11','2.80','7','newstock','1','','',0.00,'','1','2.6635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7096,'Raw chips bucket','1',3.00,'2024-06-23 18:42:11','0.25','7','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7097,'Raw chips bucket','1',-0.09,'2024-06-23 18:42:54','2.66','7','newstock','1','','',0.00,'','1','2.569','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7098,'Raw chips bucket','1',2.00,'2024-06-23 18:42:54','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7099,'Chicken','',2.00,'2024-06-23 18:44:23','0.00','7','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7100,'Raw chips bucket','1',-0.05,'2024-06-23 18:44:55','2.57','7','newstock','1','','',0.00,'','1','2.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7101,'Raw chips bucket','1',1.00,'2024-06-23 18:44:55','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7102,'Raw chips bucket','1',-0.14,'2024-06-23 18:49:53','2.52','7','newstock','1','','',0.00,'','1','2.3835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7103,'Raw chips bucket','1',3.00,'2024-06-23 18:49:53','0.25','7','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7104,'Raw chips bucket','1',-0.09,'2024-06-23 18:50:37','2.38','7','newstock','1','','',0.00,'','1','2.289','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7105,'Raw chips bucket','1',2.00,'2024-06-23 18:50:37','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7106,'Raw chips bucket','4',-0.05,'2024-06-23 19:18:07','2.38','7','newstock','1','','',0.00,'','1','2.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7107,'Raw chips bucket','4',1.00,'2024-06-23 19:18:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7108,'Potatoes sack','2',-0.01,'2024-06-23 21:13:24','2.67','7','newstock','1','','',0.00,'','1','2.6599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7109,'Potatoes sack','2',1.00,'2024-06-23 21:13:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7110,'Raw chips bucket','1',-0.05,'2024-06-23 21:15:09','2.33','7','newstock','1','','',0.00,'','1','2.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7111,'Raw chips bucket','1',1.00,'2024-06-23 21:15:09','2.25','7','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7112,'Raw chips bucket','1',-0.05,'2024-06-23 21:16:20','2.28','7','newstock','1','','',0.00,'','1','2.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7113,'Raw chips bucket','1',1.00,'2024-06-23 21:16:20','1.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7114,'Raw chips bucket','1',-0.09,'2024-06-23 21:18:35','2.23','7','newstock','1','','',0.00,'','1','2.139','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7115,'Raw chips bucket','1',2.00,'2024-06-23 21:18:35','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7116,'Raw chips bucket','1',-0.05,'2024-06-23 21:19:13','2.14','7','newstock','1','','',0.00,'','1','2.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7117,'Raw chips bucket','1',1.00,'2024-06-23 21:19:13','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7118,'Raw chips bucket','1',-0.14,'2024-06-23 21:19:54','2.09','7','newstock','1','','',0.00,'','1','1.9535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7119,'Raw chips bucket','1',3.00,'2024-06-23 21:19:54','0.25','7','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7120,'Raw chips bucket','1',-0.05,'2024-06-23 21:21:09','1.95','7','newstock','1','','',0.00,'','1','1.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7121,'Raw chips bucket','1',1.00,'2024-06-23 21:21:09','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7122,'Raw chips bucket','1',-0.09,'2024-06-23 21:21:46','1.90','7','newstock','1','','',0.00,'','1','1.809','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7123,'Raw chips bucket','1',2.00,'2024-06-23 21:21:46','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7124,'Raw chips bucket','1',-0.05,'2024-06-23 21:22:41','1.81','7','newstock','1','','',0.00,'','1','1.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7125,'Raw chips bucket','1',1.00,'2024-06-23 21:22:41','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7126,'Raw chips bucket','1',-0.05,'2024-06-23 21:23:57','1.76','7','newstock','1','','',0.00,'','1','1.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7127,'Raw chips bucket','1',1.00,'2024-06-23 21:23:57','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7128,'Raw chips bucket','1',-0.05,'2024-06-23 21:25:07','1.71','7','newstock','1','','',0.00,'','1','1.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7129,'Raw chips bucket','1',1.00,'2024-06-23 21:25:07','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7130,'Raw chips bucket','1',-0.05,'2024-06-23 21:26:32','1.66','7','newstock','1','','',0.00,'','1','1.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7131,'Raw chips bucket','1',1.00,'2024-06-23 21:26:32','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7132,'Raw chips bucket','1',-0.05,'2024-06-24 12:17:13','1.61','7','newstock','1','','',0.00,'','1','1.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7133,'Raw chips bucket','1',1.00,'2024-06-24 12:17:13','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7134,'Potatoes sack','2',-0.02,'2024-06-24 12:21:34','2.66','7','newstock','1','','',0.00,'','1','2.6398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7135,'Potatoes sack','2',2.00,'2024-06-24 12:21:34','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7136,'Raw chips bucket','1',-0.05,'2024-06-24 15:47:56','1.56','6','newstock','1','','',0.00,'','1','1.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7137,'Raw chips bucket','1',1.00,'2024-06-24 15:47:56','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7138,'Raw chips bucket','3',-0.05,'2024-06-24 15:48:54','1.51','6','newstock','1','','',0.00,'','1','1.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7139,'Raw chips bucket','3',1.00,'2024-06-24 15:48:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7140,'Raw chips bucket','1',-0.05,'2024-06-24 15:49:50','1.46','6','newstock','1','','',0.00,'','1','1.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7141,'Raw chips bucket','1',1.00,'2024-06-24 15:49:50','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7142,'Potatoes sack','2',-0.01,'2024-06-24 15:50:39','2.64','6','newstock','1','','',0.00,'','1','2.6299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7143,'Potatoes sack','2',1.00,'2024-06-24 15:50:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7144,'Raw chips bucket','3',-0.05,'2024-06-24 15:54:39','1.41','6','newstock','1','','',0.00,'','1','1.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7145,'Raw chips bucket','3',1.00,'2024-06-24 15:54:39','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7146,'Raw chips bucket','3',-0.05,'2024-06-24 16:49:35','1.36','6','newstock','1','','',0.00,'','1','1.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7147,'Raw chips bucket','3',1.00,'2024-06-24 16:49:35','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7148,'Raw chips bucket','1',-0.05,'2024-06-24 16:50:13','1.31','6','newstock','1','','',0.00,'','1','1.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7149,'Raw chips bucket','1',1.00,'2024-06-24 16:50:13','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7150,'Raw chips bucket','3',-0.05,'2024-06-24 16:51:06','1.26','6','newstock','1','','',0.00,'','1','1.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7151,'Raw chips bucket','3',1.00,'2024-06-24 16:51:06','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7152,'Potatoes sack','2',-0.02,'2024-06-24 16:51:56','2.63','6','newstock','1','','',0.00,'','1','2.6098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7153,'Potatoes sack','2',2.00,'2024-06-24 16:51:56','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7154,'Raw chips bucket','3',-0.05,'2024-06-24 16:52:36','1.21','6','newstock','1','','',0.00,'','1','1.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7155,'Raw chips bucket','3',1.00,'2024-06-24 16:52:36','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7156,'Raw chips bucket','1',-0.05,'2024-06-24 16:53:27','1.16','6','newstock','1','','',0.00,'','1','1.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7157,'Raw chips bucket','1',1.00,'2024-06-24 16:53:27','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7158,'Potatoes sack','2',-0.02,'2024-06-24 16:55:15','2.61','6','newstock','1','','',0.00,'','1','2.5898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7159,'Potatoes sack','2',2.00,'2024-06-24 16:55:15','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7160,'Raw chips bucket','1',-0.09,'2024-06-24 17:03:03','1.11','6','newstock','1','','',0.00,'','1','1.019','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7161,'Raw chips bucket','1',2.00,'2024-06-24 17:03:03','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7162,'Raw chips bucket','3',-0.09,'2024-06-24 18:38:18','1.02','6','newstock','1','','',0.00,'','1','0.929','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7163,'Raw chips bucket','3',2.00,'2024-06-24 18:38:18','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7164,'Raw chips bucket','3',-0.05,'2024-06-24 18:40:45','0.93','6','newstock','1','','',0.00,'','1','0.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7165,'Raw chips bucket','3',1.00,'2024-06-24 18:40:45','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7166,'Raw chips bucket','1',-0.05,'2024-06-24 18:45:13','0.88','6','newstock','1','','',0.00,'','1','0.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7167,'Raw chips bucket','1',1.00,'2024-06-24 18:45:13','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7168,'Raw chips bucket','1',-0.09,'2024-06-24 18:46:33','0.83','6','newstock','1','','',0.00,'','1','0.739','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7169,'Raw chips bucket','1',2.00,'2024-06-24 18:46:33','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7170,'Raw chips bucket','4',-0.05,'2024-06-24 19:23:44','0.74','6','newstock','1','','',0.00,'','1','0.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7171,'Raw chips bucket','4',1.00,'2024-06-24 19:23:44','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7172,'Potatoes sack','2',-0.02,'2024-06-24 19:25:47','2.59','6','newstock','1','','',0.00,'','1','2.5698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7173,'Potatoes sack','2',2.00,'2024-06-24 19:25:47','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7174,'Potatoes sack','2',-0.01,'2024-06-24 19:27:41','2.57','6','newstock','1','','',0.00,'','1','2.5599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7175,'Potatoes sack','2',1.00,'2024-06-24 19:27:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7176,'Raw chips bucket','3',-0.18,'2024-06-24 19:55:57','0.69','6','newstock','1','','',0.00,'','1','0.508','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7177,'Raw chips bucket','3',4.00,'2024-06-24 19:55:57','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7178,'Raw chips bucket','3',-0.09,'2024-06-24 19:57:23','0.51','6','newstock','1','','',0.00,'','1','0.419','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7179,'Raw chips bucket','3',2.00,'2024-06-24 19:57:23','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7180,'Potatoes sack','2',-0.01,'2024-06-24 20:06:23','2.56','6','newstock','1','','',0.00,'','1','2.5499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7181,'Potatoes sack','2',1.00,'2024-06-24 20:06:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7182,'Raw chips bucket','3',-0.05,'2024-06-24 20:06:29','0.42','6','newstock','1','','',0.00,'','1','0.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7183,'Raw chips bucket','3',1.00,'2024-06-24 20:06:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7184,'Raw chips bucket','3',-0.05,'2024-06-24 20:07:23','0.37','6','newstock','1','','',0.00,'','1','0.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7185,'Raw chips bucket','3',1.00,'2024-06-24 20:07:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7186,'Raw chips bucket','3',-0.05,'2024-06-24 20:09:08','0.32','6','newstock','1','','',0.00,'','1','0.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7187,'Raw chips bucket','3',1.00,'2024-06-24 20:09:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7188,'Raw chips bucket','1',-0.05,'2024-06-24 20:09:22','0.27','6','newstock','1','','',0.00,'','1','0.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7189,'Raw chips bucket','1',1.00,'2024-06-24 20:09:22','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7190,'Raw chips bucket','4',-0.05,'2024-06-25 10:59:34','0.22','7','newstock','1','','',0.00,'','1','0.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7191,'Raw chips bucket','4',1.00,'2024-06-25 10:59:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7192,'Raw chips bucket','1',-0.05,'2024-06-25 10:59:41','0.17','7','newstock','1','','',0.00,'','1','0.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7193,'Raw chips bucket','1',1.00,'2024-06-25 10:59:41','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7194,'Potatoes sack','2',-0.01,'2024-06-25 11:00:33','2.55','7','newstock','1','','',0.00,'','1','2.5399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7195,'Potatoes sack','2',1.00,'2024-06-25 11:00:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7196,'Raw chips bucket','4',-0.05,'2024-06-25 12:08:54','0.12','7','newstock','1','','',0.00,'','1','0.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7197,'Raw chips bucket','4',1.00,'2024-06-25 12:08:54','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7198,'Potatoes sack','2',-0.01,'2024-06-25 15:36:07','2.54','7','newstock','1','','',0.00,'','1','2.5299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7199,'Potatoes sack','2',1.00,'2024-06-25 15:36:07','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7200,'Raw chips bucket','1',-0.05,'2024-06-25 15:38:04','0.07','7','newstock','1','','',0.00,'','1','0.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7201,'Raw chips bucket','1',1.00,'2024-06-25 15:38:04','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7202,'Chicken','',2.00,'2024-06-25 16:34:53','0.00','7','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7203,'Raw chips bucket','',4.00,'2024-06-25 17:48:33','0.02','7','newstock','1','','',0.00,'','1','4.02','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7204,'Raw chips bucket','1',-0.05,'2024-06-25 17:57:05','4.02','7','newstock','1','','',0.00,'','1','3.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7205,'Raw chips bucket','1',1.00,'2024-06-25 17:57:05','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7206,'Raw chips bucket','1',-0.05,'2024-06-25 18:25:00','3.97','7','newstock','1','','',0.00,'','1','3.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7207,'Raw chips bucket','1',1.00,'2024-06-25 18:25:00','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7208,'Raw chips bucket','3',-0.05,'2024-06-25 18:25:44','3.92','7','newstock','1','','',0.00,'','1','3.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7209,'Raw chips bucket','3',1.00,'2024-06-25 18:25:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7210,'Potatoes sack','2',-0.01,'2024-06-25 18:26:11','2.53','7','newstock','1','','',0.00,'','1','2.5199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7211,'Potatoes sack','2',1.00,'2024-06-25 18:26:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7212,'Raw chips bucket','4',-0.05,'2024-06-25 18:26:45','3.87','7','newstock','1','','',0.00,'','1','3.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7213,'Raw chips bucket','4',1.00,'2024-06-25 18:26:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7214,'Raw chips bucket','1',-0.18,'2024-06-25 18:27:18','3.82','7','newstock','1','','',0.00,'','1','3.638','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7215,'Raw chips bucket','1',4.00,'2024-06-25 18:27:18','0.25','7','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7216,'Raw chips bucket','1',-0.05,'2024-06-25 18:27:54','3.64','7','newstock','1','','',0.00,'','1','3.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7217,'Raw chips bucket','1',1.00,'2024-06-25 18:27:54','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7218,'Raw chips bucket','3',-0.09,'2024-06-25 18:28:22','3.59','7','newstock','1','','',0.00,'','1','3.499','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7219,'Raw chips bucket','3',2.00,'2024-06-25 18:28:22','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7220,'Raw chips bucket','1',-0.05,'2024-06-25 18:29:08','3.50','7','newstock','1','','',0.00,'','1','3.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7221,'Raw chips bucket','1',1.00,'2024-06-25 18:29:08','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7222,'Raw chips bucket','1',-0.05,'2024-06-25 18:30:10','3.45','7','newstock','1','','',0.00,'','1','3.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7223,'Raw chips bucket','1',1.00,'2024-06-25 18:30:10','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7224,'Raw chips bucket','1',-0.05,'2024-06-25 18:31:32','3.40','7','newstock','1','','',0.00,'','1','3.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7225,'Raw chips bucket','1',1.00,'2024-06-25 18:31:32','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7226,'Raw chips bucket','1',-0.05,'2024-06-25 18:34:01','3.35','7','newstock','1','','',0.00,'','1','3.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7227,'Raw chips bucket','1',1.00,'2024-06-25 18:34:01','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7228,'Raw chips bucket','1',-0.05,'2024-06-25 18:35:58','3.30','7','newstock','1','','',0.00,'','1','3.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7229,'Raw chips bucket','1',1.00,'2024-06-25 18:35:58','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7230,'Raw chips bucket','1',-0.05,'2024-06-25 18:37:07','3.25','7','newstock','1','','',0.00,'','1','3.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7231,'Raw chips bucket','1',1.00,'2024-06-25 18:37:07','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7232,'Raw chips bucket','1',-0.05,'2024-06-25 18:37:46','3.20','7','newstock','1','','',0.00,'','1','3.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7233,'Raw chips bucket','1',1.00,'2024-06-25 18:37:46','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7234,'Raw chips bucket','1',-0.09,'2024-06-25 18:42:04','3.15','7','newstock','1','','',0.00,'','1','3.059','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7235,'Raw chips bucket','1',2.00,'2024-06-25 18:42:04','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7236,'Raw chips bucket','1',-0.14,'2024-06-25 19:54:33','3.06','7','newstock','1','','',0.00,'','1','2.9235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7237,'Raw chips bucket','1',3.00,'2024-06-25 19:54:33','0.25','7','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7238,'Raw chips bucket','1',-0.05,'2024-06-25 19:55:35','2.92','7','newstock','1','','',0.00,'','1','2.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7239,'Raw chips bucket','1',1.00,'2024-06-25 19:55:35','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7240,'Raw chips bucket','1',-0.09,'2024-06-25 20:08:05','2.87','7','newstock','1','','',0.00,'','1','2.779','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7241,'Raw chips bucket','1',2.00,'2024-06-25 20:08:05','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7242,'Raw chips bucket','1',-0.05,'2024-06-25 20:08:26','2.78','7','newstock','1','','',0.00,'','1','2.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7243,'Raw chips bucket','1',1.00,'2024-06-25 20:08:26','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7244,'Potatoes sack','2',-0.02,'2024-06-25 20:08:53','2.52','7','newstock','1','','',0.00,'','1','2.4998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7245,'Potatoes sack','2',2.00,'2024-06-25 20:08:53','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7246,'Raw chips bucket','3',-0.05,'2024-06-25 20:24:49','2.73','7','newstock','1','','',0.00,'','1','2.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7247,'Raw chips bucket','3',1.00,'2024-06-25 20:24:49','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7248,'Raw chips bucket','1',-0.05,'2024-06-26 16:36:09','2.68','6','newstock','1','','',0.00,'','1','2.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7249,'Raw chips bucket','1',1.00,'2024-06-26 16:36:09','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7250,'Raw chips bucket','1',-0.09,'2024-06-26 16:36:47','2.63','6','newstock','1','','',0.00,'','1','2.539','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7251,'Raw chips bucket','1',2.00,'2024-06-26 16:36:47','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7252,'Raw chips bucket','1',-0.05,'2024-06-26 16:37:22','2.54','6','newstock','1','','',0.00,'','1','2.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7253,'Raw chips bucket','1',1.00,'2024-06-26 16:37:22','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7254,'Raw chips bucket','1',-0.09,'2024-06-26 16:38:23','2.49','6','newstock','1','','',0.00,'','1','2.399','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7255,'Raw chips bucket','1',2.00,'2024-06-26 16:38:23','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7256,'Chicken','',2.00,'2024-06-26 16:39:09','0.50','6','newstock','1','','',0.00,'','1','2.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7257,'Raw chips bucket','4',-0.18,'2024-06-26 16:39:57','2.40','6','newstock','1','','',0.00,'','1','2.218','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7258,'Raw chips bucket','4',4.00,'2024-06-26 16:39:57','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7259,'Potatoes sack','2',-0.01,'2024-06-26 16:41:15','2.50','6','newstock','1','','',0.00,'','1','2.4899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7260,'Potatoes sack','2',1.00,'2024-06-26 16:41:15','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7261,'Raw chips bucket','1',-0.18,'2024-06-26 16:42:28','2.22','6','newstock','1','','',0.00,'','1','2.038','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7262,'Raw chips bucket','1',4.00,'2024-06-26 16:42:28','0.25','6','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7263,'Raw chips bucket','4',-0.18,'2024-06-26 16:43:15','2.04','6','newstock','1','','',0.00,'','1','1.858','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7264,'Raw chips bucket','4',4.00,'2024-06-26 16:43:15','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7265,'Potatoes sack','2',-0.03,'2024-06-26 16:45:33','2.49','6','newstock','1','','',0.00,'','1','2.4597','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7266,'Potatoes sack','2',3.00,'2024-06-26 16:45:33','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7267,'Raw chips bucket','4',-0.09,'2024-06-26 16:45:45','1.86','6','newstock','1','','',0.00,'','1','1.769','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7268,'Raw chips bucket','4',2.00,'2024-06-26 16:45:45','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7269,'Potatoes sack','2',-0.01,'2024-06-26 18:35:27','2.46','6','newstock','1','','',0.00,'','1','2.4499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7270,'Potatoes sack','2',1.00,'2024-06-26 18:35:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7271,'Raw chips bucket','1',-0.05,'2024-06-26 18:36:18','1.77','6','newstock','1','','',0.00,'','1','1.7245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7272,'Raw chips bucket','1',1.00,'2024-06-26 18:36:18','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7273,'Raw chips bucket','1',-0.05,'2024-06-26 18:37:26','1.72','6','newstock','1','','',0.00,'','1','1.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7274,'Raw chips bucket','1',1.00,'2024-06-26 18:37:26','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7275,'Raw chips bucket','1',-0.09,'2024-06-26 18:38:23','1.67','6','newstock','1','','',0.00,'','1','1.579','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7276,'Raw chips bucket','1',2.00,'2024-06-26 18:38:23','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7277,'Raw chips bucket','1',-0.09,'2024-06-26 18:39:05','1.58','6','newstock','1','','',0.00,'','1','1.489','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7278,'Raw chips bucket','1',2.00,'2024-06-26 18:39:05','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7279,'Raw chips bucket','1',-0.05,'2024-06-26 18:40:10','1.49','6','newstock','1','','',0.00,'','1','1.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7280,'Raw chips bucket','1',1.00,'2024-06-26 18:40:10','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7281,'Raw chips bucket','3',-0.09,'2024-06-26 19:45:33','1.44','6','newstock','1','','',0.00,'','1','1.349','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7282,'Raw chips bucket','3',2.00,'2024-06-26 19:45:33','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7283,'Raw chips bucket','1',-0.05,'2024-06-26 19:46:33','1.35','6','newstock','1','','',0.00,'','1','1.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7284,'Raw chips bucket','1',1.00,'2024-06-26 19:46:33','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7285,'Raw chips bucket','1',-0.09,'2024-06-26 21:04:25','1.30','6','newstock','1','','',0.00,'','1','1.209','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7286,'Raw chips bucket','1',2.00,'2024-06-26 21:04:25','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7287,'Raw chips bucket','1',-0.05,'2024-06-26 21:05:16','1.21','6','newstock','1','','',0.00,'','1','1.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7288,'Raw chips bucket','1',1.00,'2024-06-26 21:05:16','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7289,'Raw chips bucket','1',-0.05,'2024-06-26 21:05:39','1.16','6','newstock','1','','',0.00,'','1','1.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7290,'Raw chips bucket','1',1.00,'2024-06-26 21:05:39','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7291,'Raw chips bucket','1',-0.05,'2024-06-26 21:06:15','1.11','6','newstock','1','','',0.00,'','1','1.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7292,'Raw chips bucket','1',1.00,'2024-06-26 21:06:15','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7293,'Raw chips bucket','1',-0.05,'2024-06-26 21:09:18','1.06','6','newstock','1','','',0.00,'','1','1.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7294,'Raw chips bucket','1',1.00,'2024-06-26 21:09:18','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7295,'Raw chips bucket','1',-0.05,'2024-06-26 21:13:00','1.01','6','newstock','1','','',0.00,'','1','0.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7296,'Raw chips bucket','1',1.00,'2024-06-26 21:13:00','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7297,'Raw chips bucket','1',-0.09,'2024-06-27 18:17:25','0.96','7','newstock','1','','',0.00,'','1','0.869','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7298,'Raw chips bucket','1',2.00,'2024-06-27 18:17:25','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7299,'Raw chips bucket','1',-0.05,'2024-06-27 18:17:59','0.87','7','newstock','1','','',0.00,'','1','0.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7300,'Raw chips bucket','1',1.00,'2024-06-27 18:17:59','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7301,'Raw chips bucket','1',-0.14,'2024-06-27 19:10:05','0.82','7','newstock','1','','',0.00,'','1','0.6835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7302,'Raw chips bucket','1',3.00,'2024-06-27 19:10:05','0.25','7','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7303,'Potatoes sack','2',-0.01,'2024-06-27 19:38:02','2.45','7','newstock','1','','',0.00,'','1','2.4399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7304,'Potatoes sack','2',1.00,'2024-06-27 19:38:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7305,'Raw chips bucket','1',-0.05,'2024-06-27 19:38:22','0.68','7','newstock','1','','',0.00,'','1','0.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7306,'Raw chips bucket','1',1.00,'2024-06-27 19:38:22','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7307,'Potatoes sack','2',-0.01,'2024-06-27 19:47:55','2.44','7','newstock','1','','',0.00,'','1','2.4299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7308,'Potatoes sack','2',1.00,'2024-06-27 19:47:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7309,'Raw chips bucket','1',-0.05,'2024-06-27 21:14:55','0.63','7','newstock','1','','',0.00,'','1','0.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7310,'Raw chips bucket','1',1.00,'2024-06-27 21:14:55','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7311,'Raw chips bucket','1',-0.05,'2024-06-28 14:34:33','0.58','7','newstock','1','','',0.00,'','1','0.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7312,'Raw chips bucket','1',1.00,'2024-06-28 14:34:33','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7313,'Potatoes sack','2',-0.01,'2024-06-28 14:34:52','2.43','7','newstock','1','','',0.00,'','1','2.4199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7314,'Potatoes sack','2',1.00,'2024-06-28 14:34:52','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7315,'Raw chips bucket','4',-0.05,'2024-06-28 14:35:12','0.53','7','newstock','1','','',0.00,'','1','0.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7316,'Raw chips bucket','4',1.00,'2024-06-28 14:35:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7317,'Potatoes sack','2',-0.01,'2024-06-28 14:35:35','2.42','7','newstock','1','','',0.00,'','1','2.4099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7318,'Potatoes sack','2',1.00,'2024-06-28 14:35:35','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7319,'Raw chips bucket','1',-0.18,'2024-06-28 14:36:36','0.48','7','newstock','1','','',0.00,'','1','0.298','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7320,'Raw chips bucket','1',4.00,'2024-06-28 14:36:36','0.25','7','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7321,'Chilli sauce','',50.00,'2024-06-28 14:39:42','141.00','7','newstock','1','','',0.00,'','1','191','internal','1','36','','',0.00,'','5','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7322,'Raw chips bucket','4',-0.05,'2024-06-28 14:40:06','0.30','7','newstock','1','','',0.00,'','1','0.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7323,'Raw chips bucket','4',1.00,'2024-06-28 14:40:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7324,'Raw chips bucket','',3.00,'2024-06-28 14:44:59','0.25','7','newstock','1','','',0.00,'','1','3.25','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7325,'Potatoes sack','2',-0.03,'2024-06-28 14:45:26','2.41','6','newstock','1','','',0.00,'','1','2.3797','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7326,'Potatoes sack','2',3.00,'2024-06-28 14:45:26','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7327,'Raw chips bucket','4',-0.05,'2024-06-28 14:45:32','3.25','6','newstock','1','','',0.00,'','1','3.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7328,'Raw chips bucket','4',1.00,'2024-06-28 14:45:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7329,'Potatoes sack','2',-0.03,'2024-06-28 14:46:06','2.38','6','newstock','1','','',0.00,'','1','2.3497','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7330,'Potatoes sack','2',3.00,'2024-06-28 14:46:06','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7331,'Raw chips bucket','1',-0.14,'2024-06-28 14:46:34','3.25','6','newstock','1','','',0.00,'','1','3.1135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7332,'Raw chips bucket','1',3.00,'2024-06-28 14:46:34','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7333,'Raw chips bucket','1',-0.09,'2024-06-28 14:48:25','3.11','6','newstock','1','','',0.00,'','1','3.019','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7334,'Raw chips bucket','1',2.00,'2024-06-28 14:48:25','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7335,'Raw chips bucket','1',-0.05,'2024-06-28 17:06:10','3.02','6','newstock','1','','',0.00,'','1','2.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7336,'Raw chips bucket','1',1.00,'2024-06-28 17:06:10','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7337,'Potatoes sack','2',-0.03,'2024-06-28 17:07:22','2.35','6','newstock','1','','',0.00,'','1','2.3197','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7338,'Potatoes sack','2',3.00,'2024-06-28 17:07:22','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7339,'Raw chips bucket','1',-0.05,'2024-06-28 17:07:48','2.97','6','newstock','1','','',0.00,'','1','2.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7340,'Raw chips bucket','1',1.00,'2024-06-28 17:07:48','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7341,'Potatoes sack','2',-0.02,'2024-06-28 17:08:37','2.32','6','newstock','1','','',0.00,'','1','2.2998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7342,'Potatoes sack','2',2.00,'2024-06-28 17:08:37','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7343,'Raw chips bucket','1',-0.09,'2024-06-28 17:09:57','2.92','6','newstock','1','','',0.00,'','1','2.829','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7344,'Raw chips bucket','1',2.00,'2024-06-28 17:09:57','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7345,'Raw chips bucket','1',-0.05,'2024-06-28 17:10:38','2.83','6','newstock','1','','',0.00,'','1','2.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7346,'Raw chips bucket','1',1.00,'2024-06-28 17:10:38','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7347,'Raw chips bucket','4',-0.05,'2024-06-28 17:11:10','2.78','6','newstock','1','','',0.00,'','1','2.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7348,'Raw chips bucket','4',1.00,'2024-06-28 17:11:10','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7349,'Potatoes sack','2',-0.03,'2024-06-28 17:15:19','2.30','6','newstock','1','','',0.00,'','1','2.2697','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7350,'Potatoes sack','2',3.00,'2024-06-28 17:15:19','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7351,'Raw chips bucket','1',-0.09,'2024-06-28 18:13:39','2.73','6','newstock','1','','',0.00,'','1','2.639','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7352,'Raw chips bucket','1',2.00,'2024-06-28 18:13:39','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7353,'Raw chips bucket','1',-0.05,'2024-06-28 20:47:46','2.64','6','newstock','1','','',0.00,'','1','2.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7354,'Raw chips bucket','1',1.00,'2024-06-28 20:47:46','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7355,'Raw chips bucket','1',-0.05,'2024-06-28 20:48:15','2.59','6','newstock','1','','',0.00,'','1','2.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7356,'Raw chips bucket','1',1.00,'2024-06-28 20:48:15','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7357,'Potatoes sack','2',-0.03,'2024-06-28 20:49:34','2.27','6','newstock','1','','',0.00,'','1','2.2397','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7358,'Potatoes sack','2',3.00,'2024-06-28 20:49:34','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7359,'Raw chips bucket','4',-0.05,'2024-06-28 20:50:02','2.54','6','newstock','1','','',0.00,'','1','2.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7360,'Raw chips bucket','4',1.00,'2024-06-28 20:50:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7361,'Raw chips bucket','1',-0.09,'2024-06-28 20:50:33','2.49','6','newstock','1','','',0.00,'','1','2.399','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7362,'Raw chips bucket','1',2.00,'2024-06-28 20:50:33','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7363,'Raw chips bucket','1',-0.05,'2024-06-28 20:50:56','2.40','6','newstock','1','','',0.00,'','1','2.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7364,'Raw chips bucket','1',1.00,'2024-06-28 20:50:56','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7365,'Raw chips bucket','1',-0.05,'2024-06-28 20:51:23','2.35','6','newstock','1','','',0.00,'','1','2.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7366,'Raw chips bucket','1',1.00,'2024-06-28 20:51:23','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7367,'Raw chips bucket','1',-0.05,'2024-06-28 20:52:45','2.30','6','newstock','1','','',0.00,'','1','2.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7368,'Raw chips bucket','1',1.00,'2024-06-28 20:52:45','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7369,'Raw chips bucket','1',-0.05,'2024-06-28 20:53:14','2.25','6','newstock','1','','',0.00,'','1','2.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7370,'Raw chips bucket','1',1.00,'2024-06-28 20:53:14','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7371,'Potatoes sack','2',-0.01,'2024-06-28 20:54:03','2.24','6','newstock','1','','',0.00,'','1','2.2299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7372,'Potatoes sack','2',1.00,'2024-06-28 20:54:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7373,'Chicken','',2.00,'2024-06-28 20:55:39','0.25','6','newstock','1','','',0.00,'','1','2.25','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7374,'Raw chips bucket','1',-0.05,'2024-06-29 13:19:54','2.20','6','newstock','1','','',0.00,'','1','2.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7375,'Raw chips bucket','1',1.00,'2024-06-29 13:19:54','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7376,'Potatoes sack','2',-0.01,'2024-06-29 13:23:08','2.23','6','newstock','1','','',0.00,'','1','2.2199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7377,'Potatoes sack','2',1.00,'2024-06-29 13:23:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7378,'Raw chips bucket','4',-0.05,'2024-06-29 13:23:30','2.15','6','newstock','1','','',0.00,'','1','2.1045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7379,'Raw chips bucket','4',1.00,'2024-06-29 13:23:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7380,'Raw chips bucket','4',-0.09,'2024-06-29 13:24:24','2.10','6','newstock','1','','',0.00,'','1','2.009','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7381,'Raw chips bucket','4',2.00,'2024-06-29 13:24:24','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7382,'Potatoes sack','2',-0.02,'2024-06-29 13:25:46','2.22','6','newstock','1','','',0.00,'','1','2.1998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7383,'Potatoes sack','2',2.00,'2024-06-29 13:25:46','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7384,'Raw chips bucket','1',-0.09,'2024-06-29 13:26:35','2.01','6','newstock','1','','',0.00,'','1','1.919','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7385,'Raw chips bucket','1',2.00,'2024-06-29 13:26:35','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7386,'Raw chips bucket','1',-0.14,'2024-06-29 15:46:16','1.92','7','newstock','1','','',0.00,'','1','1.7835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7387,'Raw chips bucket','1',3.00,'2024-06-29 15:46:16','0.25','7','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7388,'Raw chips bucket','1',-0.05,'2024-06-29 15:49:44','1.78','7','newstock','1','','',0.00,'','1','1.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7389,'Raw chips bucket','1',1.00,'2024-06-29 15:49:44','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7390,'Raw chips bucket','1',-0.18,'2024-06-29 20:30:25','1.73','7','newstock','1','','',0.00,'','1','1.548','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7391,'Raw chips bucket','1',4.00,'2024-06-29 20:30:25','0.25','7','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7392,'Raw chips bucket','1',-0.05,'2024-06-29 20:31:43','1.55','7','newstock','1','','',0.00,'','1','1.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7393,'Raw chips bucket','1',1.00,'2024-06-29 20:31:43','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7394,'Raw chips bucket','3',-0.14,'2024-06-29 20:31:58','1.50','7','newstock','1','','',0.00,'','1','1.3635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7395,'Raw chips bucket','3',3.00,'2024-06-29 20:31:58','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7396,'Raw chips bucket','4',-0.14,'2024-06-29 20:32:50','1.36','7','newstock','1','','',0.00,'','1','1.2235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7397,'Raw chips bucket','4',3.00,'2024-06-29 20:32:50','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7398,'Raw chips bucket','1',-0.14,'2024-06-29 20:33:30','1.22','7','newstock','1','','',0.00,'','1','1.0835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7399,'Raw chips bucket','1',3.00,'2024-06-29 20:33:30','1.25','7','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7400,'Raw chips bucket','1',-0.05,'2024-06-29 20:34:26','1.08','7','newstock','1','','',0.00,'','1','1.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7401,'Raw chips bucket','1',1.00,'2024-06-29 20:34:26','1.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7402,'Raw chips bucket','1',-0.09,'2024-06-29 20:35:52','1.03','7','newstock','1','','',0.00,'','1','0.939','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7403,'Raw chips bucket','1',2.00,'2024-06-29 20:35:52','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7404,'Raw chips bucket','1',-0.09,'2024-06-29 20:37:20','0.94','7','newstock','1','','',0.00,'','1','0.849','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7405,'Raw chips bucket','1',2.00,'2024-06-29 20:37:20','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7406,'Raw chips bucket','1',-0.05,'2024-06-29 20:38:09','0.85','7','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7407,'Raw chips bucket','1',1.00,'2024-06-29 20:38:09','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7408,'Raw chips bucket','1',-0.05,'2024-06-29 20:39:13','0.80','7','newstock','1','','',0.00,'','1','0.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7409,'Raw chips bucket','1',1.00,'2024-06-29 20:39:13','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7410,'Raw chips bucket','1',-0.05,'2024-06-29 20:41:46','0.75','7','newstock','1','','',0.00,'','1','0.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7411,'Raw chips bucket','1',1.00,'2024-06-29 20:41:46','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7412,'Raw chips bucket','1',-0.05,'2024-06-29 20:42:50','0.70','7','newstock','1','','',0.00,'','1','0.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7413,'Raw chips bucket','1',1.00,'2024-06-29 20:42:50','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7414,'Raw chips bucket','1',-0.05,'2024-06-29 20:43:43','0.65','7','newstock','1','','',0.00,'','1','0.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7415,'Raw chips bucket','1',1.00,'2024-06-29 20:43:43','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7416,'Raw chips bucket','1',-0.14,'2024-06-29 20:48:45','0.60','7','newstock','1','','',0.00,'','1','0.4635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7417,'Raw chips bucket','1',3.00,'2024-06-29 20:48:45','0.25','7','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7418,'Chicken','',4.00,'2024-06-29 20:49:47','0.00','7','newstock','1','','',0.00,'','1','4','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7419,'Raw chips bucket','1',-0.05,'2024-06-29 20:51:46','0.46','7','newstock','1','','',0.00,'','1','0.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7420,'Raw chips bucket','1',1.00,'2024-06-29 20:51:46','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7421,'Raw chips bucket','1',-0.05,'2024-06-29 20:51:49','0.41','7','newstock','1','','',0.00,'','1','0.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7422,'Raw chips bucket','1',1.00,'2024-06-29 20:51:49','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7423,'Potatoes sack','2',-0.01,'2024-06-29 20:59:02','2.20','7','newstock','1','','',0.00,'','1','2.1899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7424,'Potatoes sack','2',1.00,'2024-06-29 20:59:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7425,'Potatoes sack','2',-0.02,'2024-06-29 20:59:08','2.19','7','newstock','1','','',0.00,'','1','2.1698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7426,'Potatoes sack','2',2.00,'2024-06-29 20:59:08','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7427,'Raw chips bucket','1',-0.05,'2024-06-29 20:59:41','0.36','7','newstock','1','','',0.00,'','1','0.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7428,'Raw chips bucket','1',1.00,'2024-06-29 20:59:41','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7429,'Raw chips bucket','4',-0.14,'2024-06-29 21:02:15','0.31','7','newstock','1','','',0.00,'','1','0.1735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7430,'Raw chips bucket','4',3.00,'2024-06-29 21:02:15','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7431,'Raw chips bucket','1',-0.05,'2024-06-29 21:02:41','0.17','7','newstock','1','','',0.00,'','1','0.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7432,'Raw chips bucket','1',1.00,'2024-06-29 21:02:41','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7433,'Raw chips bucket','',3.00,'2024-06-29 21:04:12','0.12','7','newstock','1','','',0.00,'','1','3.12','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7434,'Raw chips bucket','1',-0.05,'2024-06-29 21:04:27','3.12','7','newstock','1','','',0.00,'','1','3.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7435,'Raw chips bucket','1',1.00,'2024-06-29 21:04:27','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7436,'Potatoes sack','2',-0.03,'2024-06-29 21:04:32','2.17','7','newstock','1','','',0.00,'','1','2.1397','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7437,'Potatoes sack','2',3.00,'2024-06-29 21:04:32','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7438,'Raw chips bucket','1',-0.09,'2024-06-29 21:04:43','3.07','7','newstock','1','','',0.00,'','1','2.979','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7439,'Raw chips bucket','1',2.00,'2024-06-29 21:04:43','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7440,'Raw chips bucket','3',-0.05,'2024-06-29 21:08:38','2.98','7','newstock','1','','',0.00,'','1','2.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7441,'Raw chips bucket','3',1.00,'2024-06-29 21:08:38','3.00','7','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7442,'Potatoes sack','2',-0.01,'2024-06-29 21:08:40','2.14','7','newstock','1','','',0.00,'','1','2.1299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7443,'Potatoes sack','2',1.00,'2024-06-29 21:08:40','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7444,'Raw chips bucket','4',-0.05,'2024-06-29 21:08:42','2.93','7','newstock','1','','',0.00,'','1','2.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7445,'Raw chips bucket','4',1.00,'2024-06-29 21:08:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7446,'Raw chips bucket','1',-0.09,'2024-06-29 21:11:17','2.88','7','newstock','1','','',0.00,'','1','2.789','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7447,'Raw chips bucket','1',2.00,'2024-06-29 21:11:17','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7448,'Raw chips bucket','1',-0.05,'2024-06-29 21:12:07','2.79','7','newstock','1','','',0.00,'','1','2.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7449,'Raw chips bucket','1',1.00,'2024-06-29 21:12:07','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7450,'Raw chips bucket','1',-0.05,'2024-06-29 21:12:29','2.74','7','newstock','1','','',0.00,'','1','2.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7451,'Raw chips bucket','1',1.00,'2024-06-29 21:12:29','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7452,'Raw chips bucket','1',-0.18,'2024-06-29 21:12:45','2.69','7','newstock','1','','',0.00,'','1','2.508','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7453,'Raw chips bucket','1',4.00,'2024-06-29 21:12:45','0.25','7','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7454,'Raw chips bucket','1',-0.18,'2024-06-30 12:37:44','2.51','6','newstock','1','','',0.00,'','1','2.328','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7455,'Raw chips bucket','1',4.00,'2024-06-30 12:37:44','0.25','6','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7456,'Raw chips bucket','1',-0.05,'2024-06-30 12:38:28','2.33','6','newstock','1','','',0.00,'','1','2.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7457,'Raw chips bucket','1',1.00,'2024-06-30 12:38:28','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7458,'Raw chips bucket','1',-0.18,'2024-06-30 12:39:27','2.28','6','newstock','1','','',0.00,'','1','2.098','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7459,'Raw chips bucket','1',4.00,'2024-06-30 12:39:27','0.25','6','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7460,'Raw chips bucket','1',-0.05,'2024-06-30 12:40:12','2.10','6','newstock','1','','',0.00,'','1','2.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7461,'Raw chips bucket','1',1.00,'2024-06-30 12:40:12','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7462,'Raw chips bucket','4',-0.09,'2024-06-30 12:42:04','2.05','6','newstock','1','','',0.00,'','1','1.959','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7463,'Raw chips bucket','4',2.00,'2024-06-30 12:42:04','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7464,'Potatoes sack','2',-0.02,'2024-06-30 12:42:07','2.13','6','newstock','1','','',0.00,'','1','2.1098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7465,'Potatoes sack','2',2.00,'2024-06-30 12:42:07','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7466,'Raw chips bucket','1',-0.05,'2024-06-30 12:42:12','1.96','6','newstock','1','','',0.00,'','1','1.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7467,'Raw chips bucket','1',1.00,'2024-06-30 12:42:12','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7468,'Raw chips bucket','1',-0.14,'2024-06-30 12:56:19','1.91','6','newstock','1','','',0.00,'','1','1.7735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7469,'Raw chips bucket','1',3.00,'2024-06-30 12:56:19','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7470,'Raw chips bucket','1',-0.23,'2024-06-30 13:09:12','1.77','6','newstock','1','','',0.00,'','1','1.5425','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7471,'Raw chips bucket','1',5.00,'2024-06-30 13:09:12','0.25','6','newstock','1','','',0.00,'','1','5.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7472,'Raw chips bucket','1',-0.14,'2024-06-30 13:21:59','1.54','6','newstock','1','','',0.00,'','1','1.4035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7473,'Raw chips bucket','1',3.00,'2024-06-30 13:21:59','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7474,'Raw chips bucket','1',-0.14,'2024-06-30 13:35:29','1.40','7','newstock','1','','',0.00,'','1','1.2635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7475,'Raw chips bucket','1',3.00,'2024-06-30 13:35:29','0.25','7','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7476,'Raw chips bucket','1',-0.09,'2024-06-30 13:35:43','1.26','7','newstock','1','','',0.00,'','1','1.169','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7477,'Raw chips bucket','1',2.00,'2024-06-30 13:35:43','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7478,'Raw chips bucket','1',-0.09,'2024-06-30 13:36:47','1.17','7','newstock','1','','',0.00,'','1','1.079','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7479,'Raw chips bucket','1',2.00,'2024-06-30 13:36:47','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7480,'Raw chips bucket','1',-0.09,'2024-06-30 13:37:10','1.08','7','newstock','1','','',0.00,'','1','0.989','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7481,'Raw chips bucket','1',2.00,'2024-06-30 13:37:10','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7482,'Raw chips bucket','4',-0.09,'2024-06-30 13:39:14','0.99','7','newstock','1','','',0.00,'','1','0.899','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7483,'Raw chips bucket','4',2.00,'2024-06-30 13:39:14','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7484,'Raw chips bucket','1',-0.05,'2024-06-30 13:39:29','0.90','7','newstock','1','','',0.00,'','1','0.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7485,'Raw chips bucket','1',1.00,'2024-06-30 13:39:29','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7486,'Raw chips bucket','1',-0.05,'2024-06-30 14:08:16','0.85','7','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7487,'Raw chips bucket','1',1.00,'2024-06-30 14:08:16','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7488,'Potatoes sack','2',-0.01,'2024-06-30 14:08:38','2.11','7','newstock','1','','',0.00,'','1','2.0999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7489,'Potatoes sack','2',1.00,'2024-06-30 14:08:38','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7490,'Raw chips bucket','4',-0.05,'2024-06-30 14:08:56','0.80','7','newstock','1','','',0.00,'','1','0.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7491,'Raw chips bucket','4',1.00,'2024-06-30 14:08:56','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7492,'Raw chips bucket','1',-0.05,'2024-06-30 14:09:07','0.75','7','newstock','1','','',0.00,'','1','0.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7493,'Raw chips bucket','1',1.00,'2024-06-30 14:09:07','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7494,'Potatoes sack','2',-0.02,'2024-06-30 15:56:57','2.10','7','newstock','1','','',0.00,'','1','2.0798','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7495,'Potatoes sack','2',2.00,'2024-06-30 15:56:57','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7496,'Raw chips bucket','1',-0.05,'2024-06-30 16:40:05','0.70','7','newstock','1','','',0.00,'','1','0.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7497,'Raw chips bucket','1',1.00,'2024-06-30 16:40:05','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7498,'Raw chips bucket','1',-0.05,'2024-06-30 16:41:03','0.65','7','newstock','1','','',0.00,'','1','0.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7499,'Raw chips bucket','1',1.00,'2024-06-30 16:41:03','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7500,'Raw chips bucket','1',-0.18,'2024-06-30 16:41:30','0.60','7','newstock','1','','',0.00,'','1','0.418','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7501,'Raw chips bucket','1',4.00,'2024-06-30 16:41:30','0.25','7','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7502,'Raw chips bucket','1',-0.14,'2024-06-30 16:41:56','0.42','7','newstock','1','','',0.00,'','1','0.2835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7503,'Raw chips bucket','1',3.00,'2024-06-30 16:41:56','0.25','7','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7504,'Raw chips bucket','1',-0.09,'2024-06-30 16:42:59','0.28','7','newstock','1','','',0.00,'','1','0.189','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7505,'Raw chips bucket','1',2.00,'2024-06-30 16:42:59','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7506,'Carrier bag small','',15.00,'2024-06-30 16:44:37','0.00','7','newstock','1','','',0.00,'','1','15','internal','1','33','','',0.00,'','10','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7507,'Raw chips bucket','1',-0.09,'2024-06-30 16:45:11','0.19','7','newstock','1','','',0.00,'','1','0.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7508,'Raw chips bucket','1',2.00,'2024-06-30 16:45:11','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7509,'Raw chips bucket','1',-0.09,'2024-06-30 16:45:59','0.10','7','newstock','1','','',0.00,'','1','0.009','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7510,'Raw chips bucket','1',2.00,'2024-06-30 16:45:59','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7511,'Raw chips bucket','',4.00,'2024-06-30 16:47:20','0.01','7','newstock','1','','',0.00,'','1','4.01','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7512,'Raw chips bucket','1',-0.05,'2024-06-30 16:47:44','4.01','7','newstock','1','','',0.00,'','1','3.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7513,'Raw chips bucket','1',1.00,'2024-06-30 16:47:44','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7514,'Potatoes sack','2',-0.04,'2024-06-30 16:48:09','2.08','7','newstock','1','','',0.00,'','1','2.0396','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7515,'Potatoes sack','2',4.00,'2024-06-30 16:48:09','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7516,'Raw chips bucket','4',-0.05,'2024-06-30 16:48:59','3.96','7','newstock','1','','',0.00,'','1','3.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7517,'Raw chips bucket','4',1.00,'2024-06-30 16:48:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7518,'Raw chips bucket','1',-0.18,'2024-06-30 16:49:21','3.91','7','newstock','1','','',0.00,'','1','3.728','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7519,'Raw chips bucket','1',4.00,'2024-06-30 16:49:21','0.25','7','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7520,'Raw chips bucket','1',-0.05,'2024-06-30 16:49:38','3.73','7','newstock','1','','',0.00,'','1','3.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7521,'Raw chips bucket','1',1.00,'2024-06-30 16:49:38','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7522,'Raw chips bucket','1',-0.05,'2024-06-30 16:50:25','3.68','7','newstock','1','','',0.00,'','1','3.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7523,'Raw chips bucket','1',1.00,'2024-06-30 16:50:25','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7524,'Chicken','',4.00,'2024-06-30 16:52:19','0.25','7','newstock','1','','',0.00,'','1','4.25','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7525,'Potatoes sack','2',-0.03,'2024-06-30 16:52:59','2.04','7','newstock','1','','',0.00,'','1','2.0097','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7526,'Potatoes sack','2',3.00,'2024-06-30 16:52:59','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7527,'Raw chips bucket','4',-0.09,'2024-06-30 16:53:20','3.63','7','newstock','1','','',0.00,'','1','3.539','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7528,'Raw chips bucket','4',2.00,'2024-06-30 16:53:20','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7529,'Raw chips bucket','1',-0.05,'2024-06-30 16:53:59','3.54','7','newstock','1','','',0.00,'','1','3.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7530,'Raw chips bucket','1',1.00,'2024-06-30 16:53:59','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7531,'Raw chips bucket','1',-0.05,'2024-06-30 16:54:50','3.49','7','newstock','1','','',0.00,'','1','3.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7532,'Raw chips bucket','1',1.00,'2024-06-30 16:54:50','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7533,'Raw chips bucket','1',-0.05,'2024-06-30 16:55:12','3.44','7','newstock','1','','',0.00,'','1','3.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7534,'Raw chips bucket','1',1.00,'2024-06-30 16:55:12','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7535,'Potatoes sack','2',-0.01,'2024-06-30 16:55:22','2.01','7','newstock','1','','',0.00,'','1','1.9999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7536,'Potatoes sack','2',1.00,'2024-06-30 16:55:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7537,'Raw chips bucket','4',-0.09,'2024-06-30 16:56:28','3.39','7','newstock','1','','',0.00,'','1','3.299','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7538,'Raw chips bucket','4',2.00,'2024-06-30 16:56:28','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7539,'Potatoes sack','2',-0.01,'2024-06-30 16:56:56','2.00','7','newstock','1','','',0.00,'','1','1.9899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7540,'Potatoes sack','2',1.00,'2024-06-30 16:56:56','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7541,'Potatoes sack','2',-0.03,'2024-06-30 17:01:35','1.99','7','newstock','1','','',0.00,'','1','1.9597','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7542,'Potatoes sack','2',3.00,'2024-06-30 17:01:35','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7543,'Raw chips bucket','1',-0.05,'2024-06-30 17:04:19','3.30','7','newstock','1','','',0.00,'','1','3.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7544,'Raw chips bucket','1',1.00,'2024-06-30 17:04:19','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7545,'Tomato sauce','',25.00,'2024-06-30 17:05:26','1.00','7','newstock','1','','',0.00,'','1','26','internal','1','35','','',0.00,'','5','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7546,'Raw chips bucket','1',-0.05,'2024-06-30 17:06:31','3.25','7','newstock','1','','',0.00,'','1','3.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7547,'Raw chips bucket','1',1.00,'2024-06-30 17:06:31','1.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7548,'Potatoes sack','2',-0.04,'2024-06-30 17:19:28','1.96','6','newstock','1','','',0.00,'','1','1.9196','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7549,'Potatoes sack','2',4.00,'2024-06-30 17:19:28','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7550,'Raw chips bucket','1',-0.05,'2024-06-30 17:36:41','3.20','7','newstock','1','','',0.00,'','1','3.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7551,'Raw chips bucket','1',1.00,'2024-06-30 17:36:41','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7552,'Raw chips bucket','4',-0.09,'2024-06-30 17:37:07','3.15','7','newstock','1','','',0.00,'','1','3.059','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7553,'Raw chips bucket','4',2.00,'2024-06-30 17:37:07','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7554,'Potatoes sack','2',-0.01,'2024-06-30 17:37:47','1.92','7','newstock','1','','',0.00,'','1','1.9099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7555,'Potatoes sack','2',1.00,'2024-06-30 17:37:47','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7556,'Raw chips bucket','1',-0.05,'2024-06-30 17:49:36','3.06','7','newstock','1','','',0.00,'','1','3.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7557,'Raw chips bucket','1',1.00,'2024-06-30 17:49:36','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7558,'Raw chips bucket','1',-0.18,'2024-06-30 17:50:48','3.01','7','newstock','1','','',0.00,'','1','2.828','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7559,'Raw chips bucket','1',4.00,'2024-06-30 17:50:48','0.25','7','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7560,'Raw chips bucket','1',-0.05,'2024-06-30 17:52:24','2.83','7','newstock','1','','',0.00,'','1','2.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7561,'Raw chips bucket','1',1.00,'2024-06-30 17:52:24','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7562,'Raw chips bucket','1',-0.05,'2024-06-30 17:53:33','2.78','7','newstock','1','','',0.00,'','1','2.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7563,'Raw chips bucket','1',1.00,'2024-06-30 17:53:33','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7564,'Raw chips bucket','1',-0.05,'2024-06-30 17:57:27','2.73','7','newstock','1','','',0.00,'','1','2.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7565,'Raw chips bucket','1',1.00,'2024-06-30 17:57:27','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7566,'Potatoes sack','2',-0.04,'2024-06-30 18:17:26','1.91','7','newstock','1','','',0.00,'','1','1.8696','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7567,'Potatoes sack','2',4.00,'2024-06-30 18:17:26','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7568,'Potatoes sack','2',-0.01,'2024-06-30 18:18:02','1.87','7','newstock','1','','',0.00,'','1','1.8599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7569,'Potatoes sack','2',1.00,'2024-06-30 18:18:02','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7570,'Raw chips bucket','1',-0.09,'2024-06-30 18:18:26','2.68','7','newstock','1','','',0.00,'','1','2.589','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7571,'Raw chips bucket','1',2.00,'2024-06-30 18:18:26','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7572,'Raw chips bucket','4',-0.18,'2024-06-30 18:20:37','2.59','7','newstock','1','','',0.00,'','1','2.408','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7573,'Raw chips bucket','4',4.00,'2024-06-30 18:20:37','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7574,'Potatoes sack','2',-0.02,'2024-06-30 18:21:23','1.86','7','newstock','1','','',0.00,'','1','1.8398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7575,'Potatoes sack','2',2.00,'2024-06-30 18:21:23','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7576,'Potatoes sack','2',-0.04,'2024-06-30 18:28:16','1.84','7','newstock','1','','',0.00,'','1','1.7996','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7577,'Potatoes sack','2',4.00,'2024-06-30 18:28:16','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7578,'Raw chips bucket','1',-0.05,'2024-06-30 19:13:27','2.41','6','newstock','1','','',0.00,'','1','2.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7579,'Raw chips bucket','1',1.00,'2024-06-30 19:13:27','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7580,'Potatoes sack','2',-0.01,'2024-06-30 19:14:11','1.84','6','newstock','1','','',0.00,'','1','1.8299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7581,'Potatoes sack','2',1.00,'2024-06-30 19:14:11','4.00','6','newstock','1','','',0.00,'','1','5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7582,'Raw chips bucket','4',-0.05,'2024-06-30 19:14:15','2.36','6','newstock','1','','',0.00,'','1','2.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7583,'Raw chips bucket','4',1.00,'2024-06-30 19:14:15','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7584,'Raw chips bucket','1',-0.05,'2024-06-30 19:15:46','2.31','6','newstock','1','','',0.00,'','1','2.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7585,'Raw chips bucket','1',1.00,'2024-06-30 19:15:46','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7586,'Raw chips bucket','1',-0.09,'2024-06-30 19:16:28','2.26','6','newstock','1','','',0.00,'','1','2.169','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7587,'Raw chips bucket','1',2.00,'2024-06-30 19:16:28','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7588,'Raw chips bucket','1',-0.05,'2024-06-30 19:17:03','2.17','6','newstock','1','','',0.00,'','1','2.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7589,'Raw chips bucket','1',1.00,'2024-06-30 19:17:03','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7590,'Potatoes sack','2',-0.01,'2024-06-30 19:18:30','1.83','6','newstock','1','','',0.00,'','1','1.8199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7591,'Potatoes sack','2',1.00,'2024-06-30 19:18:30','3.00','6','newstock','1','','',0.00,'','1','4','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7592,'Raw chips bucket','1',-0.09,'2024-06-30 19:19:10','2.12','6','newstock','1','','',0.00,'','1','2.029','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7593,'Raw chips bucket','1',2.00,'2024-06-30 19:19:10','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7594,'Raw chips bucket','1',-0.05,'2024-06-30 19:19:59','2.03','6','newstock','1','','',0.00,'','1','1.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7595,'Raw chips bucket','1',1.00,'2024-06-30 19:19:59','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7596,'Raw chips bucket','1',-0.05,'2024-06-30 19:28:56','1.98','6','newstock','1','','',0.00,'','1','1.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7597,'Raw chips bucket','1',1.00,'2024-06-30 19:28:56','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7598,'Potatoes sack','2',-0.01,'2024-06-30 20:03:23','1.82','6','newstock','1','','',0.00,'','1','1.8099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7599,'Potatoes sack','2',1.00,'2024-06-30 20:03:23','2.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7600,'Raw chips bucket','1',-0.05,'2024-06-30 20:05:36','1.93','6','newstock','1','','',0.00,'','1','1.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7601,'Raw chips bucket','1',1.00,'2024-06-30 20:05:36','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7602,'Raw chips bucket','4',-0.18,'2024-06-30 20:40:33','1.88','6','newstock','1','','',0.00,'','1','1.698','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7603,'Raw chips bucket','4',4.00,'2024-06-30 20:40:33','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7604,'Raw chips bucket','1',-0.05,'2024-06-30 20:41:13','1.70','6','newstock','1','','',0.00,'','1','1.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7605,'Raw chips bucket','1',1.00,'2024-06-30 20:41:13','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7606,'Potatoes sack','2',-0.01,'2024-06-30 20:44:48','1.81','6','newstock','1','','',0.00,'','1','1.7999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7607,'Potatoes sack','2',1.00,'2024-06-30 20:44:48','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7608,'Raw chips bucket','4',-0.05,'2024-07-01 11:36:34','1.65','6','newstock','1','','',0.00,'','1','1.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7609,'Raw chips bucket','4',1.00,'2024-07-01 11:36:34','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7610,'Raw chips bucket','1',-0.05,'2024-07-01 11:37:01','1.60','6','newstock','1','','',0.00,'','1','1.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7611,'Raw chips bucket','1',1.00,'2024-07-01 11:37:01','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7612,'Potatoes sack','2',-0.03,'2024-07-01 14:00:37','1.80','6','newstock','1','','',0.00,'','1','1.7697','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7613,'Potatoes sack','2',3.00,'2024-07-01 14:00:37','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7614,'Potatoes sack','2',-0.01,'2024-07-01 14:01:27','1.77','6','newstock','1','','',0.00,'','1','1.7599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7615,'Potatoes sack','2',1.00,'2024-07-01 14:01:27','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7616,'Raw chips bucket','4',-0.05,'2024-07-01 14:01:30','1.55','6','newstock','1','','',0.00,'','1','1.5045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7617,'Raw chips bucket','4',1.00,'2024-07-01 14:01:30','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7618,'Potatoes sack','2',-0.01,'2024-07-01 14:02:46','1.76','6','newstock','1','','',0.00,'','1','1.7499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7619,'Potatoes sack','2',1.00,'2024-07-01 14:02:46','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7620,'Potatoes sack','2',-0.01,'2024-07-01 14:03:41','1.75','6','newstock','1','','',0.00,'','1','1.7399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7621,'Potatoes sack','2',1.00,'2024-07-01 14:03:41','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7622,'Raw chips bucket','1',-0.09,'2024-07-01 14:04:24','1.50','6','newstock','1','','',0.00,'','1','1.409','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7623,'Raw chips bucket','1',2.00,'2024-07-01 14:04:24','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7624,'Chicken','',3.00,'2024-07-01 14:05:10','0.00','6','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7625,'Raw chips bucket','1',-0.05,'2024-07-01 14:08:10','1.41','6','newstock','1','','',0.00,'','1','1.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7626,'Raw chips bucket','1',1.00,'2024-07-01 14:08:10','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7627,'Potatoes sack','2',-0.01,'2024-07-01 14:50:16','1.74','6','newstock','1','','',0.00,'','1','1.7299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7628,'Potatoes sack','2',1.00,'2024-07-01 14:50:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7629,'Potatoes sack','2',-0.02,'2024-07-01 14:51:29','1.73','6','newstock','1','','',0.00,'','1','1.7098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7630,'Potatoes sack','2',2.00,'2024-07-01 14:51:29','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7631,'Raw chips bucket','1',-0.05,'2024-07-01 14:53:44','1.36','6','newstock','1','','',0.00,'','1','1.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7632,'Raw chips bucket','1',1.00,'2024-07-01 14:53:44','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7633,'Potatoes sack','2',-0.02,'2024-07-01 16:03:46','1.71','6','newstock','1','','',0.00,'','1','1.6898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7634,'Potatoes sack','2',2.00,'2024-07-01 16:03:46','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7635,'Potatoes sack','2',-0.01,'2024-07-01 16:04:16','1.69','6','newstock','1','','',0.00,'','1','1.6799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7636,'Potatoes sack','2',1.00,'2024-07-01 16:04:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7637,'Raw chips bucket','1',-0.05,'2024-07-01 16:05:42','1.31','6','newstock','1','','',0.00,'','1','1.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7638,'Raw chips bucket','1',1.00,'2024-07-01 16:05:42','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7639,'Raw chips bucket','1',-0.09,'2024-07-01 16:06:18','1.26','6','newstock','1','','',0.00,'','1','1.169','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7640,'Raw chips bucket','1',2.00,'2024-07-01 16:06:18','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7641,'Potatoes sack','2',-0.02,'2024-07-01 16:07:46','1.68','6','newstock','1','','',0.00,'','1','1.6598','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7642,'Potatoes sack','2',2.00,'2024-07-01 16:07:46','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7643,'Raw chips bucket','1',-0.09,'2024-07-01 18:30:18','1.17','6','newstock','1','','',0.00,'','1','1.079','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7644,'Raw chips bucket','1',2.00,'2024-07-01 18:30:18','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7645,'Raw chips bucket','1',-0.05,'2024-07-01 18:31:06','1.08','6','newstock','1','','',0.00,'','1','1.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7646,'Raw chips bucket','1',1.00,'2024-07-01 18:31:06','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7647,'Raw chips bucket','1',-0.09,'2024-07-01 18:31:28','1.03','6','newstock','1','','',0.00,'','1','0.939','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7648,'Raw chips bucket','1',2.00,'2024-07-01 18:31:28','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7649,'Raw chips bucket','1',-0.09,'2024-07-01 21:07:16','0.94','6','newstock','1','','',0.00,'','1','0.849','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7650,'Raw chips bucket','1',2.00,'2024-07-01 21:07:16','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7651,'Raw chips bucket','1',-0.05,'2024-07-01 21:09:28','0.85','6','newstock','1','','',0.00,'','1','0.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7652,'Raw chips bucket','1',1.00,'2024-07-01 21:09:28','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7653,'Raw chips bucket','1',-0.09,'2024-07-01 21:09:57','0.80','6','newstock','1','','',0.00,'','1','0.709','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7654,'Raw chips bucket','1',2.00,'2024-07-01 21:09:57','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7655,'Potatoes sack','2',-0.01,'2024-07-01 21:12:55','1.66','6','newstock','1','','',0.00,'','1','1.6499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7656,'Potatoes sack','2',1.00,'2024-07-01 21:12:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7657,'Raw chips bucket','1',-0.09,'2024-07-01 21:13:36','0.71','6','newstock','1','','',0.00,'','1','0.619','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7658,'Raw chips bucket','1',2.00,'2024-07-01 21:13:36','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7659,'Raw chips bucket','1',-0.05,'2024-07-01 21:13:58','0.62','6','newstock','1','','',0.00,'','1','0.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7660,'Raw chips bucket','1',1.00,'2024-07-01 21:13:58','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7661,'Raw chips bucket','1',-0.05,'2024-07-01 21:14:32','0.57','6','newstock','1','','',0.00,'','1','0.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7662,'Raw chips bucket','1',1.00,'2024-07-01 21:14:32','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7663,'Raw chips bucket','1',-0.09,'2024-07-01 21:15:47','0.52','6','newstock','1','','',0.00,'','1','0.429','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7664,'Raw chips bucket','1',2.00,'2024-07-01 21:15:47','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7665,'Raw chips bucket','1',-0.09,'2024-07-01 21:16:37','0.43','6','newstock','1','','',0.00,'','1','0.339','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7666,'Raw chips bucket','1',2.00,'2024-07-01 21:16:37','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7667,'Raw chips bucket','1',-0.05,'2024-07-01 21:17:13','0.34','6','newstock','1','','',0.00,'','1','0.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7668,'Raw chips bucket','1',1.00,'2024-07-01 21:17:13','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7669,'Raw chips bucket','1',-0.05,'2024-07-07 11:56:29','0.29','7','newstock','1','','',0.00,'','1','0.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7670,'Raw chips bucket','1',1.00,'2024-07-07 11:56:29','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7671,'Raw chips bucket','1',-0.05,'2024-07-07 11:56:50','0.24','7','newstock','1','','',0.00,'','1','0.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7672,'Raw chips bucket','1',1.00,'2024-07-07 11:56:50','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7673,'Raw chips bucket','1',-0.09,'2024-07-07 11:57:06','0.19','7','newstock','1','','',0.00,'','1','0.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7674,'Raw chips bucket','1',2.00,'2024-07-07 11:57:06','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7675,'Raw chips bucket','1',-0.09,'2024-07-07 13:47:13','0.10','6','newstock','1','','',0.00,'','1','0.009','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7676,'Raw chips bucket','1',2.00,'2024-07-07 13:47:13','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7677,'Raw chips bucket','',4.00,'2024-07-07 13:48:39','0.01','6','newstock','1','','',0.00,'','1','4.01','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7678,'Raw chips bucket','5',-0.09,'2024-07-07 13:48:58','4.01','6','newstock','1','','',0.00,'','1','3.919','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7679,'Raw chips bucket','5',2.00,'2024-07-07 13:48:58','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7680,'Raw chips bucket','1',-0.23,'2024-07-07 13:50:40','3.92','6','newstock','1','','',0.00,'','1','3.6925','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7681,'Raw chips bucket','1',5.00,'2024-07-07 13:50:40','0.25','6','newstock','1','','',0.00,'','1','5.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7682,'Raw chips bucket','1',-0.14,'2024-07-07 13:51:15','3.69','6','newstock','1','','',0.00,'','1','3.5535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7683,'Raw chips bucket','1',3.00,'2024-07-07 13:51:15','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7684,'Raw chips bucket','1',-0.18,'2024-07-07 15:06:52','3.55','6','newstock','1','','',0.00,'','1','3.368','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7685,'Raw chips bucket','1',4.00,'2024-07-07 15:06:52','0.25','6','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7686,'Raw chips bucket','1',-0.09,'2024-07-07 15:07:33','3.37','6','newstock','1','','',0.00,'','1','3.279','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7687,'Raw chips bucket','1',2.00,'2024-07-07 15:07:33','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7688,'Raw chips bucket','1',-0.09,'2024-07-07 15:08:29','3.28','6','newstock','1','','',0.00,'','1','3.189','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7689,'Raw chips bucket','1',2.00,'2024-07-07 15:08:29','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7690,'Raw chips bucket','4',-0.05,'2024-07-07 15:08:51','3.19','6','newstock','1','','',0.00,'','1','3.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7691,'Raw chips bucket','4',1.00,'2024-07-07 15:08:51','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7692,'Raw chips bucket','1',-0.05,'2024-07-07 15:09:15','3.14','6','newstock','1','','',0.00,'','1','3.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7693,'Raw chips bucket','1',1.00,'2024-07-07 15:09:15','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7694,'Raw chips bucket','4',-0.14,'2024-07-07 15:10:29','3.09','6','newstock','1','','',0.00,'','1','2.9535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7695,'Raw chips bucket','4',3.00,'2024-07-07 15:10:29','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7696,'Raw chips bucket','4',-0.05,'2024-07-07 15:10:53','2.95','6','newstock','1','','',0.00,'','1','2.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7697,'Raw chips bucket','4',1.00,'2024-07-07 15:10:53','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7698,'Raw chips bucket','1',-0.05,'2024-07-07 15:11:16','2.90','6','newstock','1','','',0.00,'','1','2.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7699,'Raw chips bucket','1',1.00,'2024-07-07 15:11:16','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7700,'Raw chips bucket','1',-0.05,'2024-07-07 15:11:49','2.85','6','newstock','1','','',0.00,'','1','2.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7701,'Raw chips bucket','1',1.00,'2024-07-07 15:11:49','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7702,'Raw chips bucket','1',-0.05,'2024-07-07 16:55:43','2.80','6','newstock','1','','',0.00,'','1','2.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7703,'Raw chips bucket','1',1.00,'2024-07-07 16:55:43','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7704,'Raw chips bucket','1',-0.09,'2024-07-07 16:56:19','2.75','6','newstock','1','','',0.00,'','1','2.659','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7705,'Raw chips bucket','1',2.00,'2024-07-07 16:56:19','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7706,'Raw chips bucket','1',-0.05,'2024-07-07 16:56:55','2.66','6','newstock','1','','',0.00,'','1','2.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7707,'Raw chips bucket','1',1.00,'2024-07-07 16:56:55','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7708,'Raw chips bucket','1',-0.09,'2024-07-07 16:58:12','2.61','6','newstock','1','','',0.00,'','1','2.519','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7709,'Raw chips bucket','1',2.00,'2024-07-07 16:58:12','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7710,'Raw chips bucket','4',-0.09,'2024-07-07 16:59:20','2.52','6','newstock','1','','',0.00,'','1','2.429','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7711,'Raw chips bucket','4',2.00,'2024-07-07 16:59:20','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7712,'Raw chips bucket','1',-0.05,'2024-07-07 17:08:15','2.43','6','newstock','1','','',0.00,'','1','2.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7713,'Raw chips bucket','1',1.00,'2024-07-07 17:08:15','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7714,'Raw chips bucket','4',-0.09,'2024-07-07 17:09:20','2.38','6','newstock','1','','',0.00,'','1','2.289','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7715,'Raw chips bucket','4',2.00,'2024-07-07 17:09:20','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7716,'Raw chips bucket','1',-0.05,'2024-07-07 17:13:22','2.29','6','newstock','1','','',0.00,'','1','2.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7717,'Raw chips bucket','1',1.00,'2024-07-07 17:13:22','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7718,'Raw chips bucket','4',-0.05,'2024-07-07 17:14:28','2.24','6','newstock','1','','',0.00,'','1','2.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7719,'Raw chips bucket','4',1.00,'2024-07-07 17:14:28','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7720,'Raw chips bucket','1',-0.09,'2024-07-07 17:21:03','2.19','6','newstock','1','','',0.00,'','1','2.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7721,'Raw chips bucket','1',2.00,'2024-07-07 17:21:03','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7722,'Raw chips bucket','1',-0.09,'2024-07-07 17:21:39','2.10','6','newstock','1','','',0.00,'','1','2.009','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7723,'Raw chips bucket','1',2.00,'2024-07-07 17:21:39','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7724,'Raw chips bucket','4',-0.09,'2024-07-07 17:22:28','2.01','6','newstock','1','','',0.00,'','1','1.919','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7725,'Raw chips bucket','4',2.00,'2024-07-07 17:22:28','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7726,'Raw chips bucket','1',-0.09,'2024-07-07 17:22:37','1.92','6','newstock','1','','',0.00,'','1','1.829','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7727,'Raw chips bucket','1',2.00,'2024-07-07 17:22:37','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7728,'Raw chips bucket','1',-0.05,'2024-07-07 17:23:45','1.83','6','newstock','1','','',0.00,'','1','1.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7729,'Raw chips bucket','1',1.00,'2024-07-07 17:23:45','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7730,'Raw chips bucket','1',-0.05,'2024-07-07 17:24:38','1.78','6','newstock','1','','',0.00,'','1','1.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7731,'Raw chips bucket','1',1.00,'2024-07-07 17:24:38','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7732,'Raw chips bucket','1',-0.14,'2024-07-07 17:28:23','1.73','6','newstock','1','','',0.00,'','1','1.5935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7733,'Raw chips bucket','1',3.00,'2024-07-07 17:28:23','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7734,'Chicken','',3.00,'2024-07-07 17:30:13','0.50','6','newstock','1','','',0.00,'','1','3.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7735,'Raw chips bucket','1',-0.05,'2024-07-07 17:31:40','1.59','6','newstock','1','','',0.00,'','1','1.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7736,'Raw chips bucket','1',1.00,'2024-07-07 17:31:40','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7737,'Raw chips bucket','1',-0.23,'2024-07-07 17:33:36','1.54','6','newstock','1','','',0.00,'','1','1.3125','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7738,'Raw chips bucket','1',5.00,'2024-07-07 17:33:36','0.25','6','newstock','1','','',0.00,'','1','5.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7739,'Raw chips bucket','1',-0.09,'2024-07-07 17:35:02','1.31','6','newstock','1','','',0.00,'','1','1.219','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7740,'Raw chips bucket','1',2.00,'2024-07-07 17:35:02','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7741,'Raw chips bucket','4',-0.09,'2024-07-07 17:43:55','1.22','6','newstock','1','','',0.00,'','1','1.129','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7742,'Raw chips bucket','4',2.00,'2024-07-07 17:43:55','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7743,'Raw chips bucket','1',-0.05,'2024-07-07 17:44:51','1.13','6','newstock','1','','',0.00,'','1','1.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7744,'Raw chips bucket','1',1.00,'2024-07-07 17:44:51','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7745,'Raw chips bucket','1',-0.09,'2024-07-07 17:46:25','1.08','6','newstock','1','','',0.00,'','1','0.989','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7746,'Raw chips bucket','1',2.00,'2024-07-07 17:46:25','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7747,'Raw chips bucket','1',-0.09,'2024-07-07 17:47:34','0.99','6','newstock','1','','',0.00,'','1','0.899','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7748,'Raw chips bucket','1',2.00,'2024-07-07 17:47:34','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7749,'Raw chips bucket','5',-0.05,'2024-07-07 17:48:09','0.90','6','newstock','1','','',0.00,'','1','0.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7750,'Raw chips bucket','5',1.00,'2024-07-07 17:48:09','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7751,'Raw chips bucket','1',-0.14,'2024-07-07 17:48:45','0.85','6','newstock','1','','',0.00,'','1','0.7135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7752,'Raw chips bucket','1',3.00,'2024-07-07 17:48:45','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7753,'Raw chips bucket','1',-0.05,'2024-07-07 17:49:57','0.71','6','newstock','1','','',0.00,'','1','0.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7754,'Raw chips bucket','1',1.00,'2024-07-07 17:49:57','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7755,'Raw chips bucket','1',-0.05,'2024-07-07 17:51:41','0.66','6','newstock','1','','',0.00,'','1','0.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7756,'Raw chips bucket','1',1.00,'2024-07-07 17:51:41','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7757,'Raw chips bucket','1',-0.05,'2024-07-07 17:54:28','0.61','6','newstock','1','','',0.00,'','1','0.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7758,'Raw chips bucket','1',1.00,'2024-07-07 17:54:28','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7759,'Raw chips bucket','1',-0.05,'2024-07-07 18:11:54','0.56','6','newstock','1','','',0.00,'','1','0.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7760,'Raw chips bucket','1',1.00,'2024-07-07 18:11:54','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7761,'Raw chips bucket','1',-0.14,'2024-07-07 18:12:37','0.51','6','newstock','1','','',0.00,'','1','0.3735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7762,'Raw chips bucket','1',3.00,'2024-07-07 18:12:37','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7763,'Raw chips bucket','4',-0.36,'2024-07-07 18:13:24','0.37','6','newstock','1','','',0.00,'','1','0.006','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7764,'Raw chips bucket','4',8.00,'2024-07-07 18:13:24','0.00','6','newstock','1','','',0.00,'','1','8','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7765,'Raw chips bucket','',3.00,'2024-07-07 18:16:01','0.01','6','newstock','1','','',0.00,'','1','3.01','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7766,'Raw chips bucket','1',-0.18,'2024-07-07 18:16:10','3.01','6','newstock','1','','',0.00,'','1','2.828','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7767,'Raw chips bucket','1',4.00,'2024-07-07 18:16:10','0.25','6','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7768,'Raw chips bucket','1',-0.09,'2024-07-07 18:16:39','2.83','6','newstock','1','','',0.00,'','1','2.739','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7769,'Raw chips bucket','1',2.00,'2024-07-07 18:16:39','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7770,'Raw chips bucket','1',-0.14,'2024-07-07 18:17:34','2.74','6','newstock','1','','',0.00,'','1','2.6035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7771,'Raw chips bucket','1',3.00,'2024-07-07 18:17:34','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7772,'Raw chips bucket','1',-0.09,'2024-07-07 18:17:48','2.60','6','newstock','1','','',0.00,'','1','2.509','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7773,'Raw chips bucket','1',2.00,'2024-07-07 18:17:48','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7774,'Raw chips bucket','1',-0.18,'2024-07-07 18:19:04','2.51','6','newstock','1','','',0.00,'','1','2.328','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7775,'Raw chips bucket','1',4.00,'2024-07-07 18:19:04','0.25','6','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7776,'Raw chips bucket','4',-0.05,'2024-07-07 19:43:02','2.33','6','newstock','1','','',0.00,'','1','2.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7777,'Raw chips bucket','4',1.00,'2024-07-07 19:43:02','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7778,'Cheese n onion','',0.50,'2024-07-07 19:43:42','0.00','6','newstock','1','','',0.00,'','1','0.5','internal','1','2','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7779,'Raw chips bucket','1',-0.05,'2024-07-07 19:45:26','2.28','6','newstock','1','','',0.00,'','1','2.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7780,'Raw chips bucket','1',1.00,'2024-07-07 19:45:26','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7781,'Raw chips bucket','1',-0.23,'2024-07-07 19:46:59','2.23','6','newstock','1','','',0.00,'','1','2.0025','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7782,'Raw chips bucket','1',5.00,'2024-07-07 19:46:59','0.25','6','newstock','1','','',0.00,'','1','5.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7783,'Raw chips bucket','1',-0.09,'2024-07-07 19:47:39','2.00','6','newstock','1','','',0.00,'','1','1.909','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7784,'Raw chips bucket','1',2.00,'2024-07-07 19:47:39','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7785,'Raw chips bucket','1',-0.09,'2024-07-07 19:48:28','1.91','6','newstock','1','','',0.00,'','1','1.819','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7786,'Raw chips bucket','1',2.00,'2024-07-07 19:48:28','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7787,'Raw chips bucket','1',-0.09,'2024-07-07 19:51:03','1.82','6','newstock','1','','',0.00,'','1','1.729','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7788,'Raw chips bucket','1',2.00,'2024-07-07 19:51:03','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7789,'Raw chips bucket','1',-0.05,'2024-07-07 19:51:12','1.73','6','newstock','1','','',0.00,'','1','1.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7790,'Raw chips bucket','1',1.00,'2024-07-07 19:51:12','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7791,'Raw chips bucket','4',-0.05,'2024-07-07 19:51:16','1.68','6','newstock','1','','',0.00,'','1','1.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7792,'Raw chips bucket','4',1.00,'2024-07-07 19:51:16','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7793,'Raw chips bucket','1',-0.05,'2024-07-07 20:16:56','1.63','6','newstock','1','','',0.00,'','1','1.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7794,'Raw chips bucket','1',1.00,'2024-07-07 20:16:56','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7795,'Raw chips bucket','1',-0.09,'2024-07-07 20:17:43','1.58','6','newstock','1','','',0.00,'','1','1.489','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7796,'Raw chips bucket','1',2.00,'2024-07-07 20:17:43','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7797,'Raw chips bucket','1',-0.05,'2024-07-07 20:17:47','1.49','6','newstock','1','','',0.00,'','1','1.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7798,'Raw chips bucket','1',1.00,'2024-07-07 20:17:47','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7799,'Raw chips bucket','1',-0.09,'2024-07-07 20:29:11','1.44','6','newstock','1','','',0.00,'','1','1.349','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7800,'Raw chips bucket','1',2.00,'2024-07-07 20:29:11','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7801,'Chicken','',3.00,'2024-07-08 16:34:34','0.50','6','newstock','1','','',0.00,'','1','3.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7802,'Raw chips bucket','1',-0.14,'2024-07-08 16:35:23','1.35','6','newstock','1','','',0.00,'','1','1.2135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7803,'Raw chips bucket','1',3.00,'2024-07-08 16:35:23','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7804,'Raw chips bucket','1',-0.05,'2024-07-08 16:36:07','1.21','6','newstock','1','','',0.00,'','1','1.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7805,'Raw chips bucket','1',1.00,'2024-07-08 16:36:07','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7806,'Raw chips bucket','1',-0.09,'2024-07-08 16:37:15','1.16','6','newstock','1','','',0.00,'','1','1.069','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7807,'Raw chips bucket','1',2.00,'2024-07-08 16:37:15','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7808,'Raw chips bucket','1',-0.05,'2024-07-08 16:37:19','1.07','6','newstock','1','','',0.00,'','1','1.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7809,'Raw chips bucket','1',1.00,'2024-07-08 16:37:19','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7810,'Raw chips bucket','1',-0.05,'2024-07-08 17:24:32','1.02','6','newstock','1','','',0.00,'','1','0.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7811,'Raw chips bucket','1',1.00,'2024-07-08 17:24:32','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7812,'Raw chips bucket','1',-0.05,'2024-07-08 17:24:56','0.97','6','newstock','1','','',0.00,'','1','0.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7813,'Raw chips bucket','1',1.00,'2024-07-08 17:24:56','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7814,'Raw chips bucket','1',-0.05,'2024-07-08 17:25:41','0.92','6','newstock','1','','',0.00,'','1','0.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7815,'Raw chips bucket','1',1.00,'2024-07-08 17:25:41','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7816,'Raw chips bucket','1',-0.05,'2024-07-08 17:27:51','0.87','6','newstock','1','','',0.00,'','1','0.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7817,'Raw chips bucket','1',1.00,'2024-07-08 17:27:51','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7818,'Raw chips bucket','1',-0.14,'2024-07-08 17:28:38','0.82','6','newstock','1','','',0.00,'','1','0.6835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7819,'Raw chips bucket','1',3.00,'2024-07-08 17:28:38','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7820,'Raw chips bucket','1',-0.05,'2024-07-08 17:29:30','0.68','6','newstock','1','','',0.00,'','1','0.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7821,'Raw chips bucket','1',1.00,'2024-07-08 17:29:30','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7822,'Raw chips bucket','1',-0.18,'2024-07-08 17:30:17','0.63','6','newstock','1','','',0.00,'','1','0.448','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7823,'Raw chips bucket','1',4.00,'2024-07-08 17:30:17','0.25','6','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7824,'Raw chips bucket','1',-0.09,'2024-07-08 17:30:35','0.45','6','newstock','1','','',0.00,'','1','0.359','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7825,'Raw chips bucket','1',2.00,'2024-07-08 17:30:35','4.25','6','newstock','1','','',0.00,'','1','6.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7826,'Raw chips bucket','1',-0.09,'2024-07-08 17:31:38','0.36','6','newstock','1','','',0.00,'','1','0.269','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7827,'Raw chips bucket','1',2.00,'2024-07-08 17:31:38','2.25','6','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7828,'Raw chips bucket','1',-0.05,'2024-07-08 17:32:05','0.27','6','newstock','1','','',0.00,'','1','0.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7829,'Raw chips bucket','1',1.00,'2024-07-08 17:32:05','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7830,'Raw chips bucket','1',-0.05,'2024-07-08 17:32:44','0.22','6','newstock','1','','',0.00,'','1','0.1745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7831,'Raw chips bucket','1',1.00,'2024-07-08 17:32:44','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7832,'Raw chips bucket','1',-0.05,'2024-07-08 17:33:15','0.17','6','newstock','1','','',0.00,'','1','0.1245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7833,'Raw chips bucket','1',1.00,'2024-07-08 17:33:15','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7834,'Raw chips bucket','1',-0.05,'2024-07-08 17:33:38','0.12','6','newstock','1','','',0.00,'','1','0.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7835,'Raw chips bucket','1',1.00,'2024-07-08 17:33:38','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7836,'Raw chips bucket','1',-0.05,'2024-07-08 17:35:07','0.07','6','newstock','1','','',0.00,'','1','0.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7837,'Raw chips bucket','1',1.00,'2024-07-08 17:35:07','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7838,'Raw chips bucket','',4.00,'2024-07-08 17:36:40','0.02','6','newstock','1','','',0.00,'','1','4.02','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7839,'Raw chips bucket','1',-0.05,'2024-07-08 17:37:04','4.02','6','newstock','1','','',0.00,'','1','3.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7840,'Raw chips bucket','1',1.00,'2024-07-08 17:37:04','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7841,'Raw chips bucket','1',-0.09,'2024-07-08 19:54:32','3.97','6','newstock','1','','',0.00,'','1','3.879','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7842,'Raw chips bucket','1',2.00,'2024-07-08 19:54:32','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7843,'Raw chips bucket','1',-0.05,'2024-07-08 19:55:36','3.88','6','newstock','1','','',0.00,'','1','3.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7844,'Raw chips bucket','1',1.00,'2024-07-08 19:55:36','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7845,'Raw chips bucket','1',-0.05,'2024-07-08 19:56:50','3.83','6','newstock','1','','',0.00,'','1','3.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7846,'Raw chips bucket','1',1.00,'2024-07-08 19:56:50','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7847,'Raw chips bucket','1',-0.05,'2024-07-08 19:57:58','3.78','6','newstock','1','','',0.00,'','1','3.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7848,'Raw chips bucket','1',1.00,'2024-07-08 19:57:58','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7849,'Raw chips bucket','1',-0.05,'2024-07-08 19:58:27','3.73','6','newstock','1','','',0.00,'','1','3.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7850,'Raw chips bucket','1',1.00,'2024-07-08 19:58:27','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7851,'Raw chips bucket','4',-0.05,'2024-07-08 19:58:31','3.68','6','newstock','1','','',0.00,'','1','3.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7852,'Raw chips bucket','4',1.00,'2024-07-08 19:58:31','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7853,'Raw chips bucket','1',-0.05,'2024-07-08 19:59:21','3.63','6','newstock','1','','',0.00,'','1','3.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7854,'Raw chips bucket','1',1.00,'2024-07-08 19:59:21','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7855,'Raw chips bucket','1',-0.09,'2024-07-08 20:56:02','3.63','6','newstock','1','','',0.00,'','1','3.539','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7856,'Raw chips bucket','1',2.00,'2024-07-08 20:56:02','1.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7857,'Raw chips bucket','4',-0.09,'2024-07-08 21:18:48','3.54','6','newstock','1','','',0.00,'','1','3.449','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7858,'Raw chips bucket','4',2.00,'2024-07-08 21:18:48','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7859,'Raw chips bucket','1',-0.09,'2024-07-09 15:18:25','3.45','7','newstock','1','','',0.00,'','1','3.359','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7860,'Raw chips bucket','1',2.00,'2024-07-09 15:18:25','1.25','7','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7861,'Raw chips bucket','1',-0.05,'2024-07-09 15:19:57','3.36','7','newstock','1','','',0.00,'','1','3.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7862,'Raw chips bucket','1',1.00,'2024-07-09 15:19:57','1.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7863,'Raw chips bucket','4',-0.05,'2024-07-09 15:20:44','3.31','7','newstock','1','','',0.00,'','1','3.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7864,'Raw chips bucket','4',1.00,'2024-07-09 15:20:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7865,'Raw chips bucket','4',-0.05,'2024-07-09 15:21:35','3.26','7','newstock','1','','',0.00,'','1','3.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7866,'Raw chips bucket','4',1.00,'2024-07-09 15:21:35','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7867,'Raw chips bucket','1',-0.05,'2024-07-09 16:50:32','3.21','7','newstock','1','','',0.00,'','1','3.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7868,'Raw chips bucket','1',1.00,'2024-07-09 16:50:32','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7869,'Raw chips bucket','4',-0.09,'2024-07-09 16:50:58','3.16','7','newstock','1','','',0.00,'','1','3.069','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7870,'Raw chips bucket','4',2.00,'2024-07-09 16:50:58','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7871,'Raw chips bucket','4',-0.05,'2024-07-09 16:51:34','3.07','7','newstock','1','','',0.00,'','1','3.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7872,'Raw chips bucket','4',1.00,'2024-07-09 16:51:34','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7873,'Raw chips bucket','1',-0.05,'2024-07-09 16:52:10','3.02','7','newstock','1','','',0.00,'','1','2.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7874,'Raw chips bucket','1',1.00,'2024-07-09 16:52:10','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7875,'Raw chips bucket','4',-0.09,'2024-07-09 16:52:37','2.97','7','newstock','1','','',0.00,'','1','2.879','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7876,'Raw chips bucket','4',2.00,'2024-07-09 16:52:37','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7877,'Raw chips bucket','1',-0.05,'2024-07-09 16:53:30','2.88','7','newstock','1','','',0.00,'','1','2.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7878,'Raw chips bucket','1',1.00,'2024-07-09 16:53:30','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7879,'Raw chips bucket','1',-0.05,'2024-07-09 16:54:13','2.83','7','newstock','1','','',0.00,'','1','2.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7880,'Raw chips bucket','1',1.00,'2024-07-09 16:54:13','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7881,'Raw chips bucket','1',-0.09,'2024-07-09 17:01:23','2.78','7','newstock','1','','',0.00,'','1','2.689','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7882,'Raw chips bucket','1',2.00,'2024-07-09 17:01:23','0.25','7','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7883,'Raw chips bucket','4',-0.09,'2024-07-09 17:46:36','2.69','7','newstock','1','','',0.00,'','1','2.599','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7884,'Raw chips bucket','4',2.00,'2024-07-09 17:46:36','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7885,'Raw chips bucket','1',-0.05,'2024-07-09 19:23:44','2.60','7','newstock','1','','',0.00,'','1','2.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7886,'Raw chips bucket','1',1.00,'2024-07-09 19:23:44','0.25','7','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7887,'Raw chips bucket','1',-0.18,'2024-07-09 19:24:51','2.55','7','newstock','1','','',0.00,'','1','2.368','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7888,'Raw chips bucket','1',4.00,'2024-07-09 19:24:51','0.25','7','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7889,'Raw chips bucket','1',-0.05,'2024-07-10 16:50:27','2.37','6','newstock','1','','',0.00,'','1','2.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7890,'Raw chips bucket','1',1.00,'2024-07-10 16:50:27','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7891,'Raw chips bucket','1',-0.05,'2024-07-10 16:51:32','2.32','6','newstock','1','','',0.00,'','1','2.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7892,'Raw chips bucket','1',1.00,'2024-07-10 16:51:32','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7893,'Raw chips bucket','1',-0.05,'2024-07-10 16:52:56','2.27','6','newstock','1','','',0.00,'','1','2.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7894,'Raw chips bucket','1',1.00,'2024-07-10 16:52:56','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7895,'Raw chips bucket','1',-0.09,'2024-07-10 16:53:53','2.22','6','newstock','1','','',0.00,'','1','2.129','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7896,'Raw chips bucket','1',2.00,'2024-07-10 16:53:53','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7897,'Raw chips bucket','1',-0.14,'2024-07-10 16:54:48','2.13','6','newstock','1','','',0.00,'','1','1.9935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7898,'Raw chips bucket','1',3.00,'2024-07-10 16:54:48','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7899,'Raw chips bucket','4',-0.09,'2024-07-10 16:57:33','1.99','6','newstock','1','','',0.00,'','1','1.899','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7900,'Raw chips bucket','4',2.00,'2024-07-10 16:57:33','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7901,'Raw chips bucket','1',-0.05,'2024-07-10 16:57:39','1.90','6','newstock','1','','',0.00,'','1','1.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7902,'Raw chips bucket','1',1.00,'2024-07-10 16:57:39','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7903,'Raw chips bucket','1',-0.05,'2024-07-10 19:59:10','1.85','6','newstock','1','','',0.00,'','1','1.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7904,'Raw chips bucket','1',1.00,'2024-07-10 19:59:10','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7905,'Raw chips bucket','1',-0.09,'2024-07-10 19:59:38','1.80','6','newstock','1','','',0.00,'','1','1.709','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7906,'Raw chips bucket','1',2.00,'2024-07-10 19:59:38','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7907,'Raw chips bucket','1',-0.18,'2024-07-10 20:00:27','1.71','6','newstock','1','','',0.00,'','1','1.528','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7908,'Raw chips bucket','1',4.00,'2024-07-10 20:00:27','0.25','6','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7909,'Raw chips bucket','1',-0.05,'2024-07-10 20:01:15','1.53','6','newstock','1','','',0.00,'','1','1.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7910,'Raw chips bucket','1',1.00,'2024-07-10 20:01:15','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7911,'Raw chips bucket','1',-0.05,'2024-07-10 20:02:39','1.48','6','newstock','1','','',0.00,'','1','1.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7912,'Raw chips bucket','1',1.00,'2024-07-10 20:02:39','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7913,'Raw chips bucket','1',-0.05,'2024-07-10 20:04:31','1.43','6','newstock','1','','',0.00,'','1','1.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7914,'Raw chips bucket','1',1.00,'2024-07-10 20:04:31','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7915,'Raw chips bucket','1',-0.09,'2024-07-10 20:05:50','1.38','6','newstock','1','','',0.00,'','1','1.289','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7916,'Raw chips bucket','1',2.00,'2024-07-10 20:05:50','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7917,'Raw chips bucket','1',-0.05,'2024-07-10 20:07:55','1.29','6','newstock','1','','',0.00,'','1','1.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7918,'Raw chips bucket','1',1.00,'2024-07-10 20:07:55','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7919,'Raw chips bucket','1',-0.05,'2024-07-10 20:08:20','1.24','6','newstock','1','','',0.00,'','1','1.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7920,'Raw chips bucket','1',1.00,'2024-07-10 20:08:20','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7921,'Raw chips bucket','1',-0.05,'2024-07-10 20:09:02','1.19','6','newstock','1','','',0.00,'','1','1.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7922,'Raw chips bucket','1',1.00,'2024-07-10 20:09:02','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7923,'Raw chips bucket','1',-0.09,'2024-07-10 20:10:16','1.14','6','newstock','1','','',0.00,'','1','1.049','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7924,'Raw chips bucket','1',2.00,'2024-07-10 20:10:16','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7925,'Raw chips bucket','1',-0.14,'2024-07-10 20:11:10','1.05','6','newstock','1','','',0.00,'','1','0.9135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7926,'Raw chips bucket','1',3.00,'2024-07-10 20:11:10','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7927,'Raw chips bucket','1',-0.05,'2024-07-10 20:12:35','0.91','6','newstock','1','','',0.00,'','1','0.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7928,'Raw chips bucket','1',1.00,'2024-07-10 20:12:35','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7929,'Sausages','',52.00,'2024-07-10 20:13:22','0.00','6','newstock','1','','',0.00,'','1','52','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7930,'Raw chips bucket','1',-0.05,'2024-07-10 20:20:18','0.86','6','newstock','1','','',0.00,'','1','0.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7931,'Raw chips bucket','1',1.00,'2024-07-10 20:20:18','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7932,'Raw chips bucket','1',-0.05,'2024-07-10 20:30:30','0.81','6','newstock','1','','',0.00,'','1','0.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7933,'Raw chips bucket','1',1.00,'2024-07-10 20:30:30','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7934,'Raw chips bucket','1',-0.05,'2024-07-10 20:51:33','0.76','6','newstock','1','','',0.00,'','1','0.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7935,'Raw chips bucket','1',1.00,'2024-07-10 20:51:33','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7936,'Raw chips bucket','1',-0.05,'2024-07-10 20:51:57','0.71','6','newstock','1','','',0.00,'','1','0.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7937,'Raw chips bucket','1',1.00,'2024-07-10 20:51:57','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7938,'Raw chips bucket','1',-0.05,'2024-07-10 20:52:28','0.66','6','newstock','1','','',0.00,'','1','0.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7939,'Raw chips bucket','1',1.00,'2024-07-10 20:52:28','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7940,'Raw chips bucket','1',-0.09,'2024-07-10 20:59:48','0.61','6','newstock','1','','',0.00,'','1','0.519','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7941,'Raw chips bucket','1',2.00,'2024-07-10 20:59:48','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7942,'Raw chips bucket','1',-0.09,'2024-07-10 21:00:40','0.52','6','newstock','1','','',0.00,'','1','0.429','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7943,'Raw chips bucket','1',2.00,'2024-07-10 21:00:40','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7944,'Raw chips bucket','1',-0.09,'2024-07-11 14:22:24','0.43','6','newstock','1','','',0.00,'','1','0.339','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7945,'Raw chips bucket','1',2.00,'2024-07-11 14:22:24','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7946,'Raw chips bucket','1',-0.09,'2024-07-11 18:02:47','0.34','6','newstock','1','','',0.00,'','1','0.249','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7947,'Raw chips bucket','1',2.00,'2024-07-11 18:02:47','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7948,'Raw chips bucket','4',-0.09,'2024-07-11 18:03:26','0.25','6','newstock','1','','',0.00,'','1','0.159','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7949,'Raw chips bucket','4',2.00,'2024-07-11 18:03:26','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7950,'Raw chips bucket','1',-0.05,'2024-07-11 18:03:56','0.16','6','newstock','1','','',0.00,'','1','0.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7951,'Raw chips bucket','1',1.00,'2024-07-11 18:03:56','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7952,'Raw chips bucket','1',-0.05,'2024-07-11 18:04:36','0.11','6','newstock','1','','',0.00,'','1','0.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7953,'Raw chips bucket','1',1.00,'2024-07-11 18:04:36','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7954,'Raw chips bucket','1',-0.05,'2024-07-11 18:04:41','0.06','6','newstock','1','','',0.00,'','1','0.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7955,'Raw chips bucket','1',1.00,'2024-07-11 18:04:41','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7956,'Chicken','',4.00,'2024-07-11 18:05:31','0.25','6','newstock','1','','',0.00,'','1','4.25','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7957,'Raw chips bucket','',3.00,'2024-07-11 18:20:02','0.01','6','newstock','1','','',0.00,'','1','3.01','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7958,'Raw chips bucket','1',-0.05,'2024-07-11 18:20:15','3.01','6','newstock','1','','',0.00,'','1','2.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7959,'Raw chips bucket','1',1.00,'2024-07-11 18:20:15','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7960,'Raw chips bucket','1',-0.05,'2024-07-11 18:20:51','2.96','6','newstock','1','','',0.00,'','1','2.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7961,'Raw chips bucket','1',1.00,'2024-07-11 18:20:51','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7962,'Raw chips bucket','1',-0.05,'2024-07-11 18:21:32','2.91','6','newstock','1','','',0.00,'','1','2.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7963,'Raw chips bucket','1',1.00,'2024-07-11 18:21:32','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7964,'Carrier bag large','',20.00,'2024-07-11 18:30:48','0.00','6','newstock','1','','',0.00,'','1','20','internal','1','34','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7965,'Raw chips bucket','1',-0.05,'2024-07-11 20:07:31','2.86','6','newstock','1','','',0.00,'','1','2.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7966,'Raw chips bucket','1',1.00,'2024-07-11 20:07:31','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7967,'Raw chips bucket','1',-0.05,'2024-07-11 20:07:59','2.81','6','newstock','1','','',0.00,'','1','2.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7968,'Raw chips bucket','1',1.00,'2024-07-11 20:07:59','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7969,'Raw chips bucket','1',-0.05,'2024-07-11 20:25:18','2.76','6','newstock','1','','',0.00,'','1','2.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7970,'Raw chips bucket','1',1.00,'2024-07-11 20:25:18','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7971,'Raw chips bucket','1',-0.05,'2024-07-11 20:25:53','2.71','6','newstock','1','','',0.00,'','1','2.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7972,'Raw chips bucket','1',1.00,'2024-07-11 20:25:53','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7973,'Raw chips bucket','1',-0.05,'2024-07-11 20:28:05','2.66','6','newstock','1','','',0.00,'','1','2.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7974,'Raw chips bucket','1',1.00,'2024-07-11 20:28:05','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7975,'Raw chips bucket','1',-0.05,'2024-07-11 20:29:23','2.61','6','newstock','1','','',0.00,'','1','2.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7976,'Raw chips bucket','1',1.00,'2024-07-11 20:29:23','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7977,'Raw chips bucket','1',-0.05,'2024-07-11 20:30:36','2.56','6','newstock','1','','',0.00,'','1','2.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7978,'Raw chips bucket','1',1.00,'2024-07-11 20:30:36','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7979,'Raw chips bucket','1',-0.05,'2024-07-12 14:51:09','2.51','6','newstock','1','','',0.00,'','1','2.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7980,'Raw chips bucket','1',1.00,'2024-07-12 14:51:09','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7981,'Raw chips bucket','1',-0.09,'2024-07-12 15:17:14','2.46','6','newstock','1','','',0.00,'','1','2.369','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7982,'Raw chips bucket','1',2.00,'2024-07-12 15:17:14','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7983,'Raw chips bucket','1',-0.05,'2024-07-12 15:52:16','2.37','6','newstock','1','','',0.00,'','1','2.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7984,'Raw chips bucket','1',1.00,'2024-07-12 15:52:16','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7985,'Raw chips bucket','1',-0.05,'2024-07-12 15:53:30','2.32','6','newstock','1','','',0.00,'','1','2.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7986,'Raw chips bucket','1',1.00,'2024-07-12 15:53:30','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7987,'Raw chips bucket','1',-0.09,'2024-07-12 16:49:10','2.27','6','newstock','1','','',0.00,'','1','2.179','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7988,'Raw chips bucket','1',2.00,'2024-07-12 16:49:10','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7989,'Raw chips bucket','1',-0.05,'2024-07-12 16:51:37','2.18','6','newstock','1','','',0.00,'','1','2.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7990,'Raw chips bucket','1',1.00,'2024-07-12 16:51:37','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7991,'Raw chips bucket','1',-0.05,'2024-07-12 16:52:06','2.13','6','newstock','1','','',0.00,'','1','2.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7992,'Raw chips bucket','1',1.00,'2024-07-12 16:52:06','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7993,'Raw chips bucket','1',-0.05,'2024-07-12 16:54:48','2.08','6','newstock','1','','',0.00,'','1','2.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7994,'Raw chips bucket','1',1.00,'2024-07-12 16:54:48','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7995,'Raw chips bucket','1',-0.09,'2024-07-12 16:56:00','2.03','6','newstock','1','','',0.00,'','1','1.939','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7996,'Raw chips bucket','1',2.00,'2024-07-12 16:56:00','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7997,'Raw chips bucket','1',-0.23,'2024-07-12 16:57:16','1.94','6','newstock','1','','',0.00,'','1','1.7125','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7998,'Raw chips bucket','1',5.00,'2024-07-12 16:57:16','0.25','6','newstock','1','','',0.00,'','1','5.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(7999,'Raw chips bucket','1',-0.05,'2024-07-12 17:00:47','1.71','6','newstock','1','','',0.00,'','1','1.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8000,'Raw chips bucket','1',1.00,'2024-07-12 17:00:47','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8001,'Raw chips bucket','1',-0.05,'2024-07-12 17:00:51','1.66','6','newstock','1','','',0.00,'','1','1.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8002,'Raw chips bucket','1',1.00,'2024-07-12 17:00:51','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8003,'Raw chips bucket','1',-0.09,'2024-07-12 19:23:22','1.61','6','newstock','1','','',0.00,'','1','1.519','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8004,'Raw chips bucket','1',2.00,'2024-07-12 19:23:22','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8005,'Raw chips bucket','1',-0.09,'2024-07-12 19:24:15','1.52','6','newstock','1','','',0.00,'','1','1.429','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8006,'Raw chips bucket','1',2.00,'2024-07-12 19:24:15','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8007,'Raw chips bucket','1',-0.09,'2024-07-12 19:25:17','1.43','6','newstock','1','','',0.00,'','1','1.339','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8008,'Raw chips bucket','1',2.00,'2024-07-12 19:25:17','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8009,'Raw chips bucket','1',-0.05,'2024-07-12 19:25:37','1.34','6','newstock','1','','',0.00,'','1','1.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8010,'Raw chips bucket','1',1.00,'2024-07-12 19:25:37','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8011,'Raw chips bucket','4',-0.05,'2024-07-12 19:26:03','1.29','6','newstock','1','','',0.00,'','1','1.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8012,'Raw chips bucket','4',1.00,'2024-07-12 19:26:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8013,'Raw chips bucket','4',-0.05,'2024-07-12 19:26:47','1.24','6','newstock','1','','',0.00,'','1','1.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8014,'Raw chips bucket','4',1.00,'2024-07-12 19:26:47','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8015,'Raw chips bucket','1',-0.14,'2024-07-12 19:26:59','1.19','6','newstock','1','','',0.00,'','1','1.0535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8016,'Raw chips bucket','1',3.00,'2024-07-12 19:26:59','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8017,'Raw chips bucket','1',-0.05,'2024-07-12 20:18:04','1.05','6','newstock','1','','',0.00,'','1','1.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8018,'Raw chips bucket','1',1.00,'2024-07-12 20:18:04','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8019,'Raw chips bucket','1',-0.05,'2024-07-12 20:18:13','1.00','6','newstock','1','','',0.00,'','1','0.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8020,'Raw chips bucket','1',1.00,'2024-07-12 20:18:13','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8021,'Raw chips bucket','1',-0.18,'2024-07-12 21:10:18','0.95','6','newstock','1','','',0.00,'','1','0.768','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8022,'Raw chips bucket','1',4.00,'2024-07-12 21:10:18','0.25','6','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8023,'Raw chips bucket','1',-0.32,'2024-07-13 13:27:45','0.77','6','newstock','1','','',0.00,'','1','0.4515','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8024,'Raw chips bucket','1',7.00,'2024-07-13 13:27:45','0.25','6','newstock','1','','',0.00,'','1','7.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8025,'Raw chips bucket','1',-0.14,'2024-07-13 13:28:18','0.45','6','newstock','1','','',0.00,'','1','0.3135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8026,'Raw chips bucket','1',3.00,'2024-07-13 13:28:18','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8027,'Raw chips bucket','1',-0.05,'2024-07-13 13:28:35','0.31','6','newstock','1','','',0.00,'','1','0.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8028,'Raw chips bucket','1',1.00,'2024-07-13 13:28:35','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8029,'Raw chips bucket','1',-0.05,'2024-07-13 15:30:08','0.26','6','newstock','1','','',0.00,'','1','0.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8030,'Raw chips bucket','1',1.00,'2024-07-13 15:30:08','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8031,'Raw chips bucket','1',-0.09,'2024-07-13 15:31:12','0.21','6','newstock','1','','',0.00,'','1','0.119','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8032,'Raw chips bucket','1',2.00,'2024-07-13 15:31:12','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8033,'Raw chips bucket','1',-0.09,'2024-07-13 15:32:04','0.12','6','newstock','1','','',0.00,'','1','0.029','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8034,'Raw chips bucket','1',2.00,'2024-07-13 15:32:04','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8035,'Raw chips bucket','',4.00,'2024-07-13 15:46:48','0.03','6','newstock','1','','',0.00,'','1','4.03','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8036,'Raw chips bucket','4',-0.09,'2024-07-13 15:47:04','4.03','6','newstock','1','','',0.00,'','1','3.939','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8037,'Raw chips bucket','4',2.00,'2024-07-13 15:47:04','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8038,'Raw chips bucket','1',-0.05,'2024-07-13 16:04:05','3.94','6','newstock','1','','',0.00,'','1','3.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8039,'Raw chips bucket','1',1.00,'2024-07-13 16:04:05','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8040,'Raw chips bucket','1',-0.09,'2024-07-13 16:04:23','3.89','6','newstock','1','','',0.00,'','1','3.799','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8041,'Raw chips bucket','1',2.00,'2024-07-13 16:04:23','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8042,'Raw chips bucket','1',-0.05,'2024-07-13 16:04:52','3.80','6','newstock','1','','',0.00,'','1','3.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8043,'Raw chips bucket','1',1.00,'2024-07-13 16:04:52','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8044,'Raw chips bucket','4',-0.18,'2024-07-13 16:05:14','3.75','6','newstock','1','','',0.00,'','1','3.568','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8045,'Raw chips bucket','4',4.00,'2024-07-13 16:05:14','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8046,'Raw chips bucket','4',-0.09,'2024-07-13 16:07:19','3.57','6','newstock','1','','',0.00,'','1','3.479','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8047,'Raw chips bucket','4',2.00,'2024-07-13 16:07:19','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8048,'Raw chips bucket','1',-0.09,'2024-07-13 17:14:20','3.48','6','newstock','1','','',0.00,'','1','3.389','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8049,'Raw chips bucket','1',2.00,'2024-07-13 17:14:20','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8050,'Chicken','',6.00,'2024-07-13 17:15:43','0.25','6','newstock','1','','',0.00,'','1','6.25','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8051,'Raw chips bucket','1',-0.05,'2024-07-13 17:15:54','3.39','6','newstock','1','','',0.00,'','1','3.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8052,'Raw chips bucket','1',1.00,'2024-07-13 17:15:54','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''); INSERT INTO `newstock` VALUES (8053,'Raw chips bucket','1',-0.05,'2024-07-13 17:46:51','3.34','6','newstock','1','','',0.00,'','1','3.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8054,'Raw chips bucket','1',1.00,'2024-07-13 17:46:51','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8055,'Raw chips bucket','1',-0.09,'2024-07-13 17:47:37','3.29','6','newstock','1','','',0.00,'','1','3.199','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8056,'Raw chips bucket','1',2.00,'2024-07-13 17:47:37','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8057,'Raw chips bucket','1',-0.05,'2024-07-13 19:23:40','3.20','6','newstock','1','','',0.00,'','1','3.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8058,'Raw chips bucket','1',1.00,'2024-07-13 19:23:40','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8059,'Raw chips bucket','1',-0.05,'2024-07-13 19:24:07','3.15','6','newstock','1','','',0.00,'','1','3.1045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8060,'Raw chips bucket','1',1.00,'2024-07-13 19:24:07','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8061,'Raw chips bucket','1',-0.05,'2024-07-13 19:24:28','3.10','6','newstock','1','','',0.00,'','1','3.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8062,'Raw chips bucket','1',1.00,'2024-07-13 19:24:28','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8063,'Raw chips bucket','1',-0.09,'2024-07-13 19:25:15','3.05','6','newstock','1','','',0.00,'','1','2.959','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8064,'Raw chips bucket','1',2.00,'2024-07-13 19:25:15','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8065,'Raw chips bucket','1',-0.09,'2024-07-13 19:25:30','2.96','6','newstock','1','','',0.00,'','1','2.869','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8066,'Raw chips bucket','1',2.00,'2024-07-13 19:25:30','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8067,'Raw chips bucket','1',-0.05,'2024-07-13 20:35:37','2.87','6','newstock','1','','',0.00,'','1','2.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8068,'Raw chips bucket','1',1.00,'2024-07-13 20:35:37','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8069,'Raw chips bucket','1',-0.09,'2024-07-13 20:46:40','2.82','6','newstock','1','','',0.00,'','1','2.729','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8070,'Raw chips bucket','1',2.00,'2024-07-13 20:46:40','0.25','6','newstock','1','','',0.00,'','1','2.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8071,'Raw chips bucket','1',-0.14,'2024-07-13 20:47:29','2.73','6','newstock','1','','',0.00,'','1','2.5935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8072,'Raw chips bucket','1',3.00,'2024-07-13 20:47:29','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8073,'Raw chips bucket','1',-0.05,'2024-07-13 20:48:35','2.59','6','newstock','1','','',0.00,'','1','2.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8074,'Raw chips bucket','1',1.00,'2024-07-13 20:48:35','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8075,'Raw chips bucket','1',-0.14,'2024-07-13 20:49:00','2.54','6','newstock','1','','',0.00,'','1','2.4035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8076,'Raw chips bucket','1',3.00,'2024-07-13 20:49:00','0.25','6','newstock','1','','',0.00,'','1','3.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8077,'Raw chips bucket','1',-0.05,'2024-07-13 20:49:03','2.40','6','newstock','1','','',0.00,'','1','2.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8078,'Raw chips bucket','1',1.00,'2024-07-13 20:49:03','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8079,'Raw chips bucket','1',-0.05,'2024-07-13 20:49:33','2.35','6','newstock','1','','',0.00,'','1','2.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8080,'Raw chips bucket','1',1.00,'2024-07-13 20:49:33','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8081,'Raw chips bucket','1',-0.18,'2024-07-13 20:51:52','2.30','6','newstock','1','','',0.00,'','1','2.118','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8082,'Raw chips bucket','1',4.00,'2024-07-13 20:51:52','0.25','6','newstock','1','','',0.00,'','1','4.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8083,'Raw chips bucket','1',-0.05,'2024-07-13 20:52:30','2.12','6','newstock','1','','',0.00,'','1','2.0745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8084,'Raw chips bucket','1',1.00,'2024-07-13 20:52:30','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8085,'Raw chips bucket','1',-0.05,'2024-07-13 20:53:03','2.07','6','newstock','1','','',0.00,'','1','2.0245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8086,'Raw chips bucket','1',1.00,'2024-07-13 20:53:03','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8087,'Raw chips bucket','1',-0.05,'2024-07-13 20:55:45','2.02','6','newstock','1','','',0.00,'','1','1.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8088,'Raw chips bucket','1',1.00,'2024-07-13 20:55:45','0.25','6','newstock','1','','',0.00,'','1','1.25','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8089,'Raw chips bucket','1',-0.02,'2024-07-13 20:56:11','1.97','6','newstock','1','','',0.00,'','1','1.94725','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8090,'Raw chips bucket','1',0.50,'2024-07-13 20:56:11','0.25','6','newstock','1','','',0.00,'','1','0.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8091,'Raw chips bucket','1',-0.14,'2024-07-13 20:56:54','1.97','6','newstock','1','','',0.00,'','1','1.8335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8092,'Raw chips bucket','1',3.00,'2024-07-13 20:56:54','0.75','6','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8093,'Raw chips bucket','1',-0.14,'2024-07-13 20:59:02','1.83','6','newstock','1','','',0.00,'','1','1.6935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8094,'Raw chips bucket','1',3.00,'2024-07-13 20:59:02','0.75','6','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8095,'Raw chips bucket','1',-0.05,'2024-07-13 20:59:10','1.69','6','newstock','1','','',0.00,'','1','1.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8096,'Raw chips bucket','1',1.00,'2024-07-13 20:59:10','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8097,'Raw chips bucket','1',-0.09,'2024-07-13 20:59:21','1.64','6','newstock','1','','',0.00,'','1','1.549','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8098,'Raw chips bucket','1',2.00,'2024-07-13 20:59:21','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8099,'Raw chips bucket','1',-0.09,'2024-07-14 12:27:58','1.55','6','newstock','1','','',0.00,'','1','1.459','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8100,'Raw chips bucket','1',2.00,'2024-07-14 12:27:58','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8101,'Raw chips bucket','4',-0.09,'2024-07-14 12:28:25','1.46','6','newstock','1','','',0.00,'','1','1.369','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8102,'Raw chips bucket','4',2.00,'2024-07-14 12:28:25','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8103,'Raw chips bucket','1',-0.09,'2024-07-14 12:29:11','1.37','6','newstock','1','','',0.00,'','1','1.279','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8104,'Raw chips bucket','1',2.00,'2024-07-14 12:29:11','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8105,'Raw chips bucket','1',-0.18,'2024-07-14 12:37:33','1.28','6','newstock','1','','',0.00,'','1','1.098','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8106,'Raw chips bucket','1',4.00,'2024-07-14 12:37:33','0.75','6','newstock','1','','',0.00,'','1','4.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8107,'Raw chips bucket','1',-0.09,'2024-07-14 12:38:03','1.10','6','newstock','1','','',0.00,'','1','1.009','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8108,'Raw chips bucket','1',2.00,'2024-07-14 12:38:03','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8109,'Raw chips bucket','1',-0.14,'2024-07-14 12:38:52','1.01','6','newstock','1','','',0.00,'','1','0.8735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8110,'Raw chips bucket','1',3.00,'2024-07-14 12:38:52','0.75','6','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8111,'Raw chips bucket','1',-0.18,'2024-07-14 13:03:59','0.87','7','newstock','1','','',0.00,'','1','0.688','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8112,'Raw chips bucket','1',4.00,'2024-07-14 13:03:59','0.75','7','newstock','1','','',0.00,'','1','4.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8113,'Raw chips bucket','1',-0.27,'2024-07-14 13:04:07','0.69','7','newstock','1','','',0.00,'','1','0.417','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8114,'Raw chips bucket','1',6.00,'2024-07-14 13:04:07','0.75','7','newstock','1','','',0.00,'','1','6.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8115,'Raw chips bucket','1',-0.09,'2024-07-14 13:04:46','0.42','7','newstock','1','','',0.00,'','1','0.329','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8116,'Raw chips bucket','1',2.00,'2024-07-14 13:04:46','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8117,'Raw chips bucket','1',-0.09,'2024-07-14 13:04:56','0.33','7','newstock','1','','',0.00,'','1','0.239','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8118,'Raw chips bucket','1',2.00,'2024-07-14 13:04:56','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8119,'Raw chips bucket','1',-0.14,'2024-07-14 13:06:42','0.33','7','newstock','1','','',0.00,'','1','0.1935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8120,'Raw chips bucket','1',3.00,'2024-07-14 13:06:42','2.75','7','newstock','1','','',0.00,'','1','5.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8121,'Raw chips bucket','4',-0.05,'2024-07-14 13:07:12','0.19','7','newstock','1','','',0.00,'','1','0.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8122,'Raw chips bucket','4',1.00,'2024-07-14 13:07:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8123,'Raw chips bucket','1',-0.05,'2024-07-14 13:08:04','0.14','7','newstock','1','','',0.00,'','1','0.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8124,'Raw chips bucket','1',1.00,'2024-07-14 13:08:04','2.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8125,'Raw chips bucket','1',-0.05,'2024-07-14 14:06:44','0.09','7','newstock','1','','',0.00,'','1','0.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8126,'Raw chips bucket','1',1.00,'2024-07-14 14:06:44','1.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8127,'Raw chips bucket','',3.00,'2024-07-14 14:07:17','0.04','7','newstock','1','','',0.00,'','1','3.04','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8128,'Raw chips bucket','4',-0.14,'2024-07-14 14:07:20','3.04','7','newstock','1','','',0.00,'','1','2.9035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8129,'Raw chips bucket','4',3.00,'2024-07-14 14:07:20','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8130,'Raw chips bucket','1',-0.05,'2024-07-14 14:07:47','2.90','7','newstock','1','','',0.00,'','1','2.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8131,'Raw chips bucket','1',1.00,'2024-07-14 14:07:47','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8132,'Raw chips bucket','4',-0.14,'2024-07-14 14:08:12','2.85','7','newstock','1','','',0.00,'','1','2.7135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8133,'Raw chips bucket','4',3.00,'2024-07-14 14:08:12','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8134,'Raw chips bucket','1',-0.09,'2024-07-14 14:09:07','2.71','7','newstock','1','','',0.00,'','1','2.619','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8135,'Raw chips bucket','1',2.00,'2024-07-14 14:09:07','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8136,'Raw chips bucket','4',-0.05,'2024-07-14 14:09:56','2.62','7','newstock','1','','',0.00,'','1','2.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8137,'Raw chips bucket','4',1.00,'2024-07-14 14:09:56','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8138,'Raw chips bucket','1',-0.05,'2024-07-14 14:10:17','2.57','7','newstock','1','','',0.00,'','1','2.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8139,'Raw chips bucket','1',1.00,'2024-07-14 14:10:17','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8140,'Raw chips bucket','1',-0.05,'2024-07-14 14:11:41','2.52','7','newstock','1','','',0.00,'','1','2.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8141,'Raw chips bucket','1',1.00,'2024-07-14 14:11:41','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8142,'Raw chips bucket','1',0.00,'2024-07-14 14:11:55','2.47','7','newstock','1','','',0.00,'','1','2.47','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8143,'Raw chips bucket','1',0.00,'2024-07-14 14:11:55','0.75','7','newstock','1','','',0.00,'','1','0.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8144,'Raw chips bucket','1',-0.09,'2024-07-14 14:12:50','2.47','7','newstock','1','','',0.00,'','1','2.379','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8145,'Raw chips bucket','1',2.00,'2024-07-14 14:12:50','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8146,'Raw chips bucket','1',-0.05,'2024-07-14 14:13:52','2.38','7','newstock','1','','',0.00,'','1','2.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8147,'Raw chips bucket','1',1.00,'2024-07-14 14:13:52','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8148,'Raw chips bucket','1',-0.09,'2024-07-14 16:57:01','2.33','7','newstock','1','','',0.00,'','1','2.239','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8149,'Raw chips bucket','1',2.00,'2024-07-14 16:57:01','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8150,'Raw chips bucket','1',-0.05,'2024-07-14 17:03:00','2.24','7','newstock','1','','',0.00,'','1','2.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8151,'Raw chips bucket','1',1.00,'2024-07-14 17:03:00','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8152,'Raw chips bucket','1',-0.05,'2024-07-14 17:03:10','2.19','7','newstock','1','','',0.00,'','1','2.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8153,'Raw chips bucket','1',1.00,'2024-07-14 17:03:10','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8154,'Raw chips bucket','1',-0.14,'2024-07-14 17:04:04','2.14','7','newstock','1','','',0.00,'','1','2.0035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8155,'Raw chips bucket','1',3.00,'2024-07-14 17:04:04','0.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8156,'Raw chips bucket','1',-0.05,'2024-07-14 17:06:03','2.00','7','newstock','1','','',0.00,'','1','1.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8157,'Raw chips bucket','1',1.00,'2024-07-14 17:06:03','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8158,'Raw chips bucket','4',-0.05,'2024-07-14 17:06:33','1.95','7','newstock','1','','',0.00,'','1','1.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8159,'Raw chips bucket','4',1.00,'2024-07-14 17:06:33','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8160,'Raw chips bucket','1',-0.05,'2024-07-14 17:19:36','1.90','7','newstock','1','','',0.00,'','1','1.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8161,'Raw chips bucket','1',1.00,'2024-07-14 17:19:36','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8162,'Potatoes sack','2',-0.01,'2024-07-14 17:22:25','1.65','7','newstock','1','','',0.00,'','1','1.6399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8163,'Potatoes sack','2',1.00,'2024-07-14 17:22:25','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8164,'Raw chips bucket','1',-0.05,'2024-07-14 17:23:06','1.85','7','newstock','1','','',0.00,'','1','1.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8165,'Raw chips bucket','1',1.00,'2024-07-14 17:23:06','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8166,'Raw chips bucket','1',-0.09,'2024-07-14 17:26:38','1.80','7','newstock','1','','',0.00,'','1','1.709','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8167,'Raw chips bucket','1',2.00,'2024-07-14 17:26:38','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8168,'Raw chips bucket','1',-0.05,'2024-07-14 17:28:25','1.71','7','newstock','1','','',0.00,'','1','1.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8169,'Raw chips bucket','1',1.00,'2024-07-14 17:28:25','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8170,'Raw chips bucket','1',-0.05,'2024-07-14 17:31:00','1.66','7','newstock','1','','',0.00,'','1','1.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8171,'Raw chips bucket','1',1.00,'2024-07-14 17:31:00','1.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8172,'Raw chips bucket','1',-0.05,'2024-07-14 17:31:26','1.61','7','newstock','1','','',0.00,'','1','1.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8173,'Raw chips bucket','1',1.00,'2024-07-14 17:31:26','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8174,'Raw chips bucket','1',-0.09,'2024-07-14 17:44:47','1.56','7','newstock','1','','',0.00,'','1','1.469','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8175,'Raw chips bucket','1',2.00,'2024-07-14 17:44:47','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8176,'Raw chips bucket','1',-0.09,'2024-07-14 17:45:26','1.47','7','newstock','1','','',0.00,'','1','1.379','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8177,'Raw chips bucket','1',2.00,'2024-07-14 17:45:26','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8178,'Raw chips bucket','1',-0.05,'2024-07-14 17:46:14','1.38','7','newstock','1','','',0.00,'','1','1.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8179,'Raw chips bucket','1',1.00,'2024-07-14 17:46:14','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8180,'Raw chips bucket','1',-0.05,'2024-07-14 17:47:35','1.33','7','newstock','1','','',0.00,'','1','1.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8181,'Raw chips bucket','1',1.00,'2024-07-14 17:47:35','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8182,'Raw chips bucket','4',-0.05,'2024-07-14 17:51:31','1.28','7','newstock','1','','',0.00,'','1','1.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8183,'Raw chips bucket','4',1.00,'2024-07-14 17:51:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8184,'Raw chips bucket','1',-0.18,'2024-07-14 17:52:04','1.23','7','newstock','1','','',0.00,'','1','1.048','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8185,'Raw chips bucket','1',4.00,'2024-07-14 17:52:04','0.75','7','newstock','1','','',0.00,'','1','4.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8186,'Raw chips bucket','1',-0.09,'2024-07-14 17:53:17','1.05','7','newstock','1','','',0.00,'','1','0.959','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8187,'Raw chips bucket','1',2.00,'2024-07-14 17:53:17','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8188,'Chicken','',4.00,'2024-07-14 17:54:42','0.50','7','newstock','1','','',0.00,'','1','4.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8189,'Raw chips bucket','1',-0.05,'2024-07-14 17:55:52','1.05','7','newstock','1','','',0.00,'','1','1.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8190,'Raw chips bucket','1',1.00,'2024-07-14 17:55:52','2.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8191,'Raw chips bucket','1',-0.14,'2024-07-14 17:57:43','1.00','7','newstock','1','','',0.00,'','1','0.8635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8192,'Raw chips bucket','1',3.00,'2024-07-14 17:57:43','1.75','7','newstock','1','','',0.00,'','1','4.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8193,'Raw chips bucket','1',-0.18,'2024-07-14 18:03:44','0.86','7','newstock','1','','',0.00,'','1','0.678','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8194,'Raw chips bucket','1',4.00,'2024-07-14 18:03:44','1.75','7','newstock','1','','',0.00,'','1','5.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8195,'Raw chips bucket','1',-0.05,'2024-07-14 18:05:47','0.68','7','newstock','1','','',0.00,'','1','0.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8196,'Raw chips bucket','1',1.00,'2024-07-14 18:05:47','1.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8197,'Raw chips bucket','1',-0.09,'2024-07-14 18:05:57','0.63','7','newstock','1','','',0.00,'','1','0.539','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8198,'Raw chips bucket','1',2.00,'2024-07-14 18:05:57','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8199,'Raw chips bucket','1',-0.14,'2024-07-14 18:07:35','0.54','7','newstock','1','','',0.00,'','1','0.4035','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8200,'Raw chips bucket','1',3.00,'2024-07-14 18:07:35','0.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8201,'Raw chips bucket','1',-0.14,'2024-07-14 18:09:33','0.40','7','newstock','1','','',0.00,'','1','0.2635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8202,'Raw chips bucket','1',3.00,'2024-07-14 18:09:33','0.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8203,'Raw chips bucket','1',-0.23,'2024-07-14 18:10:16','0.26','7','newstock','1','','',0.00,'','1','0.0325','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8204,'Raw chips bucket','1',5.00,'2024-07-14 18:10:16','0.75','7','newstock','1','','',0.00,'','1','5.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8205,'Raw chips bucket','',4.00,'2024-07-14 19:01:34','0.03','7','newstock','1','','',0.00,'','1','4.03','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8206,'Raw chips bucket','1',-0.27,'2024-07-14 19:43:01','4.03','7','newstock','1','','',0.00,'','1','3.757','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8207,'Raw chips bucket','1',6.00,'2024-07-14 19:43:01','0.75','7','newstock','1','','',0.00,'','1','6.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8208,'Raw chips bucket','1',-0.18,'2024-07-14 19:43:23','3.76','7','newstock','1','','',0.00,'','1','3.578','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8209,'Raw chips bucket','1',4.00,'2024-07-14 19:43:23','0.75','7','newstock','1','','',0.00,'','1','4.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8210,'Raw chips bucket','1',-0.14,'2024-07-14 19:44:15','3.58','7','newstock','1','','',0.00,'','1','3.4435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8211,'Raw chips bucket','1',3.00,'2024-07-14 19:44:15','0.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8212,'Raw chips bucket','4',-0.09,'2024-07-14 19:44:44','3.44','7','newstock','1','','',0.00,'','1','3.349','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8213,'Raw chips bucket','4',2.00,'2024-07-14 19:44:44','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8214,'Raw chips bucket','4',-0.09,'2024-07-14 19:45:13','3.35','7','newstock','1','','',0.00,'','1','3.259','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8215,'Raw chips bucket','4',2.00,'2024-07-14 19:45:13','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8216,'Raw chips bucket','1',-0.05,'2024-07-14 19:46:17','3.26','7','newstock','1','','',0.00,'','1','3.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8217,'Raw chips bucket','1',1.00,'2024-07-14 19:46:17','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8218,'Raw chips bucket','1',-0.05,'2024-07-14 19:46:41','3.21','7','newstock','1','','',0.00,'','1','3.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8219,'Raw chips bucket','1',1.00,'2024-07-14 19:46:41','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8220,'Raw chips bucket','1',-0.05,'2024-07-14 19:47:06','3.16','7','newstock','1','','',0.00,'','1','3.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8221,'Raw chips bucket','1',1.00,'2024-07-14 19:47:06','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8222,'Raw chips bucket','4',-0.05,'2024-07-14 19:47:31','3.11','7','newstock','1','','',0.00,'','1','3.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8223,'Raw chips bucket','4',1.00,'2024-07-14 19:47:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8224,'Raw chips bucket','4',-0.05,'2024-07-14 19:49:39','3.06','7','newstock','1','','',0.00,'','1','3.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8225,'Raw chips bucket','4',1.00,'2024-07-14 19:49:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8226,'Raw chips bucket','1',-0.09,'2024-07-14 19:50:04','3.01','7','newstock','1','','',0.00,'','1','2.919','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8227,'Raw chips bucket','1',2.00,'2024-07-14 19:50:04','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8228,'Raw chips bucket','4',-0.05,'2024-07-14 19:50:31','2.92','7','newstock','1','','',0.00,'','1','2.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8229,'Raw chips bucket','4',1.00,'2024-07-14 19:50:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8230,'Raw chips bucket','4',-0.05,'2024-07-14 19:50:58','2.87','7','newstock','1','','',0.00,'','1','2.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8231,'Raw chips bucket','4',1.00,'2024-07-14 19:50:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8232,'Raw chips bucket','1',-0.14,'2024-07-14 19:51:22','2.82','7','newstock','1','','',0.00,'','1','2.6835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8233,'Raw chips bucket','1',3.00,'2024-07-14 19:51:22','0.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8234,'Raw chips bucket','4',-0.09,'2024-07-14 19:53:04','2.68','7','newstock','1','','',0.00,'','1','2.589','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8235,'Raw chips bucket','4',2.00,'2024-07-14 19:53:04','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8236,'Raw chips bucket','1',-0.27,'2024-07-14 19:53:47','2.59','7','newstock','1','','',0.00,'','1','2.317','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8237,'Raw chips bucket','1',6.00,'2024-07-14 19:53:47','0.75','7','newstock','1','','',0.00,'','1','6.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8238,'Raw chips bucket','4',-0.09,'2024-07-14 19:54:29','2.32','7','newstock','1','','',0.00,'','1','2.229','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8239,'Raw chips bucket','4',2.00,'2024-07-14 19:54:29','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8240,'Raw chips bucket','1',-0.05,'2024-07-14 20:12:35','2.23','7','newstock','1','','',0.00,'','1','2.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8241,'Raw chips bucket','1',1.00,'2024-07-14 20:12:35','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8242,'Raw chips bucket','1',-0.05,'2024-07-14 20:23:25','2.18','7','newstock','1','','',0.00,'','1','2.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8243,'Raw chips bucket','1',1.00,'2024-07-14 20:23:25','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8244,'Raw chips bucket','1',-0.05,'2024-07-14 20:25:19','2.13','7','newstock','1','','',0.00,'','1','2.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8245,'Raw chips bucket','1',1.00,'2024-07-14 20:25:19','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8246,'Raw chips bucket','1',-0.09,'2024-07-14 20:25:47','2.08','7','newstock','1','','',0.00,'','1','1.989','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8247,'Raw chips bucket','1',2.00,'2024-07-14 20:25:47','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8248,'Chicken','',2.00,'2024-07-14 20:30:53','0.00','7','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8249,'Raw chips bucket','1',-0.05,'2024-07-14 20:41:09','1.99','7','newstock','1','','',0.00,'','1','1.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8250,'Raw chips bucket','1',1.00,'2024-07-14 20:41:09','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8251,'Raw chips bucket','1',-0.27,'2024-07-14 20:51:19','1.94','7','newstock','1','','',0.00,'','1','1.667','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8252,'Raw chips bucket','1',6.00,'2024-07-14 20:51:19','0.75','7','newstock','1','','',0.00,'','1','6.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8253,'Raw chips bucket','1',-0.05,'2024-07-15 14:18:30','1.67','6','newstock','1','','',0.00,'','1','1.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8254,'Raw chips bucket','1',1.00,'2024-07-15 14:18:30','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8255,'Raw chips bucket','1',-0.05,'2024-07-15 14:20:16','1.62','6','newstock','1','','',0.00,'','1','1.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8256,'Raw chips bucket','1',1.00,'2024-07-15 14:20:16','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8257,'Raw chips bucket','1',-0.05,'2024-07-15 14:22:28','1.57','6','newstock','1','','',0.00,'','1','1.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8258,'Raw chips bucket','1',1.00,'2024-07-15 14:22:28','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8259,'Raw chips bucket','1',-0.05,'2024-07-15 14:22:49','1.52','6','newstock','1','','',0.00,'','1','1.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8260,'Raw chips bucket','1',1.00,'2024-07-15 14:22:49','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8261,'Raw chips bucket','4',-0.09,'2024-07-15 14:25:31','1.47','6','newstock','1','','',0.00,'','1','1.379','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8262,'Raw chips bucket','4',2.00,'2024-07-15 14:25:31','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8263,'Raw chips bucket','1',-0.05,'2024-07-15 15:59:47','1.38','6','newstock','1','','',0.00,'','1','1.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8264,'Raw chips bucket','1',1.00,'2024-07-15 15:59:47','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8265,'Potatoes sack','2',-0.02,'2024-07-15 19:11:57','1.64','6','newstock','1','','',0.00,'','1','1.6198','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8266,'Potatoes sack','2',2.00,'2024-07-15 19:11:57','0.50','6','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8267,'Raw chips bucket','1',-0.05,'2024-07-15 19:20:38','1.33','6','newstock','1','','',0.00,'','1','1.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8268,'Raw chips bucket','1',1.00,'2024-07-15 19:20:38','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8269,'Raw chips bucket','1',-0.05,'2024-07-15 19:21:26','1.28','6','newstock','1','','',0.00,'','1','1.2345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8270,'Raw chips bucket','1',1.00,'2024-07-15 19:21:26','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8271,'Raw chips bucket','4',-0.05,'2024-07-15 19:21:59','1.23','6','newstock','1','','',0.00,'','1','1.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8272,'Raw chips bucket','4',1.00,'2024-07-15 19:21:59','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8273,'Raw chips bucket','1',-0.05,'2024-07-15 19:24:01','1.18','6','newstock','1','','',0.00,'','1','1.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8274,'Raw chips bucket','1',1.00,'2024-07-15 19:24:01','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8275,'Raw chips bucket','1',-0.05,'2024-07-15 19:24:44','1.13','6','newstock','1','','',0.00,'','1','1.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8276,'Raw chips bucket','1',1.00,'2024-07-15 19:24:44','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8277,'Raw chips bucket','4',-0.09,'2024-07-15 19:39:36','1.08','6','newstock','1','','',0.00,'','1','0.989','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8278,'Raw chips bucket','4',2.00,'2024-07-15 19:39:36','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8279,'Raw chips bucket','1',-0.09,'2024-07-15 19:40:05','0.99','6','newstock','1','','',0.00,'','1','0.899','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8280,'Raw chips bucket','1',2.00,'2024-07-15 19:40:05','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8281,'Raw chips bucket','1',-0.09,'2024-07-15 19:40:44','0.90','6','newstock','1','','',0.00,'','1','0.809','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8282,'Raw chips bucket','1',2.00,'2024-07-15 19:40:44','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8283,'Raw chips bucket','1',-0.05,'2024-07-15 19:42:02','0.81','6','newstock','1','','',0.00,'','1','0.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8284,'Raw chips bucket','1',1.00,'2024-07-15 19:42:02','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8285,'Raw chips bucket','4',-0.09,'2024-07-15 19:49:06','0.76','6','newstock','1','','',0.00,'','1','0.669','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8286,'Raw chips bucket','4',2.00,'2024-07-15 19:49:06','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8287,'Raw chips bucket','1',-0.05,'2024-07-15 19:50:18','0.67','6','newstock','1','','',0.00,'','1','0.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8288,'Raw chips bucket','1',1.00,'2024-07-15 19:50:18','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8289,'Raw chips bucket','1',-0.05,'2024-07-15 19:52:52','0.62','6','newstock','1','','',0.00,'','1','0.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8290,'Raw chips bucket','1',1.00,'2024-07-15 19:52:52','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8291,'Raw chips bucket','1',-0.05,'2024-07-15 19:54:05','0.57','6','newstock','1','','',0.00,'','1','0.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8292,'Raw chips bucket','1',1.00,'2024-07-15 19:54:05','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8293,'Raw chips bucket','1',-0.05,'2024-07-15 19:55:09','0.52','6','newstock','1','','',0.00,'','1','0.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8294,'Raw chips bucket','1',1.00,'2024-07-15 19:55:09','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8295,'Raw chips bucket','1',-0.09,'2024-07-15 19:56:14','0.47','6','newstock','1','','',0.00,'','1','0.379','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8296,'Raw chips bucket','1',2.00,'2024-07-15 19:56:14','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8297,'Raw chips bucket','1',-0.05,'2024-07-15 20:03:18','0.38','6','newstock','1','','',0.00,'','1','0.3345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8298,'Raw chips bucket','1',1.00,'2024-07-15 20:03:18','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8299,'Raw chips bucket','1',-0.09,'2024-07-15 20:52:27','0.33','6','newstock','1','','',0.00,'','1','0.239','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8300,'Raw chips bucket','1',2.00,'2024-07-15 20:52:27','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8301,'Raw chips bucket','1',-0.05,'2024-07-16 19:16:56','0.24','7','newstock','1','','',0.00,'','1','0.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8302,'Raw chips bucket','1',1.00,'2024-07-16 19:16:56','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8303,'Raw chips bucket','4',-0.05,'2024-07-16 19:18:11','0.19','7','newstock','1','','',0.00,'','1','0.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8304,'Raw chips bucket','4',1.00,'2024-07-16 19:18:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8305,'Raw chips bucket','1',-0.05,'2024-07-16 19:18:44','0.14','7','newstock','1','','',0.00,'','1','0.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8306,'Raw chips bucket','1',1.00,'2024-07-16 19:18:44','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8307,'Raw chips bucket','4',-0.05,'2024-07-16 19:19:03','0.09','7','newstock','1','','',0.00,'','1','0.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8308,'Raw chips bucket','4',1.00,'2024-07-16 19:19:03','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8309,'Raw chips bucket','',3.00,'2024-07-16 19:19:52','0.04','7','newstock','1','','',0.00,'','1','3.04','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8310,'Raw chips bucket','1',-0.05,'2024-07-16 19:19:54','3.04','7','newstock','1','','',0.00,'','1','2.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8311,'Raw chips bucket','1',1.00,'2024-07-16 19:19:54','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8312,'Raw chips bucket','1',-0.05,'2024-07-16 19:20:18','2.99','7','newstock','1','','',0.00,'','1','2.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8313,'Raw chips bucket','1',1.00,'2024-07-16 19:20:18','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8314,'Raw chips bucket','1',-0.05,'2024-07-16 19:20:47','2.94','7','newstock','1','','',0.00,'','1','2.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8315,'Raw chips bucket','1',1.00,'2024-07-16 19:20:47','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8316,'Raw chips bucket','1',-0.05,'2024-07-16 19:21:07','2.89','7','newstock','1','','',0.00,'','1','2.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8317,'Raw chips bucket','1',1.00,'2024-07-16 19:21:07','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8318,'Raw chips bucket','4',-0.05,'2024-07-16 19:21:30','2.84','7','newstock','1','','',0.00,'','1','2.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8319,'Raw chips bucket','4',1.00,'2024-07-16 19:21:30','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8320,'Raw chips bucket','4',-0.05,'2024-07-16 19:21:59','2.79','7','newstock','1','','',0.00,'','1','2.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8321,'Raw chips bucket','4',1.00,'2024-07-16 19:21:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8322,'Raw chips bucket','4',-0.23,'2024-07-16 19:22:36','2.74','7','newstock','1','','',0.00,'','1','2.5125','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8323,'Raw chips bucket','4',5.00,'2024-07-16 19:22:36','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8324,'Chicken','',2.00,'2024-07-16 19:23:47','0.00','7','newstock','1','','',0.00,'','1','2','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8325,'Raw chips bucket','1',-0.09,'2024-07-16 19:24:01','2.51','7','newstock','1','','',0.00,'','1','2.419','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8326,'Raw chips bucket','1',2.00,'2024-07-16 19:24:01','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8327,'Raw chips bucket','1',-0.05,'2024-07-16 19:24:31','2.42','7','newstock','1','','',0.00,'','1','2.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8328,'Raw chips bucket','1',1.00,'2024-07-16 19:24:31','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8329,'Raw chips bucket','1',-0.05,'2024-07-16 19:25:11','2.37','7','newstock','1','','',0.00,'','1','2.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8330,'Raw chips bucket','1',1.00,'2024-07-16 19:25:11','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8331,'Raw chips bucket','1',-0.05,'2024-07-16 19:25:27','2.32','7','newstock','1','','',0.00,'','1','2.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8332,'Raw chips bucket','1',1.00,'2024-07-16 19:25:27','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8333,'Raw chips bucket','1',-0.18,'2024-07-16 19:57:01','2.27','7','newstock','1','','',0.00,'','1','2.088','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8334,'Raw chips bucket','1',4.00,'2024-07-16 19:57:01','0.75','7','newstock','1','','',0.00,'','1','4.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8335,'Raw chips bucket','1',-0.05,'2024-07-16 19:57:30','2.09','7','newstock','1','','',0.00,'','1','2.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8336,'Raw chips bucket','1',1.00,'2024-07-16 19:57:30','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8337,'Raw chips bucket','4',-0.05,'2024-07-16 19:59:46','2.04','7','newstock','1','','',0.00,'','1','1.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8338,'Raw chips bucket','4',1.00,'2024-07-16 19:59:46','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8339,'Raw chips bucket','1',-0.09,'2024-07-16 20:11:06','1.99','7','newstock','1','','',0.00,'','1','1.899','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8340,'Raw chips bucket','1',2.00,'2024-07-16 20:11:06','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8341,'Potatoes sack','2',-0.01,'2024-07-16 20:11:27','1.62','7','newstock','1','','',0.00,'','1','1.6099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8342,'Potatoes sack','2',1.00,'2024-07-16 20:11:27','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8343,'Raw chips bucket','4',-0.05,'2024-07-16 20:11:37','1.90','7','newstock','1','','',0.00,'','1','1.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8344,'Raw chips bucket','4',1.00,'2024-07-16 20:11:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8345,'Raw chips bucket','4',-0.05,'2024-07-16 20:12:01','1.85','7','newstock','1','','',0.00,'','1','1.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8346,'Raw chips bucket','4',1.00,'2024-07-16 20:12:01','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8347,'Raw chips bucket','4',-0.05,'2024-07-16 20:12:27','1.80','7','newstock','1','','',0.00,'','1','1.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8348,'Raw chips bucket','4',1.00,'2024-07-16 20:12:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8349,'Raw chips bucket','1',-0.05,'2024-07-16 20:13:26','1.75','7','newstock','1','','',0.00,'','1','1.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8350,'Raw chips bucket','1',1.00,'2024-07-16 20:13:26','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8351,'Raw chips bucket','1',-0.05,'2024-07-16 21:16:13','1.70','7','newstock','1','','',0.00,'','1','1.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8352,'Raw chips bucket','1',1.00,'2024-07-16 21:16:13','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8353,'Raw chips bucket','1',-0.05,'2024-07-16 21:25:33','1.65','7','newstock','1','','',0.00,'','1','1.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8354,'Raw chips bucket','1',1.00,'2024-07-16 21:25:33','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8355,'Raw chips bucket','1',-0.05,'2024-07-17 17:36:43','1.60','6','newstock','1','','',0.00,'','1','1.5545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8356,'Raw chips bucket','1',1.00,'2024-07-17 17:36:43','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8357,'Raw chips bucket','1',-0.09,'2024-07-17 17:37:15','1.55','6','newstock','1','','',0.00,'','1','1.459','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8358,'Raw chips bucket','1',2.00,'2024-07-17 17:37:15','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8359,'Raw chips bucket','1',-0.09,'2024-07-17 17:41:46','1.46','6','newstock','1','','',0.00,'','1','1.369','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8360,'Raw chips bucket','1',2.00,'2024-07-17 17:41:46','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8361,'Raw chips bucket','1',-0.05,'2024-07-17 17:42:49','1.37','6','newstock','1','','',0.00,'','1','1.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8362,'Raw chips bucket','1',1.00,'2024-07-17 17:42:49','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8363,'Raw chips bucket','1',-0.05,'2024-07-17 17:43:49','1.32','6','newstock','1','','',0.00,'','1','1.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8364,'Raw chips bucket','1',1.00,'2024-07-17 17:43:49','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8365,'Raw chips bucket','1',-0.05,'2024-07-17 17:44:42','1.27','6','newstock','1','','',0.00,'','1','1.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8366,'Raw chips bucket','1',1.00,'2024-07-17 17:44:42','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8367,'Raw chips bucket','1',-0.09,'2024-07-17 17:54:27','1.22','6','newstock','1','','',0.00,'','1','1.129','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8368,'Raw chips bucket','1',2.00,'2024-07-17 17:54:27','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8369,'Raw chips bucket','1',-0.14,'2024-07-17 17:55:52','1.13','6','newstock','1','','',0.00,'','1','0.9935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8370,'Raw chips bucket','1',3.00,'2024-07-17 17:55:52','0.75','6','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8371,'Raw chips bucket','4',-0.05,'2024-07-17 18:00:14','0.99','6','newstock','1','','',0.00,'','1','0.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8372,'Raw chips bucket','4',1.00,'2024-07-17 18:00:14','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8373,'Raw chips bucket','1',-0.05,'2024-07-17 18:01:18','0.94','6','newstock','1','','',0.00,'','1','0.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8374,'Raw chips bucket','1',1.00,'2024-07-17 18:01:18','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8375,'Raw chips bucket','4',-0.05,'2024-07-17 18:02:03','0.89','6','newstock','1','','',0.00,'','1','0.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8376,'Raw chips bucket','4',1.00,'2024-07-17 18:02:03','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8377,'Raw chips bucket','1',-0.05,'2024-07-17 18:02:34','0.84','6','newstock','1','','',0.00,'','1','0.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8378,'Raw chips bucket','1',1.00,'2024-07-17 18:02:34','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8379,'Raw chips bucket','1',-0.05,'2024-07-17 20:33:41','0.79','6','newstock','1','','',0.00,'','1','0.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8380,'Raw chips bucket','1',1.00,'2024-07-17 20:33:41','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8381,'Chicken','',3.00,'2024-07-17 20:35:07','0.00','6','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8382,'Raw chips bucket','1',-0.05,'2024-07-17 20:36:09','0.74','6','newstock','1','','',0.00,'','1','0.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8383,'Raw chips bucket','1',1.00,'2024-07-17 20:36:09','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8384,'Raw chips bucket','3',-0.05,'2024-07-17 20:36:16','0.69','6','newstock','1','','',0.00,'','1','0.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8385,'Raw chips bucket','3',1.00,'2024-07-17 20:36:16','2.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8386,'Raw chips bucket','1',-0.05,'2024-07-17 20:50:30','0.64','6','newstock','1','','',0.00,'','1','0.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8387,'Raw chips bucket','1',1.00,'2024-07-17 20:50:30','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8388,'Raw chips bucket','1',-0.05,'2024-07-17 20:51:04','0.59','6','newstock','1','','',0.00,'','1','0.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8389,'Raw chips bucket','1',1.00,'2024-07-17 20:51:04','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8390,'Raw chips bucket','3',-0.09,'2024-07-17 20:51:46','0.54','6','newstock','1','','',0.00,'','1','0.449','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8391,'Raw chips bucket','3',2.00,'2024-07-17 20:51:46','1.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8392,'Potatoes sack','2',-0.01,'2024-07-17 20:53:20','1.61','6','newstock','1','','',0.00,'','1','1.5999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8393,'Potatoes sack','2',1.00,'2024-07-17 20:53:20','1.50','6','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8394,'Raw chips bucket','1',-0.05,'2024-07-17 20:53:44','0.45','6','newstock','1','','',0.00,'','1','0.4045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8395,'Raw chips bucket','1',1.00,'2024-07-17 20:53:44','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8396,'Raw chips bucket','1',-0.05,'2024-07-17 20:54:27','0.40','6','newstock','1','','',0.00,'','1','0.3545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8397,'Raw chips bucket','1',1.00,'2024-07-17 20:54:27','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8398,'Raw chips bucket','1',-0.05,'2024-07-17 20:54:59','0.35','6','newstock','1','','',0.00,'','1','0.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8399,'Raw chips bucket','1',1.00,'2024-07-17 20:54:59','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8400,'Raw chips bucket','1',-0.05,'2024-07-17 21:05:35','0.30','6','newstock','1','','',0.00,'','1','0.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8401,'Raw chips bucket','1',1.00,'2024-07-17 21:05:35','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8402,'Raw chips bucket','',5.00,'2024-07-28 11:48:38','0.25','7','newstock','1','','',0.00,'','1','5.25','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8403,'Carrier bag small','',15.00,'2024-07-28 11:49:08','2.00','7','newstock','1','','',0.00,'','1','17','internal','1','33','','',0.00,'','10','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8404,'Dasani 500ml','',12.00,'2024-07-28 11:50:10','2.00','7','newstock','1','','',0.00,'','1','14','internal','1','29','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8405,'Smokie','',50.00,'2024-07-28 11:54:53','2.00','7','newstock','1','','',0.00,'','1','52','internal','1','17','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8406,'Raw chips bucket','4',-0.14,'2024-07-28 12:56:00','5.25','7','newstock','1','','',0.00,'','1','5.1135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8407,'Raw chips bucket','4',3.00,'2024-07-28 12:56:00','0.00','7','newstock','1','','',0.00,'','1','3','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8408,'Potatoes sack','2',-0.01,'2024-07-28 13:11:06','1.60','7','newstock','1','','',0.00,'','1','1.5899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8409,'Potatoes sack','2',1.00,'2024-07-28 13:11:06','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8410,'Raw chips bucket','1',-0.05,'2024-07-28 13:14:01','5.11','7','newstock','1','','',0.00,'','1','5.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8411,'Raw chips bucket','1',1.00,'2024-07-28 13:14:01','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8412,'Raw chips bucket','1',-0.05,'2024-07-28 13:17:00','5.06','7','newstock','1','','',0.00,'','1','5.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8413,'Raw chips bucket','1',1.00,'2024-07-28 13:17:00','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8414,'Chicken','',5.00,'2024-07-28 13:24:41','1.50','7','newstock','1','','',0.00,'','1','6.5','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8415,'Raw chips bucket','4',-0.05,'2024-07-28 13:25:06','5.01','7','newstock','1','','',0.00,'','1','4.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8416,'Raw chips bucket','4',1.00,'2024-07-28 13:25:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8417,'Raw chips bucket','3',-0.09,'2024-07-28 13:25:33','4.96','7','newstock','1','','',0.00,'','1','4.869','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8418,'Raw chips bucket','3',2.00,'2024-07-28 13:25:33','1.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8419,'Raw chips bucket','1',-0.05,'2024-07-28 13:29:22','4.87','7','newstock','1','','',0.00,'','1','4.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8420,'Raw chips bucket','1',1.00,'2024-07-28 13:29:22','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8421,'Raw chips bucket','1',-0.05,'2024-07-28 13:30:25','4.82','7','newstock','1','','',0.00,'','1','4.7745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8422,'Raw chips bucket','1',1.00,'2024-07-28 13:30:25','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8423,'Raw chips bucket','1',-0.14,'2024-07-28 13:31:01','4.77','7','newstock','1','','',0.00,'','1','4.6335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8424,'Raw chips bucket','1',3.00,'2024-07-28 13:31:01','0.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8425,'Raw chips bucket','3',-0.05,'2024-07-28 13:31:53','4.63','7','newstock','1','','',0.00,'','1','4.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8426,'Raw chips bucket','3',1.00,'2024-07-28 13:31:53','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8427,'Raw chips bucket','1',-0.05,'2024-07-28 13:32:27','4.58','7','newstock','1','','',0.00,'','1','4.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8428,'Raw chips bucket','1',1.00,'2024-07-28 13:32:27','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8429,'Raw chips bucket','1',-0.05,'2024-07-28 13:32:56','4.53','7','newstock','1','','',0.00,'','1','4.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8430,'Raw chips bucket','1',1.00,'2024-07-28 13:32:56','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8431,'Raw chips bucket','1',-0.09,'2024-07-28 13:35:41','4.48','7','newstock','1','','',0.00,'','1','4.389','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8432,'Raw chips bucket','1',2.00,'2024-07-28 13:35:41','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8433,'Raw chips bucket','1',-0.05,'2024-07-28 14:04:12','4.39','7','newstock','1','','',0.00,'','1','4.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8434,'Raw chips bucket','1',1.00,'2024-07-28 14:04:12','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8435,'Potatoes sack','2',-0.02,'2024-07-28 14:04:22','1.59','7','newstock','1','','',0.00,'','1','1.5698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8436,'Potatoes sack','2',2.00,'2024-07-28 14:04:22','0.50','7','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8437,'Raw chips bucket','1',-0.18,'2024-07-28 14:04:53','4.34','7','newstock','1','','',0.00,'','1','4.158','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8438,'Raw chips bucket','1',4.00,'2024-07-28 14:04:53','0.75','7','newstock','1','','',0.00,'','1','4.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8439,'Potatoes sack','2',-0.03,'2024-07-30 15:09:21','1.57','7','newstock','1','','',0.00,'','1','1.5397','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8440,'Potatoes sack','2',3.00,'2024-07-30 15:09:21','0.50','7','newstock','1','','',0.00,'','1','3.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8441,'Raw chips bucket','1',-0.05,'2024-07-30 15:09:53','4.16','7','newstock','1','','',0.00,'','1','4.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8442,'Raw chips bucket','1',1.00,'2024-07-30 15:09:53','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8443,'Raw chips bucket','3',-0.09,'2024-07-30 15:10:29','4.11','7','newstock','1','','',0.00,'','1','4.019','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8444,'Raw chips bucket','3',2.00,'2024-07-30 15:10:29','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8445,'Raw chips bucket','1',-0.05,'2024-07-30 15:10:56','4.02','7','newstock','1','','',0.00,'','1','3.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8446,'Raw chips bucket','1',1.00,'2024-07-30 15:10:56','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8447,'Potatoes sack','2',-0.01,'2024-07-30 15:11:08','1.54','7','newstock','1','','',0.00,'','1','1.5299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8448,'Potatoes sack','2',1.00,'2024-07-30 15:11:08','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8449,'Raw chips bucket','1',-0.09,'2024-07-30 19:25:27','3.97','7','newstock','1','','',0.00,'','1','3.879','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8450,'Raw chips bucket','1',2.00,'2024-07-30 19:25:27','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8451,'Potatoes sack','2',-0.03,'2024-07-30 19:25:46','1.53','7','newstock','1','','',0.00,'','1','1.4997','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8452,'Potatoes sack','2',3.00,'2024-07-30 19:25:46','0.50','7','newstock','1','','',0.00,'','1','3.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8453,'Raw chips bucket','4',-0.05,'2024-07-30 19:26:18','3.88','7','newstock','1','','',0.00,'','1','3.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8454,'Raw chips bucket','4',1.00,'2024-07-30 19:26:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8455,'Raw chips bucket','1',-0.05,'2024-07-30 19:26:33','3.83','7','newstock','1','','',0.00,'','1','3.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8456,'Raw chips bucket','1',1.00,'2024-07-30 19:26:33','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8457,'Raw chips bucket','5',-0.05,'2024-07-30 19:27:39','3.78','7','newstock','1','','',0.00,'','1','3.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8458,'Raw chips bucket','5',1.00,'2024-07-30 19:27:39','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8459,'Raw chips bucket','1',-0.05,'2024-07-30 19:28:56','3.73','7','newstock','1','','',0.00,'','1','3.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8460,'Raw chips bucket','1',1.00,'2024-07-30 19:28:56','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8461,'Raw chips bucket','1',-0.05,'2024-07-30 19:40:14','3.68','7','newstock','1','','',0.00,'','1','3.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8462,'Raw chips bucket','1',1.00,'2024-07-30 19:40:14','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8463,'Raw chips bucket','3',-0.09,'2024-07-30 19:40:34','3.63','7','newstock','1','','',0.00,'','1','3.539','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8464,'Raw chips bucket','3',2.00,'2024-07-30 19:40:34','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8465,'Raw chips bucket','1',-0.05,'2024-07-30 19:41:02','3.54','7','newstock','1','','',0.00,'','1','3.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8466,'Raw chips bucket','1',1.00,'2024-07-30 19:41:02','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8467,'Raw chips bucket','1',-0.05,'2024-07-30 19:42:13','3.49','7','newstock','1','','',0.00,'','1','3.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8468,'Raw chips bucket','1',1.00,'2024-07-30 19:42:13','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8469,'Raw chips bucket','1',-0.09,'2024-07-30 19:43:31','3.44','7','newstock','1','','',0.00,'','1','3.349','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8470,'Raw chips bucket','1',2.00,'2024-07-30 19:43:31','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8471,'Raw chips bucket','1',-0.05,'2024-07-30 19:44:04','3.35','7','newstock','1','','',0.00,'','1','3.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8472,'Raw chips bucket','1',1.00,'2024-07-30 19:44:04','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8473,'Potatoes sack','2',-0.01,'2024-07-30 20:41:12','1.50','7','newstock','1','','',0.00,'','1','1.4899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8474,'Potatoes sack','2',1.00,'2024-07-30 20:41:12','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8475,'Sausages','',26.00,'2024-07-30 20:57:49','0.00','7','newstock','1','','',0.00,'','1','26','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8476,'Raw chips bucket','1',-0.05,'2024-07-30 21:09:44','3.30','7','newstock','1','','',0.00,'','1','3.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8477,'Raw chips bucket','1',1.00,'2024-07-30 21:09:44','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8478,'Raw chips bucket','3',-0.05,'2024-07-31 14:18:22','3.25','6','newstock','1','','',0.00,'','1','3.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8479,'Raw chips bucket','3',1.00,'2024-07-31 14:18:22','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8480,'Raw chips bucket','1',-0.09,'2024-07-31 14:18:33','3.20','6','newstock','1','','',0.00,'','1','3.109','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8481,'Raw chips bucket','1',2.00,'2024-07-31 14:18:33','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8482,'Raw chips bucket','3',-0.09,'2024-07-31 14:21:40','3.11','6','newstock','1','','',0.00,'','1','3.019','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8483,'Raw chips bucket','3',2.00,'2024-07-31 14:21:40','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8484,'Raw chips bucket','4',-0.05,'2024-07-31 14:21:55','3.02','6','newstock','1','','',0.00,'','1','2.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8485,'Raw chips bucket','4',1.00,'2024-07-31 14:21:55','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8486,'Raw chips bucket','1',-0.05,'2024-07-31 14:25:57','2.97','6','newstock','1','','',0.00,'','1','2.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8487,'Raw chips bucket','1',1.00,'2024-07-31 14:25:57','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8488,'Raw chips bucket','3',-0.05,'2024-07-31 14:26:17','2.92','6','newstock','1','','',0.00,'','1','2.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8489,'Raw chips bucket','3',1.00,'2024-07-31 14:26:17','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8490,'Raw chips bucket','4',-0.05,'2024-07-31 14:26:52','2.87','6','newstock','1','','',0.00,'','1','2.8245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8491,'Raw chips bucket','4',1.00,'2024-07-31 14:26:52','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8492,'Raw chips bucket','3',-0.05,'2024-07-31 14:28:00','2.82','6','newstock','1','','',0.00,'','1','2.7745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8493,'Raw chips bucket','3',1.00,'2024-07-31 14:28:00','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8494,'Raw chips bucket','1',-0.05,'2024-07-31 16:02:14','2.77','6','newstock','1','','',0.00,'','1','2.7245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8495,'Raw chips bucket','1',1.00,'2024-07-31 16:02:14','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8496,'Raw chips bucket','3',-0.05,'2024-07-31 16:04:44','2.72','6','newstock','1','','',0.00,'','1','2.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8497,'Raw chips bucket','3',1.00,'2024-07-31 16:04:44','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8498,'Raw chips bucket','1',-0.05,'2024-07-31 16:06:01','2.67','6','newstock','1','','',0.00,'','1','2.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8499,'Raw chips bucket','1',1.00,'2024-07-31 16:06:01','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8500,'Raw chips bucket','3',-0.05,'2024-07-31 16:07:05','2.62','6','newstock','1','','',0.00,'','1','2.5745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8501,'Raw chips bucket','3',1.00,'2024-07-31 16:07:05','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8502,'Potatoes sack','2',-0.01,'2024-07-31 16:07:11','1.49','6','newstock','1','','',0.00,'','1','1.4799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8503,'Potatoes sack','2',1.00,'2024-07-31 16:07:11','0.50','6','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8504,'Raw chips bucket','4',-0.05,'2024-07-31 16:07:54','2.57','6','newstock','1','','',0.00,'','1','2.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8505,'Raw chips bucket','4',1.00,'2024-07-31 16:07:54','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8506,'Raw chips bucket','4',-0.05,'2024-07-31 16:10:42','2.52','6','newstock','1','','',0.00,'','1','2.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8507,'Raw chips bucket','4',1.00,'2024-07-31 16:10:42','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8508,'Raw chips bucket','5',-0.09,'2024-07-31 16:11:57','2.47','6','newstock','1','','',0.00,'','1','2.379','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8509,'Raw chips bucket','5',2.00,'2024-07-31 16:11:57','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8510,'Potatoes sack','2',-0.01,'2024-07-31 16:12:51','1.48','6','newstock','1','','',0.00,'','1','1.4699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8511,'Potatoes sack','2',1.00,'2024-07-31 16:12:51','0.50','6','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8512,'Potatoes sack','2',-0.02,'2024-07-31 16:13:46','1.47','6','newstock','1','','',0.00,'','1','1.4498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8513,'Potatoes sack','2',2.00,'2024-07-31 16:13:46','0.50','6','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8514,'Raw chips bucket','1',-0.09,'2024-07-31 16:13:51','2.38','6','newstock','1','','',0.00,'','1','2.289','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8515,'Raw chips bucket','1',2.00,'2024-07-31 16:13:51','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8516,'Raw chips bucket','3',-0.14,'2024-07-31 16:21:25','2.29','6','newstock','1','','',0.00,'','1','2.1535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8517,'Raw chips bucket','3',3.00,'2024-07-31 16:21:25','0.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8518,'Raw chips bucket','1',-0.09,'2024-07-31 16:22:39','2.15','6','newstock','1','','',0.00,'','1','2.059','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8519,'Raw chips bucket','1',2.00,'2024-07-31 16:22:39','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8520,'Raw chips bucket','4',-0.05,'2024-07-31 16:23:35','2.06','6','newstock','1','','',0.00,'','1','2.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8521,'Raw chips bucket','4',1.00,'2024-07-31 16:23:35','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8522,'Raw chips bucket','3',-0.05,'2024-07-31 18:23:59','2.01','6','newstock','1','','',0.00,'','1','1.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8523,'Raw chips bucket','3',1.00,'2024-07-31 18:23:59','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8524,'Potatoes sack','2',-0.04,'2024-07-31 18:24:33','1.45','6','newstock','1','','',0.00,'','1','1.4096','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8525,'Potatoes sack','2',4.00,'2024-07-31 18:24:33','0.50','6','newstock','1','','',0.00,'','1','4.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8526,'Raw chips bucket','1',-0.05,'2024-07-31 18:26:08','1.96','6','newstock','1','','',0.00,'','1','1.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8527,'Raw chips bucket','1',1.00,'2024-07-31 18:26:08','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8528,'Potatoes sack','2',-0.01,'2024-07-31 18:33:19','1.41','6','newstock','1','','',0.00,'','1','1.3999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8529,'Potatoes sack','2',1.00,'2024-07-31 18:33:19','0.50','6','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8530,'Raw chips bucket','3',-0.09,'2024-07-31 18:38:43','1.91','6','newstock','1','','',0.00,'','1','1.819','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8531,'Raw chips bucket','3',2.00,'2024-07-31 18:38:43','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8532,'Potatoes sack','2',-0.01,'2024-07-31 21:13:06','1.40','6','newstock','1','','',0.00,'','1','1.3899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8533,'Potatoes sack','2',1.00,'2024-07-31 21:13:06','0.50','6','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8534,'Raw chips bucket','4',-0.05,'2024-07-31 21:14:38','1.82','6','newstock','1','','',0.00,'','1','1.7745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8535,'Raw chips bucket','4',1.00,'2024-07-31 21:14:38','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8536,'Raw chips bucket','4',-0.09,'2024-07-31 21:15:39','1.77','6','newstock','1','','',0.00,'','1','1.679','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8537,'Raw chips bucket','4',2.00,'2024-07-31 21:15:39','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8538,'Raw chips bucket','1',-0.05,'2024-08-01 16:53:04','1.68','6','newstock','1','','',0.00,'','1','1.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8539,'Raw chips bucket','1',1.00,'2024-08-01 16:53:04','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8540,'Raw chips bucket','4',-0.09,'2024-08-01 16:56:28','1.63','6','newstock','1','','',0.00,'','1','1.539','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8541,'Raw chips bucket','4',2.00,'2024-08-01 16:56:28','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8542,'Raw chips bucket','4',-0.05,'2024-08-01 16:57:08','1.54','6','newstock','1','','',0.00,'','1','1.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8543,'Raw chips bucket','4',1.00,'2024-08-01 16:57:08','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8544,'Raw chips bucket','4',-0.05,'2024-08-01 16:57:23','1.49','6','newstock','1','','',0.00,'','1','1.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8545,'Raw chips bucket','4',1.00,'2024-08-01 16:57:23','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8546,'Raw chips bucket','1',-0.09,'2024-08-01 19:55:29','1.44','6','newstock','1','','',0.00,'','1','1.349','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8547,'Raw chips bucket','1',2.00,'2024-08-01 19:55:29','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8548,'Raw chips bucket','3',-0.09,'2024-08-05 13:29:53','1.35','7','newstock','1','','',0.00,'','1','1.259','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8549,'Raw chips bucket','3',2.00,'2024-08-05 13:29:53','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8550,'Raw chips bucket','1',-0.05,'2024-08-05 13:53:07','1.26','7','newstock','1','','',0.00,'','1','1.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8551,'Raw chips bucket','1',1.00,'2024-08-05 13:53:07','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8552,'Raw chips bucket','1',-0.05,'2024-08-05 13:53:10','1.21','7','newstock','1','','',0.00,'','1','1.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8553,'Raw chips bucket','1',1.00,'2024-08-05 13:53:10','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8554,'Raw chips bucket','1',-0.05,'2024-08-05 13:53:10','1.16','7','newstock','1','','',0.00,'','1','1.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8555,'Raw chips bucket','1',1.00,'2024-08-05 13:53:10','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8556,'Raw chips bucket','1',-0.05,'2024-08-05 13:57:09','1.11','7','newstock','1','','',0.00,'','1','1.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8557,'Raw chips bucket','1',1.00,'2024-08-05 13:57:09','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8558,'Raw chips bucket','1',-0.05,'2024-08-05 14:20:08','1.11','7','newstock','1','','',0.00,'','1','1.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8559,'Raw chips bucket','1',1.00,'2024-08-05 14:20:08','1.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8560,'Raw chips bucket','1',-0.05,'2024-08-06 18:37:49','1.06','7','newstock','1','','',0.00,'','1','1.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8561,'Raw chips bucket','1',1.00,'2024-08-06 18:37:49','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8562,'Raw chips bucket','3',-0.05,'2024-08-06 18:38:25','1.01','7','newstock','1','','',0.00,'','1','0.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8563,'Raw chips bucket','3',1.00,'2024-08-06 18:38:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8564,'Potatoes sack','2',-0.01,'2024-08-06 18:38:48','1.39','7','newstock','1','','',0.00,'','1','1.3799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8565,'Potatoes sack','2',1.00,'2024-08-06 18:38:48','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8566,'Potatoes sack','2',-0.01,'2024-08-06 18:39:37','1.38','7','newstock','1','','',0.00,'','1','1.3699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8567,'Potatoes sack','2',1.00,'2024-08-06 18:39:37','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8568,'Raw chips bucket','1',-0.05,'2024-08-06 18:40:38','0.96','7','newstock','1','','',0.00,'','1','0.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8569,'Raw chips bucket','1',1.00,'2024-08-06 18:40:38','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8570,'Potatoes sack','2',-0.01,'2024-08-06 18:41:04','1.37','7','newstock','1','','',0.00,'','1','1.3599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8571,'Potatoes sack','2',1.00,'2024-08-06 18:41:04','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8572,'Raw chips bucket','1',-0.14,'2024-08-06 18:41:24','0.91','7','newstock','1','','',0.00,'','1','0.7735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8573,'Raw chips bucket','1',3.00,'2024-08-06 18:41:24','0.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8574,'Potatoes sack','2',-0.01,'2024-08-06 18:42:27','1.36','7','newstock','1','','',0.00,'','1','1.3499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8575,'Potatoes sack','2',1.00,'2024-08-06 18:42:27','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8576,'Raw chips bucket','3',-0.05,'2024-08-06 18:42:54','0.77','7','newstock','1','','',0.00,'','1','0.7245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8577,'Raw chips bucket','3',1.00,'2024-08-06 18:42:54','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8578,'Raw chips bucket','1',-0.05,'2024-08-06 18:43:48','0.72','7','newstock','1','','',0.00,'','1','0.6745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8579,'Raw chips bucket','1',1.00,'2024-08-06 18:43:48','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8580,'Raw chips bucket','1',-0.14,'2024-08-06 18:45:28','0.67','7','newstock','1','','',0.00,'','1','0.5335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8581,'Raw chips bucket','1',3.00,'2024-08-06 18:45:28','0.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8582,'Raw chips bucket','1',-0.23,'2024-08-06 19:24:54','0.53','7','newstock','1','','',0.00,'','1','0.3025','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8583,'Raw chips bucket','1',5.00,'2024-08-06 19:24:54','0.75','7','newstock','1','','',0.00,'','1','5.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8584,'Raw chips bucket','3',-0.05,'2024-08-06 19:32:12','0.30','7','newstock','1','','',0.00,'','1','0.2545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8585,'Raw chips bucket','3',1.00,'2024-08-06 19:32:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8586,'Potatoes sack','2',-0.01,'2024-08-06 19:44:59','1.35','7','newstock','1','','',0.00,'','1','1.3399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8587,'Potatoes sack','2',1.00,'2024-08-06 19:44:59','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8588,'Raw chips bucket','4',-0.05,'2024-08-07 20:36:28','0.25','6','newstock','1','','',0.00,'','1','0.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8589,'Raw chips bucket','4',1.00,'2024-08-07 20:36:28','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8590,'Raw chips bucket','4',-0.05,'2024-08-07 20:36:32','0.20','6','newstock','1','','',0.00,'','1','0.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8591,'Raw chips bucket','4',1.00,'2024-08-07 20:36:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8592,'Raw chips bucket','3',-0.09,'2024-08-07 20:37:44','0.15','6','newstock','1','','',0.00,'','1','0.059','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8593,'Raw chips bucket','3',2.00,'2024-08-07 20:37:44','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8594,'Raw chips bucket','1',-0.05,'2024-08-07 20:38:43','0.06','6','newstock','1','','',0.00,'','1','0.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8595,'Raw chips bucket','1',1.00,'2024-08-07 20:38:43','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8596,'Potatoes sack','2',-0.02,'2024-08-07 20:39:26','1.34','6','newstock','1','','',0.00,'','1','1.3198','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8597,'Potatoes sack','2',2.00,'2024-08-07 20:39:26','0.50','6','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8598,'Raw chips bucket','',4.00,'2024-08-07 20:40:32','0.01','6','newstock','1','','',0.00,'','1','4.01','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8599,'Raw chips bucket','4',-0.09,'2024-08-07 20:40:55','4.01','6','newstock','1','','',0.00,'','1','3.919','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8600,'Raw chips bucket','4',2.00,'2024-08-07 20:40:55','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8601,'Raw chips bucket','1',-0.05,'2024-08-07 20:41:19','3.92','6','newstock','1','','',0.00,'','1','3.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8602,'Raw chips bucket','1',1.00,'2024-08-07 20:41:19','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8603,'Chicken','',3.00,'2024-08-07 20:42:24','0.00','6','newstock','1','','',0.00,'','1','3','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8604,'Potatoes sack','2',-0.01,'2024-08-07 20:43:17','1.32','6','newstock','1','','',0.00,'','1','1.3099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8605,'Potatoes sack','2',1.00,'2024-08-07 20:43:17','0.50','6','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8606,'Raw chips bucket','3',-0.09,'2024-08-07 20:43:58','3.87','6','newstock','1','','',0.00,'','1','3.779','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8607,'Raw chips bucket','3',2.00,'2024-08-07 20:43:58','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8608,'Raw chips bucket','1',-0.14,'2024-08-07 20:44:36','3.78','6','newstock','1','','',0.00,'','1','3.6435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8609,'Raw chips bucket','1',3.00,'2024-08-07 20:44:36','0.75','6','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8610,'Raw chips bucket','1',-0.09,'2024-08-07 20:45:23','3.64','6','newstock','1','','',0.00,'','1','3.549','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8611,'Raw chips bucket','1',2.00,'2024-08-07 20:45:23','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8612,'Raw chips bucket','3',-0.09,'2024-08-07 20:46:50','3.55','6','newstock','1','','',0.00,'','1','3.459','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8613,'Raw chips bucket','3',2.00,'2024-08-07 20:46:50','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8614,'Potatoes sack','2',-0.02,'2024-08-07 20:47:54','1.31','6','newstock','1','','',0.00,'','1','1.2898','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8615,'Potatoes sack','2',2.00,'2024-08-07 20:47:54','0.50','6','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8616,'Raw chips bucket','1',-0.05,'2024-08-07 20:48:46','3.46','6','newstock','1','','',0.00,'','1','3.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8617,'Raw chips bucket','1',1.00,'2024-08-07 20:48:46','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8618,'Potatoes sack','2',-0.02,'2024-08-07 20:50:02','1.29','6','newstock','1','','',0.00,'','1','1.2698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8619,'Potatoes sack','2',2.00,'2024-08-07 20:50:02','0.50','6','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8620,'Raw chips bucket','5',-0.09,'2024-08-07 20:50:58','3.41','6','newstock','1','','',0.00,'','1','3.319','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8621,'Raw chips bucket','5',2.00,'2024-08-07 20:50:58','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8622,'Raw chips bucket','4',-0.09,'2024-08-07 20:51:27','3.32','6','newstock','1','','',0.00,'','1','3.229','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8623,'Raw chips bucket','4',2.00,'2024-08-07 20:51:27','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8624,'Raw chips bucket','5',-0.05,'2024-08-07 20:52:14','3.23','6','newstock','1','','',0.00,'','1','3.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8625,'Raw chips bucket','5',1.00,'2024-08-07 20:52:14','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8626,'Raw chips bucket','1',-0.05,'2024-08-07 20:52:46','3.18','6','newstock','1','','',0.00,'','1','3.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8627,'Raw chips bucket','1',1.00,'2024-08-07 20:52:46','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8628,'Raw chips bucket','3',-0.05,'2024-08-07 20:53:14','3.13','6','newstock','1','','',0.00,'','1','3.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8629,'Raw chips bucket','3',1.00,'2024-08-07 20:53:14','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8630,'Raw chips bucket','1',-0.09,'2024-08-07 20:53:52','3.08','6','newstock','1','','',0.00,'','1','2.989','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8631,'Raw chips bucket','1',2.00,'2024-08-07 20:53:52','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8632,'Raw chips bucket','4',-0.05,'2024-08-07 20:54:57','2.99','6','newstock','1','','',0.00,'','1','2.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8633,'Raw chips bucket','4',1.00,'2024-08-07 20:54:57','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8634,'Potatoes sack','2',-0.02,'2024-08-07 20:56:27','1.27','6','newstock','1','','',0.00,'','1','1.2498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8635,'Potatoes sack','2',2.00,'2024-08-07 20:56:27','0.50','6','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8636,'Raw chips bucket','3',-0.09,'2024-08-07 20:57:48','2.94','6','newstock','1','','',0.00,'','1','2.849','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8637,'Raw chips bucket','3',2.00,'2024-08-07 20:57:48','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8638,'Raw chips bucket','3',-0.05,'2024-08-07 20:58:32','2.85','6','newstock','1','','',0.00,'','1','2.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8639,'Raw chips bucket','3',1.00,'2024-08-07 20:58:32','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8640,'Raw chips bucket','3',-0.05,'2024-08-07 20:58:58','2.80','6','newstock','1','','',0.00,'','1','2.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8641,'Raw chips bucket','3',1.00,'2024-08-07 20:58:58','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8642,'Raw chips bucket','4',-0.09,'2024-08-07 20:59:28','2.75','6','newstock','1','','',0.00,'','1','2.659','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8643,'Raw chips bucket','4',2.00,'2024-08-07 20:59:28','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8644,'Raw chips bucket','1',-0.05,'2024-08-07 20:59:32','2.66','6','newstock','1','','',0.00,'','1','2.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8645,'Raw chips bucket','1',1.00,'2024-08-07 20:59:32','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8646,'Raw chips bucket','4',-0.09,'2024-08-07 21:01:19','2.61','6','newstock','1','','',0.00,'','1','2.519','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8647,'Raw chips bucket','4',2.00,'2024-08-07 21:01:19','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8648,'Potatoes sack','2',-0.01,'2024-08-08 15:58:13','1.25','7','newstock','1','','',0.00,'','1','1.2399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8649,'Potatoes sack','2',1.00,'2024-08-08 15:58:13','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8650,'Potatoes sack','2',-0.02,'2024-08-08 16:00:54','1.24','7','newstock','1','','',0.00,'','1','1.2198','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8651,'Potatoes sack','2',2.00,'2024-08-08 16:00:54','0.50','7','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8652,'Potatoes sack','2',-0.02,'2024-08-08 16:03:50','1.22','7','newstock','1','','',0.00,'','1','1.1998','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8653,'Potatoes sack','2',2.00,'2024-08-08 16:03:50','0.50','7','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8654,'Raw chips bucket','4',-0.18,'2024-08-08 16:04:05','2.52','7','newstock','1','','',0.00,'','1','2.338','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8655,'Raw chips bucket','4',4.00,'2024-08-08 16:04:05','0.00','7','newstock','1','','',0.00,'','1','4','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8656,'Raw chips bucket','1',-0.05,'2024-08-08 16:04:42','2.34','7','newstock','1','','',0.00,'','1','2.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8657,'Raw chips bucket','1',1.00,'2024-08-08 16:04:42','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8658,'Chicken','',7.00,'2024-08-08 16:07:05','0.25','7','newstock','1','','',0.00,'','1','7.25','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8659,'Raw chips bucket','1',-0.05,'2024-08-08 16:07:41','2.29','7','newstock','1','','',0.00,'','1','2.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8660,'Raw chips bucket','1',1.00,'2024-08-08 16:07:41','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8661,'Raw chips bucket','1',-0.05,'2024-08-08 16:08:28','2.24','7','newstock','1','','',0.00,'','1','2.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8662,'Raw chips bucket','1',1.00,'2024-08-08 16:08:28','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8663,'Raw chips bucket','1',-0.14,'2024-08-08 16:08:55','2.19','7','newstock','1','','',0.00,'','1','2.0535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8664,'Raw chips bucket','1',3.00,'2024-08-08 16:08:55','0.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8665,'Potatoes sack','2',-0.01,'2024-08-08 16:09:33','1.20','7','newstock','1','','',0.00,'','1','1.1899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8666,'Potatoes sack','2',1.00,'2024-08-08 16:09:33','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8667,'Raw chips bucket','4',-0.05,'2024-08-08 16:09:44','2.05','7','newstock','1','','',0.00,'','1','2.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8668,'Raw chips bucket','4',1.00,'2024-08-08 16:09:44','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8669,'Raw chips bucket','4',-0.05,'2024-08-08 17:22:12','2.00','7','newstock','1','','',0.00,'','1','1.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8670,'Raw chips bucket','4',1.00,'2024-08-08 17:22:12','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8671,'Raw chips bucket','1',-0.05,'2024-08-08 17:23:16','1.95','7','newstock','1','','',0.00,'','1','1.9045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8672,'Raw chips bucket','1',1.00,'2024-08-08 17:23:16','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8673,'Raw chips bucket','1',-0.05,'2024-08-08 17:23:20','1.90','7','newstock','1','','',0.00,'','1','1.8545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8674,'Raw chips bucket','1',1.00,'2024-08-08 17:23:20','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8675,'Potatoes sack','2',-0.03,'2024-08-08 17:48:57','1.19','7','newstock','1','','',0.00,'','1','1.1597','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8676,'Potatoes sack','2',3.00,'2024-08-08 17:48:57','1.50','7','newstock','1','','',0.00,'','1','4.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8677,'Raw chips bucket','5',-0.05,'2024-08-08 17:49:42','1.85','7','newstock','1','','',0.00,'','1','1.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8678,'Raw chips bucket','5',1.00,'2024-08-08 17:49:42','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8679,'Raw chips bucket','4',-0.05,'2024-08-08 19:33:00','1.80','7','newstock','1','','',0.00,'','1','1.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8680,'Raw chips bucket','4',1.00,'2024-08-08 19:33:00','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8681,'Raw chips bucket','4',-0.23,'2024-08-08 19:33:08','1.75','7','newstock','1','','',0.00,'','1','1.5225','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8682,'Raw chips bucket','4',5.00,'2024-08-08 19:33:08','0.00','7','newstock','1','','',0.00,'','1','5','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8683,'Raw chips bucket','1',-0.05,'2024-08-08 19:55:45','1.57','7','newstock','1','','',0.00,'','1','1.5245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8684,'Raw chips bucket','1',1.00,'2024-08-08 19:55:45','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8685,'Raw chips bucket','1',-0.05,'2024-08-08 19:55:48','1.52','7','newstock','1','','',0.00,'','1','1.4745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8686,'Raw chips bucket','1',1.00,'2024-08-08 19:55:48','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8687,'Raw chips bucket','1',-0.05,'2024-08-08 19:58:02','1.47','7','newstock','1','','',0.00,'','1','1.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8688,'Raw chips bucket','1',1.00,'2024-08-08 19:58:02','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8689,'Raw chips bucket','1',-0.05,'2024-08-08 19:58:04','1.42','7','newstock','1','','',0.00,'','1','1.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8690,'Raw chips bucket','1',1.00,'2024-08-08 19:58:04','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8691,'Raw chips bucket','1',-0.05,'2024-08-08 19:58:45','1.37','7','newstock','1','','',0.00,'','1','1.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8692,'Raw chips bucket','1',1.00,'2024-08-08 19:58:45','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8693,'Raw chips bucket','5',-0.05,'2024-08-08 20:00:23','1.32','7','newstock','1','','',0.00,'','1','1.2745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8694,'Raw chips bucket','5',1.00,'2024-08-08 20:00:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8695,'Raw chips bucket','1',-0.05,'2024-08-08 20:01:26','1.27','7','newstock','1','','',0.00,'','1','1.2245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8696,'Raw chips bucket','1',1.00,'2024-08-08 20:01:26','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8697,'Raw chips bucket','1',-0.09,'2024-08-08 20:52:30','1.22','6','newstock','1','','',0.00,'','1','1.129','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8698,'Raw chips bucket','1',2.00,'2024-08-08 20:52:30','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8699,'Raw chips bucket','1',-0.05,'2024-08-08 20:53:02','1.13','6','newstock','1','','',0.00,'','1','1.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8700,'Raw chips bucket','1',1.00,'2024-08-08 20:53:02','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8701,'Raw chips bucket','1',-0.05,'2024-08-08 20:53:48','1.08','6','newstock','1','','',0.00,'','1','1.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8702,'Raw chips bucket','1',1.00,'2024-08-08 20:53:48','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8703,'Raw chips bucket','1',-0.05,'2024-08-08 21:09:19','1.03','6','newstock','1','','',0.00,'','1','0.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8704,'Raw chips bucket','1',1.00,'2024-08-08 21:09:19','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8705,'Raw chips bucket','1',-0.05,'2024-08-08 21:10:02','0.98','6','newstock','1','','',0.00,'','1','0.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8706,'Raw chips bucket','1',1.00,'2024-08-08 21:10:02','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8707,'Raw chips bucket','1',-0.05,'2024-08-08 21:10:41','0.93','6','newstock','1','','',0.00,'','1','0.8845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8708,'Raw chips bucket','1',1.00,'2024-08-08 21:10:41','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8709,'Raw chips bucket','4',-0.05,'2024-08-08 21:14:17','0.88','7','newstock','1','','',0.00,'','1','0.8345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8710,'Raw chips bucket','4',1.00,'2024-08-08 21:14:17','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8711,'Raw chips bucket','4',-0.05,'2024-08-08 21:14:22','0.83','7','newstock','1','','',0.00,'','1','0.7845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8712,'Raw chips bucket','4',1.00,'2024-08-08 21:14:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8713,'Raw chips bucket','1',-0.05,'2024-08-08 21:15:35','0.78','7','newstock','1','','',0.00,'','1','0.7345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8714,'Raw chips bucket','1',1.00,'2024-08-08 21:15:35','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8715,'Raw chips bucket','4',-0.05,'2024-08-08 21:15:55','0.73','7','newstock','1','','',0.00,'','1','0.6845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8716,'Raw chips bucket','4',1.00,'2024-08-08 21:15:55','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8717,'Raw chips bucket','1',-0.05,'2024-08-08 21:19:19','0.68','7','newstock','1','','',0.00,'','1','0.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8718,'Raw chips bucket','1',1.00,'2024-08-08 21:19:19','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8719,'Raw chips bucket','1',-0.09,'2024-08-09 19:41:32','0.63','7','newstock','1','','',0.00,'','1','0.539','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8720,'Raw chips bucket','1',2.00,'2024-08-09 19:41:32','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8721,'Raw chips bucket','1',-0.05,'2024-08-09 19:42:27','0.54','7','newstock','1','','',0.00,'','1','0.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8722,'Raw chips bucket','1',1.00,'2024-08-09 19:42:27','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8723,'Raw chips bucket','1',-0.14,'2024-08-09 19:42:53','0.49','7','newstock','1','','',0.00,'','1','0.3535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8724,'Raw chips bucket','1',3.00,'2024-08-09 19:42:53','0.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8725,'Raw chips bucket','1',-0.05,'2024-08-09 19:43:12','0.35','7','newstock','1','','',0.00,'','1','0.3045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8726,'Raw chips bucket','1',1.00,'2024-08-09 19:43:12','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8727,'Raw chips bucket','1',-0.09,'2024-08-09 19:44:10','0.30','7','newstock','1','','',0.00,'','1','0.209','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8728,'Raw chips bucket','1',2.00,'2024-08-09 19:44:10','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8729,'Raw chips bucket','1',-0.05,'2024-08-09 19:51:35','0.21','7','newstock','1','','',0.00,'','1','0.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8730,'Raw chips bucket','1',1.00,'2024-08-09 19:51:35','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8731,'Raw chips bucket','1',-0.09,'2024-08-09 19:52:37','0.16','7','newstock','1','','',0.00,'','1','0.069','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8732,'Raw chips bucket','1',2.00,'2024-08-09 19:52:37','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8733,'Raw chips bucket','',4.00,'2024-08-09 19:54:37','0.07','7','newstock','1','','',0.00,'','1','4.07','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8734,'Raw chips bucket','1',-0.09,'2024-08-09 19:54:56','4.07','7','newstock','1','','',0.00,'','1','3.979','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8735,'Raw chips bucket','1',2.00,'2024-08-09 19:54:56','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8736,'Raw chips bucket','1',-0.14,'2024-08-09 19:55:48','3.98','7','newstock','1','','',0.00,'','1','3.8435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8737,'Raw chips bucket','1',3.00,'2024-08-09 19:55:48','0.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8738,'Raw chips bucket','1',-0.05,'2024-08-09 19:56:57','3.84','7','newstock','1','','',0.00,'','1','3.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8739,'Raw chips bucket','1',1.00,'2024-08-09 19:56:57','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8740,'Raw chips bucket','1',-0.09,'2024-08-09 20:23:42','3.79','7','newstock','1','','',0.00,'','1','3.699','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8741,'Raw chips bucket','1',2.00,'2024-08-09 20:23:42','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8742,'Potatoes sack','2',-0.02,'2024-08-09 20:24:21','1.16','7','newstock','1','','',0.00,'','1','1.1398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8743,'Potatoes sack','2',2.00,'2024-08-09 20:24:21','1.50','7','newstock','1','','',0.00,'','1','3.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8744,'Raw chips bucket','1',-0.09,'2024-08-09 20:26:08','3.70','7','newstock','1','','',0.00,'','1','3.609','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8745,'Raw chips bucket','1',2.00,'2024-08-09 20:26:08','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8746,'Raw chips bucket','1',-0.09,'2024-08-09 20:27:04','3.61','7','newstock','1','','',0.00,'','1','3.519','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8747,'Raw chips bucket','1',2.00,'2024-08-09 20:27:04','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8748,'Potatoes sack','2',-0.01,'2024-08-09 20:28:13','1.14','7','newstock','1','','',0.00,'','1','1.1299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8749,'Potatoes sack','2',1.00,'2024-08-09 20:28:13','1.50','7','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8750,'Raw chips bucket','3',-0.09,'2024-08-09 20:30:16','3.52','7','newstock','1','','',0.00,'','1','3.429','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8751,'Raw chips bucket','3',2.00,'2024-08-09 20:30:16','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8752,'Raw chips bucket','3',-0.09,'2024-08-09 20:31:45','3.43','7','newstock','1','','',0.00,'','1','3.339','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8753,'Raw chips bucket','3',2.00,'2024-08-09 20:31:45','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8754,'Raw chips bucket','1',-0.09,'2024-08-09 20:38:14','3.34','7','newstock','1','','',0.00,'','1','3.249','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8755,'Raw chips bucket','1',2.00,'2024-08-09 20:38:14','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8756,'Raw chips bucket','1',-0.05,'2024-08-09 20:41:29','3.25','7','newstock','1','','',0.00,'','1','3.2045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8757,'Raw chips bucket','1',1.00,'2024-08-09 20:41:29','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8758,'Raw chips bucket','1',-0.18,'2024-08-10 14:35:54','3.20','6','newstock','1','','',0.00,'','1','3.018','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8759,'Raw chips bucket','1',4.00,'2024-08-10 14:35:54','0.75','6','newstock','1','','',0.00,'','1','4.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8760,'Potatoes sack','2',-0.03,'2024-08-10 14:37:44','1.13','6','newstock','1','','',0.00,'','1','1.0997','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8761,'Potatoes sack','2',3.00,'2024-08-10 14:37:44','0.50','6','newstock','1','','',0.00,'','1','3.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8762,'Raw chips bucket','1',-0.05,'2024-08-10 14:38:15','3.02','6','newstock','1','','',0.00,'','1','2.9745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8763,'Raw chips bucket','1',1.00,'2024-08-10 14:38:15','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8764,'Raw chips bucket','4',-0.05,'2024-08-10 14:38:18','2.97','6','newstock','1','','',0.00,'','1','2.9245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8765,'Raw chips bucket','4',1.00,'2024-08-10 14:38:18','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8766,'Raw chips bucket','1',-0.05,'2024-08-10 18:00:18','2.92','6','newstock','1','','',0.00,'','1','2.8745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8767,'Raw chips bucket','1',1.00,'2024-08-10 18:00:18','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8768,'Raw chips bucket','1',-0.14,'2024-08-10 18:20:36','2.87','6','newstock','1','','',0.00,'','1','2.7335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8769,'Raw chips bucket','1',3.00,'2024-08-10 18:20:36','0.75','6','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8770,'Raw chips bucket','1',-0.14,'2024-08-10 18:22:00','2.73','6','newstock','1','','',0.00,'','1','2.5935','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8771,'Raw chips bucket','1',3.00,'2024-08-10 18:22:00','0.75','6','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8772,'Raw chips bucket','1',-0.09,'2024-08-10 18:24:48','2.59','6','newstock','1','','',0.00,'','1','2.499','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8773,'Raw chips bucket','1',2.00,'2024-08-10 18:24:48','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8774,'Raw chips bucket','1',-0.05,'2024-08-10 18:33:18','2.50','6','newstock','1','','',0.00,'','1','2.4545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8775,'Raw chips bucket','1',1.00,'2024-08-10 18:33:18','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8776,'Raw chips bucket','1',-0.14,'2024-08-10 18:50:29','2.45','6','newstock','1','','',0.00,'','1','2.3135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8777,'Raw chips bucket','1',3.00,'2024-08-10 18:50:29','0.75','6','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8778,'Raw chips bucket','3',-0.09,'2024-08-10 18:51:46','2.31','6','newstock','1','','',0.00,'','1','2.219','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8779,'Raw chips bucket','3',2.00,'2024-08-10 18:51:46','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8780,'Raw chips bucket','1',-0.05,'2024-08-10 18:54:12','2.31','6','newstock','1','','',0.00,'','1','2.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8781,'Raw chips bucket','1',1.00,'2024-08-10 18:54:12','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8782,'Raw chips bucket','3',-0.18,'2024-08-10 18:55:29','2.26','6','newstock','1','','',0.00,'','1','2.078','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8783,'Raw chips bucket','3',4.00,'2024-08-10 18:55:29','2.00','6','newstock','1','','',0.00,'','1','6','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8784,'Raw chips bucket','1',-0.05,'2024-08-10 18:57:00','2.08','6','newstock','1','','',0.00,'','1','2.0345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8785,'Raw chips bucket','1',1.00,'2024-08-10 18:57:00','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8786,'Raw chips bucket','1',-0.05,'2024-08-10 18:57:26','2.03','6','newstock','1','','',0.00,'','1','1.9845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8787,'Raw chips bucket','1',1.00,'2024-08-10 18:57:26','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8788,'Raw chips bucket','1',-0.09,'2024-08-10 18:57:56','1.98','6','newstock','1','','',0.00,'','1','1.889','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8789,'Raw chips bucket','1',2.00,'2024-08-10 18:57:56','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8790,'Raw chips bucket','1',-0.14,'2024-08-10 19:05:02','1.89','6','newstock','1','','',0.00,'','1','1.7535','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8791,'Raw chips bucket','1',3.00,'2024-08-10 19:05:02','0.75','6','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8792,'Raw chips bucket','1',-0.05,'2024-08-10 19:05:38','1.75','6','newstock','1','','',0.00,'','1','1.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8793,'Raw chips bucket','1',1.00,'2024-08-10 19:05:38','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8794,'Raw chips bucket','1',-0.05,'2024-08-10 19:08:51','1.70','6','newstock','1','','',0.00,'','1','1.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8795,'Raw chips bucket','1',1.00,'2024-08-10 19:08:51','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8796,'Raw chips bucket','3',-0.14,'2024-08-10 19:10:05','1.65','6','newstock','1','','',0.00,'','1','1.5135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8797,'Raw chips bucket','3',3.00,'2024-08-10 19:10:05','2.00','6','newstock','1','','',0.00,'','1','5','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8798,'Raw chips bucket','1',-0.09,'2024-08-10 19:23:37','1.51','6','newstock','1','','',0.00,'','1','1.419','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8799,'Raw chips bucket','1',2.00,'2024-08-10 19:23:37','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8800,'Raw chips bucket','1',-0.05,'2024-08-10 19:29:59','1.42','6','newstock','1','','',0.00,'','1','1.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8801,'Raw chips bucket','1',1.00,'2024-08-10 19:29:59','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8802,'Potatoes sack','2',-0.08,'2024-08-10 19:34:12','1.10','6','newstock','1','','',0.00,'','1','1.0192','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8803,'Potatoes sack','2',8.00,'2024-08-10 19:34:12','0.50','6','newstock','1','','',0.00,'','1','8.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8804,'Raw chips bucket','3',-0.14,'2024-08-10 19:35:29','1.37','6','newstock','1','','',0.00,'','1','1.2335','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8805,'Raw chips bucket','3',3.00,'2024-08-10 19:35:29','2.00','6','newstock','1','','',0.00,'','1','5','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8806,'Chicken','',7.00,'2024-08-10 19:36:16','0.00','6','newstock','1','','',0.00,'','1','7','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8807,'Raw chips bucket','1',-0.05,'2024-08-10 19:41:43','1.23','6','newstock','1','','',0.00,'','1','1.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8808,'Raw chips bucket','1',1.00,'2024-08-10 19:41:43','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8809,'Raw chips bucket','1',-0.18,'2024-08-10 19:48:34','1.18','6','newstock','1','','',0.00,'','1','0.998','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8810,'Raw chips bucket','1',4.00,'2024-08-10 19:48:34','0.75','6','newstock','1','','',0.00,'','1','4.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8811,'Potatoes sack','2',-0.01,'2024-08-10 19:50:00','1.02','6','newstock','1','','',0.00,'','1','1.0099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8812,'Potatoes sack','2',1.00,'2024-08-10 19:50:00','0.50','6','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8813,'Raw chips bucket','1',-0.14,'2024-08-10 19:59:53','1.00','6','newstock','1','','',0.00,'','1','0.8635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8814,'Raw chips bucket','1',3.00,'2024-08-10 19:59:53','0.75','6','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8815,'Raw chips bucket','1',-0.05,'2024-08-10 20:00:32','0.86','6','newstock','1','','',0.00,'','1','0.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8816,'Raw chips bucket','1',1.00,'2024-08-10 20:00:32','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8817,'Raw chips bucket','1',-0.18,'2024-08-10 20:01:01','0.81','6','newstock','1','','',0.00,'','1','0.628','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8818,'Raw chips bucket','1',4.00,'2024-08-10 20:01:01','0.75','6','newstock','1','','',0.00,'','1','4.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8819,'Raw chips bucket','3',-0.05,'2024-08-10 21:00:11','0.63','6','newstock','1','','',0.00,'','1','0.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8820,'Raw chips bucket','3',1.00,'2024-08-10 21:00:11','2.00','6','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8821,'Raw chips bucket','1',-0.05,'2024-08-10 21:01:00','0.58','6','newstock','1','','',0.00,'','1','0.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8822,'Raw chips bucket','1',1.00,'2024-08-10 21:01:00','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8823,'Raw chips bucket','3',-0.05,'2024-08-10 21:01:24','0.53','6','newstock','1','','',0.00,'','1','0.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8824,'Raw chips bucket','3',1.00,'2024-08-10 21:01:24','1.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8825,'Raw chips bucket','3',-0.09,'2024-08-10 21:02:27','0.48','6','newstock','1','','',0.00,'','1','0.389','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8826,'Raw chips bucket','3',2.00,'2024-08-10 21:02:27','0.00','6','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8827,'Raw chips bucket','3',-0.18,'2024-08-10 21:04:59','0.39','6','newstock','1','','',0.00,'','1','0.208','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8828,'Raw chips bucket','3',4.00,'2024-08-10 21:04:59','0.00','6','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8829,'Raw chips bucket','1',-0.14,'2024-08-11 18:14:24','0.21','7','newstock','1','','',0.00,'','1','0.0735','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8830,'Raw chips bucket','1',3.00,'2024-08-11 18:14:24','0.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8831,'Potatoes sack','2',-0.01,'2024-08-11 18:14:52','1.01','7','newstock','1','','',0.00,'','1','0.9999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8832,'Potatoes sack','2',1.00,'2024-08-11 18:14:52','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8833,'Potatoes sack','',7.00,'2024-08-11 18:15:59','1.00','7','newstock','1','','',4500.00,'','1','8','internal','1','37','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8834,'Raw chips bucket','',7.00,'2024-08-11 18:16:15','0.07','7','newstock','1','','',0.00,'','1','7.07','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8835,'Raw chips bucket','3',-0.09,'2024-08-11 18:16:23','7.07','7','newstock','1','','',0.00,'','1','6.979','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8836,'Raw chips bucket','3',2.00,'2024-08-11 18:16:23','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8837,'Raw chips bucket','1',-0.05,'2024-08-11 18:16:54','6.98','7','newstock','1','','',0.00,'','1','6.9345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8838,'Raw chips bucket','1',1.00,'2024-08-11 18:16:54','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8839,'Raw chips bucket','1',-0.23,'2024-08-11 18:17:27','6.93','7','newstock','1','','',0.00,'','1','6.7025','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8840,'Raw chips bucket','1',5.00,'2024-08-11 18:17:27','0.75','7','newstock','1','','',0.00,'','1','5.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8841,'Raw chips bucket','1',-0.09,'2024-08-11 18:19:37','6.70','7','newstock','1','','',0.00,'','1','6.609','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8842,'Raw chips bucket','1',2.00,'2024-08-11 18:19:37','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8843,'Potatoes sack','2',-0.02,'2024-08-11 18:20:04','8.00','7','newstock','1','','',0.00,'','1','7.9798','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8844,'Potatoes sack','2',2.00,'2024-08-11 18:20:04','0.50','7','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8845,'Sausages','',26.00,'2024-08-11 18:25:02','5.00','7','newstock','1','','',0.00,'','1','31','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8846,'Potatoes sack','2',-0.01,'2024-08-11 18:25:16','7.98','7','newstock','1','','',0.00,'','1','7.9699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8847,'Potatoes sack','2',1.00,'2024-08-11 18:25:16','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8848,'Raw chips bucket','3',-0.09,'2024-08-11 18:25:25','6.61','7','newstock','1','','',0.00,'','1','6.519','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8849,'Raw chips bucket','3',2.00,'2024-08-11 18:25:25','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8850,'Raw chips bucket','1',-0.14,'2024-08-11 18:25:49','6.52','7','newstock','1','','',0.00,'','1','6.3835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8851,'Raw chips bucket','1',3.00,'2024-08-11 18:25:49','0.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8852,'Raw chips bucket','1',-0.14,'2024-08-11 18:27:45','6.38','7','newstock','1','','',0.00,'','1','6.2435','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8853,'Raw chips bucket','1',3.00,'2024-08-11 18:27:45','0.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8854,'Potatoes sack','2',-0.04,'2024-08-11 18:28:12','7.97','7','newstock','1','','',0.00,'','1','7.9296','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8855,'Potatoes sack','2',4.00,'2024-08-11 18:28:12','0.50','7','newstock','1','','',0.00,'','1','4.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8856,'Raw chips bucket','3',-0.05,'2024-08-11 18:29:15','6.24','7','newstock','1','','',0.00,'','1','6.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8857,'Raw chips bucket','3',1.00,'2024-08-11 18:29:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8858,'Potatoes sack','2',-0.04,'2024-08-11 18:30:04','7.93','7','newstock','1','','',0.00,'','1','7.8896','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8859,'Potatoes sack','2',4.00,'2024-08-11 18:30:04','0.50','7','newstock','1','','',0.00,'','1','4.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8860,'Raw chips bucket','3',-0.05,'2024-08-11 18:30:50','6.24','7','newstock','1','','',0.00,'','1','6.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8861,'Raw chips bucket','3',1.00,'2024-08-11 18:30:50','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8862,'Raw chips bucket','1',-0.05,'2024-08-11 18:30:52','6.19','7','newstock','1','','',0.00,'','1','6.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8863,'Raw chips bucket','1',1.00,'2024-08-11 18:30:52','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8864,'Potatoes sack','2',-0.01,'2024-08-11 18:31:22','7.89','7','newstock','1','','',0.00,'','1','7.8799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8865,'Potatoes sack','2',1.00,'2024-08-11 18:31:22','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8866,'Potatoes sack','2',-0.01,'2024-08-11 18:31:25','7.88','7','newstock','1','','',0.00,'','1','7.8699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8867,'Potatoes sack','2',1.00,'2024-08-11 18:31:25','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8868,'Potatoes sack','2',-0.01,'2024-08-11 18:31:26','7.87','7','newstock','1','','',0.00,'','1','7.8599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8869,'Potatoes sack','2',1.00,'2024-08-11 18:31:26','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8870,'Potatoes sack','2',-0.01,'2024-08-11 18:31:29','7.86','7','newstock','1','','',0.00,'','1','7.8499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8871,'Potatoes sack','2',1.00,'2024-08-11 18:31:29','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8872,'Potatoes sack','2',-0.01,'2024-08-11 18:31:31','7.85','7','newstock','1','','',0.00,'','1','7.8399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8873,'Potatoes sack','2',1.00,'2024-08-11 18:31:31','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8874,'Raw chips bucket','3',-0.05,'2024-08-11 18:32:17','6.14','7','newstock','1','','',0.00,'','1','6.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8875,'Raw chips bucket','3',1.00,'2024-08-11 18:32:17','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8876,'Raw chips bucket','3',-0.05,'2024-08-11 18:32:18','6.09','7','newstock','1','','',0.00,'','1','6.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8877,'Raw chips bucket','3',1.00,'2024-08-11 18:32:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8878,'Raw chips bucket','3',-0.05,'2024-08-11 18:32:19','6.04','7','newstock','1','','',0.00,'','1','5.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8879,'Raw chips bucket','3',1.00,'2024-08-11 18:32:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8880,'Raw chips bucket','3',-0.05,'2024-08-11 18:32:22','5.99','7','newstock','1','','',0.00,'','1','5.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8881,'Raw chips bucket','3',1.00,'2024-08-11 18:32:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8882,'Raw chips bucket','5',-0.05,'2024-08-11 18:32:24','5.94','7','newstock','1','','',0.00,'','1','5.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8883,'Raw chips bucket','5',1.00,'2024-08-11 18:32:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8884,'Raw chips bucket','1',-0.05,'2024-08-11 18:32:59','5.89','7','newstock','1','','',0.00,'','1','5.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8885,'Raw chips bucket','1',1.00,'2024-08-11 18:32:59','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8886,'Raw chips bucket','1',-0.05,'2024-08-11 18:33:03','5.84','7','newstock','1','','',0.00,'','1','5.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8887,'Raw chips bucket','1',1.00,'2024-08-11 18:33:03','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8888,'Potatoes sack','2',-0.01,'2024-08-11 18:33:37','7.84','7','newstock','1','','',0.00,'','1','7.8299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8889,'Potatoes sack','2',1.00,'2024-08-11 18:33:37','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8890,'Potatoes sack','2',-0.01,'2024-08-11 18:34:40','7.83','7','newstock','1','','',0.00,'','1','7.8199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8891,'Potatoes sack','2',1.00,'2024-08-11 18:34:40','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8892,'Raw chips bucket','1',-0.05,'2024-08-11 18:34:53','5.79','7','newstock','1','','',0.00,'','1','5.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8893,'Raw chips bucket','1',1.00,'2024-08-11 18:34:53','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8894,'Raw chips bucket','1',-0.05,'2024-08-11 18:34:56','5.74','7','newstock','1','','',0.00,'','1','5.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8895,'Raw chips bucket','1',1.00,'2024-08-11 18:34:56','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8896,'Potatoes sack','2',-0.01,'2024-08-11 18:38:01','7.82','7','newstock','1','','',0.00,'','1','7.8099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8897,'Potatoes sack','2',1.00,'2024-08-11 18:38:01','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8898,'Potatoes sack','2',-0.01,'2024-08-11 18:38:06','7.81','7','newstock','1','','',0.00,'','1','7.7999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8899,'Potatoes sack','2',1.00,'2024-08-11 18:38:06','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8900,'Potatoes sack','2',-0.06,'2024-08-11 18:39:09','7.80','7','newstock','1','','',0.00,'','1','7.7394','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8901,'Potatoes sack','2',6.00,'2024-08-11 18:39:09','0.50','7','newstock','1','','',0.00,'','1','6.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8902,'Raw chips bucket','1',-0.05,'2024-08-11 18:39:41','5.69','7','newstock','1','','',0.00,'','1','5.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8903,'Raw chips bucket','1',1.00,'2024-08-11 18:39:41','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8904,'Raw chips bucket','1',-0.05,'2024-08-11 18:39:52','5.64','7','newstock','1','','',0.00,'','1','5.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8905,'Raw chips bucket','1',1.00,'2024-08-11 18:39:52','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8906,'Raw chips bucket','3',-0.05,'2024-08-11 18:40:24','5.59','7','newstock','1','','',0.00,'','1','5.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8907,'Raw chips bucket','3',1.00,'2024-08-11 18:40:24','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8908,'Raw chips bucket','3',-0.05,'2024-08-11 18:40:25','5.54','7','newstock','1','','',0.00,'','1','5.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8909,'Raw chips bucket','3',1.00,'2024-08-11 18:40:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8910,'Raw chips bucket','5',-0.05,'2024-08-11 18:40:27','5.49','7','newstock','1','','',0.00,'','1','5.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8911,'Raw chips bucket','5',1.00,'2024-08-11 18:40:27','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8912,'Raw chips bucket','4',-0.05,'2024-08-11 18:40:30','5.44','7','newstock','1','','',0.00,'','1','5.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8913,'Raw chips bucket','4',1.00,'2024-08-11 18:40:30','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8914,'Raw chips bucket','3',-0.05,'2024-08-11 18:41:11','5.39','7','newstock','1','','',0.00,'','1','5.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8915,'Raw chips bucket','3',1.00,'2024-08-11 18:41:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8916,'Raw chips bucket','5',-0.05,'2024-08-11 18:41:53','5.34','7','newstock','1','','',0.00,'','1','5.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8917,'Raw chips bucket','5',1.00,'2024-08-11 18:41:53','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8918,'Raw chips bucket','1',-0.05,'2024-08-11 18:42:05','5.29','7','newstock','1','','',0.00,'','1','5.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8919,'Raw chips bucket','1',1.00,'2024-08-11 18:42:05','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8920,'Raw chips bucket','1',-0.05,'2024-08-11 18:42:24','5.24','7','newstock','1','','',0.00,'','1','5.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8921,'Raw chips bucket','1',1.00,'2024-08-11 18:42:24','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8922,'Raw chips bucket','1',-0.05,'2024-08-11 18:42:28','5.19','7','newstock','1','','',0.00,'','1','5.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8923,'Raw chips bucket','1',1.00,'2024-08-11 18:42:28','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8924,'Raw chips bucket','3',-0.05,'2024-08-11 18:42:56','5.14','7','newstock','1','','',0.00,'','1','5.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8925,'Raw chips bucket','3',1.00,'2024-08-11 18:42:56','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8926,'Raw chips bucket','3',-0.05,'2024-08-11 18:42:59','5.09','7','newstock','1','','',0.00,'','1','5.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8927,'Raw chips bucket','3',1.00,'2024-08-11 18:42:59','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8928,'Raw chips bucket','3',-0.05,'2024-08-11 18:43:01','5.04','7','newstock','1','','',0.00,'','1','4.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8929,'Raw chips bucket','3',1.00,'2024-08-11 18:43:01','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8930,'Raw chips bucket','3',-0.05,'2024-08-11 18:43:05','4.99','7','newstock','1','','',0.00,'','1','4.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8931,'Raw chips bucket','3',1.00,'2024-08-11 18:43:05','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8932,'Potatoes sack','2',-0.01,'2024-08-11 18:43:30','7.74','7','newstock','1','','',0.00,'','1','7.7299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8933,'Potatoes sack','2',1.00,'2024-08-11 18:43:30','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8934,'Potatoes sack','2',-0.01,'2024-08-11 18:43:32','7.73','7','newstock','1','','',0.00,'','1','7.7199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8935,'Potatoes sack','2',1.00,'2024-08-11 18:43:32','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8936,'Potatoes sack','2',-0.01,'2024-08-11 18:43:40','7.72','7','newstock','1','','',0.00,'','1','7.7099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8937,'Potatoes sack','2',1.00,'2024-08-11 18:43:40','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8938,'Raw chips bucket','1',-0.05,'2024-08-11 18:44:47','4.94','7','newstock','1','','',0.00,'','1','4.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8939,'Raw chips bucket','1',1.00,'2024-08-11 18:44:47','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8940,'Raw chips bucket','4',-0.05,'2024-08-11 18:45:04','4.89','7','newstock','1','','',0.00,'','1','4.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8941,'Raw chips bucket','4',1.00,'2024-08-11 18:45:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8942,'Raw chips bucket','3',-0.05,'2024-08-11 18:45:31','4.84','7','newstock','1','','',0.00,'','1','4.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8943,'Raw chips bucket','3',1.00,'2024-08-11 18:45:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8944,'Potatoes sack','2',-0.01,'2024-08-11 18:45:35','7.71','7','newstock','1','','',0.00,'','1','7.6999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8945,'Potatoes sack','2',1.00,'2024-08-11 18:45:35','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8946,'Raw chips bucket','4',-0.05,'2024-08-11 18:45:38','4.79','7','newstock','1','','',0.00,'','1','4.7445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8947,'Raw chips bucket','4',1.00,'2024-08-11 18:45:38','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8948,'Raw chips bucket','5',-0.05,'2024-08-11 18:45:41','4.74','7','newstock','1','','',0.00,'','1','4.6945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8949,'Raw chips bucket','5',1.00,'2024-08-11 18:45:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8950,'Potatoes sack','2',-0.01,'2024-08-11 18:46:14','7.70','7','newstock','1','','',0.00,'','1','7.6899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8951,'Potatoes sack','2',1.00,'2024-08-11 18:46:14','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8952,'Raw chips bucket','4',-0.05,'2024-08-11 18:46:19','4.69','7','newstock','1','','',0.00,'','1','4.6445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8953,'Raw chips bucket','4',1.00,'2024-08-11 18:46:19','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8954,'Raw chips bucket','4',-0.05,'2024-08-11 18:46:23','4.64','7','newstock','1','','',0.00,'','1','4.5945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8955,'Raw chips bucket','4',1.00,'2024-08-11 18:46:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8956,'Potatoes sack','2',-0.01,'2024-08-11 18:46:30','7.69','7','newstock','1','','',0.00,'','1','7.6799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8957,'Potatoes sack','2',1.00,'2024-08-11 18:46:30','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8958,'Raw chips bucket','3',-0.05,'2024-08-11 18:47:15','4.59','7','newstock','1','','',0.00,'','1','4.5445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8959,'Raw chips bucket','3',1.00,'2024-08-11 18:47:15','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8960,'Raw chips bucket','3',-0.05,'2024-08-11 18:47:18','4.54','7','newstock','1','','',0.00,'','1','4.4945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8961,'Raw chips bucket','3',1.00,'2024-08-11 18:47:18','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8962,'Raw chips bucket','1',-0.05,'2024-08-11 18:50:18','4.49','7','newstock','1','','',0.00,'','1','4.4445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8963,'Raw chips bucket','1',1.00,'2024-08-11 18:50:18','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8964,'Raw chips bucket','1',-0.05,'2024-08-11 18:50:23','4.44','7','newstock','1','','',0.00,'','1','4.3945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8965,'Raw chips bucket','1',1.00,'2024-08-11 18:50:23','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8966,'Raw chips bucket','1',-0.05,'2024-08-11 18:51:05','4.39','7','newstock','1','','',0.00,'','1','4.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8967,'Raw chips bucket','1',1.00,'2024-08-11 18:51:05','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8968,'Raw chips bucket','1',-0.05,'2024-08-11 18:51:08','4.34','7','newstock','1','','',0.00,'','1','4.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8969,'Raw chips bucket','1',1.00,'2024-08-11 18:51:08','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8970,'Potatoes sack','2',-0.01,'2024-08-11 18:52:15','7.68','7','newstock','1','','',0.00,'','1','7.6699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8971,'Potatoes sack','2',1.00,'2024-08-11 18:52:15','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8972,'Potatoes sack','2',-0.01,'2024-08-11 18:52:23','7.67','7','newstock','1','','',0.00,'','1','7.6599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8973,'Potatoes sack','2',1.00,'2024-08-11 18:52:23','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8974,'Potatoes sack','2',-0.01,'2024-08-11 18:53:02','7.66','7','newstock','1','','',0.00,'','1','7.6499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8975,'Potatoes sack','2',1.00,'2024-08-11 18:53:02','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8976,'Potatoes sack','2',-0.01,'2024-08-11 18:53:05','7.65','7','newstock','1','','',0.00,'','1','7.6399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8977,'Potatoes sack','2',1.00,'2024-08-11 18:53:05','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8978,'Potatoes sack','2',-0.01,'2024-08-11 18:53:08','7.64','7','newstock','1','','',0.00,'','1','7.6299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8979,'Potatoes sack','2',1.00,'2024-08-11 18:53:08','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8980,'Potatoes sack','2',-0.01,'2024-08-11 18:53:10','7.63','7','newstock','1','','',0.00,'','1','7.6199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8981,'Potatoes sack','2',1.00,'2024-08-11 18:53:10','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8982,'Potatoes sack','2',-0.01,'2024-08-11 18:53:13','7.62','7','newstock','1','','',0.00,'','1','7.6099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8983,'Potatoes sack','2',1.00,'2024-08-11 18:53:13','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8984,'Raw chips bucket','3',-0.05,'2024-08-11 19:05:12','4.29','7','newstock','1','','',0.00,'','1','4.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8985,'Raw chips bucket','3',1.00,'2024-08-11 19:05:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8986,'Raw chips bucket','3',-0.05,'2024-08-11 19:05:16','4.24','7','newstock','1','','',0.00,'','1','4.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8987,'Raw chips bucket','3',1.00,'2024-08-11 19:05:16','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8988,'Potatoes sack','2',-0.04,'2024-08-11 19:07:22','7.61','7','newstock','1','','',0.00,'','1','7.5696','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8989,'Potatoes sack','2',4.00,'2024-08-11 19:07:22','0.50','7','newstock','1','','',0.00,'','1','4.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8990,'Raw chips bucket','1',-0.05,'2024-08-11 19:07:42','4.19','7','newstock','1','','',0.00,'','1','4.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8991,'Raw chips bucket','1',1.00,'2024-08-11 19:07:42','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8992,'Raw chips bucket','1',-0.05,'2024-08-11 19:07:48','4.14','7','newstock','1','','',0.00,'','1','4.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8993,'Raw chips bucket','1',1.00,'2024-08-11 19:07:48','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8994,'Raw chips bucket','1',-0.05,'2024-08-11 19:08:43','4.09','7','newstock','1','','',0.00,'','1','4.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8995,'Raw chips bucket','1',1.00,'2024-08-11 19:08:43','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8996,'Raw chips bucket','1',-0.05,'2024-08-12 20:40:17','4.04','6','newstock','1','','',0.00,'','1','3.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8997,'Raw chips bucket','1',1.00,'2024-08-12 20:40:17','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8998,'Raw chips bucket','1',-0.09,'2024-08-12 20:46:17','3.99','6','newstock','1','','',0.00,'','1','3.899','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(8999,'Raw chips bucket','1',2.00,'2024-08-12 20:46:17','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9000,'Raw chips bucket','1',-0.09,'2024-08-12 20:46:52','3.90','6','newstock','1','','',0.00,'','1','3.809','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9001,'Raw chips bucket','1',2.00,'2024-08-12 20:46:52','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9002,'Raw chips bucket','1',-0.05,'2024-08-12 20:47:42','3.81','6','newstock','1','','',0.00,'','1','3.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9003,'Raw chips bucket','1',1.00,'2024-08-12 20:47:42','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9004,'Raw chips bucket','1',-0.09,'2024-08-12 20:48:38','3.76','6','newstock','1','','',0.00,'','1','3.669','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9005,'Raw chips bucket','1',2.00,'2024-08-12 20:48:38','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9006,'Raw chips bucket','1',-0.05,'2024-08-12 20:49:17','3.67','6','newstock','1','','',0.00,'','1','3.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9007,'Raw chips bucket','1',1.00,'2024-08-12 20:49:17','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9008,'Raw chips bucket','1',-0.09,'2024-08-12 20:50:42','3.62','6','newstock','1','','',0.00,'','1','3.529','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9009,'Raw chips bucket','1',2.00,'2024-08-12 20:50:42','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9010,'Raw chips bucket','1',-0.05,'2024-08-12 20:51:03','3.53','6','newstock','1','','',0.00,'','1','3.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9011,'Raw chips bucket','1',1.00,'2024-08-12 20:51:03','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9012,'Raw chips bucket','',4.00,'2024-08-12 20:52:38','3.48','6','newstock','1','','',0.00,'','1','7.48','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9013,'Raw chips bucket','1',-0.05,'2024-08-12 20:52:41','7.48','6','newstock','1','','',0.00,'','1','7.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9014,'Raw chips bucket','1',1.00,'2024-08-12 20:52:41','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9015,'Sausages','',6.00,'2024-08-12 20:53:25','0.00','6','newstock','1','','',0.00,'','1','6','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9016,'Raw chips bucket','1',-0.09,'2024-08-12 20:53:49','7.43','6','newstock','1','','',0.00,'','1','7.339','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9017,'Raw chips bucket','1',2.00,'2024-08-12 20:53:49','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9018,'Potatoes sack','2',-0.02,'2024-08-12 21:01:08','7.57','6','newstock','1','','',0.00,'','1','7.5498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9019,'Potatoes sack','2',2.00,'2024-08-12 21:01:08','0.50','6','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9020,'Potatoes sack','2',-0.01,'2024-08-12 21:01:43','7.55','6','newstock','1','','',0.00,'','1','7.5399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9021,'Potatoes sack','2',1.00,'2024-08-12 21:01:43','0.50','6','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9022,'Potatoes sack','2',-0.01,'2024-08-12 21:02:03','7.54','6','newstock','1','','',0.00,'','1','7.5299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9023,'Potatoes sack','2',1.00,'2024-08-12 21:02:03','0.50','6','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9024,'Raw chips bucket','1',-0.05,'2024-08-12 21:02:33','7.34','6','newstock','1','','',0.00,'','1','7.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9025,'Raw chips bucket','1',1.00,'2024-08-12 21:02:33','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9026,'Raw chips bucket','1',-0.05,'2024-08-12 21:03:15','7.29','6','newstock','1','','',0.00,'','1','7.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9027,'Raw chips bucket','1',1.00,'2024-08-12 21:03:15','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9028,'Raw chips bucket','1',-0.05,'2024-08-12 21:03:38','7.24','6','newstock','1','','',0.00,'','1','7.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9029,'Raw chips bucket','1',1.00,'2024-08-12 21:03:38','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9030,'Raw chips bucket','1',-0.09,'2024-08-12 21:04:05','7.19','6','newstock','1','','',0.00,'','1','7.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9031,'Raw chips bucket','1',2.00,'2024-08-12 21:04:05','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9032,'Raw chips bucket','1',-0.09,'2024-08-12 21:04:29','7.10','6','newstock','1','','',0.00,'','1','7.009','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9033,'Raw chips bucket','1',2.00,'2024-08-12 21:04:29','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9034,'Raw chips bucket','1',-0.05,'2024-08-12 21:05:08','7.01','6','newstock','1','','',0.00,'','1','6.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9035,'Raw chips bucket','1',1.00,'2024-08-12 21:05:08','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9036,'Raw chips bucket','1',-0.05,'2024-08-12 21:07:17','6.96','6','newstock','1','','',0.00,'','1','6.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9037,'Raw chips bucket','1',1.00,'2024-08-12 21:07:17','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9038,'Raw chips bucket','1',-0.05,'2024-08-12 21:07:29','6.91','6','newstock','1','','',0.00,'','1','6.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9039,'Raw chips bucket','1',1.00,'2024-08-12 21:07:29','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9040,'Raw chips bucket','1',-0.18,'2024-08-12 21:07:57','6.86','6','newstock','1','','',0.00,'','1','6.678','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9041,'Raw chips bucket','1',4.00,'2024-08-12 21:07:57','0.75','6','newstock','1','','',0.00,'','1','4.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9042,'Raw chips bucket','1',-0.05,'2024-08-12 21:08:58','6.68','6','newstock','1','','',0.00,'','1','6.6345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9043,'Raw chips bucket','1',1.00,'2024-08-12 21:08:58','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9044,'Raw chips bucket','1',-0.05,'2024-08-12 21:09:20','6.63','6','newstock','1','','',0.00,'','1','6.5845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9045,'Raw chips bucket','1',1.00,'2024-08-12 21:09:20','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9046,'Raw chips bucket','1',-0.05,'2024-08-12 21:09:40','6.58','6','newstock','1','','',0.00,'','1','6.5345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9047,'Raw chips bucket','1',1.00,'2024-08-12 21:09:40','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9048,'Raw chips bucket','3',-0.05,'2024-08-12 21:10:37','6.53','6','newstock','1','','',0.00,'','1','6.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9049,'Raw chips bucket','3',1.00,'2024-08-12 21:10:37','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9050,'Raw chips bucket','1',-0.05,'2024-08-12 21:10:54','6.48','6','newstock','1','','',0.00,'','1','6.4345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9051,'Raw chips bucket','1',1.00,'2024-08-12 21:10:54','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9052,'Raw chips bucket','1',-0.05,'2024-08-12 21:11:36','6.43','6','newstock','1','','',0.00,'','1','6.3845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9053,'Raw chips bucket','1',1.00,'2024-08-12 21:11:36','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9054,'Raw chips bucket','1',-0.18,'2024-08-12 21:13:36','6.38','6','newstock','1','','',0.00,'','1','6.198','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9055,'Raw chips bucket','1',4.00,'2024-08-12 21:13:36','0.75','6','newstock','1','','',0.00,'','1','4.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9056,'Raw chips bucket','1',-0.05,'2024-08-12 21:14:13','6.20','6','newstock','1','','',0.00,'','1','6.1545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9057,'Raw chips bucket','1',1.00,'2024-08-12 21:14:13','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9058,'Raw chips bucket','1',-0.05,'2024-08-12 21:14:43','6.15','6','newstock','1','','',0.00,'','1','6.1045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9059,'Raw chips bucket','1',1.00,'2024-08-12 21:14:43','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9060,'Raw chips bucket','1',-0.05,'2024-08-12 21:15:03','6.10','6','newstock','1','','',0.00,'','1','6.0545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9061,'Raw chips bucket','1',1.00,'2024-08-12 21:15:03','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9062,'Raw chips bucket','1',-0.05,'2024-08-12 21:15:32','6.05','6','newstock','1','','',0.00,'','1','6.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9063,'Raw chips bucket','1',1.00,'2024-08-12 21:15:32','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9064,'Raw chips bucket','1',-0.09,'2024-08-12 21:19:01','6.00','6','newstock','1','','',0.00,'','1','5.909','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9065,'Raw chips bucket','1',2.00,'2024-08-12 21:19:01','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9066,'Raw chips bucket','3',-0.05,'2024-08-12 21:23:28','5.91','6','newstock','1','','',0.00,'','1','5.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9067,'Raw chips bucket','3',1.00,'2024-08-12 21:23:28','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9068,'Raw chips bucket','1',-0.05,'2024-08-12 21:23:45','5.86','6','newstock','1','','',0.00,'','1','5.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9069,'Raw chips bucket','1',1.00,'2024-08-12 21:23:45','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9070,'Raw chips bucket','1',-0.05,'2024-08-13 13:24:38','5.81','7','newstock','1','','',0.00,'','1','5.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9071,'Raw chips bucket','1',1.00,'2024-08-13 13:24:38','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9072,'Chicken','',4.00,'2024-08-13 13:26:53','0.00','7','newstock','1','','',0.00,'','1','4','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9073,'Raw chips bucket','1',-0.14,'2024-08-13 13:59:07','5.76','7','newstock','1','','',0.00,'','1','5.6235','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9074,'Raw chips bucket','1',3.00,'2024-08-13 13:59:07','0.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9075,'Raw chips bucket','1',-0.09,'2024-08-13 14:53:10','5.62','7','newstock','1','','',0.00,'','1','5.529','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9076,'Raw chips bucket','1',2.00,'2024-08-13 14:53:10','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9077,'Raw chips bucket','1',-0.05,'2024-08-13 14:55:13','5.53','7','newstock','1','','',0.00,'','1','5.4845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9078,'Raw chips bucket','1',1.00,'2024-08-13 14:55:13','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9079,'Raw chips bucket','3',-0.09,'2024-08-13 14:56:34','5.48','7','newstock','1','','',0.00,'','1','5.389','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9080,'Raw chips bucket','3',2.00,'2024-08-13 14:56:34','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9081,'Potatoes sack','2',-0.01,'2024-08-13 15:52:56','7.53','7','newstock','1','','',0.00,'','1','7.5199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9082,'Potatoes sack','2',1.00,'2024-08-13 15:52:56','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9083,'Potatoes sack','2',-0.01,'2024-08-13 15:53:01','7.52','7','newstock','1','','',0.00,'','1','7.5099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9084,'Potatoes sack','2',1.00,'2024-08-13 15:53:01','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9085,'Raw chips bucket','4',-0.05,'2024-08-13 15:53:48','5.39','7','newstock','1','','',0.00,'','1','5.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9086,'Raw chips bucket','4',1.00,'2024-08-13 15:53:48','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9087,'Potatoes sack','2',-0.01,'2024-08-13 15:53:59','7.51','7','newstock','1','','',0.00,'','1','7.4999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9088,'Potatoes sack','2',1.00,'2024-08-13 15:53:59','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9089,'Potatoes sack','2',-0.01,'2024-08-13 15:54:46','7.50','7','newstock','1','','',0.00,'','1','7.4899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9090,'Potatoes sack','2',1.00,'2024-08-13 15:54:46','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9091,'Raw chips bucket','1',-0.05,'2024-08-13 15:55:33','5.34','7','newstock','1','','',0.00,'','1','5.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9092,'Raw chips bucket','1',1.00,'2024-08-13 15:55:33','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9093,'Raw chips bucket','3',-0.05,'2024-08-13 16:05:31','5.29','7','newstock','1','','',0.00,'','1','5.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9094,'Raw chips bucket','3',1.00,'2024-08-13 16:05:31','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9095,'Raw chips bucket','3',-0.05,'2024-08-13 16:26:06','5.24','7','newstock','1','','',0.00,'','1','5.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9096,'Raw chips bucket','3',1.00,'2024-08-13 16:26:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9097,'Raw chips bucket','1',-0.05,'2024-08-13 16:46:33','5.19','7','newstock','1','','',0.00,'','1','5.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9098,'Raw chips bucket','1',1.00,'2024-08-13 16:46:33','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9099,'Raw chips bucket','1',-0.05,'2024-08-13 16:47:22','5.14','7','newstock','1','','',0.00,'','1','5.0945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9100,'Raw chips bucket','1',1.00,'2024-08-13 16:47:22','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9101,'Raw chips bucket','3',-0.05,'2024-08-13 16:48:08','5.09','7','newstock','1','','',0.00,'','1','5.0445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9102,'Raw chips bucket','3',1.00,'2024-08-13 16:48:08','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9103,'Potatoes sack','2',-0.01,'2024-08-13 16:48:12','7.49','7','newstock','1','','',0.00,'','1','7.4799','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9104,'Potatoes sack','2',1.00,'2024-08-13 16:48:12','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9105,'Potatoes sack','2',-0.01,'2024-08-13 16:48:16','7.48','7','newstock','1','','',0.00,'','1','7.4699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9106,'Potatoes sack','2',1.00,'2024-08-13 16:48:16','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9107,'Raw chips bucket','5',-0.05,'2024-08-13 16:48:20','5.04','7','newstock','1','','',0.00,'','1','4.9945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9108,'Raw chips bucket','5',1.00,'2024-08-13 16:48:20','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9109,'Tomato sauce','',50.00,'2024-08-13 16:49:58','0.00','7','newstock','1','','',0.00,'','1','50','internal','1','35','','',0.00,'','5','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9110,'Raw chips bucket','3',-0.05,'2024-08-13 16:59:58','4.99','7','newstock','1','','',0.00,'','1','4.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9111,'Raw chips bucket','3',1.00,'2024-08-13 16:59:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9112,'Raw chips bucket','1',-0.05,'2024-08-13 17:14:30','4.94','7','newstock','1','','',0.00,'','1','4.8945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9113,'Raw chips bucket','1',1.00,'2024-08-13 17:14:30','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9114,'Raw chips bucket','1',-0.05,'2024-08-13 17:15:17','4.89','7','newstock','1','','',0.00,'','1','4.8445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9115,'Raw chips bucket','1',1.00,'2024-08-13 17:15:17','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9116,'Raw chips bucket','1',-0.05,'2024-08-13 18:35:27','4.84','7','newstock','1','','',0.00,'','1','4.7945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9117,'Raw chips bucket','1',1.00,'2024-08-13 18:35:27','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9118,'Raw chips bucket','1',-0.09,'2024-08-13 19:23:55','4.79','7','newstock','1','','',0.00,'','1','4.699','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9119,'Raw chips bucket','1',2.00,'2024-08-13 19:23:55','0.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9120,'Raw chips bucket','1',-0.05,'2024-08-13 19:24:37','4.70','7','newstock','1','','',0.00,'','1','4.6545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9121,'Raw chips bucket','1',1.00,'2024-08-13 19:24:37','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9122,'Raw chips bucket','1',-0.05,'2024-08-13 19:25:44','4.65','7','newstock','1','','',0.00,'','1','4.6045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9123,'Raw chips bucket','1',1.00,'2024-08-13 19:25:44','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9124,'Raw chips bucket','1',-0.14,'2024-08-13 19:26:04','4.60','7','newstock','1','','',0.00,'','1','4.4635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9125,'Raw chips bucket','1',3.00,'2024-08-13 19:26:04','0.75','7','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9126,'Potatoes sack','2',-0.01,'2024-08-13 19:39:09','7.47','7','newstock','1','','',0.00,'','1','7.4599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9127,'Potatoes sack','2',1.00,'2024-08-13 19:39:09','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9128,'Raw chips bucket','3',-0.09,'2024-08-13 19:56:36','4.46','7','newstock','1','','',0.00,'','1','4.369','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9129,'Raw chips bucket','3',2.00,'2024-08-13 19:56:36','0.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9130,'Potatoes sack','2',-0.02,'2024-08-13 20:09:22','7.46','7','newstock','1','','',0.00,'','1','7.4398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9131,'Potatoes sack','2',2.00,'2024-08-13 20:09:22','0.50','7','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9132,'Raw chips bucket','1',-0.05,'2024-08-13 20:45:23','4.37','7','newstock','1','','',0.00,'','1','4.3245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9133,'Raw chips bucket','1',1.00,'2024-08-13 20:45:23','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9134,'Potatoes sack','2',-0.01,'2024-08-13 20:45:42','7.44','7','newstock','1','','',0.00,'','1','7.4299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9135,'Potatoes sack','2',1.00,'2024-08-13 20:45:42','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9136,'Potatoes sack','2',-0.02,'2024-08-15 20:08:43','7.43','6','newstock','1','','',0.00,'','1','7.4098','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9137,'Potatoes sack','2',2.00,'2024-08-15 20:08:43','0.50','6','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9138,'Raw chips bucket','1',-0.09,'2024-08-15 20:09:14','4.32','6','newstock','1','','',0.00,'','1','4.229','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9139,'Raw chips bucket','1',2.00,'2024-08-15 20:09:14','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9140,'Raw chips bucket','1',-0.05,'2024-08-15 20:11:49','4.23','6','newstock','1','','',0.00,'','1','4.1845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9141,'Raw chips bucket','1',1.00,'2024-08-15 20:11:49','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9142,'Raw chips bucket','1',-0.05,'2024-08-15 20:13:09','4.18','6','newstock','1','','',0.00,'','1','4.1345','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9143,'Raw chips bucket','1',1.00,'2024-08-15 20:13:09','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9144,'Raw chips bucket','1',-0.05,'2024-08-15 20:13:49','4.13','6','newstock','1','','',0.00,'','1','4.0845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9145,'Raw chips bucket','1',1.00,'2024-08-15 20:13:49','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9146,'Raw chips bucket','1',-0.09,'2024-08-15 20:23:17','4.08','6','newstock','1','','',0.00,'','1','3.989','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9147,'Raw chips bucket','1',2.00,'2024-08-15 20:23:17','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9148,'Potatoes sack','2',-0.01,'2024-08-15 20:24:03','7.41','6','newstock','1','','',0.00,'','1','7.3999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9149,'Potatoes sack','2',1.00,'2024-08-15 20:24:03','0.50','6','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9150,'Raw chips bucket','1',-0.05,'2024-08-15 20:24:29','3.99','6','newstock','1','','',0.00,'','1','3.9445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9151,'Raw chips bucket','1',1.00,'2024-08-15 20:24:29','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9152,'Raw chips bucket','1',-0.09,'2024-08-15 20:25:17','3.94','6','newstock','1','','',0.00,'','1','3.849','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9153,'Raw chips bucket','1',2.00,'2024-08-15 20:25:17','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9154,'Raw chips bucket','1',-0.05,'2024-08-15 20:27:11','3.85','6','newstock','1','','',0.00,'','1','3.8045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9155,'Raw chips bucket','1',1.00,'2024-08-15 20:27:11','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9156,'Raw chips bucket','1',-0.05,'2024-08-15 20:27:53','3.80','6','newstock','1','','',0.00,'','1','3.7545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9157,'Raw chips bucket','1',1.00,'2024-08-15 20:27:53','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9158,'Potatoes sack','2',-0.02,'2024-08-15 20:34:18','7.40','6','newstock','1','','',0.00,'','1','7.3798','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9159,'Potatoes sack','2',2.00,'2024-08-15 20:34:18','0.50','6','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9160,'Raw chips bucket','1',-0.05,'2024-08-15 20:34:48','3.75','6','newstock','1','','',0.00,'','1','3.7045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9161,'Raw chips bucket','1',1.00,'2024-08-15 20:34:48','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9162,'Raw chips bucket','1',-0.09,'2024-08-15 20:35:16','3.70','6','newstock','1','','',0.00,'','1','3.609','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9163,'Raw chips bucket','1',2.00,'2024-08-15 20:35:16','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9164,'Raw chips bucket','1',-0.05,'2024-08-15 20:35:41','3.61','6','newstock','1','','',0.00,'','1','3.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9165,'Raw chips bucket','1',1.00,'2024-08-15 20:35:41','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9166,'Potatoes sack','2',-0.01,'2024-08-15 20:36:13','7.38','6','newstock','1','','',0.00,'','1','7.3699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9167,'Potatoes sack','2',1.00,'2024-08-15 20:36:13','0.50','6','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9168,'Raw chips bucket','1',-0.09,'2024-08-15 20:36:18','3.56','6','newstock','1','','',0.00,'','1','3.469','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9169,'Raw chips bucket','1',2.00,'2024-08-15 20:36:18','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9170,'Raw chips bucket','1',-0.05,'2024-08-15 20:41:03','3.47','6','newstock','1','','',0.00,'','1','3.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9171,'Raw chips bucket','1',1.00,'2024-08-15 20:41:03','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9172,'Raw chips bucket','1',-0.09,'2024-08-15 20:42:05','3.42','6','newstock','1','','',0.00,'','1','3.329','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9173,'Raw chips bucket','1',2.00,'2024-08-15 20:42:05','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9174,'Raw chips bucket','1',-0.05,'2024-08-15 20:42:28','3.33','6','newstock','1','','',0.00,'','1','3.2845','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9175,'Raw chips bucket','1',1.00,'2024-08-15 20:42:28','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9176,'Raw chips bucket','1',-0.09,'2024-08-15 20:43:55','3.28','6','newstock','1','','',0.00,'','1','3.189','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9177,'Raw chips bucket','1',2.00,'2024-08-15 20:43:55','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9178,'Potatoes sack','2',-0.02,'2024-08-15 20:44:18','7.37','6','newstock','1','','',0.00,'','1','7.3498','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9179,'Potatoes sack','2',2.00,'2024-08-15 20:44:18','0.50','6','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9180,'Raw chips bucket','1',-0.05,'2024-08-15 20:44:45','3.19','6','newstock','1','','',0.00,'','1','3.1445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9181,'Raw chips bucket','1',1.00,'2024-08-15 20:44:45','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9182,'Raw chips bucket','1',-0.09,'2024-08-15 20:45:24','3.14','6','newstock','1','','',0.00,'','1','3.049','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9183,'Raw chips bucket','1',2.00,'2024-08-15 20:45:24','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9184,'Raw chips bucket','1',-0.05,'2024-08-15 20:45:50','3.05','6','newstock','1','','',0.00,'','1','3.0045','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9185,'Raw chips bucket','1',1.00,'2024-08-15 20:45:50','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9186,'Chicken','',6.00,'2024-08-15 20:46:32','0.00','6','newstock','1','','',0.00,'','1','6','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9187,'Raw chips bucket','1',-0.05,'2024-08-15 20:47:37','3.00','6','newstock','1','','',0.00,'','1','2.9545','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9188,'Raw chips bucket','1',1.00,'2024-08-15 20:47:37','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9189,'Raw chips bucket','1',-0.14,'2024-08-15 20:48:28','2.95','6','newstock','1','','',0.00,'','1','2.8135','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9190,'Raw chips bucket','1',3.00,'2024-08-15 20:48:28','0.75','6','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9191,'Raw chips bucket','1',-0.05,'2024-08-15 20:49:48','2.81','6','newstock','1','','',0.00,'','1','2.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9192,'Raw chips bucket','1',1.00,'2024-08-15 20:49:48','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9193,'Raw chips bucket','1',-0.09,'2024-08-15 20:50:50','2.76','6','newstock','1','','',0.00,'','1','2.669','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9194,'Raw chips bucket','1',2.00,'2024-08-15 20:50:50','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9195,'Raw chips bucket','1',-0.05,'2024-08-15 20:52:08','2.67','6','newstock','1','','',0.00,'','1','2.6245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9196,'Raw chips bucket','1',1.00,'2024-08-15 20:52:08','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9197,'Raw chips bucket','1',-0.14,'2024-08-16 14:03:26','2.62','6','newstock','1','','',0.00,'','1','2.4835','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9198,'Raw chips bucket','1',3.00,'2024-08-16 14:03:26','0.75','6','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9199,'Raw chips bucket','1',-0.09,'2024-08-16 14:12:13','2.48','6','newstock','1','','',0.00,'','1','2.389','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9200,'Raw chips bucket','1',2.00,'2024-08-16 14:12:13','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9201,'Potatoes sack','2',-0.01,'2024-08-16 14:14:05','7.37','6','newstock','1','','',0.00,'','1','7.3599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9202,'Potatoes sack','2',1.00,'2024-08-16 14:14:05','2.50','6','newstock','1','','',0.00,'','1','3.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9203,'Raw chips bucket','5',-0.05,'2024-08-16 14:15:24','2.39','6','newstock','1','','',0.00,'','1','2.3445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9204,'Raw chips bucket','5',1.00,'2024-08-16 14:15:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9205,'Raw chips bucket','1',-0.05,'2024-08-16 14:18:02','2.34','6','newstock','1','','',0.00,'','1','2.2945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9206,'Raw chips bucket','1',1.00,'2024-08-16 14:18:02','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9207,'Raw chips bucket','1',-0.05,'2024-08-16 14:38:07','2.29','6','newstock','1','','',0.00,'','1','2.2445','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9208,'Raw chips bucket','1',1.00,'2024-08-16 14:38:07','0.75','6','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9209,'Potatoes sack','2',-0.02,'2024-08-16 14:39:24','7.36','6','newstock','1','','',0.00,'','1','7.3398','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9210,'Potatoes sack','2',2.00,'2024-08-16 14:39:24','1.50','6','newstock','1','','',0.00,'','1','3.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9211,'Raw chips bucket','3',-0.05,'2024-08-16 14:39:29','2.24','6','newstock','1','','',0.00,'','1','2.1945','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9212,'Raw chips bucket','3',1.00,'2024-08-16 14:39:29','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9213,'Raw chips bucket','1',-0.09,'2024-08-16 14:40:05','2.19','6','newstock','1','','',0.00,'','1','2.099','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9214,'Raw chips bucket','1',2.00,'2024-08-16 14:40:05','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9215,'Raw chips bucket','1',-0.14,'2024-08-16 19:29:09','2.10','6','newstock','1','','',0.00,'','1','1.9635','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9216,'Raw chips bucket','1',3.00,'2024-08-16 19:29:09','0.75','6','newstock','1','','',0.00,'','1','3.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9217,'Potatoes sack','2',-0.02,'2024-08-16 19:30:11','7.34','6','newstock','1','','',0.00,'','1','7.3198','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9218,'Potatoes sack','2',2.00,'2024-08-16 19:30:11','1.50','6','newstock','1','','',0.00,'','1','3.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9219,'Potatoes sack','2',-0.04,'2024-08-16 19:31:43','7.32','6','newstock','1','','',0.00,'','1','7.2796','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9220,'Potatoes sack','2',4.00,'2024-08-16 19:31:43','1.50','6','newstock','1','','',0.00,'','1','5.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9221,'Raw chips bucket','3',-0.05,'2024-08-27 14:51:45','1.96','7','newstock','1','','',0.00,'','1','1.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9222,'Raw chips bucket','3',1.00,'2024-08-27 14:51:45','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9223,'Raw chips bucket','3',-0.05,'2024-08-27 15:37:35','1.91','7','newstock','1','','',0.00,'','1','1.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9224,'Raw chips bucket','3',1.00,'2024-08-27 15:37:35','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9225,'Raw chips bucket','1',-0.05,'2024-08-27 15:40:36','1.86','7','newstock','1','','',0.00,'','1','1.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9226,'Raw chips bucket','1',1.00,'2024-08-27 15:40:36','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9227,'Raw chips bucket','3',-0.05,'2024-08-27 16:15:58','1.81','7','newstock','1','','',0.00,'','1','1.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9228,'Raw chips bucket','3',1.00,'2024-08-27 16:15:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9229,'Raw chips bucket','3',-0.05,'2024-08-27 16:16:06','1.76','7','newstock','1','','',0.00,'','1','1.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9230,'Raw chips bucket','3',1.00,'2024-08-27 16:16:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9231,'Raw chips bucket','3',-0.05,'2024-08-27 16:16:11','1.71','7','newstock','1','','',0.00,'','1','1.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9232,'Raw chips bucket','3',1.00,'2024-08-27 16:16:11','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9233,'Chicken','',3.00,'2024-08-27 16:17:43','4.25','7','newstock','1','','',450.00,'','1','7.25','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9234,'Raw chips bucket','3',-0.05,'2024-08-27 16:31:00','1.66','7','newstock','1','','',0.00,'','1','1.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9235,'Raw chips bucket','3',1.00,'2024-08-27 16:31:00','3.00','7','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9236,'Raw chips bucket','3',-0.05,'2024-08-27 16:31:05','1.61','7','newstock','1','','',0.00,'','1','1.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9237,'Raw chips bucket','3',1.00,'2024-08-27 16:31:05','2.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9238,'Raw chips bucket','3',-0.05,'2024-08-27 16:31:07','1.56','7','newstock','1','','',0.00,'','1','1.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9239,'Raw chips bucket','3',1.00,'2024-08-27 16:31:07','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9240,'Raw chips bucket','3',-0.05,'2024-08-27 16:31:12','1.51','7','newstock','1','','',0.00,'','1','1.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9241,'Raw chips bucket','3',1.00,'2024-08-27 16:31:12','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9242,'Potatoes sack','2',-0.01,'2024-08-27 16:32:27','7.28','7','newstock','1','','',0.00,'','1','7.2699','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9243,'Potatoes sack','2',1.00,'2024-08-27 16:32:27','1.50','7','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9244,'Raw chips bucket','3',-0.05,'2024-08-27 16:32:41','1.46','7','newstock','1','','',0.00,'','1','1.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9245,'Raw chips bucket','3',1.00,'2024-08-27 16:32:41','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9246,'Raw chips bucket','3',-0.05,'2024-08-27 16:39:04','1.41','7','newstock','1','','',0.00,'','1','1.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9247,'Raw chips bucket','3',1.00,'2024-08-27 16:39:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9248,'Raw chips bucket','3',-0.05,'2024-08-27 16:39:06','1.36','7','newstock','1','','',0.00,'','1','1.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9249,'Raw chips bucket','3',1.00,'2024-08-27 16:39:06','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9250,'Potatoes sack','2',-0.01,'2024-08-27 16:40:07','7.27','7','newstock','1','','',0.00,'','1','7.2599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9251,'Potatoes sack','2',1.00,'2024-08-27 16:40:07','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9252,'Raw chips bucket','1',-0.05,'2024-08-27 16:42:43','1.31','7','newstock','1','','',0.00,'','1','1.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9253,'Raw chips bucket','1',1.00,'2024-08-27 16:42:43','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9254,'Raw chips bucket','3',-0.05,'2024-08-27 16:47:28','1.26','7','newstock','1','','',0.00,'','1','1.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9255,'Raw chips bucket','3',1.00,'2024-08-27 16:47:28','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9256,'Sausages','',26.00,'2024-08-27 16:49:16','0.00','7','newstock','1','','',25.70,'','1','26','internal','1','16','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9257,'Chicken','',1.00,'2024-08-27 16:52:01','7.00','7','newstock','1','','',450.00,'','1','8','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9258,'Raw chips bucket','3',-0.05,'2024-08-27 16:55:53','1.21','7','newstock','1','','',0.00,'','1','1.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9259,'Raw chips bucket','3',1.00,'2024-08-27 16:55:53','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9260,'Raw chips bucket','1',-0.05,'2024-08-27 17:14:45','1.16','7','newstock','1','','',0.00,'','1','1.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9261,'Raw chips bucket','1',1.00,'2024-08-27 17:14:45','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9262,'Raw chips bucket','1',-0.05,'2024-08-27 17:15:27','1.11','7','newstock','1','','',0.00,'','1','1.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9263,'Raw chips bucket','1',1.00,'2024-08-27 17:15:27','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9264,'Raw chips bucket','1',-0.05,'2024-08-27 17:19:05','1.06','7','newstock','1','','',0.00,'','1','1.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9265,'Raw chips bucket','1',1.00,'2024-08-27 17:19:05','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9266,'Raw chips bucket','1',-0.05,'2024-08-27 17:19:20','1.01','7','newstock','1','','',0.00,'','1','0.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9267,'Raw chips bucket','1',1.00,'2024-08-27 17:19:20','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9268,'Raw chips bucket','1',-0.05,'2024-08-27 17:21:51','0.96','7','newstock','1','','',0.00,'','1','0.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9269,'Raw chips bucket','1',1.00,'2024-08-27 17:21:51','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9270,'Raw chips bucket','1',-0.05,'2024-08-27 17:21:56','0.91','7','newstock','1','','',0.00,'','1','0.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9271,'Raw chips bucket','1',1.00,'2024-08-27 17:21:56','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9272,'Raw chips bucket','3',-0.05,'2024-08-27 17:22:51','0.86','7','newstock','1','','',0.00,'','1','0.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9273,'Raw chips bucket','3',1.00,'2024-08-27 17:22:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9274,'Raw chips bucket','3',-0.05,'2024-08-27 17:22:56','0.81','7','newstock','1','','',0.00,'','1','0.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9275,'Raw chips bucket','3',1.00,'2024-08-27 17:22:56','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9276,'Raw chips bucket','3',-0.05,'2024-08-27 17:27:21','0.81','7','newstock','1','','',0.00,'','1','0.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9277,'Raw chips bucket','3',1.00,'2024-08-27 17:27:21','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9278,'Raw chips bucket','1',-0.05,'2024-08-27 17:28:34','0.76','7','newstock','1','','',0.00,'','1','0.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9279,'Raw chips bucket','1',1.00,'2024-08-27 17:28:34','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9280,'Raw chips bucket','1',-0.05,'2024-08-27 17:32:20','0.71','7','newstock','1','','',0.00,'','1','0.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9281,'Raw chips bucket','1',1.00,'2024-08-27 17:32:20','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9282,'Potatoes sack','2',-0.01,'2024-08-27 17:33:55','7.26','7','newstock','1','','',0.00,'','1','7.2499','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9283,'Potatoes sack','2',1.00,'2024-08-27 17:33:55','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9284,'Raw chips bucket','1',-0.05,'2024-08-27 17:37:54','0.66','7','newstock','1','','',0.00,'','1','0.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9285,'Raw chips bucket','1',1.00,'2024-08-27 17:37:54','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9286,'Potatoes sack','2',-0.01,'2024-08-27 17:38:35','7.25','7','newstock','1','','',0.00,'','1','7.2399','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9287,'Potatoes sack','2',1.00,'2024-08-27 17:38:35','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9288,'Raw chips bucket','5',-0.05,'2024-08-27 17:40:17','0.61','7','newstock','1','','',0.00,'','1','0.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9289,'Raw chips bucket','5',1.00,'2024-08-27 17:40:17','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','5','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9290,'Raw chips bucket','3',-0.05,'2024-08-27 17:42:05','0.56','7','newstock','1','','',0.00,'','1','0.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9291,'Raw chips bucket','3',1.00,'2024-08-27 17:42:05','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9292,'Raw chips bucket','3',-0.05,'2024-08-27 17:42:14','0.51','7','newstock','1','','',0.00,'','1','0.4645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9293,'Raw chips bucket','3',1.00,'2024-08-27 17:42:14','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9294,'Raw chips bucket','3',-0.05,'2024-08-27 17:42:22','0.46','7','newstock','1','','',0.00,'','1','0.4145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9295,'Raw chips bucket','3',1.00,'2024-08-27 17:42:22','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9296,'Raw chips bucket','3',-0.05,'2024-08-27 17:42:26','0.41','7','newstock','1','','',0.00,'','1','0.3645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9297,'Raw chips bucket','3',1.00,'2024-08-27 17:42:26','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9298,'Chicken','',1.00,'2024-08-27 17:45:51','7.75','7','newstock','1','','',450.00,'','1','8.75','internal','1','10','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9299,'Raw chips bucket','3',-0.05,'2024-08-27 17:52:53','0.36','7','newstock','1','','',0.00,'','1','0.3145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9300,'Raw chips bucket','3',1.00,'2024-08-27 17:52:53','4.00','7','newstock','1','','',0.00,'','1','5','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9301,'Raw chips bucket','3',-0.05,'2024-08-27 17:52:58','0.31','7','newstock','1','','',0.00,'','1','0.2645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9302,'Raw chips bucket','3',1.00,'2024-08-27 17:52:58','3.00','7','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9303,'Raw chips bucket','3',-0.05,'2024-08-27 17:53:04','0.26','7','newstock','1','','',0.00,'','1','0.2145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9304,'Raw chips bucket','3',1.00,'2024-08-27 17:53:04','2.00','7','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9305,'Potatoes sack','2',-0.01,'2024-08-27 17:54:32','7.24','7','newstock','1','','',0.00,'','1','7.2299','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9306,'Potatoes sack','2',1.00,'2024-08-27 17:54:32','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9307,'Raw chips bucket','3',-0.05,'2024-08-27 17:54:36','0.21','7','newstock','1','','',0.00,'','1','0.1645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9308,'Raw chips bucket','3',1.00,'2024-08-27 17:54:36','1.00','7','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9309,'Raw chips bucket','3',-0.05,'2024-08-27 17:56:13','0.16','7','newstock','1','','',0.00,'','1','0.1145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9310,'Raw chips bucket','3',1.00,'2024-08-27 17:56:13','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9311,'Raw chips bucket','3',-0.05,'2024-08-27 18:04:23','0.11','7','newstock','1','','',0.00,'','1','0.0645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9312,'Raw chips bucket','3',1.00,'2024-08-27 18:04:23','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9313,'Potatoes sack','2',-0.01,'2024-08-27 18:12:07','7.23','7','newstock','1','','',0.00,'','1','7.2199','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9314,'Potatoes sack','2',1.00,'2024-08-27 18:12:07','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9315,'Potatoes sack','2',-0.01,'2024-08-27 18:31:12','7.22','7','newstock','1','','',0.00,'','1','7.2099','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9316,'Potatoes sack','2',1.00,'2024-08-27 18:31:12','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9317,'Raw chips bucket','1',-0.05,'2024-08-27 18:59:24','0.06','7','newstock','1','','',0.00,'','1','0.0145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9318,'Raw chips bucket','1',1.00,'2024-08-27 18:59:24','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9319,'Potatoes sack','2',-0.01,'2024-08-27 19:32:56','7.21','7','newstock','1','','',0.00,'','1','7.1999','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9320,'Potatoes sack','2',1.00,'2024-08-27 19:32:56','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9321,'Raw chips bucket','',4.00,'2024-08-27 20:02:43','0.01','7','newstock','1','','',0.00,'','1','4.01','internal','1','38','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9322,'Raw chips bucket','3',-0.05,'2024-08-27 20:03:58','4.01','7','newstock','1','','',0.00,'','1','3.9645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9323,'Raw chips bucket','3',1.00,'2024-08-27 20:03:58','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9324,'Raw chips bucket','3',-0.05,'2024-08-27 20:04:51','3.96','7','newstock','1','','',0.00,'','1','3.9145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9325,'Raw chips bucket','3',1.00,'2024-08-27 20:04:51','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9326,'Raw chips bucket','3',-0.05,'2024-08-27 20:05:05','3.91','7','newstock','1','','',0.00,'','1','3.8645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9327,'Raw chips bucket','3',1.00,'2024-08-27 20:05:05','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9328,'Raw chips bucket','1',-0.05,'2024-08-27 20:06:45','3.86','7','newstock','1','','',0.00,'','1','3.8145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9329,'Raw chips bucket','1',1.00,'2024-08-27 20:06:45','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9330,'Raw chips bucket','1',-0.05,'2024-08-27 20:06:50','3.81','7','newstock','1','','',0.00,'','1','3.7645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9331,'Raw chips bucket','1',1.00,'2024-08-27 20:06:50','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9332,'Raw chips bucket','3',-0.05,'2024-08-27 20:08:40','3.76','7','newstock','1','','',0.00,'','1','3.7145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9333,'Raw chips bucket','3',1.00,'2024-08-27 20:08:40','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9334,'Raw chips bucket','4',-0.05,'2024-08-27 20:09:37','3.71','7','newstock','1','','',0.00,'','1','3.6645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9335,'Raw chips bucket','4',1.00,'2024-08-27 20:09:37','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9336,'Raw chips bucket','1',-0.05,'2024-08-27 20:10:04','3.66','7','newstock','1','','',0.00,'','1','3.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9337,'Raw chips bucket','1',1.00,'2024-08-27 20:10:04','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9338,'Potatoes sack','2',-0.01,'2024-08-27 20:59:32','7.20','7','newstock','1','','',0.00,'','1','7.1899','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9339,'Potatoes sack','2',1.00,'2024-08-27 20:59:32','0.50','7','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9340,'Raw chips bucket','1',-0.05,'2024-08-27 20:59:36','3.66','7','newstock','1','','',0.00,'','1','3.6145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9341,'Raw chips bucket','1',1.00,'2024-08-27 20:59:36','1.75','7','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9342,'Raw chips bucket','1',-0.05,'2024-08-27 21:01:39','3.61','7','newstock','1','','',0.00,'','1','3.5645','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9343,'Raw chips bucket','1',1.00,'2024-08-27 21:01:39','0.75','7','newstock','1','','',0.00,'','1','1.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9344,'Raw chips bucket','3',-0.05,'2024-09-17 12:54:04','3.56','7','newstock','1','','',0.00,'','1','3.5145','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9345,'Raw chips bucket','3',1.00,'2024-09-17 12:54:04','0.00','7','newstock','1','','',0.00,'','1','1','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9346,'Raw chips bucket','1',-0.09,'2025-03-05 17:31:56','3.56','6','newstock','1','','',0.00,'','1','3.469','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9347,'Raw chips bucket','1',2.00,'2025-03-05 17:31:56','0.75','6','newstock','1','','',0.00,'','1','2.75','1','Internal','1','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9348,'Potatoes sack','2',-0.02,'2025-03-05 17:32:13','7.19','6','newstock','1','','',0.00,'','1','7.1698','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9349,'Potatoes sack','2',2.00,'2025-03-05 17:32:13','0.50','6','newstock','1','','',0.00,'','1','2.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9350,'Raw chips bucket','4',-0.05,'2025-03-05 17:32:24','3.47','6','newstock','1','','',0.00,'','1','3.4245','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9351,'Raw chips bucket','4',1.00,'2025-03-05 17:32:24','0.00','6','newstock','1','','',0.00,'','1','1','1','Internal','4','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9352,'Raw chips bucket','3',-0.05,'2025-06-30 14:49:15','3.42','12','newstock','1','','',0.00,'','1','3.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9353,'Raw chips bucket','3',1.00,'2025-06-30 14:49:15','1.00','12','newstock','1','','',0.00,'','1','2','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9354,'Raw chips bucket','3',-0.09,'2025-06-30 14:50:34','3.42','12','newstock','1','','',0.00,'','1','3.329','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9355,'Raw chips bucket','3',2.00,'2025-06-30 14:50:34','1.00','12','newstock','1','','',0.00,'','1','3','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9356,'Raw chips bucket','3',-0.05,'2025-06-30 14:58:44','3.42','12','newstock','1','','',0.00,'','1','3.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9357,'Raw chips bucket','3',1.00,'2025-06-30 14:58:44','3.00','12','newstock','1','','',0.00,'','1','4','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9358,'Raw chips bucket','3',-0.09,'2025-06-30 15:04:20','3.42','12','newstock','1','','',0.00,'','1','3.329','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9359,'Raw chips bucket','3',2.00,'2025-06-30 15:04:20','3.00','12','newstock','1','','',0.00,'','1','5','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9360,'Raw chips bucket','3',-0.18,'2025-06-30 15:34:00','3.42','1','newstock','1','','',0.00,'','1','3.238','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9361,'Raw chips bucket','3',4.00,'2025-06-30 15:34:00','3.00','1','newstock','1','','',0.00,'','1','7','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9362,'Raw chips bucket','3',-0.05,'2025-06-30 15:45:59','3.42','12','newstock','1','','',0.00,'','1','3.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9363,'Raw chips bucket','3',1.00,'2025-06-30 15:45:59','7.00','12','newstock','1','','',0.00,'','1','8','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9364,'Potatoes sack','2',-0.01,'2025-06-30 15:46:09','7.17','12','newstock','1','','',0.00,'','1','7.1599','1','Automatic Production adjustment','37','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9365,'Potatoes sack','2',1.00,'2025-06-30 15:46:09','0.50','12','newstock','1','','',0.00,'','1','1.5','1','Internal','2','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9366,'Raw chips bucket','3',-0.05,'2025-06-30 16:06:33','3.42','13','newstock','1','','',0.00,'','1','3.3745','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9367,'Raw chips bucket','3',1.00,'2025-06-30 16:06:33','7.00','13','newstock','1','','',0.00,'','1','8','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9368,'Raw chips bucket','3',-0.09,'2025-06-30 16:06:46','3.37','13','newstock','1','','',0.00,'','1','3.279','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9369,'Raw chips bucket','3',2.00,'2025-06-30 16:06:46','6.00','13','newstock','1','','',0.00,'','1','8','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9370,'Raw chips bucket','3',-0.09,'2025-06-30 16:06:51','3.28','13','newstock','1','','',0.00,'','1','3.189','1','Automatic Production adjustment','38','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''),(9371,'Raw chips bucket','3',2.00,'2025-06-30 16:06:51','4.00','13','newstock','1','','',0.00,'','1','6','1','Internal','3','','',0.00,'','','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','',''); /*!40000 ALTER TABLE `newstock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newupgrade` -- DROP TABLE IF EXISTS `newupgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `newupgrade` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `phone` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, `comment` text NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'new', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `newupgrade` -- LOCK TABLES `newupgrade` WRITE; /*!40000 ALTER TABLE `newupgrade` DISABLE KEYS */; INSERT INTO `newupgrade` VALUES (1,'General systems',1,'','','','','','new'),(2,'E-commerce',1,'','','','','','new'),(3,'Biometric',1,'','','','','','new'),(4,'Website',1,'','','','','','new'),(5,'PMS',1,'','','','','','new'),(6,'Bulk sms',1,'','','','','','new'),(7,'Pos',1,'','','','','','new'); /*!40000 ALTER TABLE `newupgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nhif` -- DROP TABLE IF EXISTS `nhif`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nhif` ( `id` int(50) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `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 `nhif` -- LOCK TABLES `nhif` WRITE; /*!40000 ALTER TABLE `nhif` DISABLE KEYS */; INSERT INTO `nhif` 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 `nhif` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nssf` -- DROP TABLE IF EXISTS `nssf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nssf` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `tire1` decimal(10,2) NOT NULL, `tire2` decimal(10,2) NOT NULL, `tire1tire2` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nssf` -- LOCK TABLES `nssf` WRITE; /*!40000 ALTER TABLE `nssf` DISABLE KEYS */; INSERT INTO `nssf` VALUES (1,0.00,3000.00,180.00,1,1,'active','employee',1,180.00,0.00,180.00),(2,3000.00,4500.00,270.00,1,1,'active','employee',1,270.00,0.00,270.00),(3,4500.00,6000.00,360.00,1,1,'active','employee',1,360.00,0.00,360.00),(4,6000.00,10000.00,360.00,1,1,'active','employee',1,360.00,240.00,600.00),(5,10000.00,14000.00,360.00,1,1,'active','employee',1,360.00,480.00,840.00),(6,14000.00,18000.00,360.00,1,1,'active','employee',1,360.00,720.00,1080.00),(7,18000.00,20000.00,360.00,1,1,'active','employee',1,360.00,720.00,1080.00),(8,20000.00,100000.00,360.00,1,1,'active','employee',1,360.00,720.00,1080.00),(9,100000.00,500000.00,360.00,1,1,'active','employee',1,360.00,720.00,1080.00); /*!40000 ALTER TABLE `nssf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offdays` -- DROP TABLE IF EXISTS `offdays`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `offdays` ( `id` int(11) NOT NULL AUTO_INCREMENT, `groupid` int(11) NOT NULL, `offday` varchar(30) NOT NULL, `type` int(11) NOT NULL, `title` varchar(128) NOT NULL, `userid` varchar(30) DEFAULT NULL, `createdate` varchar(30) NOT NULL, PRIMARY KEY (`id`), KEY `type` (`type`), KEY `contract` (`groupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='List of non working days'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `offdays` -- LOCK TABLES `offdays` WRITE; /*!40000 ALTER TABLE `offdays` DISABLE KEYS */; /*!40000 ALTER TABLE `offdays` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offtypes` -- DROP TABLE IF EXISTS `offtypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `offtypes` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=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) 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 AUTO_INCREMENT=14 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,127.50,'Admin','Advanta','FAITH','254718667391','robisearch@gmail.com','12345678','','female','','','0','','155663771675825033','user','1','','','','3343455',-2200308.00,'1','2024-01-31','','1','2019-06-11','Contract',25000.00,'','2019-06-06','','','','2019-06-05','2019-06-06','KCB','2412423','Daily','1','2019-09-20','0222222',0.00,'','','Single','',800.00,1,'','1000','yes','admin','',0,0,0,'','2019-08-28',0,'',55.00,'','','','Yes',0.00,0,0.00,138.28,'no',200.00,'','2023-06-06 06:32:15','','','','','','','','P06666xxx',1,'022','444',2,'','529033','2024-01-13 09:39:43','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,'Default','Default','Default','254718667391','admin','Robisearch321','Default','','','','1 ','',NULL,'supplier','1','Default','','','666663',6800.00,'1','2024-01-26 20:57:31','','1','','',0.00,'','','','','','','','','','Monthly','4','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',10.00,'','','','yes',4500.00,0,0.00,112.70,'no',300.00,'yes','2024-05-09 16:06:27','','','','','','','','P051654342222',1,NULL,NULL,0,'','','0000-00-00 00:00:00','','new','',''),(5,NULL,'Jackie','Sunday',NULL,'254724459274','jackiesunday2004@yahoo.com','Mark11:24','','female','','','','',NULL,'user','1',NULL,'','','',0.00,'','2024-02-28','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','100000000','no','user','',0,0,0,'','',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'202232349','','0000-00-00 00:00:00','','new','',''),(6,NULL,'Martin','Wambua',NULL,'254701361345','martindavi1998@Gmail.comm','4252','','male','','','','',NULL,'user','1',NULL,'','','',0.00,'','2024-05-09','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','100000000','no','user','',0,0,0,'','',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'755367920','','0000-00-00 00:00:00','','new','',''),(7,NULL,'Ignatius','Onyango',NULL,'0706059922','ignaprince9@gmail.com','7297','','male','','','','',NULL,'user','1',NULL,'','','',0.00,'','2024-08-23','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','100000000','no','user','',0,0,0,'','',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'226026333','','0000-00-00 00:00:00','','new','',''),(8,NULL,'Dylan','Mboya',NULL,'254707639105','dylanmboya18@gmail.com','1Chron4:10','','male','','','','',NULL,'user','1',NULL,'','','',0.00,'','2024-02-23','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','100000000','no','user','',0,0,0,'','',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'920020200','','0000-00-00 00:00:00','','new','',''),(9,NULL,'Farmers Choice','',NULL,'254020811722','','','','','','2025-02-28','1','',NULL,'supplier','1','Farmers Choice','','','',0.00,'5','2024-02-28 16:12:30','','1','2024-02-28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',9199.00,0,0.00,0.00,'no',0.00,'no','2024-02-28 18:18:51','','','','','',NULL,NULL,'P000592722P',1,NULL,NULL,0,'','','0000-00-00 00:00:00','','new','',''),(10,NULL,'Pradip','',NULL,'+254731049812','','','','','','2025-02-28','1','',NULL,'supplier','1','Pradip','','','',0.00,'6','2024-02-28 17:16:25','','1','2024-02-28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'P051391910M',1,NULL,NULL,0,'','','0000-00-00 00:00:00','','new','',''),(11,NULL,'Steffan','',NULL,'254725939775','','','','male','','2025-03-05','116','',NULL,'','1','Allure Naturals (Tomato sauce)','','','',0.00,'7','2024-03-05 11:10:49','','1','2024-03-05','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'','','0000-00-00 00:00:00','','new','',''),(12,NULL,'Melvin','Achieng',NULL,'254741443128','Melvinachieng928@Gmail.com','2557','','female','','','','',NULL,'user','1',NULL,'','','41001980',0.00,'','2025-06-30','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,0,'','',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'032435035','','0000-00-00 00:00:00','','new','',''),(13,NULL,'Simoh','Mukiu',NULL,'254712227527','Simoh@gmail.com','4455','','male','','','','',NULL,'user','1',NULL,'','','37885448',0.00,'','2025-06-30','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,0,'','',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'722141322','','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 ('accomodation',1),('accounting',1),('accountingreports',1),('assets',1),('bankdeposits',1),('banktransfer',1),('biometricrecords',1),('branch',1),('callcenter',1),('cashiersales',1),('cashiersales',4),('cashiersales',5),('cashiersales',6),('cashiersales',7),('cashiersales',8),('cashiersales',12),('cashiersales',13),('chequemanagemant',1),('complain',1),('config',1),('damagedproducts',1),('deals',1),('departments',1),('displayreport',1),('displayreport',7),('documents',1),('ecommerce',1),('events',1),('grouping',1),('humanresource',1),('income',1),('incomeexpenses',1),('incomeexpenses',5),('incomeexpenses',6),('incomeexpenses',7),('incomingstock',1),('journalentry',1),('labourrecords',1),('leavemanagement',1),('lowproducts',1),('lowproducts',5),('lowproducts',6),('lowproducts',7),('lowstocklist',1),('lowstocklist',5),('lowstocklist',6),('lowstocklist',7),('loyalitycards',1),('members',1),('members',5),('members',6),('members',7),('password',1),('password',4),('password',5),('password',6),('password',8),('password',12),('password',13),('payroll',1),('payrollsetup',1),('peoplecategory',1),('peoplecategory',5),('productlist',1),('productlist',5),('productlist',6),('productlist',7),('products',1),('products',5),('products',6),('products',7),('productscategory',1),('productscategory',5),('profile',1),('projectsmanagement',1),('purchases',1),('purchases',5),('purchases',6),('purchases',7),('purchases',8),('quotation',1),('recorddelivery',1),('reports',1),('reports',5),('sales',1),('sales',4),('sales',5),('sales',6),('sales',7),('sales',8),('sales',12),('sales',13),('salesorder',1),('salesorder',12),('sendsms',1),('task',1),('taskscategory',1),('users',1),('users',5),('viewreturnsales',1),('viewreturnsales',5),('viewreturnsales',12),('viewreturnsales',13),('wholesale',1); /*!40000 ALTER TABLE `permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `permissionsactions` -- DROP TABLE IF EXISTS `permissionsactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `permissionsactions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `moduleid` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `actionid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=146868 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 (96238,'sales','4','add'),(96239,'sales','4','printreceipt'),(96240,'sales','4','update'),(96241,'sales','4','cash'),(96242,'sales','4','moresales'),(96243,'sales','4','sale'),(96244,'sales','4','Logout'),(96245,'sales','4','mpesabalance'),(96246,'sales','4','select'),(96247,'sales','4','order'),(96248,'sales','4','closebill'),(96249,'sales','4','printbill'),(96250,'sales','4','mpesa'),(96251,'sales','4','card'),(96252,'sales','4','viewbuyingprice'),(96253,'sales','4','updatepaymentmode'),(96254,'sales','4','clearpayments'),(96255,'sales','4','cheque'),(96256,'sales','4','creditnote'),(96257,'sales','4','voucher'),(96258,'sales','4','points'),(96259,'sales','4','salesbeyondbprice'),(96260,'sales','4','credit'),(96261,'sales','4','salebelowbprice'),(96262,'sales','4','dontprint'),(96263,'sales','4','giveloyalityponts'),(96264,'sales','4','splitbill'),(96265,'sales','4','selecttable'),(96266,'sales','4','printdelivery'),(96267,'sales','4','sendsms'),(96268,'sales','4','entermpesacode'),(96269,'sales','4','salesperson'),(96270,'sales','4','usekeyboard'),(96271,'sales','4','receiptno'),(96272,'cashiersales','4','entermpesacode'),(96273,'cashiersales','4','editmpesa'),(96274,'cashiersales','4','all'),(96275,'cashiersales','4','cashiersales'),(96276,'cashiersales','4','editmpesadate'),(96277,'cashiersales','4','adddailycollection'),(96278,'cashiersales','4','viewtill'),(96279,'cashiersales','4','viewdailycollections'),(96280,'cashiersales','4','updatedailycollections'),(96281,'cashiersales','4','reversempesa'),(96282,'cashiersales','4','clearallsales'),(96283,'cashiersales','4','viewallcollections'),(96284,'cashiersales','4','mpesapendingreport'),(96285,'cashiersales','4','viewallcounters'),(96286,'cashiersales','4','mpesaverifiedreport'),(96287,'cashiersales','4','viewcommission'),(96288,'cashiersales','4','dailysalesonly'),(96289,'cashiersales','4','viewmpesamessages'),(96290,'password','4','change'),(144968,'sales','1','selectmessage'),(144969,'sales','1','add'),(144970,'sales','1','suspend'),(144971,'sales','1','printreceipt'),(144972,'sales','1','update'),(144973,'sales','1','cash'),(144974,'sales','1','delete'),(144975,'sales','1','moresales'),(144976,'sales','1','sale'),(144977,'sales','1','reprint'),(144978,'sales','1','Logout'),(144979,'sales','1','select'),(144980,'sales','1','mpesabalance'),(144981,'sales','1','mpesa'),(144982,'sales','1','productdiscount'),(144983,'sales','1','printbill'),(144984,'sales','1','order'),(144985,'sales','1','closebill'),(144986,'sales','1','editsellingprice'),(144987,'sales','1','card'),(144988,'sales','1','updatepaymentmode'),(144989,'sales','1','clearpayments'),(144990,'sales','1','cheque'),(144991,'sales','1','creditnote'),(144992,'sales','1','voucher'),(144993,'sales','1','salesbeyondbprice'),(144994,'sales','1','points'),(144995,'sales','1','salebelowbprice'),(144996,'sales','1','credit'),(144997,'sales','1','selectroom'),(144998,'sales','1','dontprint'),(144999,'sales','1','backdatesales'),(145000,'sales','1','recordcoins'),(145001,'sales','1','leaseitems'),(145002,'sales','1','giveloyalityponts'),(145003,'sales','1','splitbill'),(145004,'sales','1','mergebill'),(145005,'sales','1','changeuomonsales'),(145006,'sales','1','selecttable'),(145007,'sales','1','printdelivery'),(145008,'sales','1','entermpesacode'),(145009,'sales','1','sendsms'),(145010,'sales','1','receiptno'),(145011,'sales','1','salesperson'),(145012,'sales','1','negativesales'),(145013,'sales','1','updateqtysales'),(145014,'sales','1','displaypreviousbalance'),(145015,'sales','1','restrictbillprintingtotwo'),(145016,'wholesale','1','sale'),(145017,'wholesale','1','add'),(145018,'wholesale','1','delete'),(145019,'wholesale','1','update'),(145020,'salesorder','1','add'),(145021,'salesorder','1','view'),(145022,'salesorder','1','update'),(145023,'salesorder','1','viewall'),(145024,'cashiersales','1','entermpesacode'),(145025,'cashiersales','1','editmpesa'),(145026,'cashiersales','1','all'),(145027,'cashiersales','1','delete'),(145028,'cashiersales','1','cashiersales'),(145029,'cashiersales','1','editmpesadate'),(145030,'cashiersales','1','adddailycollection'),(145031,'cashiersales','1','viewtill'),(145032,'cashiersales','1','viewdailycollections'),(145033,'cashiersales','1','updatedailycollections'),(145034,'cashiersales','1','reversempesa'),(145035,'cashiersales','1','deletedailycollections'),(145036,'cashiersales','1','clearallsales'),(145037,'cashiersales','1','viewallcollections'),(145038,'cashiersales','1','mpesapendingreport'),(145039,'cashiersales','1','mpesaverifiedreport'),(145040,'cashiersales','1','viewcommission'),(145041,'cashiersales','1','viewmpesamessages'),(145042,'cashiersales','1','changestatus'),(145043,'recorddelivery','1','add'),(145044,'recorddelivery','1','view'),(145045,'recorddelivery','1','update'),(145046,'recorddelivery','1','delete'),(145047,'recorddelivery','1','changestatus'),(145048,'recorddelivery','1','report'),(145049,'recorddelivery','1','Dispatched'),(145050,'recorddelivery','1','FailedDelivery'),(145051,'recorddelivery','1','ReturnedandReceived'),(145052,'recorddelivery','1','Delivered'),(145053,'recorddelivery','1','Claimraised'),(145054,'recorddelivery','1','ClaimOK'),(145055,'recorddelivery','1','ClaimDamaged'),(145056,'purchases','1','add'),(145057,'purchases','1','update'),(145058,'purchases','1','delete'),(145059,'purchases','1','updatebuyingprice'),(145060,'purchases','1','updatesellingprice'),(145061,'purchases','1','updateclosedinvoice'),(145062,'purchases','1','viewquotation'),(145063,'purchases','1','viewdirectpurchases'),(145064,'purchases','1','viewserials'),(145065,'purchases','1','viewpurchase'),(145066,'purchases','1','salesorder'),(145067,'purchases','1','budget'),(145068,'purchases','1','showdefaultserials'),(145069,'purchases','1','approve'),(145070,'purchases','1','updateserial'),(145071,'viewreturnsales','1','add'),(145072,'viewreturnsales','1','update'),(145073,'viewreturnsales','1','delete'),(145074,'viewreturnsales','1','return'),(145075,'viewreturnsales','1','clear'),(145076,'viewreturnsales','1','moresales'),(145077,'viewreturnsales','1','returnclearedsales'),(145078,'income','1','View'),(145079,'income','1','add'),(145080,'income','1','displaybeforevat'),(145081,'income','1','receivedublicatecodes'),(145082,'incomeexpenses','1','add'),(145083,'incomeexpenses','1','closeexpense'),(145084,'incomeexpenses','1','update'),(145085,'incomeexpenses','1','updateclosedexpenses'),(145086,'incomeexpenses','1','viewbills'),(145087,'incomeexpenses','1','viewexpense'),(145088,'incomeexpenses','1','viewdebtors'),(145089,'incomeexpenses','1','viewcreditors'),(145090,'incomeexpenses','1','postrentalexpenses'),(145091,'incomeexpenses','1','uploadexpenses'),(145092,'accomodation','1','viewrooms'),(145093,'accomodation','1','dailysales'),(145094,'accomodation','1','addhouse'),(145095,'accomodation','1','viewhouse'),(145096,'accomodation','1','mpesa'),(145097,'accomodation','1','cash'),(145098,'accomodation','1','checkinroom'),(145099,'accomodation','1','credit'),(145100,'accomodation','1','cheque'),(145101,'accomodation','1','voucher'),(145102,'accomodation','1','points'),(145103,'accomodation','1','card'),(145104,'accomodation','1','checkoutroom'),(145105,'accomodation','1','cancel'),(145106,'accomodation','1','addroom'),(145107,'accomodation','1','cleanrooms'),(145108,'accomodation','1','addcharges'),(145109,'accomodation','1','givediscount'),(145110,'accomodation','1','updatecharges'),(145111,'accomodation','1','checkin'),(145112,'accomodation','1','updatehouse'),(145113,'accomodation','1','updateroom'),(145114,'accomodation','1','postexpense'),(145115,'accomodation','1','Post Bank Deposits'),(145116,'accomodation','1','managehotel'),(145117,'accomodation','1','assignrooms'),(145118,'accomodation','1','managerental'),(145119,'accomodation','1','changepayment'),(145120,'accomodation','1','housekeeping'),(145121,'accomodation','1','dailypayments'),(145122,'accomodation','1','customerregister'),(145123,'accomodation','1','advancebooking'),(145124,'accomodation','1','checkoutcustomerwithbalance'),(145125,'accomodation','1','viewreports'),(145126,'accomodation','1','managecustomer'),(145127,'accomodation','1','accommodationreceiptionist'),(145128,'accomodation','1','config'),(145129,'accomodation','1','viewroomcleaned'),(145130,'accomodation','1','clearsales'),(145131,'accomodation','1','dailycollections'),(145132,'accomodation','1','bulkcheckin'),(145133,'accomodation','1','bulkreservation'),(145134,'accomodation','1','bulkstatuschange'),(145135,'accomodation','1','plotexpenses'),(145136,'branch','1','add'),(145137,'branch','1','view'),(145138,'branch','1','update'),(145139,'branch','1','delete'),(145140,'members','1','add'),(145141,'members','1','update'),(145142,'members','1','deletepeople'),(145143,'members','1','opencloseshift'),(145144,'members','1','UpdateRenewal'),(145145,'users','1','add'),(145146,'users','1','update'),(145147,'users','1','delete'),(145148,'users','1','deleteallroles'),(145149,'productscategory','1','add'),(145150,'productscategory','1','update'),(145151,'productscategory','1','delete'),(145152,'productlist','1','bulk'),(145153,'productlist','1','move'),(145154,'productlist','1','more'),(145155,'productlist','1','updatestock'),(145156,'productlist','1','transfer'),(145157,'productlist','1','addstock'),(145158,'productlist','1','delete'),(145159,'productlist','1','view'),(145160,'productlist','1','update'),(145161,'productlist','1','add'),(145162,'productlist','1','stocktaking'),(145163,'productlist','1','openclosestock'),(145164,'productlist','1','editstocktaken'),(145165,'productlist','1','editopenclosestock'),(145166,'productlist','1','changeserialstatus'),(145167,'productlist','1','viewserials'),(145168,'productlist','1','viewproductsfromallbranches'),(145169,'productlist','1','bulkpriceupdate'),(145170,'productlist','1','negativestockadjustment'),(145171,'productlist','1','viewproduction'),(145172,'productlist','1','assignproduction'),(145173,'productlist','1','deleteproductionitem'),(145174,'productlist','1','updateproductionitem'),(145175,'products','1','add'),(145176,'products','1','update'),(145177,'products','1','delete'),(145178,'products','1','addstock'),(145179,'products','1','more'),(145180,'products','1','bulk'),(145181,'products','1','deleteorder'),(145182,'products','1','dispatch'),(145183,'products','1','removestock'),(145184,'products','1','price'),(145185,'products','1','removeallstock'),(145186,'products','1','bulkpriceupdate'),(145187,'products','1','negativestockadjustment'),(145188,'incomingstock','1','add'),(145189,'incomingstock','1','update'),(145190,'incomingstock','1','view'),(145191,'incomingstock','1','delete'),(145192,'incomingstore','1','add'),(145193,'incomingstore','1','delete'),(145194,'incomingstore','1','view'),(145195,'lowstocklist','1','add'),(145196,'lowstocklist','1','more'),(145197,'lowstocklist','1','view'),(145198,'lowproducts','1','add'),(145199,'lowproducts','1','update'),(145200,'damagedproducts','1','add'),(145201,'damagedproducts','1','update'),(145202,'damagedproducts','1','delete'),(145203,'projectsmanagement','1','view'),(145204,'projectsmanagement','1','add'),(145205,'projectsmanagement','1','update'),(145206,'projectsmanagement','1','delete'),(145207,'assets','1','add'),(145208,'assets','1','update'),(145209,'assets','1','delete'),(145210,'accounting','1','deletebank'),(145211,'accounting','1','deleteglaccount'),(145212,'accounting','1','view'),(145213,'bankdeposits','1','add'),(145214,'bankdeposits','1','update'),(145215,'bankdeposits','1','delete'),(145216,'banktransfer','1','add'),(145217,'journalentry','1','add'),(145218,'accountingreports','1','view'),(145219,'chequemanagemant','1','add'),(145220,'chequemanagemant','1','view'),(145221,'peoplecategory','1','add'),(145222,'peoplecategory','1','update'),(145223,'peoplecategory','1','delete'),(145224,'departments','1','add'),(145225,'payrollsetup','1','add'),(145226,'labourrecords','1','add'),(145227,'leavemanagement','1','add'),(145228,'biometricrecords','1','add'),(145229,'payroll','1','add'),(145230,'loyalitycards','1','add'),(145231,'loyalitycards','1','update'),(145232,'reports','1','view'),(145233,'reports','1','download'),(145234,'reports','1','update'),(145235,'reports','1','viewall'),(145236,'displayreport','1','view'),(145237,'grouping','1','add'),(145238,'grouping','1','update'),(145239,'grouping','1','delete'),(145240,'sendsms','1','add'),(145241,'sendsms','1','update'),(145242,'sendsms','1','delete'),(145243,'sendsms','1','transfersms'),(145244,'documents','1','add'),(145245,'documents','1','update'),(145246,'documents','1','delete'),(145247,'documents','1','viewalldocuments'),(145248,'humanresource','1','add'),(145249,'humanresource','1','update'),(145250,'humanresource','1','approve'),(145251,'humanresource','1','delete'),(145252,'humanresource','1','view'),(145253,'humanresource','1','allocate'),(145254,'humanresource','1','viewallpayroll'),(145255,'humanresource','1','leavesetup'),(145256,'humanresource','1','allleaves '),(145257,'humanresource','1','bioattendance'),(145258,'taskscategory','1','add'),(145259,'taskscategory','1','update'),(145260,'taskscategory','1','delete'),(145261,'task','1','add'),(145262,'task','1','viewall'),(145263,'task','1','update'),(145264,'task','1','postspecifictask'),(145265,'task','1','delete'),(145266,'task','1','postgeneraltask'),(145267,'task','1','viewothersspecifictask'),(145268,'task','1','viewothersgeneraltask'),(145269,'task','1','assigntask'),(145270,'task','1','posttaskforothers'),(145271,'task','1','overalclearingpendingtasks'),(145272,'callcenter','1','add'),(145273,'callcenter','1','upadate'),(145274,'callcenter','1','view'),(145275,'callcenter','1','download'),(145276,'callcenter','1','delete'),(145277,'deals','1','add'),(145278,'deals','1','update'),(145279,'deals','1','delete'),(145280,'deals','1','viewall'),(145281,'deals','1','addpossiblefeedback'),(145282,'deals','1','downloaddeals'),(145283,'deals','1','View others contact'),(145284,'deals','1','AddAgents'),(145285,'deals','1','transferdeals'),(145286,'complain','1','add'),(145287,'complain','1','view'),(145288,'complain','1','update'),(145289,'complain','1','allcompalin'),(145290,'complain','1','delete'),(145291,'events','1','add'),(145292,'events','1','update'),(145293,'events','1','delete'),(145294,'password','1','change'),(145295,'profile','1','update'),(145296,'ecommerce','1','add'),(145297,'ecommerce','1','update'),(145298,'ecommerce','1','delete'),(145299,'ecommerce','1','vieworders'),(145300,'ecommerce','1','setup'),(145301,'ecommerce','1','approveorders'),(145302,'quotation','1','add'),(145303,'quotation','1','update'),(145304,'quotation','1','delete'),(145305,'quotation','1','view'),(145306,'quotation','1','viewall'),(145307,'config','1','delete'),(145308,'config','1','add'),(145309,'config','1','update'),(145310,'config','1','Novatsales'),(145843,'sales','5','add'),(145844,'sales','5','suspend'),(145845,'sales','5','printreceipt'),(145846,'sales','5','update'),(145847,'sales','5','cash'),(145848,'sales','5','delete'),(145849,'sales','5','moresales'),(145850,'sales','5','sale'),(145851,'sales','5','Logout'),(145852,'sales','5','displaycustomers'),(145853,'sales','5','discount'),(145854,'sales','5','reprint'),(145855,'sales','5','select'),(145856,'sales','5','printbill'),(145857,'sales','5','productdiscount'),(145858,'sales','5','mpesa'),(145859,'sales','5','order'),(145860,'sales','5','closebill'),(145861,'sales','5','viewbuyingprice'),(145862,'sales','5','editsellingprice'),(145863,'sales','5','updatepaymentmode'),(145864,'sales','5','clearpayments'),(145865,'sales','5','card'),(145866,'sales','5','cheque'),(145867,'sales','5','creditnote'),(145868,'sales','5','points'),(145869,'sales','5','salesbeyondbprice'),(145870,'sales','5','voucher'),(145871,'sales','5','credit'),(145872,'sales','5','selectroom'),(145873,'sales','5','dontprint'),(145874,'sales','5','backdatesales'),(145875,'sales','5','recordcoins'),(145876,'sales','5','giveloyalityponts'),(145877,'sales','5','splitbill'),(145878,'sales','5','mergebill'),(145879,'sales','5','selecttable'),(145880,'sales','5','sendsms'),(145881,'sales','5','selectcurrency'),(145882,'sales','5','usekeyboard'),(145883,'sales','5','salesperson'),(145884,'sales','5','receiptno'),(145885,'sales','5','negativesales'),(145886,'sales','5','updateqtysales'),(145887,'sales','5','displaypreviousbalance'),(145888,'cashiersales','5','entermpesacode'),(145889,'cashiersales','5','editmpesa'),(145890,'cashiersales','5','all'),(145891,'cashiersales','5','delete'),(145892,'cashiersales','5','cashiersales'),(145893,'cashiersales','5','editmpesadate'),(145894,'cashiersales','5','dontshowtotal'),(145895,'cashiersales','5','adddailycollection'),(145896,'cashiersales','5','viewtill'),(145897,'cashiersales','5','viewdailycollections'),(145898,'cashiersales','5','deletedailycollections'),(145899,'cashiersales','5','reversempesa'),(145900,'cashiersales','5','updatedailycollections'),(145901,'cashiersales','5','clearallsales'),(145902,'cashiersales','5','viewallcollections'),(145903,'cashiersales','5','viewallcounters'),(145904,'cashiersales','5','mpesapendingreport'),(145905,'cashiersales','5','mpesaverifiedreport'),(145906,'cashiersales','5','viewcommission'),(145907,'cashiersales','5','dailysalesonly'),(145908,'cashiersales','5','viewmpesamessages'),(145909,'cashiersales','5','changestatus'),(145910,'purchases','5','add'),(145911,'purchases','5','update'),(145912,'purchases','5','delete'),(145913,'purchases','5','updatebuyingprice'),(145914,'purchases','5','updatesellingprice'),(145915,'purchases','5','updateclosedinvoice'),(145916,'purchases','5','viewquotation'),(145917,'purchases','5','viewserials'),(145918,'purchases','5','viewdirectpurchases'),(145919,'purchases','5','viewpurchase'),(145920,'purchases','5','salesorder'),(145921,'purchases','5','budget'),(145922,'purchases','5','showdefaultserials'),(145923,'purchases','5','viewallcounters'),(145924,'purchases','5','approve'),(145925,'purchases','5','addbatchno'),(145926,'purchases','5','addexpirydate'),(145927,'purchases','5','updateserial'),(145928,'viewreturnsales','5','add'),(145929,'viewreturnsales','5','update'),(145930,'viewreturnsales','5','delete'),(145931,'viewreturnsales','5','return'),(145932,'viewreturnsales','5','clear'),(145933,'viewreturnsales','5','moresales'),(145934,'viewreturnsales','5','returnclearedsales'),(145935,'incomeexpenses','5','add'),(145936,'incomeexpenses','5','closeexpense'),(145937,'incomeexpenses','5','update'),(145938,'incomeexpenses','5','updateclosedexpenses'),(145939,'incomeexpenses','5','wiewinvoices'),(145940,'incomeexpenses','5','viewbills'),(145941,'incomeexpenses','5','viewexpense'),(145942,'incomeexpenses','5','viewdebtors'),(145943,'incomeexpenses','5','viewcreditors'),(145944,'incomeexpenses','5','postrentalexpenses'),(145945,'incomeexpenses','5','uploadexpenses'),(145946,'members','5','add'),(145947,'members','5','update'),(145948,'members','5','deletepeople'),(145949,'members','5','opencloseshift'),(145950,'members','5','UpdateRenewal'),(145951,'users','5','add'),(145952,'users','5','update'),(145953,'users','5','delete'),(145954,'users','5','deleteallroles'),(145955,'productscategory','5','add'),(145956,'productscategory','5','update'),(145957,'productscategory','5','delete'),(145958,'productlist','5','bulk'),(145959,'productlist','5','updatestock'),(145960,'productlist','5','move'),(145961,'productlist','5','more'),(145962,'productlist','5','transfer'),(145963,'productlist','5','addstock'),(145964,'productlist','5','delete'),(145965,'productlist','5','view'),(145966,'productlist','5','update'),(145967,'productlist','5','add'),(145968,'productlist','5','stocktaking'),(145969,'productlist','5','openclosestock'),(145970,'productlist','5','editstocktaken'),(145971,'productlist','5','editopenclosestock'),(145972,'productlist','5','viewserials'),(145973,'productlist','5','changeserialstatus'),(145974,'productlist','5','viewproductsfromallbranches'),(145975,'productlist','5','bulkpriceupdate'),(145976,'productlist','5','negativestockadjustment'),(145977,'productlist','5','viewproduction'),(145978,'productlist','5','assignproduction'),(145979,'productlist','5','deleteproductionitem'),(145980,'productlist','5','updateproductionitem'),(145981,'products','5','add'),(145982,'products','5','update'),(145983,'products','5','delete'),(145984,'products','5','addstock'),(145985,'products','5','more'),(145986,'products','5','bulk'),(145987,'products','5','deleteorder'),(145988,'products','5','dispatch'),(145989,'products','5','removestock'),(145990,'products','5','price'),(145991,'products','5','removeallstock'),(145992,'products','5','bulkpriceupdate'),(145993,'products','5','negativestockadjustment'),(145994,'lowstocklist','5','add'),(145995,'lowstocklist','5','more'),(145996,'lowstocklist','5','view'),(145997,'lowproducts','5','add'),(145998,'lowproducts','5','update'),(145999,'peoplecategory','5','add'),(146000,'peoplecategory','5','update'),(146001,'peoplecategory','5','delete'),(146002,'reports','5','view'),(146003,'reports','5','download'),(146004,'reports','5','delete'),(146005,'reports','5','update'),(146006,'reports','5','viewall'),(146007,'reports','5','dontshowbp'),(146008,'reports','5','dontshowprofit'),(146009,'password','5','change'),(146090,'sales','8','add'),(146091,'sales','8','suspend'),(146092,'sales','8','selectmessage'),(146093,'sales','8','printreceipt'),(146094,'sales','8','update'),(146095,'sales','8','cash'),(146096,'sales','8','delete'),(146097,'sales','8','moresales'),(146098,'sales','8','sale'),(146099,'sales','8','Logout'),(146100,'sales','8','mpesabalance'),(146101,'sales','8','displaycustomers'),(146102,'sales','8','discount'),(146103,'sales','8','reprint'),(146104,'sales','8','select'),(146105,'sales','8','printbill'),(146106,'sales','8','productdiscount'),(146107,'sales','8','mpesa'),(146108,'sales','8','order'),(146109,'sales','8','closebill'),(146110,'sales','8','viewbuyingprice'),(146111,'sales','8','editsellingprice'),(146112,'sales','8','updatepaymentmode'),(146113,'sales','8','clearpayments'),(146114,'sales','8','card'),(146115,'sales','8','cheque'),(146116,'sales','8','creditnote'),(146117,'sales','8','points'),(146118,'sales','8','salesbeyondbprice'),(146119,'sales','8','voucher'),(146120,'sales','8','credit'),(146121,'sales','8','salebelowbprice'),(146122,'sales','8','selectroom'),(146123,'sales','8','dontprint'),(146124,'sales','8','backdatesales'),(146125,'sales','8','recordcoins'),(146126,'sales','8','giveloyalityponts'),(146127,'sales','8','leaseitems'),(146128,'sales','8','dontshowstock'),(146129,'sales','8','splitbill'),(146130,'sales','8','changeuomonsales'),(146131,'sales','8','selecttable'),(146132,'sales','8','printdelivery'),(146133,'sales','8','sendsms'),(146134,'sales','8','entermpesacode'),(146135,'sales','8','selectcurrency'),(146136,'sales','8','usekeyboard'),(146137,'sales','8','salesperson'),(146138,'sales','8','receiptno'),(146139,'sales','8','negativesales'),(146140,'sales','8','updateqtysales'),(146141,'cashiersales','8','entermpesacode'),(146142,'cashiersales','8','editmpesa'),(146143,'cashiersales','8','all'),(146144,'cashiersales','8','delete'),(146145,'cashiersales','8','cashiersales'),(146146,'cashiersales','8','editmpesadate'),(146147,'cashiersales','8','dontshowtotal'),(146148,'cashiersales','8','adddailycollection'),(146149,'cashiersales','8','viewtill'),(146150,'cashiersales','8','viewdailycollections'),(146151,'cashiersales','8','deletedailycollections'),(146152,'cashiersales','8','reversempesa'),(146153,'cashiersales','8','updatedailycollections'),(146154,'cashiersales','8','clearallsales'),(146155,'cashiersales','8','viewallcollections'),(146156,'cashiersales','8','viewallcounters'),(146157,'cashiersales','8','mpesapendingreport'),(146158,'cashiersales','8','mpesaverifiedreport'),(146159,'cashiersales','8','viewcommission'),(146160,'cashiersales','8','dailysalesonly'),(146161,'cashiersales','8','viewmpesamessages'),(146162,'purchases','8','add'),(146163,'purchases','8','update'),(146164,'purchases','8','viewdirectpurchases'),(146165,'purchases','8','viewpurchase'),(146166,'purchases','8','salesorder'),(146167,'password','8','change'),(146314,'sales','6','selectmessage'),(146315,'sales','6','add'),(146316,'sales','6','suspend'),(146317,'sales','6','printreceipt'),(146318,'sales','6','update'),(146319,'sales','6','cash'),(146320,'sales','6','moresales'),(146321,'sales','6','sale'),(146322,'sales','6','reprint'),(146323,'sales','6','Logout'),(146324,'sales','6','select'),(146325,'sales','6','mpesabalance'),(146326,'sales','6','displaycustomers'),(146327,'sales','6','mpesa'),(146328,'sales','6','printbill'),(146329,'sales','6','order'),(146330,'sales','6','closebill'),(146331,'sales','6','editsellingprice'),(146332,'sales','6','viewbuyingprice'),(146333,'sales','6','updatepaymentmode'),(146334,'sales','6','clearpayments'),(146335,'sales','6','dontprint'),(146336,'sales','6','accountlimit'),(146337,'sales','6','splitbill'),(146338,'sales','6','mergebill'),(146339,'sales','6','entermpesacode'),(146340,'sales','6','salesperson'),(146341,'sales','6','updateqtysales'),(146342,'cashiersales','6','entermpesacode'),(146343,'cashiersales','6','all'),(146344,'cashiersales','6','cashiersales'),(146345,'cashiersales','6','viewtill'),(146346,'cashiersales','6','viewallcounters'),(146347,'purchases','6','add'),(146348,'purchases','6','update'),(146349,'purchases','6','updatebuyingprice'),(146350,'purchases','6','updatesellingprice'),(146351,'purchases','6','viewdirectpurchases'),(146352,'purchases','6','viewpurchase'),(146353,'purchases','6','salesorder'),(146354,'incomeexpenses','6','add'),(146355,'incomeexpenses','6','closeexpense'),(146356,'incomeexpenses','6','update'),(146357,'incomeexpenses','6','viewbills'),(146358,'incomeexpenses','6','viewexpense'),(146359,'members','6','add'),(146360,'members','6','update'),(146361,'productlist','6','bulk'),(146362,'productlist','6','move'),(146363,'productlist','6','more'),(146364,'productlist','6','updatestock'),(146365,'productlist','6','transfer'),(146366,'productlist','6','addstock'),(146367,'productlist','6','view'),(146368,'productlist','6','update'),(146369,'productlist','6','add'),(146370,'productlist','6','stocktaking'),(146371,'productlist','6','openclosestock'),(146372,'productlist','6','editstocktaken'),(146373,'productlist','6','editopenclosestock'),(146374,'productlist','6','viewproductsfromallbranches'),(146375,'productlist','6','bulkpriceupdate'),(146376,'productlist','6','negativestockadjustment'),(146377,'productlist','6','viewproduction'),(146378,'productlist','6','assignproduction'),(146379,'productlist','6','deleteproductionitem'),(146380,'productlist','6','updateproductionitem'),(146381,'products','6','add'),(146382,'products','6','update'),(146383,'products','6','addstock'),(146384,'products','6','more'),(146385,'products','6','bulk'),(146386,'products','6','dispatch'),(146387,'products','6','removestock'),(146388,'products','6','price'),(146389,'products','6','removeallstock'),(146390,'products','6','bulkpriceupdate'),(146391,'products','6','negativestockadjustment'),(146392,'lowstocklist','6','add'),(146393,'lowstocklist','6','more'),(146394,'lowstocklist','6','view'),(146395,'lowproducts','6','add'),(146396,'lowproducts','6','update'),(146397,'password','6','change'),(146398,'sales','7','add'),(146399,'sales','7','suspend'),(146400,'sales','7','printreceipt'),(146401,'sales','7','update'),(146402,'sales','7','cash'),(146403,'sales','7','moresales'),(146404,'sales','7','sale'),(146405,'sales','7','reprint'),(146406,'sales','7','Logout'),(146407,'sales','7','select'),(146408,'sales','7','mpesabalance'),(146409,'sales','7','mpesa'),(146410,'sales','7','printbill'),(146411,'sales','7','order'),(146412,'sales','7','closebill'),(146413,'sales','7','viewbuyingprice'),(146414,'sales','7','card'),(146415,'sales','7','updatepaymentmode'),(146416,'sales','7','clearpayments'),(146417,'sales','7','cheque'),(146418,'sales','7','dontprint'),(146419,'sales','7','splitbill'),(146420,'sales','7','mergebill'),(146421,'sales','7','entermpesacode'),(146422,'sales','7','salesperson'),(146423,'sales','7','updateqtysales'),(146424,'cashiersales','7','entermpesacode'),(146425,'cashiersales','7','editmpesa'),(146426,'cashiersales','7','cashiersales'),(146427,'cashiersales','7','viewtill'),(146428,'cashiersales','7','dailysalesonly'),(146429,'purchases','7','add'),(146430,'purchases','7','update'),(146431,'purchases','7','updatebuyingprice'),(146432,'purchases','7','updatesellingprice'),(146433,'purchases','7','viewdirectpurchases'),(146434,'purchases','7','viewpurchase'),(146435,'purchases','7','salesorder'),(146436,'purchases','7','viewallcounters'),(146437,'incomeexpenses','7','add'),(146438,'incomeexpenses','7','closeexpense'),(146439,'incomeexpenses','7','update'),(146440,'incomeexpenses','7','wiewinvoices'),(146441,'incomeexpenses','7','viewbills'),(146442,'incomeexpenses','7','viewexpense'),(146443,'incomeexpenses','7','uploadexpenses'),(146444,'productlist','7','bulk'),(146445,'productlist','7','more'),(146446,'productlist','7','updatestock'),(146447,'productlist','7','transfer'),(146448,'productlist','7','addstock'),(146449,'productlist','7','view'),(146450,'productlist','7','update'),(146451,'productlist','7','add'),(146452,'productlist','7','stocktaking'),(146453,'productlist','7','openclosestock'),(146454,'productlist','7','editopenclosestock'),(146455,'productlist','7','viewproductsfromallbranches'),(146456,'productlist','7','bulkpriceupdate'),(146457,'productlist','7','viewproduction'),(146458,'productlist','7','assignproduction'),(146459,'products','7','add'),(146460,'products','7','update'),(146461,'products','7','addstock'),(146462,'products','7','more'),(146463,'products','7','bulk'),(146464,'products','7','dispatch'),(146465,'products','7','removestock'),(146466,'products','7','price'),(146467,'products','7','removeallstock'),(146468,'lowstocklist','7','add'),(146469,'lowstocklist','7','more'),(146470,'lowstocklist','7','view'),(146471,'lowproducts','7','add'),(146472,'lowproducts','7','update'),(146473,'displayreport','7','view'),(146781,'sales','13','add'),(146782,'sales','13','suspend'),(146783,'sales','13','printreceipt'),(146784,'sales','13','update'),(146785,'sales','13','cash'),(146786,'sales','13','moresales'),(146787,'sales','13','sale'),(146788,'sales','13','reprint'),(146789,'sales','13','Logout'),(146790,'sales','13','select'),(146791,'sales','13','mpesabalance'),(146792,'sales','13','mpesa'),(146793,'sales','13','productdiscount'),(146794,'sales','13','printbill'),(146795,'sales','13','closebill'),(146796,'sales','13','card'),(146797,'sales','13','updatepaymentmode'),(146798,'sales','13','clearpayments'),(146799,'sales','13','cheque'),(146800,'sales','13','dontprint'),(146801,'sales','13','backdatesales'),(146802,'sales','13','dontshowstock'),(146803,'sales','13','splitbill'),(146804,'sales','13','mergebill'),(146805,'sales','13','selecttable'),(146806,'sales','13','printdelivery'),(146807,'sales','13','entermpesacode'),(146808,'sales','13','usekeyboard'),(146809,'sales','13','receiptno'),(146810,'sales','13','restrictbillprintingtotwo'),(146811,'cashiersales','13','entermpesacode'),(146812,'cashiersales','13','cashiersales'),(146813,'cashiersales','13','dailysalesonly'),(146814,'cashiersales','13','viewmpesamessages'),(146815,'viewreturnsales','13','add'),(146816,'viewreturnsales','13','update'),(146817,'viewreturnsales','13','return'),(146818,'viewreturnsales','13','clear'),(146819,'viewreturnsales','13','moresales'),(146820,'viewreturnsales','13','returnclearedsales'),(146821,'password','13','change'),(146822,'sales','12','add'),(146823,'sales','12','suspend'),(146824,'sales','12','printreceipt'),(146825,'sales','12','update'),(146826,'sales','12','cash'),(146827,'sales','12','moresales'),(146828,'sales','12','sale'),(146829,'sales','12','reprint'),(146830,'sales','12','Logout'),(146831,'sales','12','select'),(146832,'sales','12','mpesabalance'),(146833,'sales','12','mpesa'),(146834,'sales','12','productdiscount'),(146835,'sales','12','printbill'),(146836,'sales','12','order'),(146837,'sales','12','closebill'),(146838,'sales','12','card'),(146839,'sales','12','updatepaymentmode'),(146840,'sales','12','clearpayments'),(146841,'sales','12','cheque'),(146842,'sales','12','dontprint'),(146843,'sales','12','backdatesales'),(146844,'sales','12','dontshowstock'),(146845,'sales','12','splitbill'),(146846,'sales','12','mergebill'),(146847,'sales','12','selecttable'),(146848,'sales','12','printdelivery'),(146849,'sales','12','entermpesacode'),(146850,'sales','12','usekeyboard'),(146851,'sales','12','receiptno'),(146852,'sales','12','restrictbillprintingtotwo'),(146853,'cashiersales','12','entermpesacode'),(146854,'cashiersales','12','cashiersales'),(146855,'cashiersales','12','dailysalesonly'),(146856,'cashiersales','12','viewmpesamessages'),(146857,'salesorder','12','add'),(146858,'salesorder','12','view'),(146859,'salesorder','12','update'),(146860,'salesorder','12','viewall'),(146861,'viewreturnsales','12','add'),(146862,'viewreturnsales','12','update'),(146863,'viewreturnsales','12','return'),(146864,'viewreturnsales','12','clear'),(146865,'viewreturnsales','12','moresales'),(146866,'viewreturnsales','12','returnclearedsales'),(146867,'password','12','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', 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 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 */; /*!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=2 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,'1','dd','2023-08-17 08:39:31','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=10 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,'The Fix',0,'2024-02-23 13:33:07','active','1','','1','1','0','','Percentage',NULL),(2,'Chicken',0,'2024-02-23 13:33:21','active','1','','1','1','0','','Percentage',NULL),(3,'Beverages',0,'2024-02-23 13:33:34','active','1','','1','1','0','','Percentage',NULL),(4,'Snacks',0,'2024-02-23 13:33:51','active','1','','1','1','0','','Percentage',NULL),(5,'Salad',0,'2024-02-23 13:34:05','active','1','','1','1','0','','Percentage',NULL),(6,'Drinks',0,'2024-02-23 13:34:18','active','1','','1','1','0','','Percentage',NULL),(7,'Packaging',0,'2024-02-23 13:34:37','active','1','','1','1','0','','Percentage',NULL),(8,'Extras',0,'2024-02-23 13:34:58','active','1','','1','1','0','','Percentage',NULL),(9,'Raw materials',0,'2024-02-23 14:24:08','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 AUTO_INCREMENT=2 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 */; INSERT INTO `productcategorybox` VALUES (1,'Complain',0,'2023-12-15 14:13:00','active','1','','1','na','0','','New',NULL,'primary','home'); /*!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, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`,`branch`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`) ) ENGINE=InnoDB AUTO_INCREMENT=46 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,'Express fries','1','1','',16.00,'0','150',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2025-06-30 18:58:02','1','1','1','0000-00-00','production','Inclusive','','active','','1','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(2,'Cheese n onion','1','2','',16.00,'0','150',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2024-02-23 14:46:05','1','1','1','0000-00-00','production','Inclusive','','active','','2','pcs','Inventory','EXEMPTED','0','yyyy','','','','','','',''),(3,'Barbeque','1','1','',16.00,'0','150',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2024-02-23 15:08:53','1','1','1','0000-00-00','production','Inclusive','','active','','3','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(4,'Tomato flavour','1','1','',16.00,'0','150',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2024-02-23 15:09:36','1','1','1','0000-00-00','production','Inclusive','','active','','4','pcs','Inventory','EXEMPTED','0','yyyy','','','','','','',''),(5,'Salt and vinegar','1','1','',16.00,'0','150',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2024-02-23 15:10:10','1','1','1','0000-00-00','production','Inclusive','','active','','5','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(6,'Bhajia','1','1','',16.00,'0','200',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','6','pcs','Inventory','EXEMPTED','0','yyyy','','','','','','',''),(9,'3/4 Chicken','2','1','',16.00,'0','600',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','9','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(10,'Chicken','2','1','',16.00,'450','800','','22050',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2024-02-23 16:05:29','1','1','1','0000-00-00','mainitem','Inclusive','','active','','10','pcs','Inventory','EXEMPTED','0','yyyy','','','','','','',''),(11,'Tea','3','1','',16.00,'0','40',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','11','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(12,'Coffee','3','1','',16.00,'0','60',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','12','pcs','Inventory','EXEMPTED','0','yyyy','','','','','','',''),(13,'Hot Chocolate','3','1','',16.00,'0','50',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','13','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(14,'Mandazi','4','1','',16.00,'0','30',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','14','pcs','Inventory','EXEMPTED','0','yyyy','','','','','','',''),(15,'Chapati','4','1','',16.00,'0','30',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','15','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(16,'Sausages','4','2','',16.00,'25.7','50','','669',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2024-05-11 17:02:10','6','1','1','0000-00-00','mainitem','Inclusive','','active','','16','pcs','Inventory','EXEMPTED','0','yyyy','','','','','','',''),(17,'Smokie','4','1','',16.00,'20.4','50','','449',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','17','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(18,'Samosa','4','1','',16.00,'0','50',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','18','pcs','Inventory','EXEMPTED','0','yyyy','','','','','','',''),(19,'Coleslaw','5','1','',16.00,'0','20',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','19','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(20,'Pep soda 350ml','6','1','',16.00,'41.6','60','','1000',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','20','pcs','Inventory','EXEMPTED','0','yyyy','','','','','','',''),(21,'Pep soda 500ml','6','1','',16.00,'61.5','90','','1475',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','21','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(22,'Bottled soda 300ml','6','1','',16.00,'32.5','50','','780',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','22','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(23,'Bottled soda 500ml','6','1','',16.00,'50','80','','1200',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','23','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(24,'Bottled soda 1ltr','6','1','',16.00,'0','100',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','24','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(25,'Pep soda 1.25ltrs','6','1','',16.00,'108.3','150','','1300',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','25','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(26,'Pep soda 2ltrs','6','1','',16.00,'0','220',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','26','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(27,'Minute maid 1tr','6','1','',16.00,'116.7','200','','1400',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','27','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(28,'Minute maid 400ml','6','1','',16.00,'62.5','90','','750',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','28','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(29,'Dasani 500ml','6','1','',16.00,'27.9','50','','335',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','29','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(30,'Dasani 1ltr','6','1','',16.00,'48.3','100','','580',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','30','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(31,'Drinking Water 500ml','6','1','',16.00,'0','30',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','31','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(32,'Drinking Water 1ltr','6','1','',16.00,'0','50',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','32','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(33,'Carrier bag small','7','1','',16.00,'3','10','','100',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2025-01-18 17:56:32','7','1','1','0000-00-00','mainitem','Inclusive','','active','','33','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(34,'Carrier bag large','7','1','',16.00,'5','20','','250',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2025-01-18 19:33:21','7','1','1','0000-00-00','mainitem','Inclusive','','active','','34','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(35,'Tomato sauce','8','1','',16.00,'0','5',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','','35','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(36,'Chilli sauce','8','2','',16.00,'0','5',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2025-01-04 13:31:36','7','1','1','0000-00-00','mainitem','Inclusive','','active','','36','pcs','Inventory','EXEMPTED','0','xxxx','','','','','','',''),(37,'Raw chips bucket','9','2','',0.00,'0','0','0','0',NULL,NULL,'8',0,0,'654581708687636',0,0,0,0.00,'2025-06-30 16:37:16','1','1','1','0000-00-00','subitem','na','','active','','38','pcs','Inventory','EXEMPTED','1','','','','','','','',''),(38,'Potatoes sack','9','2','',0.00,'6000','0','0','0',NULL,NULL,'1',0,0,'2137971708687453',0,0,0,0.00,'2025-06-30 16:37:36','1','1','1','0000-00-00','mainitem','na','','active','','37','pcs','Inventory','EXEMPTED','4','','','','','','','',''),(39,'Afia juice 1litre','6','2','',0.00,'140','200','0','NaN',NULL,NULL,'0',0,0,'3769521735987971',0,0,0,0.00,'2025-01-04 14:08:36','7','1','1','0000-00-00','mainitem','na','Afia','active','','39','pcs','Inventory','EXEMPTED','','','','','','','','',''),(40,'1/2 chicken','2','2','',0.00,'0','400','0','',NULL,NULL,'0',0,0,'6911391751289906',0,0,0,0.00,'2025-06-30 16:27:35','1','1','1','0000-00-00','mainitem','Inclusive','','active','','40','pcs','Inventory','EXEMPTED','0',NULL,'','','','','','',''),(41,'1/4 chicken','2','2','',0.00,'0','200','0','',NULL,NULL,'0',0,0,'3903761751290055',0,0,0,0.00,'2025-06-30 16:29:37','1','1','1','0000-00-00','mainitem','Inclusive','','active','','41','pcs','Inventory','EXEMPTED','0',NULL,'','','','','','',''),(42,'Pepsi/Mirinda 300ml','6','2','',0.00,'31.25','50','0','0',NULL,NULL,'0',0,0,'1011691751292965',0,0,0,0.00,'2025-06-30 17:25:48','7','1','1','0000-00-00','mainitem','na','','active','','42','pcs','Inventory','EXEMPTED','0','','','','','','','',''),(43,'Pepsi/mirinda 500ml','6','2','',0.00,'54.16','80','0','0',NULL,NULL,'0',0,0,'3953531751293607',0,0,0,0.00,'2025-06-30 17:31:11','7','1','1','0000-00-00','mainitem','Inclusive','','active','','43','pcs','Inventory','EXEMPTED','0',NULL,'','','','','','',''),(44,'Pepsi/Miranda 330ml','6','2','',0.00,'42','60','0','0',NULL,NULL,'0',0,0,'2940961751293872',0,0,0,0.00,'2025-06-30 17:35:19','7','1','1','0000-00-00','mainitem','Inclusive','','active','','44','pcs','Inventory','EXEMPTED','0',NULL,'','','','','','',''),(45,'Sting energy Drink','6','2','',0.00,'42','60','0','0',NULL,NULL,'0',0,0,'3509951751294119',0,0,0,0.00,'2025-06-30 17:39:15','7','1','1','0000-00-00','mainitem','Inclusive','','active','','45','pcs','Inventory','EXEMPTED','0',NULL,'','','','','','',''); /*!40000 ALTER TABLE `productlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products` -- DROP TABLE IF EXISTS `products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `products` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `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, `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, 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 AUTO_INCREMENT=262 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 (217,'Express fries','1','1','1','',16.00,'0','150','','0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'2025-06-30 18:58:02','1','1','1','0000-00-00','production','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(218,'Cheese n onion','1','2','2','',16.00,'0','150','','0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'2024-02-23 14:46:05','1','1','1','0000-00-00','production','Inclusive','','active','pcs','Inventory','','4000','Asset','EXEMPTED','0','yyyy','','','','','','',''),(219,'Barbeque','1','1','3','',16.00,'0','150','','0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'2024-02-23 15:08:53','1','1','1','0000-00-00','production','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(220,'Tomato flavour','1','1','4','',16.00,'0','150','','0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'2024-02-23 15:09:36','1','1','1','0000-00-00','production','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','yyyy','','','','','','',''),(221,'Salt and vinegar','1','1','5','',16.00,'0','150','','0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'2024-02-23 15:10:10','1','1','1','0000-00-00','production','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(222,'Bhajia','1','1','6','',16.00,'0','200',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','yyyy','','','','','','',''),(223,'1/4 Chicken','2','1','7','',16.00,'0','200',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(224,'1/2 Chicken','2','1','8','',16.00,'0','400',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','yyyy','','','','','','',''),(225,'3/4 Chicken','2','1','9','',16.00,'0','600',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(226,'Chicken','2','1','10','',16.00,'450','800','','22050',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'2024-02-23 16:05:29','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','yyyy','','','','','','',''),(227,'Tea','3','1','11','',16.00,'0','40',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(228,'Coffee','3','1','12','',16.00,'0','60',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','yyyy','','','','','','',''),(229,'Hot Chocolate','3','1','13','',16.00,'0','50',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(230,'Mandazi','4','1','14','',16.00,'0','30',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','yyyy','','','','','','',''),(231,'Chapati','4','1','15','',16.00,'0','30',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(232,'Sausages','4','2','16','',16.00,'25.7','50','','669',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'2024-05-11 17:02:10','6','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','yyyy','','','','','','',''),(233,'Smokie','4','1','17','',16.00,'20.4','50','','449',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(234,'Samosa','4','1','18','',16.00,'0','50',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','yyyy','','','','','','',''),(235,'Coleslaw','5','1','19','',16.00,'0','20',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(236,'Pep soda 350ml','6','1','20','',16.00,'41.6','60','','1000',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','yyyy','','','','','','',''),(237,'Pep soda 500ml','6','1','21','',16.00,'61.5','90','','1475',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(238,'Bottled soda 300ml','6','1','22','',16.00,'32.5','50','','780',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(239,'Bottled soda 500ml','6','1','23','',16.00,'50','80','','1200',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(240,'Bottled soda 1ltr','6','1','24','',16.00,'0','100',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(241,'Pep soda 1.25ltrs','6','1','25','',16.00,'108.3','150','','1300',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(242,'Pep soda 2ltrs','6','1','26','',16.00,'0','220',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(243,'Minute maid 1tr','6','1','27','',16.00,'116.7','200','','1400',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(244,'Minute maid 400ml','6','1','28','',16.00,'62.5','90','','750',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(245,'Dasani 500ml','6','1','29','',16.00,'27.9','50','','335',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(246,'Dasani 1ltr','6','1','30','',16.00,'48.3','100','','580',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(247,'Drinking Water 500ml','6','1','31','',16.00,'0','30',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(248,'Drinking Water 1ltr','6','1','32','',16.00,'0','50',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(249,'Carrier bag small','7','1','33','',16.00,'3','10','','100',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'2025-01-18 17:56:32','7','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(250,'Carrier bag large','7','1','34','',16.00,'5','20','','250',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'2025-01-18 19:33:21','7','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(251,'Tomato sauce','8','1','35','',16.00,'0','5',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','EXEMPTED','0','xxxx','','','','','','',''),(252,'Chilli sauce','8','2','36','',16.00,'0','5','','0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'2025-01-04 13:31:36','7','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','4000','','EXEMPTED','0','xxxx','','','','','','',''),(253,'Potatoes sack','9','2','37','',0.00,'6000','0','0','0',NULL,NULL,1,0,0,'2137971708687453',0,0,0,0.00,'2025-06-30 16:37:36','1','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED','4','','','','','','','',''),(254,'Raw chips bucket','9','2','38','',0.00,'0','0','0','0',NULL,NULL,8,0,0,'654581708687636',0,0,0,0.00,'2025-06-30 16:37:16','1','1','','0000-00-00','subitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1','','','','','','','',''),(255,'Afia juice 1litre','6','2','39','',0.00,'140','200','4','NaN',NULL,NULL,0,0,0,'3769521735987971',0,0,0,0.00,'2025-01-04 14:08:36','7','1','','0000-00-00','mainitem','na','Afia','active','pcs','Inventory','1110','4000','5500','EXEMPTED','','','','','','','','',''),(256,'1/2 chicken','2','2','40','',0.00,'0','400','0','',NULL,NULL,0,0,0,'6911391751289906',0,0,0,0.00,'2025-06-30 16:27:35','1','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED','0',NULL,'','','','','','',''),(257,'1/4 chicken','2','2','41','',0.00,'0','200','0','',NULL,NULL,0,0,0,'3903761751290055',0,0,0,0.00,'2025-06-30 16:29:37','1','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED','0',NULL,'','','','','','',''),(258,'Pepsi/Mirinda 300ml','6','2','42','',0.00,'31.25','50','0','0',NULL,NULL,0,0,0,'1011691751292965',0,0,0,0.00,'2025-06-30 17:25:48','7','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED','0','','','','','','','',''),(259,'Pepsi/mirinda 500ml','6','2','43','',0.00,'54.16','80','0','0',NULL,NULL,0,0,0,'3953531751293607',0,0,0,0.00,'2025-06-30 17:31:11','7','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED','0',NULL,'','','','','','',''),(260,'Pepsi/Miranda 330ml','6','2','44','',0.00,'42','60','0','0',NULL,NULL,0,0,0,'2940961751293872',0,0,0,0.00,'2025-06-30 17:35:19','7','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED','0',NULL,'','','','','','',''),(261,'Sting energy Drink','6','2','45','',0.00,'42','60','0','0',NULL,NULL,0,0,0,'3509951751294119',0,0,0,0.00,'2025-06-30 17:39:15','7','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED','0',NULL,'','','','','','',''); /*!40000 ALTER TABLE `products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productsgrouping` -- DROP TABLE IF EXISTS `productsgrouping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productsgrouping` ( `id` int(50) NOT NULL AUTO_INCREMENT, `memberid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `updatedat` varchar(50) NOT NULL, `categoryid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `productsgrouping` -- LOCK TABLES `productsgrouping` WRITE; /*!40000 ALTER TABLE `productsgrouping` DISABLE KEYS */; /*!40000 ALTER TABLE `productsgrouping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projects` -- DROP TABLE IF EXISTS `projects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projects` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `category` int(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 */; /*!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) NOT NULL DEFAULT 16.00, `vatrate` varchar(20) NOT NULL, `paid` varchar(20) NOT NULL, `transactionstatus` varchar(20) NOT NULL DEFAULT 'open', `remarks` text NOT NULL, `entrydate` date NOT NULL, `branchid` int(11) NOT NULL, `controller` int(11) NOT NULL, `approvalstatus` varchar(30) NOT NULL DEFAULT 'new', `branchto` varchar(30) NOT NULL DEFAULT '', `qty` varchar(20) DEFAULT NULL, `EXEMPTED` decimal(10,0) NOT NULL, `ZERORATED` decimal(10,0) DEFAULT NULL, `agent` int(11) DEFAULT NULL, `paymentmethodes` varchar(20) NOT 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 `purchaseorder` -- LOCK TABLES `purchaseorder` WRITE; /*!40000 ALTER TABLE `purchaseorder` DISABLE KEYS */; INSERT INTO `purchaseorder` VALUES (1,'9','51709125961','0000-00-00 00:00:00','0008168','','5','2024-02-28 16:13:39','','No','0000-00-00 00:00:00','','','','','purchases',7219.00,'1',0.00,'2024-02-28 16:12:41','2024-03-29 16:12:41','2024-02-28','5','P000592722P','VATABLE','0',0.00,'0','0.00','closed','','0000-00-00',1,0,'new','1','282',0,NULL,NULL,''),(2,'9','61709126830','0000-00-00 00:00:00','2','','6','2024-02-28 16:28:04','','No','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2024-02-28 16:27:10','2024-03-29 16:27:10','0000-00-00','','P000592722P','VATABLE','0.00',0.00,'0','0.00','open','','0000-00-00',1,0,'new','1',NULL,0,NULL,NULL,''),(3,'10','61709129800','0000-00-00 00:00:00','3','','6','2024-02-28 17:16:56','','No','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2024-02-28 17:16:40','2024-03-29 17:16:40','0000-00-00','','P051391910M','VATABLE','0.00',0.00,'0','0.00','open','','0000-00-00',1,0,'new','1',NULL,0,NULL,NULL,''),(4,'10','61709132689','0000-00-00 00:00:00','#sip508444','','6','2024-02-28 18:08:22','','No','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2024-02-28 18:04:49','2024-02-28 18:04:49','0000-00-00','','P051391910M','VATABLE','0.00',0.00,'0','0.00','open','','0000-00-00',1,0,'new','1',NULL,0,NULL,NULL,''),(5,'9','61709133130','0000-00-00 00:00:00','0008168B','','6','2024-02-28 18:13:31','','No','0000-00-00 00:00:00','','','','','purchases',1980.00,'1',0.00,'2024-02-28 18:12:10','2024-02-28 18:12:10','2024-02-28','6','P000592722P','VATABLE','0',0.00,'0','0.00','closed','','0000-00-00',1,0,'new','1','88',0,NULL,NULL,''),(6,'2','61715259906','0000-00-00 00:00:00','6','','6','2024-05-09 16:05:22','','No','0000-00-00 00:00:00','','','','','purchases',4500.00,'1',0.00,'2024-05-09 16:05:06','2024-06-08 16:05:06','2024-05-09','6','P051654342222','VATABLE','0',0.00,'0','0.00','closed','','0000-00-00',1,0,'new','1','1',0,NULL,NULL,''),(7,'2','61715260429','0000-00-00 00:00:00','7','','6','2024-05-09 16:14:39','','No','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2024-05-09 16:13:49','2024-06-08 16:13:49','0000-00-00','','P051654342222','VATABLE','0.00',0.00,'0','0.00','open','','0000-00-00',1,0,'new','1',NULL,0,NULL,NULL,''); /*!40000 ALTER TABLE `purchaseorder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `purchaseorderlist` -- DROP TABLE IF EXISTS `purchaseorderlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `purchaseorderlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) 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, 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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quotation` -- LOCK TABLES `quotation` WRITE; /*!40000 ALTER TABLE `quotation` DISABLE KEYS */; /*!40000 ALTER TABLE `quotation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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 ('accomodation',1),('accounting',1),('accounting',5),('accountingreports',1),('accountingreports',5),('assets',1),('bankdeposits',1),('bankdeposits',5),('banktransfer',1),('banktransfer',5),('branch',1),('callcenter',1),('cashiersales',1),('cashiersales',2),('cashiersales',3),('cashiersales',4),('cashiersales',8),('complain',1),('config',1),('damagedproducts',1),('deals',1),('displayreport',1),('displayreport',2),('documents',1),('ecommerce',1),('events',1),('grouping',1),('humanresource',1),('income',1),('incomeexpenses',1),('incomeexpenses',2),('incomeexpenses',5),('incomingstock',1),('incomingstore',1),('journalentry',1),('labourrecords',1),('lowproducts',1),('lowstocklist',1),('members',1),('members',2),('members',3),('password',1),('password',2),('password',4),('password',8),('payroll',1),('peoplecategory',1),('productlist',1),('productlist',2),('productlist',3),('products',1),('products',2),('products',3),('productscategory',1),('productscategory',2),('profile',1),('profile',8),('projectsmanagement',1),('purchases',1),('purchases',2),('purchases',3),('recorddelivery',1),('reports',1),('reports',2),('sales',1),('sales',2),('sales',3),('sales',4),('sales',8),('sendsms',1),('task',1),('taskscategory',1),('users',1),('users',2),('viewreturnsales',1),('viewreturnsales',2),('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=1453 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'),(770,'sales','3','selectmessage'),(771,'sales','3','add'),(772,'sales','3','suspend'),(773,'sales','3','printreceipt'),(774,'sales','3','update'),(775,'sales','3','cash'),(776,'sales','3','moresales'),(777,'sales','3','sale'),(778,'sales','3','reprint'),(779,'sales','3','Logout'),(780,'sales','3','select'),(781,'sales','3','mpesa'),(782,'sales','3','printbill'),(783,'sales','3','order'),(784,'sales','3','closebill'),(785,'sales','3','editsellingprice'),(786,'sales','3','viewbuyingprice'),(787,'sales','3','card'),(788,'sales','3','updatepaymentmode'),(789,'sales','3','clearpayments'),(790,'sales','3','dontprint'),(791,'sales','3','splitbill'),(792,'sales','3','mergebill'),(793,'sales','3','changeuomonsales'),(794,'sales','3','entermpesacode'),(795,'sales','3','sendsms'),(796,'sales','3','receiptno'),(797,'sales','3','updateqtysales'),(798,'cashiersales','3','entermpesacode'),(799,'cashiersales','3','editmpesa'),(800,'cashiersales','3','all'),(801,'cashiersales','3','cashiersales'),(802,'cashiersales','3','adddailycollection'),(803,'cashiersales','3','viewtill'),(804,'cashiersales','3','viewdailycollections'),(805,'cashiersales','3','updatedailycollections'),(806,'cashiersales','3','clearallsales'),(807,'cashiersales','3','viewallcollections'),(808,'cashiersales','3','mpesapendingreport'),(809,'cashiersales','3','viewallcounters'),(810,'cashiersales','3','mpesaverifiedreport'),(811,'cashiersales','3','viewmpesamessages'),(812,'cashiersales','3','changestatus'),(813,'cashiersales','3','pendingisdefault'),(814,'cashiersales','3','clearsalesisdefault'),(815,'purchases','3','add'),(816,'purchases','3','update'),(817,'purchases','3','updatebuyingprice'),(818,'purchases','3','updatesellingprice'),(819,'purchases','3','updateclosedinvoice'),(820,'purchases','3','viewdirectpurchases'),(821,'purchases','3','viewserials'),(822,'purchases','3','viewpurchase'),(823,'purchases','3','salesorder'),(824,'purchases','3','updateserial'),(825,'members','3','add'),(826,'members','3','update'),(827,'members','3','opencloseshift'),(828,'members','3','UpdateRenewal'),(829,'productlist','3','bulk'),(830,'productlist','3','move'),(831,'productlist','3','more'),(832,'productlist','3','updatestock'),(833,'productlist','3','transfer'),(834,'productlist','3','addstock'),(835,'productlist','3','view'),(836,'productlist','3','update'),(837,'productlist','3','add'),(838,'productlist','3','stocktaking'),(839,'productlist','3','openclosestock'),(840,'productlist','3','editstocktaken'),(841,'productlist','3','editopenclosestock'),(842,'productlist','3','changeserialstatus'),(843,'productlist','3','viewserials'),(844,'productlist','3','viewproductsfromallbranches'),(845,'productlist','3','bulkpriceupdate'),(846,'productlist','3','negativestockadjustment'),(847,'productlist','3','viewproduction'),(848,'productlist','3','assignproduction'),(849,'productlist','3','updateproductionitem'),(850,'products','3','add'),(851,'products','3','update'),(852,'products','3','addstock'),(853,'products','3','more'),(854,'products','3','bulk'),(855,'products','3','deleteorder'),(856,'products','3','dispatch'),(857,'products','3','removestock'),(858,'products','3','price'),(859,'products','3','removeallstock'),(860,'products','3','bulkpriceupdate'),(861,'products','3','negativestockadjustment'),(862,'sales','1','selectmessage'),(863,'sales','1','add'),(864,'sales','1','suspend'),(865,'sales','1','printreceipt'),(866,'sales','1','update'),(867,'sales','1','cash'),(868,'sales','1','delete'),(869,'sales','1','moresales'),(870,'sales','1','sale'),(871,'sales','1','reprint'),(872,'sales','1','Logout'),(873,'sales','1','select'),(874,'sales','1','mpesabalance'),(875,'sales','1','displaycustomers'),(876,'sales','1','discount'),(877,'sales','1','mpesa'),(878,'sales','1','productdiscount'),(879,'sales','1','printbill'),(880,'sales','1','order'),(881,'sales','1','closebill'),(882,'sales','1','editsellingprice'),(883,'sales','1','viewbuyingprice'),(884,'sales','1','card'),(885,'sales','1','updatepaymentmode'),(886,'sales','1','clearpayments'),(887,'sales','1','cheque'),(888,'sales','1','creditnote'),(889,'sales','1','voucher'),(890,'sales','1','salesbeyondbprice'),(891,'sales','1','points'),(892,'sales','1','credit'),(893,'sales','1','selectroom'),(894,'sales','1','dontprint'),(895,'sales','1','accountlimit'),(896,'sales','1','backdatesales'),(897,'sales','1','recordcoins'),(898,'sales','1','leaseitems'),(899,'sales','1','changetaxstatus'),(900,'sales','1','dontshowstock'),(901,'sales','1','giveloyalityponts'),(902,'sales','1','splitbill'),(903,'sales','1','changeuomonsales'),(904,'sales','1','selecttable'),(905,'sales','1','printdelivery'),(906,'sales','1','sendsms'),(907,'sales','1','usekeyboard'),(908,'sales','1','receiptno'),(909,'sales','1','salesperson'),(910,'sales','1','selectcurrency'),(911,'sales','1','negativesales'),(912,'wholesale','1','sale'),(913,'wholesale','1','add'),(914,'wholesale','1','delete'),(915,'wholesale','1','update'),(916,'cashiersales','1','entermpesacode'),(917,'cashiersales','1','editmpesa'),(918,'cashiersales','1','all'),(919,'cashiersales','1','delete'),(920,'cashiersales','1','cashiersales'),(921,'cashiersales','1','editmpesadate'),(922,'cashiersales','1','dontshowtotal'),(923,'cashiersales','1','adddailycollection'),(924,'cashiersales','1','viewtill'),(925,'cashiersales','1','viewdailycollections'),(926,'cashiersales','1','updatedailycollections'),(927,'cashiersales','1','reversempesa'),(928,'cashiersales','1','deletedailycollections'),(929,'cashiersales','1','clearallsales'),(930,'cashiersales','1','viewallcollections'),(931,'cashiersales','1','mpesapendingreport'),(932,'cashiersales','1','viewallcounters'),(933,'cashiersales','1','mpesaverifiedreport'),(934,'cashiersales','1','viewcommission'),(935,'cashiersales','1','dailysalesonly'),(936,'cashiersales','1','viewmpesamessages'),(937,'recorddelivery','1','add'),(938,'recorddelivery','1','view'),(939,'recorddelivery','1','update'),(940,'recorddelivery','1','delete'),(941,'recorddelivery','1','changestatus'),(942,'recorddelivery','1','report'),(943,'recorddelivery','1','Dispatched'),(944,'recorddelivery','1','FailedDelivery'),(945,'recorddelivery','1','ReturnedandReceived'),(946,'recorddelivery','1','Delivered'),(947,'recorddelivery','1','Claimraised'),(948,'recorddelivery','1','ClaimOK'),(949,'recorddelivery','1','ClaimDamaged'),(950,'purchases','1','add'),(951,'purchases','1','update'),(952,'purchases','1','delete'),(953,'purchases','1','updatebuyingprice'),(954,'purchases','1','updatesellingprice'),(955,'purchases','1','updateclosedinvoice'),(956,'purchases','1','viewquotation'),(957,'purchases','1','viewdirectpurchases'),(958,'purchases','1','viewserials'),(959,'purchases','1','viewpurchase'),(960,'purchases','1','salesorder'),(961,'purchases','1','budget'),(962,'purchases','1','showdefaultserials'),(963,'purchases','1','viewallcounters'),(964,'purchases','1','approve'),(965,'purchases','1','addbatchno'),(966,'purchases','1','addexpirydate'),(967,'viewreturnsales','1','add'),(968,'viewreturnsales','1','update'),(969,'viewreturnsales','1','delete'),(970,'viewreturnsales','1','return'),(971,'viewreturnsales','1','clear'),(972,'viewreturnsales','1','moresales'),(973,'income','1','View'),(974,'income','1','add'),(975,'income','1','detailedvatinvoice'),(976,'incomeexpenses','1','add'),(977,'incomeexpenses','1','closeexpense'),(978,'incomeexpenses','1','update'),(979,'incomeexpenses','1','updateclosedexpenses'),(980,'incomeexpenses','1','wiewinvoices'),(981,'incomeexpenses','1','viewbills'),(982,'incomeexpenses','1','viewexpense'),(983,'incomeexpenses','1','viewdebtors'),(984,'incomeexpenses','1','viewcreditors'),(985,'incomeexpenses','1','postrentalexpenses'),(986,'accomodation','1','viewrooms'),(987,'accomodation','1','dailysales'),(988,'accomodation','1','addhouse'),(989,'accomodation','1','viewhouse'),(990,'accomodation','1','mpesa'),(991,'accomodation','1','cash'),(992,'accomodation','1','checkinroom'),(993,'accomodation','1','credit'),(994,'accomodation','1','cheque'),(995,'accomodation','1','voucher'),(996,'accomodation','1','points'),(997,'accomodation','1','card'),(998,'accomodation','1','checkoutroom'),(999,'accomodation','1','cancel'),(1000,'accomodation','1','addroom'),(1001,'accomodation','1','cleanrooms'),(1002,'accomodation','1','addcharges'),(1003,'accomodation','1','givediscount'),(1004,'accomodation','1','updatecharges'),(1005,'accomodation','1','checkin'),(1006,'accomodation','1','updatehouse'),(1007,'accomodation','1','updateroom'),(1008,'accomodation','1','postexpense'),(1009,'accomodation','1','Post Bank Deposits'),(1010,'accomodation','1','managehotel'),(1011,'accomodation','1','assignrooms'),(1012,'accomodation','1','managerental'),(1013,'accomodation','1','changepayment'),(1014,'accomodation','1','housekeeping'),(1015,'accomodation','1','dailypayments'),(1016,'accomodation','1','customerregister'),(1017,'accomodation','1','advancebooking'),(1018,'accomodation','1','checkoutcustomerwithbalance'),(1019,'accomodation','1','viewreports'),(1020,'accomodation','1','managecustomer'),(1021,'accomodation','1','accomodationmanager'),(1022,'accomodation','1','accommodationcleaner'),(1023,'accomodation','1','accommodationreceiptionist'),(1024,'accomodation','1','config'),(1025,'accomodation','1','viewroomcleaned'),(1026,'accomodation','1','clearsales'),(1027,'accomodation','1','dailycollections'),(1028,'branch','1','add'),(1029,'branch','1','view'),(1030,'branch','1','update'),(1031,'branch','1','delete'),(1032,'members','1','add'),(1033,'members','1','update'),(1034,'members','1','deletepeople'),(1035,'members','1','opencloseshift'),(1036,'users','1','add'),(1037,'users','1','update'),(1038,'users','1','delete'),(1039,'users','1','deleteallroles'),(1040,'productscategory','1','add'),(1041,'productscategory','1','update'),(1042,'productscategory','1','delete'),(1043,'productlist','1','bulk'),(1044,'productlist','1','move'),(1045,'productlist','1','more'),(1046,'productlist','1','updatestock'),(1047,'productlist','1','transfer'),(1048,'productlist','1','addstock'),(1049,'productlist','1','delete'),(1050,'productlist','1','view'),(1051,'productlist','1','update'),(1052,'productlist','1','add'),(1053,'productlist','1','stocktaking'),(1054,'productlist','1','openclosestock'),(1055,'productlist','1','editstocktaken'),(1056,'productlist','1','editopenclosestock'),(1057,'productlist','1','changeserialstatus'),(1058,'productlist','1','viewserials'),(1059,'productlist','1','viewproductsfromallbranches'),(1060,'productlist','1','bulkpriceupdate'),(1061,'productlist','1','viewbprice'),(1062,'products','1','add'),(1063,'products','1','update'),(1064,'products','1','delete'),(1065,'products','1','addstock'),(1066,'products','1','more'),(1067,'products','1','bulk'),(1068,'products','1','deleteorder'),(1069,'products','1','dispatch'),(1070,'products','1','removestock'),(1071,'products','1','price'),(1072,'products','1','removeallstock'),(1073,'products','1','bulkpriceupdate'),(1074,'products','1','viewbprice'),(1075,'incomingstock','1','add'),(1076,'incomingstock','1','update'),(1077,'incomingstock','1','view'),(1078,'incomingstock','1','delete'),(1079,'incomingstore','1','add'),(1080,'incomingstore','1','delete'),(1081,'incomingstore','1','view'),(1082,'lowstocklist','1','add'),(1083,'lowstocklist','1','more'),(1084,'lowstocklist','1','view'),(1085,'lowproducts','1','add'),(1086,'lowproducts','1','update'),(1087,'damagedproducts','1','add'),(1088,'damagedproducts','1','update'),(1089,'damagedproducts','1','delete'),(1090,'projectsmanagement','1','view'),(1091,'projectsmanagement','1','add'),(1092,'projectsmanagement','1','update'),(1093,'projectsmanagement','1','delete'),(1094,'assets','1','add'),(1095,'assets','1','update'),(1096,'assets','1','delete'),(1097,'accounting','1','deletebank'),(1098,'accounting','1','deleteglaccount'),(1099,'accounting','1','view'),(1100,'bankdeposits','1','add'),(1101,'bankdeposits','1','update'),(1102,'bankdeposits','1','delete'),(1103,'banktransfer','1','add'),(1104,'journalentry','1','add'),(1105,'accountingreports','1','view'),(1106,'peoplecategory','1','add'),(1107,'peoplecategory','1','update'),(1108,'peoplecategory','1','delete'),(1109,'labourrecords','1','add'),(1110,'payroll','1','add'),(1111,'reports','1','view'),(1112,'reports','1','download'),(1113,'reports','1','delete'),(1114,'reports','1','update'),(1115,'reports','1','viewall'),(1116,'displayreport','1','view'),(1117,'grouping','1','add'),(1118,'grouping','1','update'),(1119,'grouping','1','delete'),(1120,'sendsms','1','add'),(1121,'sendsms','1','update'),(1122,'sendsms','1','delete'),(1123,'sendsms','1','transfersms'),(1124,'documents','1','add'),(1125,'documents','1','update'),(1126,'documents','1','delete'),(1127,'documents','1','viewalldocuments'),(1128,'humanresource','1','add'),(1129,'humanresource','1','update'),(1130,'humanresource','1','approve'),(1131,'humanresource','1','delete'),(1132,'humanresource','1','view'),(1133,'humanresource','1','allocate'),(1134,'humanresource','1','viewallpayroll'),(1135,'humanresource','1','leavesetup'),(1136,'humanresource','1','allleaves '),(1137,'humanresource','1','bioattendance'),(1138,'taskscategory','1','add'),(1139,'taskscategory','1','update'),(1140,'taskscategory','1','delete'),(1141,'task','1','add'),(1142,'task','1','viewall'),(1143,'task','1','update'),(1144,'task','1','postspecifictask'),(1145,'task','1','delete'),(1146,'task','1','postgeneraltask'),(1147,'task','1','viewothersspecifictask'),(1148,'task','1','viewothersgeneraltask'),(1149,'task','1','assigntask'),(1150,'task','1','posttaskforothers'),(1151,'callcenter','1','add'),(1152,'callcenter','1','upadate'),(1153,'callcenter','1','view'),(1154,'callcenter','1','download'),(1155,'callcenter','1','delete'),(1156,'deals','1','add'),(1157,'deals','1','update'),(1158,'deals','1','delete'),(1159,'deals','1','viewall'),(1160,'complain','1','add'),(1161,'complain','1','view'),(1162,'complain','1','update'),(1163,'complain','1','allcompalin'),(1164,'complain','1','delete'),(1165,'events','1','add'),(1166,'events','1','update'),(1167,'events','1','delete'),(1168,'password','1','change'),(1169,'profile','1','update'),(1170,'ecommerce','1','add'),(1171,'ecommerce','1','update'),(1172,'ecommerce','1','delete'),(1173,'ecommerce','1','vieworders'),(1174,'ecommerce','1','setup'),(1175,'ecommerce','1','approveorders'),(1176,'config','1','delete'),(1177,'config','1','add'),(1178,'config','1','update'),(1179,'sales','2','add'),(1180,'sales','2','suspend'),(1181,'sales','2','printreceipt'),(1182,'sales','2','update'),(1183,'sales','2','cash'),(1184,'sales','2','delete'),(1185,'sales','2','moresales'),(1186,'sales','2','sale'),(1187,'sales','2','reprint'),(1188,'sales','2','select'),(1189,'sales','2','discount'),(1190,'sales','2','mpesa'),(1191,'sales','2','productdiscount'),(1192,'sales','2','printbill'),(1193,'sales','2','order'),(1194,'sales','2','closebill'),(1195,'sales','2','editsellingprice'),(1196,'sales','2','viewbuyingprice'),(1197,'sales','2','card'),(1198,'sales','2','updatepaymentmode'),(1199,'sales','2','clearpayments'),(1200,'sales','2','cheque'),(1201,'sales','2','creditnote'),(1202,'sales','2','salesbeyondbprice'),(1203,'sales','2','points'),(1204,'sales','2','salebelowbprice'),(1205,'sales','2','credit'),(1206,'sales','2','dontprint'),(1207,'sales','2','accountlimit'),(1208,'sales','2','backdatesales'),(1209,'sales','2','changetaxstatus'),(1210,'sales','2','splitbill'),(1211,'sales','2','mergebill'),(1212,'sales','2','entermpesacode'),(1213,'sales','2','receiptno'),(1214,'sales','2','negativesales'),(1215,'sales','2','updateqtysales'),(1216,'cashiersales','2','entermpesacode'),(1217,'cashiersales','2','editmpesa'),(1218,'cashiersales','2','all'),(1219,'cashiersales','2','cashiersales'),(1220,'cashiersales','2','editmpesadate'),(1221,'cashiersales','2','dontshowtotal'),(1222,'cashiersales','2','adddailycollection'),(1223,'cashiersales','2','viewtill'),(1224,'cashiersales','2','viewdailycollections'),(1225,'cashiersales','2','updatedailycollections'),(1226,'cashiersales','2','mpesapendingreport'),(1227,'cashiersales','2','viewallcounters'),(1228,'cashiersales','2','mpesaverifiedreport'),(1229,'cashiersales','2','viewcommission'),(1230,'cashiersales','2','dailysalesonly'),(1231,'cashiersales','2','viewmpesamessages'),(1232,'purchases','2','add'),(1233,'purchases','2','update'),(1234,'purchases','2','delete'),(1235,'purchases','2','updatebuyingprice'),(1236,'purchases','2','updatesellingprice'),(1237,'purchases','2','updateclosedinvoice'),(1238,'purchases','2','viewquotation'),(1239,'purchases','2','viewdirectpurchases'),(1240,'purchases','2','viewserials'),(1241,'purchases','2','viewpurchase'),(1242,'purchases','2','salesorder'),(1243,'purchases','2','budget'),(1244,'purchases','2','showdefaultserials'),(1245,'purchases','2','viewallcounters'),(1246,'purchases','2','approve'),(1247,'purchases','2','addbatchno'),(1248,'purchases','2','addexpirydate'),(1249,'purchases','2','updateserial'),(1250,'viewreturnsales','2','add'),(1251,'viewreturnsales','2','update'),(1252,'viewreturnsales','2','delete'),(1253,'viewreturnsales','2','return'),(1254,'viewreturnsales','2','clear'),(1255,'viewreturnsales','2','moresales'),(1256,'viewreturnsales','2','returnclearedsales'),(1257,'incomeexpenses','2','add'),(1258,'incomeexpenses','2','closeexpense'),(1259,'incomeexpenses','2','update'),(1260,'incomeexpenses','2','updateclosedexpenses'),(1261,'incomeexpenses','2','wiewinvoices'),(1262,'incomeexpenses','2','viewbills'),(1263,'incomeexpenses','2','viewexpense'),(1264,'incomeexpenses','2','viewdebtors'),(1265,'incomeexpenses','2','viewcreditors'),(1266,'incomeexpenses','2','postrentalexpenses'),(1267,'incomeexpenses','2','uploadexpenses'),(1268,'members','2','add'),(1269,'members','2','update'),(1270,'members','2','deletepeople'),(1271,'members','2','opencloseshift'),(1272,'members','2','UpdateRenewal'),(1273,'users','2','add'),(1274,'users','2','update'),(1275,'users','2','delete'),(1276,'users','2','deleteallroles'),(1277,'productscategory','2','add'),(1278,'productscategory','2','update'),(1279,'productscategory','2','delete'),(1280,'productlist','2','bulk'),(1281,'productlist','2','move'),(1282,'productlist','2','more'),(1283,'productlist','2','updatestock'),(1284,'productlist','2','transfer'),(1285,'productlist','2','addstock'),(1286,'productlist','2','delete'),(1287,'productlist','2','view'),(1288,'productlist','2','update'),(1289,'productlist','2','add'),(1290,'productlist','2','stocktaking'),(1291,'productlist','2','openclosestock'),(1292,'productlist','2','editstocktaken'),(1293,'productlist','2','editopenclosestock'),(1294,'productlist','2','changeserialstatus'),(1295,'productlist','2','viewserials'),(1296,'productlist','2','viewproductsfromallbranches'),(1297,'productlist','2','bulkpriceupdate'),(1298,'productlist','2','negativestockadjustment'),(1299,'productlist','2','viewproduction'),(1300,'productlist','2','assignproduction'),(1301,'productlist','2','deleteproductionitem'),(1302,'productlist','2','updateproductionitem'),(1303,'productlist','2','dontshowstock'),(1304,'productlist','2','viewbprice'),(1305,'products','2','add'),(1306,'products','2','update'),(1307,'products','2','delete'),(1308,'products','2','addstock'),(1309,'products','2','more'),(1310,'products','2','bulk'),(1311,'products','2','deleteorder'),(1312,'products','2','dispatch'),(1313,'products','2','removestock'),(1314,'products','2','price'),(1315,'products','2','removeallstock'),(1316,'products','2','bulkpriceupdate'),(1317,'products','2','negativestockadjustment'),(1318,'products','2','dontshowstock'),(1319,'products','2','viewbprice'),(1320,'reports','2','view'),(1321,'reports','2','download'),(1322,'reports','2','delete'),(1323,'reports','2','update'),(1324,'reports','2','viewall'),(1325,'displayreport','2','view'),(1326,'password','2','change'),(1411,'sales','4','add'),(1412,'sales','4','suspend'),(1413,'sales','4','printreceipt'),(1414,'sales','4','update'),(1415,'sales','4','cash'),(1416,'sales','4','moresales'),(1417,'sales','4','sale'),(1418,'sales','4','reprint'),(1419,'sales','4','Logout'),(1420,'sales','4','select'),(1421,'sales','4','mpesabalance'),(1422,'sales','4','mpesa'),(1423,'sales','4','productdiscount'),(1424,'sales','4','printbill'),(1425,'sales','4','order'),(1426,'sales','4','closebill'),(1427,'sales','4','card'),(1428,'sales','4','updatepaymentmode'),(1429,'sales','4','clearpayments'),(1430,'sales','4','cheque'),(1431,'sales','4','dontprint'),(1432,'sales','4','backdatesales'),(1433,'sales','4','dontshowstock'),(1434,'sales','4','splitbill'),(1435,'sales','4','mergebill'),(1436,'sales','4','selecttable'),(1437,'sales','4','printdelivery'),(1438,'sales','4','entermpesacode'),(1439,'sales','4','usekeyboard'),(1440,'sales','4','receiptno'),(1441,'sales','4','restrictbillprintingtotwo'),(1442,'cashiersales','4','entermpesacode'),(1443,'cashiersales','4','cashiersales'),(1444,'cashiersales','4','dailysalesonly'),(1445,'cashiersales','4','viewmpesamessages'),(1446,'viewreturnsales','4','add'),(1447,'viewreturnsales','4','update'),(1448,'viewreturnsales','4','return'),(1449,'viewreturnsales','4','clear'),(1450,'viewreturnsales','4','moresales'),(1451,'viewreturnsales','4','returnclearedsales'),(1452,'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,'pms','xxxx','2023-03-27 09:50:23','active','1','','1',''),(2,'Manager','','2024-02-22 14:45:23','active','1','','1',''),(3,'Cashier','','2024-02-22 14:50:37','active','1','','1',''),(4,'Sales person','','2025-06-30 14:12:35','active','1','','1',''); /*!40000 ALTER TABLE `roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roomcharges` -- DROP TABLE IF EXISTS `roomcharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roomcharges` ( `id` int(11) NOT NULL AUTO_INCREMENT, `roomid` varchar(40) NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'active', `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `chargeid` varchar(30) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `roomid` (`roomid`,`plotno`,`chargeid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomcharges` -- LOCK TABLES `roomcharges` WRITE; /*!40000 ALTER TABLE `roomcharges` DISABLE KEYS */; /*!40000 ALTER TABLE `roomcharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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 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 */; /*!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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomsales` -- LOCK TABLES `roomsales` WRITE; /*!40000 ALTER TABLE `roomsales` DISABLE KEYS */; /*!40000 ALTER TABLE `roomsales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salary` -- DROP TABLE IF EXISTS `salary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salary` ( `id` int(20) NOT NULL AUTO_INCREMENT, `userid` int(20) NOT NULL, `companyid` int(15) NOT NULL, `salary` decimal(10,2) NOT NULL, `pay` decimal(10,2) NOT NULL, `deductions` decimal(10,2) NOT NULL, `bonus` decimal(10,2) NOT NULL, `bankname` varchar(20) NOT NULL, `bankaccount` varchar(30) NOT NULL, `method` varchar(20) NOT NULL, `payment` varchar(20) NOT NULL, `netsalry` decimal(10,2) NOT NULL, `gross` decimal(10,2) NOT NULL, `memberid` int(11) NOT NULL, `salaryyear` varchar(20) NOT NULL, `paymentmode` varchar(30) NOT NULL, `slarymonth` varchar(20) NOT NULL, `number` varchar(20) NOT NULL, `createdate` varchar(30) NOT NULL, `relief` decimal(10,2) NOT NULL, `salaryid` varchar(100) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `loanbalance` decimal(10,2) NOT NULL, `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,'Overtime','2019-03-28 12:48:27','Active','1','','1','Pay','Fixed','Fixed',1.00,0.00,''),(8,4,'Travel Allowance','2019-03-28 12:48:59','Active','1','','1','Pay','Variable','Variable',1.00,0.00,''),(9,5,'Bonus','2019-03-28 12:49:21','Active','1','','1','Pay','Variable','Variable',1.00,0.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,'NHIF','2019-03-28 12:52:09','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(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` 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, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4606 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales` -- LOCK TABLES `sales` WRITE; /*!40000 ALTER TABLE `sales` DISABLE KEYS */; INSERT INTO `sales` VALUES (1,'','Cash','','2024-01-13 09:20:00','','0','1','2024-01-13 09:20:00','','170','170','1','retail','0','170','1','0','0','0','0','0','0','printed',' ','','2','0','11705071073','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',170.00,0.00,'','','','',''),(2,'','Invoice','','2024-01-13 10:47:29','','-489','1','2024-01-13 10:47:29','4','0','489','1','retail','0','489','1','0','0','489','0','0','0','printed',' ','','','0','11705130672','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',489.00,0.00,'','','','',''),(3,'','Cash','','2024-01-13 10:49:27','','0','1','2024-01-13 10:49:27','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','','0','11705132162','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',240.00,0.00,'','','','',''),(4,'','Invoice','','2024-01-13 10:49:32','','-240','1','2024-01-13 10:49:32','4','0','240','1','retail','0','240','1','0','0','240','0','0','0','printed',' ','','','0','11705132170','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',240.00,0.00,'','','','',''),(5,'','Invoice','','2024-01-13 10:50:17','','-50','1','2024-01-13 10:50:17','4','0','50','1','retail','0','50','1','0','0','50','0','0','0','printed',' ','','','0','11705132211','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',50.00,0.00,'','','','',''),(6,'','Invoice','','2024-01-13 10:50:35','','-50000','1','2024-01-13 10:50:36','4','0','50000','1','wholesale','0','50000','1','0','0','50000','0','0','0','printed',' ','','','0','11705132229','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,NULL,NULL,NULL,0.00,'','','','',''),(7,'','Cash','','2024-01-13 11:27:26','','0','1','2024-01-13 11:27:26','','480','480','1','retail','0','480','1','0','0','0','0','0','0','printed',' ','','','0','11705132957','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',480.00,0.00,'','','','',''),(8,'','Cash','','2024-01-13 12:28:39','','0','1','2024-01-13 12:28:39','','480','480','1','retail','0','480','1','0','0','0','0','0','0','printed',' ','','','0','11705138114','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',480.00,0.00,'','','','',''),(9,'','Cash','','2024-01-13 13:15:31','','0','1','2024-01-13 13:15:31','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','','0','11705139633','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',240.00,0.00,'','','','',''),(10,'','Cash','','2024-01-14 12:24:45','','0','1','2024-01-14 12:24:45','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','','0','11705224251','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',240.00,0.00,'','','','',''),(11,'','Cash','','2024-01-14 12:25:14','','0','1','2024-01-14 12:25:14','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','','0','11705224313','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',240.00,0.00,'','','','',''),(12,'','Cash','','2024-01-15 05:22:25','','0','1','2024-01-15 05:22:25','','3120','3120','1','retail','0','3120','1','0','0','0','0','0','0','printed',' ','','','0','11705285340','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',3120.00,0.00,'','','','',''),(13,'','Cash','','2024-01-15 05:22:35','','0','1','2024-01-15 05:22:35','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','','0','11705285349','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',240.00,0.00,'','','','',''),(14,'','Cash','','2024-01-15 05:22:44','','0','1','2024-01-15 05:22:44','','720','720','1','retail','0','720','1','0','0','0','0','0','0','printed',' ','','','0','11705285360','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',720.00,0.00,'','','','',''),(15,'','Invoice','','2024-01-15 10:30:33','','-720','1','2024-01-15 10:30:33','4','0','720','1','retail','0','720','1','0','0','720','0','0','0','printed',' ','','','0','11705285549','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',720.00,0.00,'','','','',''),(16,'','Invoice','','2024-01-15 10:34:28','','-120','1','2024-01-15 10:34:28','4','0','120','1','retail','0','120','1','0','0','120','0','0','0','printed',' ','','','0','11705304062','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',120.00,0.00,'','','','',''),(17,'','Cash','','2024-01-15 14:54:45','','0','1','2024-01-15 14:54:45','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','','0','11705319683','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',240.00,0.00,'','','','',''),(18,'','Cash','','2024-01-15 14:55:30','','0','1','2024-01-15 14:55:30','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','','0','11705319729','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',240.00,0.00,'','','','',''),(19,'','Cash','','2024-01-17 05:17:05','','0','1','2024-01-17 05:17:05','','480','480','1','retail','0','480','1','0','0','0','0','0','0','printed',' ','','','0','11705457811','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',480.00,0.00,'','','','',''),(20,'','Cash','','2024-01-17 05:18:14','','0','1','2024-01-17 05:18:14','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11705457833','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(21,'eqw3r43232','Mpesa','','2024-01-17 09:07:49','','0','1','2024-01-17 05:18:24','','0','220','1','retail','0','220','1','0','0','0','0','220','0','printed',' ','','','0','11705457900','Cleared','1','2024-01-17 09:07:49','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(22,'','Cash','','2024-01-17 09:07:28','','0','1','2024-01-17 09:06:13','','440','440','1','retail','0','440','1','0','0','0','0','0','0','printed',' ','','','0','11705457910','No','1','2024-01-17 09:07:28','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(23,'','Cash','','2024-01-17 14:24:32','','0','1','2024-01-17 14:24:32','','890','890','1','retail','0','890','1','0','0','0','0','0','0','new',' ','','','0','11705478578','No','','','1','101','','','','',0.00,0.00,0,'',NULL,'KES','EUR ',836.60,0.00,'','','','',''),(24,'','Cash','','2024-01-17 14:27:38','','0','1','2024-01-17 14:27:38','','670','670','1','retail','0','670','1','0','0','0','0','0','0','new',' ','','2','0','11705490851','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',670.00,0.00,'','','','',''),(25,'','Cash','','2024-01-17 14:27:55','','0','1','2024-01-17 14:27:55','','440','440','1','retail','0','440','1','0','0','0','0','0','0','new',' ','','','0','11705490869','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(26,'','Cash','','2024-01-17 14:28:26','','0','1','2024-01-17 14:28:26','','440','440','1','retail','0','440','1','0','0','0','0','0','0','new',' ','','','0','11705490902','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(27,'','Cash','','2024-01-17 14:29:33','','0','1','2024-01-17 14:29:33','','440','440','1','retail','0','440','1','0','0','0','0','0','0','new',' ','','','0','11705490969','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(28,'','Cash','','2024-01-18 08:42:12','','0','1','2024-01-18 08:42:12','','440','440','1','retail','0','440','1','0','0','0','0','0','0','new',' ','','','0','11705494713','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(29,'','Mpesa','','2024-01-18 08:42:32','','0','1','2024-01-18 08:42:32','','0','220','1','retail','0','220','1','0','0','0','0','220','0','printed',' ','','','0','11705556536','Cleared','1','2024-01-18 08:43:10','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(30,'','Invoice','','2024-01-18 08:44:30','','0','1','2024-01-18 08:44:30','','0','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','220','Cleared','1','2024-01-18 08:47:06','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(31,'','Cash','','2024-01-18 09:23:10','','0','1','2024-01-18 09:23:10','','670','670','1','retail','0','670','1','0','0','0','0','0','0','new',' ','','2','0','11705556751','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',670.00,0.00,'','','','',''),(32,'','Cash','','2024-01-18 09:26:23','','0','5','2024-01-18 09:26:23','','680','680','1','retail','0','680','1','0','0','0','0','0','0','new',' ','','','0','51705131902','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',680.00,0.00,'','','','',''),(33,'','Cash','','2024-01-18 09:26:31','','0','5','2024-01-18 09:26:31','','440','440','1','retail','0','440','1','0','0','0','0','0','0','new',' ','','','0','51705559187','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(34,'','Cash','','2024-01-18 16:37:04','','0','1','2024-01-18 16:37:04','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','','0','11705570534','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(35,'','Cash','','2024-01-18 16:38:06','','0','1','2024-01-18 16:38:06','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','','0','11705585082','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(36,'','Cash','','2024-01-18 16:39:52','','0','1','2024-01-18 16:39:52','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','','0','11705585189','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(37,'','Cash','','2024-01-19 06:12:26','','0','1','2024-01-19 06:12:10','','660','660','1','retail','0','660','1','0','0','0','0','0','0','printed',' ','','','0','11705633921','Cleared','1','2024-01-19 06:24:47','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',660.00,0.00,'','','','',''),(38,'','Cash','','2024-01-19 12:41:15','','0','1','2024-01-19 12:41:15','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11705653676','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(39,'','Cash','','2024-01-19 12:57:01','','0','1','2024-01-19 12:57:01','','440','440','1','retail','0','440','1','0','0','0','0','0','0','printed',' ','','','0','11705657280','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(40,'','Cash','','2024-01-19 13:05:44','','0','1','2024-01-19 13:05:44','','3','3','1','retail','0','3','1','0','0','0','0','0','0','printed',' ','','','0','11705658439','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',3.00,0.00,'','','','',''),(41,'','Cash','','2024-01-19 13:34:34','','0','1','2024-01-19 13:34:34','','2','2','1','retail','0','2','1','0','0','0','0','0','0','printed',' ','','2','0','11705658748','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',2.00,0.00,'','','','',''),(42,'','Cash','','2024-01-19 13:34:53','','0','1','2024-01-19 13:34:53','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11705660480','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(43,'','Cash','','2024-01-20 06:20:19','','0','1','2024-01-20 06:20:19','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','2','0','11705660512','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',450.00,0.00,'','','','',''),(44,'','Cash','','2024-01-20 07:08:07','','0','1','2024-01-20 06:20:33','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11705720829','No','1','2024-01-20 07:08:07','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(45,'','Cash','','2024-01-20 07:08:24','','0','1','2024-01-20 07:08:24','','210','210','1','retail','0','210','1','0','0','0','0','0','0','printed',' ','','','0','11705722814','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',210.00,0.00,'','','','',''),(46,'SAJ3GAVTED','Mpesa','','2024-01-20 07:09:13','','0','1','2024-01-20 07:09:13','','0','1','1','retail','0','1','1','0','0','0','0','1.00','0','printed',' ','','','0','11705723708','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',1.00,0.00,'','','','',''),(47,'','Cash','','2024-01-20 08:15:36','','0','1','2024-01-20 08:15:36','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11705723756','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(48,'','Cash','','2024-01-20 08:16:00','','0','1','2024-01-20 08:16:00','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11705727740','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(49,'','Cash','','2024-01-20 08:16:31','','0','1','2024-01-20 08:16:31','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11705727766','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(50,'','Cash','','2024-01-20 08:28:25','','0','1','2024-01-20 08:28:25','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11705727806','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(51,'','Cash','','2024-01-20 08:31:51','','0','1','2024-01-20 08:31:51','','440','440','1','retail','0','440','1','0','0','0','0','0','0','printed',' ','','','0','11705728509','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(52,'','Cash','','2024-01-20 08:53:30','','0','1','2024-01-20 08:53:30','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11705729581','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(53,'','Cash','','2024-01-20 09:58:22','','0','1','2024-01-20 09:58:22','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11705733890','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(54,'','Cash','','2024-01-20 09:58:42','','0','1','2024-01-20 09:58:42','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11705733910','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(55,'','Cash','','2024-01-20 10:01:59','','0','1','2024-01-20 10:01:59','','1','1','1','retail','0','1','1','0','0','0','0','0','0','printed',' ','','','0','11705733926','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',1.00,0.00,'','','','',''),(56,'','Cash','','2024-01-20 12:04:29','','0','1','2024-01-20 12:04:29','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','','0','11705734123','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(57,'','Cash','','2024-01-20 12:04:58','','0','1','2024-01-20 12:04:58','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','','0','11705741495','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(58,'','Cash','','2024-01-20 12:07:19','','0','1','2024-01-20 12:07:19','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','','0','11705741637','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(59,'','Cash','','2024-01-20 15:12:42','','0','1','2024-01-20 15:12:42','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11705752759','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(60,'','Cash','','2024-01-20 15:12:49','','0','1','2024-01-20 15:12:49','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','','0','11705752765','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(61,'','Cash','','2024-01-20 15:24:01','','0','1','2024-01-20 15:24:01','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11705753422','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(62,'','Cash','','2024-01-20 15:26:23','','0','1','2024-01-20 15:26:23','','440','440','1','retail','0','440','1','0','0','0','0','0','0','printed',' ','','','0','11705753535','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(63,'','Cash','','2024-01-20 15:29:59','','0','1','2024-01-20 15:29:59','','1','1','1','retail','0','1','1','0','0','0','0','0','0','printed',' ','','','0','11705753717','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',1.00,0.00,'','','','',''),(64,'','Cash','','2024-01-20 15:48:29','','0','1','2024-01-20 15:48:30','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11705753912','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(65,'','Cash','','2024-01-20 15:48:34','','0','1','2024-01-20 15:48:34','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11705754629','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(66,'','Cash','','2024-01-22 05:23:42','','0','1','2024-01-22 05:23:42','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11705754919','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(67,'','Cash','','2024-01-22 05:23:53','','0','1','2024-01-22 05:23:53','','440','440','1','retail','0','440','1','0','0','0','0','0','0','printed',' ','','','0','11705890228','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(68,'','Cash','','2024-01-22 05:24:45','','0','1','2024-01-22 05:24:45','','1540','1540','1','retail','0','1540','1','0','0','0','0','0','0','printed',' ','','','0','11705890244','Cleared','1','2024-01-22 05:25:56','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',1540.00,0.00,'','','','',''),(69,'','Cash','','2024-01-22 06:06:18','','0','1','2024-01-22 06:06:18','','440','440','1','retail','0','440','1','0','0','0','0','0','0','new',' ','','','0','11705892774','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(70,'','Mpesa','','2024-01-23 06:01:13','','0','1','2024-01-23 06:01:13','','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','','0','11705978865','Cleared','1','2024-01-23 11:46:54','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(71,'','Card','','2024-01-23 11:50:14','','0','1','2024-01-23 11:50:14','','0','440','1','retail','0','440','1','440','0','0','0','0','0','printed',' ','','','0','11705991340','Cleared','1','2024-01-23 11:51:38','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(72,'','Card','','2024-01-23 11:55:58','','0','1','2024-01-23 11:55:58','','0','440','1','retail','0','440','1','440','0','0','0','0','0','printed',' ','','','0','11706000154','Cleared','1','2024-01-23 12:01:48','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(73,'','Mpesa','','2024-01-23 12:01:02','','0','1','2024-01-23 12:01:02','','0','220','1','retail','0','220','1','0','0','0','0','220','0','printed',' ','','','0','11706000459','Cleared','1','2024-01-23 12:01:19','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(74,'','Voucher','','2024-01-23 12:07:10','','0','1','2024-01-23 12:07:10','','0','220','1','retail','0','220','1','0','220','0','0','0','0','printed',' ','','','0','11706000374','Cleared','1','2024-01-23 12:07:27','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(75,'','Card','','2024-01-23 12:09:20','','0','1','2024-01-23 12:09:20','','0','220','1','retail','0','220','1','220','0','0','0','0','0','printed',' ','','','0','11706000956','Cleared','1','2024-01-23 12:18:31','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(76,'','Cash','','2024-01-23 12:18:49','','0','1','2024-01-23 12:18:49','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','','0','11706001526','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(77,'','Mpesa','','2024-01-23 12:23:05','','0','1','2024-01-23 12:23:05','','0','220','1','retail','0','220','1','0','0','0','0','220','0','printed',' ','','','0','11706001782','Cleared','1','2024-01-23 12:23:18','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(78,'','Invoice','','2024-01-23 19:19:27','','-440','1','2024-01-23 19:19:27','3','0','440','1','retail','0','440','1','0','0','440','0','0','0','printed',' ','','','0','11706026757','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(79,'','Cash','','2024-01-24 05:49:10','','0','1','2024-01-24 05:49:10','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11706064534','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(80,'','Cheque','','2024-01-24 08:49:09','','0','1','2024-01-24 08:49:09','','0','220','1','retail','0','220','1','0','0','0','0','0','220','printed',' ','','','0','11706075325','Cleared','1','2024-01-24 08:53:25','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(81,'xxx','Bank','','2024-01-24 08:52:04','','0','1','2024-01-24 08:52:04','','0','440','1','retail','0','440','1','0','0','0','0','0','440','printed',' ','','','0','11706075519','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(82,'','Cash','','2024-01-25 05:42:24','','0','1','2024-01-25 05:42:24','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11706075924','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',220.00,0.00,'','','','',''),(83,'','Cash','','2024-01-26 05:58:44','','0','1','2024-01-26 05:58:44','','440','440','1','retail','0','440','1','0','0','0','0','0','0','printed',' ','','','0','11706150546','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',440.00,0.00,'','','','',''),(84,'','Invoice','','2024-01-26 08:57:43','','-440','1','2024-01-26 08:57:43','4','0','440','1','retail','0','440','1','0','0','440','0','0','0','new',' ','','','0','11706248658','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(85,'','Invoice','','2024-01-26 09:01:32','','-19140','1','2024-01-26 09:01:32','4','0','19140','1','retail','0','19140','1','0','0','19140','0','0','0','new',' ','','','0','11706248708','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(86,'','Invoice','','2024-01-26 09:07:32','','-450','1','2024-01-26 09:07:32','4','0','450','1','retail','0','450','1','0','0','450','0','0','0','new',' ','','2','0','11706249224','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(87,'','Cash','','2024-01-26 09:29:37','','0','1','2024-01-26 09:29:37','','900','900','1','retail','0','900','1','0','0','0','0','0','0','printed',' ','','2','0','11706250567','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(88,'','Cash','','2024-01-27 04:42:42','','0','1','2024-01-27 04:42:42','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','2','0','11706255262','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(89,'','Invoice','','2024-01-30 16:23:25','','-1200','1','2024-01-30 12:28:21','3','0','1200','1','retail','0','1200','1','0','0','1200','0','0','0','printed',' ','','2','0','11706606893','No','1','2024-01-30 16:23:25','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(90,'','Invoice','','2024-01-30 15:26:07','','-450','1','2024-01-30 15:26:07','3','0','450','1','retail','0','450','1','0','0','450','0','0','0','printed',' ','','2','0','11706617559','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(91,'','Invoice','','2024-01-30 16:38:02','','-450','1','2024-01-30 16:38:02','3','0','450','1','retail','0','450','1','0','0','450','0','0','0','new',' ','','2','0','11706621880','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(92,'','Invoice','','2024-01-30 16:40:33','','-670','1','2024-01-30 16:40:33','4','0','670','1','retail','0','670','1','0','0','670','0','0','0','new',' ','','','0','11706621983','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(93,'','Invoice','','2024-01-30 16:41:02','','-1120','1','2024-01-30 16:41:02','4','0','1120','1','retail','0','1120','1','0','0','1120','0','0','0','new',' ','','','0','11706622055','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(94,'','Cash','','2024-01-30 20:50:17','','0','1','2024-01-30 20:50:17','','460','460','1','retail','0','460','1','0','0','0','0','0','0','new',' ','','','0','11706637012','No','1','2024-01-30 20:53:54','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(95,'','Cash','','2024-01-30 21:20:22','','0','1','2024-01-30 21:20:22','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','','0','11706637196','Cleared','1','2024-01-30 21:20:41','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(96,'','Cash','','2024-01-31 06:07:15','','0','1','2024-01-31 06:07:15','','690','690','1','retail','0','910','1','0','0','0','0','0','0','printed',' ','','','0','11706670426','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(97,'','Cash','','2024-01-31 06:11:40','','0','1','2024-01-31 06:11:40','','690','690','1','retail','0','690','1','0','0','0','0','0','0','printed',' ','','','0','11706670696','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(98,'','Cash','','2024-01-31 06:11:45','','0','1','2024-01-31 06:11:45','','670','670','1','retail','0','670','1','0','0','0','0','0','0','printed',' ','','2','0','11706670702','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(99,'','Invoice','','2024-01-31 06:19:59','','-21334','1','2024-01-31 06:19:59','4','68666','100000','1','retail','0','100000','1','10000','0','21334','0','0','0','printed',' ','','','0','11706671189','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(100,'','Cash','','2024-01-31 07:45:05','','0','1','2024-01-31 07:45:05','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','','0','11706676302','Cleared','1','2024-01-31 07:45:19','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(101,'','Invoice','','2024-01-31 12:06:09','','-910','1','2024-01-31 12:06:09','4','0','910','1','retail','0','910','1','0','0','910','0','0','0','new',' ','','2','0','11706691918','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(102,'','Cash','','2024-01-31 12:51:56','','0','1','2024-01-31 12:51:56','','460','460','1','retail','0','460','1','0','0','0','0','0','0','printed',' ','','','0','11706694712','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(103,'','Cash','','2024-01-31 17:24:43','','0','1','2024-01-31 17:24:43','','82','82','1','retail','0','82','1','0','0','0','0','0','0','printed',' ','','','0','11706710948','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(104,'','Cash','','2024-01-31 18:21:45','','0','1','2024-01-31 18:21:45','','660','660','1','retail','0','660','1','0','0','0','0','0','0','printed',' ','',NULL,'0','11706711176','Cleared','1','2024-01-31 18:21:45','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(105,'','Cash','','2024-01-31 18:47:27','','0','1','2024-01-31 18:24:28','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11706714661','Cleared','1','2024-01-31 18:47:27','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(106,'','Cash','','2024-01-31 18:48:00','','0','1','2024-01-31 18:48:00','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11706716050','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'25','25','4LSDJPJJ2QE7AQQ6IXL2LTMCPU','DOOFGZNSW5AB5FUM','20240131184804'),(107,'','Invoice','','2024-02-01 05:30:16','','-440','1','2024-02-01 05:30:16','10','0','440','1','retail','0','440','1','0','0','440','0','0','0','printed',' ','','','0','11706754613','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(108,'','Cash','','2024-02-01 08:46:11','','0','1','2024-02-01 08:46:11','','460','460','1','retail','0','460','1','0','0','0','0','0','0','printed',' ','','','0','11706766362','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(109,'','Cash','','2024-02-01 10:00:33','','0','1','2024-02-01 10:00:33','','460','460','1','retail','0','460','1','0','0','0','0','0','0','printed',' ','','','0','11706770827','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(110,'','Cash','','2024-02-01 10:28:09','','-220','1','2024-02-01 10:28:09','','0','220','1','retail','0','220','1','0','0','220','0','0','0','printed',' ','','','0','11706772476','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(111,'','Invoice','','2024-02-02 10:04:20','','-460','1','2024-02-02 10:04:20','4','0','460','1','retail','0','460','1','0','0','460','0','0','0','printed',' ','','','0','11706773224','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(112,'','Cash','','2024-02-02 12:34:36','','0','1','2024-02-02 12:34:36','','480','480','1','retail','0','480','1','0','0','0','0','0','0','printed',' ','','','0','11706861910','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(113,'','Invoice','0.00','2024-02-02 23:59:59','','-440','1','2024-02-02 12:35:37','2','0','440.00','1','Retail',NULL,'','1','','','440','','','','printed','','KWALE ROUTE','1','','111706866495','No','1','2024-02-02 12:38:41','','','','','',NULL,0.00,0.00,5,NULL,NULL,NULL,NULL,NULL,0.00,'','','','',''),(114,'','Cash','','2024-02-02 16:03:25','','0','1','2024-02-02 16:03:25','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11706879002','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(115,'','Cash','','2024-02-02 16:03:44','','0','1','2024-02-02 16:03:44','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11706879021','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(116,'','Cash','','2024-02-02 16:04:25','','0','1','2024-02-02 16:04:25','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11706879062','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(117,'','Cash','','2024-02-02 16:05:08','','0','1','2024-02-02 16:04:50','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11706879088','Cleared','1','2024-02-02 16:05:08','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'26','26','K36YCJOXXMFUBAPYSIGVKJJDTI','YEOHHZZ43XLSJWLA','20240202160532'),(118,'','Cash','','2024-02-02 16:46:43','','0','1','2024-02-02 16:46:43','10','660','660','1','retail','0','660','1','0','0','0','0','0','0','printed',' ','','','0','11706880399','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(119,'','Cash','','2024-02-02 16:47:16','','0','1','2024-02-02 16:47:16','10','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','','0','11706881632','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(120,'','Cash','','2024-02-02 18:56:55','','0','1','2024-02-02 18:56:55','','21','21','1','retail','0','21','1','0','0','0','0','0','0','printed',' ','','','0','11706889409','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(121,'','Cash','','2024-02-02 18:57:52','','0','1','2024-02-02 18:57:52','','21','21','1','retail','0','21','1','0','0','0','0','0','0','printed',' ','','','0','11706889420','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(122,'','Invoice','','2024-02-03 14:35:04','','-670','1','2024-02-03 14:35:04','10','0','670','1','retail','0','670','1','0','0','670','0','0','0','printed',' ','','2','0','11706960082','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(123,'','Cash','','2024-02-05 06:10:11','','0','1','2024-02-05 06:10:11','','900','900','1','retail','0','900','1','0','0','0','0','0','0','new',' ','','','0','11707102604','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(124,'E4Y','Mpesa','','2024-02-23 14:48:54','','0','1','2024-02-23 14:48:54','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','11708688867','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(125,'T9T','Mpesa','','2024-02-23 15:20:53','','0','6','2024-02-23 15:20:53','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61708690565','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(126,'7JW','Mpesa','','2024-02-23 15:28:23','','0','6','2024-02-23 15:28:23','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61708690883','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(127,'PW4','Mpesa','','2024-02-23 15:55:50','','0','6','2024-02-23 15:55:50','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','61708692858','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(128,'D10','Mpesa','','2024-02-23 16:10:51','','0','6','2024-02-23 16:10:51','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','61708693173','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(129,'','Cash','','2024-02-23 16:20:08','','0','6','2024-02-23 16:20:08','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61708693956','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(130,'AYE','Mpesa','','2024-02-23 16:22:54','','0','6','2024-02-23 16:22:54','','0','340','1','retail','0','340','1','0','0','0','0','340','0','printed',' ','','1','0','61708694417','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(131,'ZAN','Mpesa','','2024-02-23 16:37:39','','0','6','2024-02-23 16:37:39','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','1','0','61708694612','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(132,'','Cash','','2024-02-23 16:39:24','','0','6','2024-02-23 16:39:24','','10','10','1','retail','0','10','1','0','0','0','0','0','0','printed',' ','','1','0','61708695536','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(133,'','Cash','','2024-02-23 16:55:29','','0','6','2024-02-23 16:55:29','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61708695568','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(134,'5VF','Mpesa','','2024-02-23 16:56:33','','0','6','2024-02-23 16:56:33','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61708696536','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(135,'0AM','Mpesa','','2024-02-23 16:58:29','','0','6','2024-02-23 16:58:29','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61708696626','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(136,'C2K','Mpesa','','2024-02-23 17:35:27','','0','6','2024-02-23 17:35:27','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61708697378','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(137,'CIE','Mpesa','','2024-02-23 17:51:44','','0','6','2024-02-23 17:51:44','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61708698962','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(138,'QZV','Mpesa','','2024-02-23 17:53:50','','0','6','2024-02-23 17:53:50','','0','5','1','retail','0','5','1','0','0','0','0','5','0','printed',' ','','1','0','61708699927','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(139,'','Cash','','2024-02-23 17:56:14','','0','6','2024-02-23 17:56:14','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61708700057','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(140,'qJU','Mpesa','','2024-02-23 18:11:54','','0','6','2024-02-23 18:11:54','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61708700181','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(141,'1JB','Mpesa','','2024-02-23 19:04:23','','0','6','2024-02-23 19:04:23','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61708701137','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(142,'FNR','Mpesa','','2024-02-23 19:25:33','','0','6','2024-02-23 19:25:33','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61708704453','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(143,'','Cash','','2024-02-23 19:27:29','','0','6','2024-02-23 19:27:29','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61708705556','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(144,'HZP','Mpesa','','2024-02-23 19:40:24','','0','6','2024-02-23 19:40:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61708706352','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(145,'W41','Mpesa','','2024-02-23 19:42:35','','0','6','2024-02-23 19:42:35','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','61708706522','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(146,'PU3','Mpesa','','2024-02-23 19:43:42','','0','6','2024-02-23 19:43:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61708706595','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(147,'NP 5','Mpesa','','2024-02-23 19:46:41','','0','6','2024-02-23 19:46:41','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61708706777','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(148,'','Cash','','2024-02-23 19:49:17','','0','6','2024-02-23 19:49:17','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61708706855','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(149,'NP5','Mpesa','','2024-02-23 19:52:03','','0','6','2024-02-23 19:52:03','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61708706962','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(150,'','Cash','','2024-02-23 20:20:47','','0','6','2024-02-23 20:15:13','','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','1','0','61708708102','Cleared','6','2024-02-23 20:20:47','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(151,'AYE','Mpesa','','2024-02-23 20:21:30','','0','6','2024-02-23 20:21:30','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61708708850','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(152,'IR7','Mpesa','','2024-02-23 20:39:25','','0','7','2024-02-23 20:39:25','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71708709764','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(153,'','Cash','','2024-02-23 21:10:39','','0','7','2024-02-23 20:49:23','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','71708710223','Cleared','7','2024-02-23 21:10:39','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(154,'2IK','Mpesa','','2024-02-23 21:03:16','','0','7','2024-02-23 21:03:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71708711162','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(155,'','Cash','','2024-02-23 21:24:18','','0','6','2024-02-23 21:24:18','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','1','0','61708712471','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(156,'V30','Mpesa','','2024-02-23 21:25:46','','0','7','2024-02-23 21:25:46','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','71708712700','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(157,'ZFF','Mpesa','','2024-02-24 11:40:18','Till 9373575','0','6','2024-02-24 11:40:18','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed','Till 9373575 ','','1','0','61708762866','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(158,'IKG','Mpesa','','2024-02-24 13:14:41','','0','6','2024-02-24 13:14:41','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61708769623','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(159,'051','Mpesa','','2024-02-24 13:18:30','','0','6','2024-02-24 13:18:30','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61708769870','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(160,'Q6T','Mpesa','','2024-02-24 13:27:23','','0','6','2024-02-24 13:27:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61708770399','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(161,'QVR','Mpesa','','2024-02-24 13:29:13','','0','6','2024-02-24 13:29:13','','0','470','1','retail','0','470','1','0','0','0','0','470','0','printed',' ','','1','0','61708770484','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(162,'','Cash','','2024-02-24 14:21:03','','0','6','2024-02-24 14:21:04','','550','550','1','retail','0','550','1','0','0','0','0','0','0','printed',' ','','1','0','61708770710','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(163,'5T7','Mpesa','','2024-02-24 14:22:46','','0','6','2024-02-24 14:22:46','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61708773666','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(164,'OGC','Mpesa','','2024-02-24 14:54:37','','0','6','2024-02-24 14:54:37','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61708773804','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(165,'WM4','Mpesa','','2024-02-24 15:13:24','','0','6','2024-02-24 15:13:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61708776765','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(166,'','Cash','','2024-02-24 15:14:14','','0','6','2024-02-24 15:14:14','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61708776824','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(167,'','Cash','','2024-02-24 15:47:20','','0','6','2024-02-24 15:47:20','','340','340','1','retail','0','340','1','0','0','0','0','0','0','printed',' ','','1','0','61708776865','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(168,'DAX','Mpesa','','2024-02-24 16:08:58','','0','6','2024-02-24 16:08:58','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61708779072','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(169,'220','Mpesa','','2024-02-24 17:44:04','','0','7','2024-02-24 17:44:04','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71708785423','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(170,'3VC','Mpesa','','2024-02-24 17:45:49','','0','7','2024-02-24 17:45:49','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','71708785916','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(171,'45Z','Mpesa','','2024-02-24 17:47:04','','0','7','2024-02-24 17:47:04','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','71708785973','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(172,'9TG','Mpesa','','2024-02-24 17:53:17','','0','7','2024-02-24 17:53:17','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71708786381','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(173,'','Cash','','2024-02-24 17:55:17','','0','7','2024-02-24 17:55:17','','320','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','1','0','71708786434','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(174,'E11','Mpesa','','2024-02-24 18:12:44','','0','7','2024-02-24 18:12:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71708786522','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(175,'','Cash','','2024-02-24 19:27:23','','0','7','2024-02-24 19:27:23','','310','310','1','retail','0','310','1','0','0','0','0','0','0','printed',' ','','1','0','71708787590','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(176,'TMD','Mpesa','','2024-02-26 21:07:11','','0','6','2024-02-26 21:07:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61708970803','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(177,'NPF','Mpesa','','2024-02-26 21:07:48','','0','6','2024-02-26 21:07:48','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61708970849','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(178,'AK3','Mpesa','','2024-02-26 21:08:23','','0','6','2024-02-26 21:08:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61708970890','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(179,'XGU','Mpesa','','2024-02-26 21:09:15','','0','6','2024-02-26 21:09:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61708970938','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(180,'','Cash','','2024-02-26 21:10:33','','0','6','2024-02-26 21:10:33','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61708970982','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(181,'','Cash','','2024-02-26 21:11:02','','0','6','2024-02-26 21:11:02','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','1','0','61708971035','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(182,'','Cash','','2024-02-27 11:40:02','','0','7','2024-02-27 11:40:02','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71709023159','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(183,'AWU','Mpesa','','2024-02-27 12:19:18','','0','7','2024-02-27 12:19:18','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71709025412','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(184,'BEY','Mpesa','','2024-02-27 12:29:12','','0','7','2024-02-27 12:29:12','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71709025705','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(185,'J1D','Mpesa','','2024-02-27 13:32:59','','0','7','2024-02-27 13:32:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709029654','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(186,'AK9','Mpesa','','2024-02-27 13:47:40','','0','7','2024-02-27 13:47:40','','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','1','0','71709030203','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(187,'1Q3','Mpesa','','2024-02-27 14:09:43','','0','7','2024-02-27 14:09:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709030886','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(188,'0E4','Mpesa','','2024-02-27 14:15:15','','0','7','2024-02-27 14:15:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709032478','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(189,'LFD','Mpesa','','2024-02-27 14:16:05','','0','7','2024-02-27 14:16:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709032555','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(190,'R3R','Mpesa','','2024-02-27 14:27:39','','0','7','2024-02-27 14:27:39','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71709033248','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(191,'','Cash','','2024-02-27 15:45:09','','0','7','2024-02-27 15:45:09','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','71709037884','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(192,'GIF','Mpesa','','2024-02-27 15:47:33','','0','7','2024-02-27 15:47:33','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71709038017','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(193,'6QW','Mpesa','','2024-02-27 15:52:36','','0','7','2024-02-27 15:52:36','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71709038118','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(194,'JAX','Mpesa','','2024-02-27 17:37:53','','0','7','2024-02-27 17:37:53','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','71709044422','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(195,'VCR','Mpesa','','2024-02-27 19:17:30','','0','7','2024-02-27 19:17:30','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71709047298','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(196,'VCR','Mpesa','','2024-02-27 19:31:08','','0','7','2024-02-27 19:31:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709050957','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(197,'SBL','Mpesa','','2024-02-27 19:32:01','','0','7','2024-02-27 19:32:01','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709051508','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(198,'TAU','Mpesa','','2024-02-27 19:50:15','','0','7','2024-02-27 19:50:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709051563','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(199,'TLN','Mpesa','','2024-02-27 19:59:55','','0','7','2024-02-27 19:59:55','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71709052818','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(200,' CDU','Mpesa','','2024-02-27 20:27:15','','0','7','2024-02-27 20:27:15','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71709054788','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(201,'YKI','Mpesa','','2024-02-27 20:35:46','','0','7','2024-02-27 20:35:46','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71709054895','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(202,'3SF','Mpesa','','2024-02-27 20:37:50','','0','7','2024-02-27 20:37:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709055459','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(203,'POO','Mpesa','','2024-02-27 20:39:15','','0','7','2024-02-27 20:39:15','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71709055501','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(204,'ODT','Mpesa','','2024-02-27 21:15:34','','0','7','2024-02-27 21:15:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709055577','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(205,'1T8','Mpesa','','2024-02-27 21:26:19','','0','7','2024-02-27 21:26:19','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71709058362','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(206,'33J','Mpesa','','2024-02-28 11:37:10','','0','6','2024-02-28 11:37:10','','0','430','1','retail','0','430','1','0','0','0','0','430','0','printed',' ','','1','0','61709108452','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(207,'6JF','Mpesa','','2024-02-28 12:04:09','','0','6','2024-02-28 12:04:09','','0','710','1','retail','0','710','1','0','0','0','0','710','0','printed',' ','','1','0','61709109515','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(208,'AZL','Mpesa','','2024-02-28 12:23:40','','0','6','2024-02-28 12:23:40','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61709112181','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(209,'CL6','Mpesa','','2024-02-28 12:27:40','','0','6','2024-02-28 12:27:40','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61709112432','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(210,'PB3','Mpesa','','2024-02-28 12:29:11','','0','6','2024-02-28 12:29:11','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61709112483','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(211,'','Cash','','2024-02-28 13:15:24','','0','6','2024-02-28 13:15:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709113402','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(212,'','Cash','','2024-02-28 13:27:39','','0','6','2024-02-28 13:27:39','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61709116047','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(213,'8LF','Mpesa','','2024-02-28 13:36:15','','0','6','2024-02-28 13:36:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709116067','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(214,'KYV','Mpesa','','2024-02-28 14:18:57','','0','6','2024-02-28 14:18:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709116623','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(215,'HFI','Mpesa','','2024-02-28 14:46:28','','0','6','2024-02-28 14:46:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709119430','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(216,'','Cash','','2024-02-28 14:57:44','','0','6','2024-02-28 14:57:44','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61709121445','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(217,'42N','Mpesa','','2024-02-28 15:00:26','','0','6','2024-02-28 15:00:26','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','61709121470','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(218,'U4S','Mpesa','','2024-02-28 15:02:22','','0','6','2024-02-28 15:02:22','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61709121669','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(219,'KW7','Mpesa','','2024-02-28 15:04:03','','0','6','2024-02-28 15:04:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709121826','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(220,'LTZ','Mpesa','','2024-02-28 15:05:08','','0','6','2024-02-28 15:05:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709121891','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(221,'OUX','Mpesa','','2024-02-28 15:12:15','','0','6','2024-02-28 15:12:15','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61709122316','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(222,'N9K','Mpesa','','2024-02-28 15:54:40','','0','6','2024-02-28 15:54:40','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61709123377','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(223,'','Cash','','2024-02-28 16:41:04','','0','6','2024-02-28 16:41:04','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61709126960','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(224,'7L4','Mpesa','','2024-02-28 16:57:12','','0','6','2024-02-28 16:57:12','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61709128600','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(225,'5E5','Mpesa','','2024-02-28 17:08:08','','0','6','2024-02-28 17:08:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709129220','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(226,'BPC','Mpesa','','2024-02-28 17:49:35','','0','6','2024-02-28 17:49:35','','0','1330','1','retail','0','1330','1','0','0','0','0','1330','0','printed',' ','','1','0','61709131615','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(227,'OC3','Mpesa','','2024-02-28 17:54:06','','0','6','2024-02-28 17:54:06','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','61709131992','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(228,'SZF','Mpesa','','2024-02-28 17:55:08','','0','6','2024-02-28 17:55:08','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61709132070','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(229,'RBK','Mpesa','','2024-02-28 17:56:50','','0','6','2024-02-28 17:56:50','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61709132196','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(230,'B3Q','Mpesa','','2024-02-28 17:58:10','','0','6','2024-02-28 17:58:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709132231','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(231,'JT9','Mpesa','','2024-02-28 18:41:54','','0','6','2024-02-28 18:41:54','','0','205','1','retail','0','205','1','0','0','0','0','205','0','printed',' ','','1','0','61709134883','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(232,'','Cash','','2024-02-28 18:45:07','','0','6','2024-02-28 18:45:07','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61709135094','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(233,'','Cash','','2024-02-28 18:53:59','','0','6','2024-02-28 18:53:59','','700','700','1','retail','0','700','1','0','0','0','0','0','0','printed',' ','','1','0','61709135114','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(234,'F75','Mpesa','','2024-02-28 19:17:31','','0','6','2024-02-28 19:17:31','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61709135643','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(235,'1ZC','Mpesa','','2024-02-28 19:30:17','','0','6','2024-02-28 19:30:17','','0','430','1','retail','0','430','1','0','0','0','0','430','0','printed',' ','','1','0','61709137667','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(236,'CLF','Mpesa','','2024-02-28 19:33:35','','0','6','2024-02-28 19:33:35','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','61709137947','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(237,'W8B','Mpesa','','2024-02-28 19:35:03','','0','6','2024-02-28 19:35:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709138078','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(238,'','Cash','','2024-02-28 19:48:44','','0','6','2024-02-28 19:48:44','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61709138905','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(239,'H8Z','Mpesa','','2024-02-28 19:58:59','','0','6','2024-02-28 19:58:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709138928','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(240,'JP7','Mpesa','','2024-02-28 20:02:05','','0','6','2024-02-28 20:02:05','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61709139708','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(241,'HP9','Mpesa','','2024-02-28 20:03:02','','0','6','2024-02-28 20:03:02','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709139745','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(242,'SCL','Mpesa','','2024-02-28 20:05:23','','0','6','2024-02-28 20:05:23','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','1','0','61709139814','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(243,'FM4','Mpesa','','2024-02-28 20:10:12','','0','6','2024-02-28 20:10:12','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61709139952','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(244,'AWP','Mpesa','','2024-02-28 21:04:57','','0','6','2024-02-28 21:04:57','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61709143445','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(245,'M00','Mpesa','','2024-02-28 21:06:16','','0','6','2024-02-28 21:06:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709143523','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(246,'','Cash','','2024-02-28 21:07:44','','0','6','2024-02-28 21:07:44','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','61709143654','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(247,'BC7','Mpesa','','2024-02-28 21:19:28','','0','6','2024-02-28 21:19:28','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61709143803','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(248,'','Cash','','2024-02-28 21:27:05','','0','6','2024-02-28 21:27:05','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','61709144814','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(249,'HJH','Mpesa','','2024-02-29 10:42:20','','0','6','2024-02-29 10:42:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709192513','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(250,'KJ1','Mpesa','','2024-02-29 13:19:58','','0','6','2024-02-29 13:19:58','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','1','0','61709201896','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(251,'1ZX','Mpesa','','2024-02-29 13:21:02','','0','6','2024-02-29 13:21:02','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709202029','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(252,'Q75','Mpesa','','2024-02-29 13:23:58','','0','6','2024-02-29 13:23:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709202103','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(253,'JWR','Mpesa','','2024-02-29 13:39:58','','0','6','2024-02-29 13:39:58','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61709203175','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(254,'TLH','Mpesa','','2024-02-29 13:40:49','','0','6','2024-02-29 13:40:49','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61709203217','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(255,'L7P','Mpesa','','2024-02-29 13:42:02','','0','6','2024-02-29 13:42:02','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61709203263','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(256,'U8T','Mpesa','','2024-02-29 13:42:56','','0','6','2024-02-29 13:42:56','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61709203341','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(257,'','Cash','','2024-02-29 14:18:23','','0','6','2024-02-29 14:18:23','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61709203804','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(258,'EY9','Mpesa','','2024-02-29 14:29:23','','0','6','2024-02-29 14:29:23','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','61709206132','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(259,'PEA','Mpesa','','2024-02-29 14:30:12','','0','6','2024-02-29 14:30:12','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61709206185','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(260,'EI5','Mpesa','','2024-02-29 14:31:12','','0','6','2024-02-29 14:31:12','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61709206231','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(261,'LR5','Mpesa','','2024-02-29 14:31:58','','0','6','2024-02-29 14:31:58','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61709206298','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(262,'AB1','Mpesa','','2024-02-29 14:47:57','','0','6','2024-02-29 14:47:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709207234','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(263,'1OK','Mpesa','','2024-02-29 14:48:42','','0','6','2024-02-29 14:48:42','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61709207301','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(264,'','Cash','','2024-02-29 14:52:38','','0','6','2024-02-29 14:52:38','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','61709207347','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(265,'','Cash','','2024-02-29 14:55:25','','0','6','2024-02-29 14:55:25','','370','370','1','retail','0','370','1','0','0','0','0','0','0','printed',' ','','1','0','61709207567','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(266,'','Cash','','2024-02-29 15:05:28','','0','6','2024-02-29 15:05:28','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61709208305','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(267,'','Cash','','2024-02-29 15:24:19','','0','6','2024-02-29 15:24:19','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61709208331','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(268,'C8C','Mpesa','','2024-02-29 15:35:43','','0','6','2024-02-29 15:35:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709209461','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(269,'I5S','Mpesa','','2024-02-29 15:36:20','','0','6','2024-02-29 15:36:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709210160','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(270,'87X','Mpesa','','2024-02-29 15:37:04','','0','6','2024-02-29 15:37:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709210197','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(271,'','Cash','','2024-02-29 15:43:07','','0','6','2024-02-29 15:43:07','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61709210569','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(272,'','Cash','','2024-02-29 16:06:23','','0','6','2024-02-29 16:06:23','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61709211962','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(273,'','Cash','','2024-02-29 16:13:43','','0','6','2024-02-29 16:13:43','','155','155','1','retail','0','155','1','0','0','0','0','0','0','printed',' ','','1','0','61709212276','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(274,'Y0G','Mpesa','','2024-02-29 16:14:04','','0','6','2024-02-29 16:14:04','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61709212426','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(275,'8TR','Mpesa','','2024-02-29 16:36:14','','0','6','2024-02-29 16:36:14','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61709212667','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(276,'FTV','Mpesa','','2024-02-29 16:39:30','','0','6','2024-02-29 16:39:30','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61709213898','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(277,'34S','Mpesa','','2024-02-29 17:46:25','','0','6','2024-02-29 17:46:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709217975','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(278,'56X','Mpesa','','2024-02-29 17:49:46','','0','6','2024-02-29 17:49:46','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61709218169','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(279,'071','Mpesa','','2024-02-29 17:53:55','','0','6','2024-02-29 17:53:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709218240','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(280,'','Cash','','2024-02-29 18:54:29','','0','6','2024-02-29 18:54:29','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61709222056','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(281,'','Cash','','2024-02-29 18:56:01','','0','6','2024-02-29 18:56:01','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61709222144','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(282,'11S','Mpesa','','2024-02-29 19:36:14','','0','6','2024-02-29 19:36:14','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61709224555','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(283,'ZHZ','Mpesa','','2024-02-29 19:51:05','','0','7','2024-02-29 19:51:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709225442','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(284,'XAJ','Mpesa','','2024-02-29 19:51:52','','0','7','2024-02-29 19:51:52','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709225496','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(285,'2X6','Mpesa','','2024-02-29 19:53:13','','0','7','2024-02-29 19:53:13','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71709225546','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(286,'VSM','Mpesa','','2024-02-29 19:55:18','','0','7','2024-02-29 19:55:18','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709225657','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(287,'','Cash','','2024-02-29 19:58:43','','0','7','2024-02-29 19:58:43','','365','365','1','retail','0','365','1','0','0','0','0','0','0','printed',' ','','1','0','71709225806','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(288,'4S1','Mpesa','','2024-02-29 20:17:56','','0','7','2024-02-29 20:17:56','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71709226892','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(289,'D85','Mpesa','','2024-03-01 12:45:40','','0','6','2024-03-01 12:45:40','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61709286319','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(290,'KER','Mpesa','','2024-03-01 12:46:29','','0','6','2024-03-01 12:46:29','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61709286375','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(291,'','Cash','','2024-03-01 12:48:54','','0','6','2024-03-01 12:48:54','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61709286412','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(292,'1J9','Mpesa','','2024-03-01 12:54:23','','0','6','2024-03-01 12:54:23','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61709286853','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(293,'','Cash','','2024-03-01 13:16:06','','0','6','2024-03-01 13:16:06','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61709286888','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(294,'4IA','Mpesa','','2024-03-01 13:24:20','','0','6','2024-03-01 13:24:20','','0','460','1','retail','0','460','1','0','0','0','0','460','0','printed',' ','','1','0','61709288606','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(295,'UZ9','Mpesa','','2024-03-01 13:42:36','','0','6','2024-03-01 13:42:36','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61709289699','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(296,'U7Y','Mpesa','','2024-03-01 14:14:46','','0','6','2024-03-01 14:14:46','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61709290552','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(297,'','Cash','','2024-03-01 14:18:57','','0','6','2024-03-01 14:18:57','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61709291916','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(298,'YOW','Mpesa','','2024-03-01 14:42:43','','0','6','2024-03-01 14:42:43','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61709293274','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(299,'QRM','Mpesa','','2024-03-01 14:59:59','','0','6','2024-03-01 14:59:59','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61709293502','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(300,'301','Mpesa','','2024-03-01 15:10:17','','0','6','2024-03-01 15:10:17','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709295000','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(301,'OU5','Mpesa','','2024-03-01 15:25:12','','0','6','2024-03-01 15:25:12','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61709295202','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(302,'SFW','Mpesa','','2024-03-01 15:25:51','','0','6','2024-03-01 15:25:51','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709295933','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(303,'OKH','Mpesa','','2024-03-01 15:56:46','','0','6','2024-03-01 15:56:46','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709295962','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(304,'QM6','Mpesa','','2024-03-01 16:11:57','','0','6','2024-03-01 16:11:57','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61709297823','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(305,'B81','Mpesa','','2024-03-01 18:27:37','','0','6','2024-03-01 18:27:37','','0','90','1','retail','0','90','1','0','0','0','0','90','0','printed',' ','','1','0','61709306801','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(306,'2XF','Mpesa','','2024-03-01 18:28:31','','0','6','2024-03-01 18:28:31','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61709306890','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(307,'AVV','Mpesa','','2024-03-01 18:30:22','','0','6','2024-03-01 18:30:22','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61709306930','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(308,'1N4','Mpesa','','2024-03-01 18:30:54','','0','6','2024-03-01 18:30:54','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','61709307035','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(309,'HZI','Mpesa','','2024-03-01 18:37:35','','0','6','2024-03-01 18:37:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709307445','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(310,'5UD','Mpesa','','2024-03-01 19:12:50','','0','6','2024-03-01 19:12:51','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61709307532','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(311,'UVW','Mpesa','','2024-03-01 19:14:25','','0','6','2024-03-01 19:14:25','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','61709309606','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(312,'R9X','Mpesa','','2024-03-01 19:51:05','','0','6','2024-03-01 19:51:05','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61709309739','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(313,'PUX','Mpesa','','2024-03-02 16:57:05','','0','6','2024-03-02 16:57:05','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61709387810','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(314,'TAE','Mpesa','','2024-03-02 17:15:24','','0','6','2024-03-02 17:15:24','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','61709387839','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(315,'OSE','Mpesa','','2024-03-02 17:16:54','','0','6','2024-03-02 17:16:54','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61709388955','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(316,'K2E','Mpesa','','2024-03-02 17:41:06','','0','6','2024-03-02 17:41:06','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61709389146','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(317,'HFW','Mpesa','','2024-03-02 17:41:31','','0','6','2024-03-02 17:41:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709390483','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(318,'','Cash','','2024-03-02 17:58:05','','0','6','2024-03-02 17:58:05','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','1','0','61709390647','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(319,'5VE','Mpesa','','2024-03-02 18:16:41','','0','6','2024-03-02 18:16:41','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709392586','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(320,'8XM','Mpesa','','2024-03-02 18:35:28','','0','6','2024-03-02 18:35:28','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','61709392650','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(321,'EVV','Mpesa','','2024-03-02 18:36:27','','0','6','2024-03-02 18:36:27','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61709393760','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(322,'G72','Mpesa','','2024-03-02 19:02:22','','0','6','2024-03-02 19:02:22','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61709395330','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(323,'','Cash','','2024-03-02 19:21:43','','0','6','2024-03-02 19:21:43','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61709395368','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(324,'','Cash','','2024-03-02 19:29:54','','0','6','2024-03-02 19:29:54','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61709396505','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(325,'59U','Mpesa','','2024-03-02 19:36:09','','0','6','2024-03-02 19:36:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709396996','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(326,'1A9','Mpesa','','2024-03-02 19:57:03','','0','6','2024-03-02 19:57:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61709398598','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(327,'','Cash','','2024-03-02 19:57:52','','0','6','2024-03-02 19:57:52','','10','10','1','retail','0','10','1','0','0','0','0','0','0','printed',' ','','1','0','61709398647','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(328,'Q2O','Mpesa','','2024-03-02 20:15:58','','0','6','2024-03-02 20:15:58','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61709398675','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(329,'G8N','Mpesa','','2024-03-02 20:16:54','','0','6','2024-03-02 20:16:54','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61709399793','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(330,'2BD','Mpesa','','2024-03-05 10:37:22','','0','7','2024-03-05 10:37:22','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71709624153','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(331,'','Cash','','2024-03-05 12:20:59','','0','7','2024-03-05 12:20:59','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71709630442','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(332,'','Cash','','2024-03-05 12:21:33','','0','7','2024-03-05 12:21:33','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','71709630473','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(333,'385','Mpesa','','2024-03-05 12:25:25','','0','7','2024-03-05 12:25:25','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71709630707','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(334,'Rar','Mpesa','','2024-03-05 12:34:13','','0','7','2024-03-05 12:34:13','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71709630788','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(335,'5pe','Mpesa','','2024-03-05 12:34:55','','0','7','2024-03-05 12:34:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709631268','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(336,'Eo4','Mpesa','','2024-03-05 12:41:44','','0','7','2024-03-05 12:41:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709631695','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(337,'Be7','Mpesa','','2024-03-05 13:09:20','','0','7','2024-03-05 13:09:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709633352','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(338,'Acg','Card','','2024-03-05 13:49:02','','0','7','2024-03-05 13:49:02','','0','300','1','retail','0','300','1','300','0','0','0','0','0','printed',' ','','1','0','71709633386','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(339,'7O2','Mpesa','','2024-03-05 14:44:26','','0','7','2024-03-05 14:44:26','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709639055','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(340,'ZEP','Mpesa','','2024-03-05 14:53:09','','0','7','2024-03-05 14:53:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709639088','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(341,'M0R','Mpesa','','2024-03-05 15:06:43','','0','7','2024-03-05 15:06:43','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','71709639610','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(342,'K31','Mpesa','','2024-03-05 15:38:09','','0','7','2024-03-05 15:38:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709640987','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(343,'','Cash','','2024-03-05 16:00:33','','0','7','2024-03-05 16:00:33','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','71709642780','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(344,'KTT','Mpesa','','2024-03-05 16:55:20','','0','7','2024-03-05 16:55:20','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71709646901','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(345,'','Cash','','2024-03-05 17:25:33','','0','7','2024-03-05 17:25:34','','550','550','1','retail','0','550','1','0','0','0','0','0','0','printed',' ','','1','0','71709646946','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(346,'8V0','Mpesa','','2024-03-05 17:25:49','','0','7','2024-03-05 17:25:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71709648743','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(347,'893','Mpesa','','2024-03-13 13:48:04','','0','6','2024-03-13 13:48:04','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61710326810','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(348,'MLB','Mpesa','','2024-03-13 13:49:33','','0','6','2024-03-13 13:49:33','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61710326923','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(349,'ZDL','Mpesa','','2024-03-13 13:50:13','','0','6','2024-03-13 13:50:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710326999','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(350,'ZWA','Mpesa','','2024-03-13 13:51:01','','0','6','2024-03-13 13:51:01','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','1','0','61710327039','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(351,'CH5','Mpesa','','2024-03-13 15:00:48','','0','6','2024-03-13 13:51:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710327077','Cleared','6','2024-03-13 15:00:48','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(352,'F18','Mpesa','','2024-03-13 15:01:49','','0','6','2024-03-13 15:01:49','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710331267','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(353,'BNM','Mpesa','','2024-03-13 15:28:09','','0','6','2024-03-13 15:28:09','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61710332841','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(354,'0OM','Mpesa','','2024-03-13 15:29:17','','0','6','2024-03-13 15:29:17','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61710332914','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(355,'','Cash','','2024-03-13 15:32:38','','0','6','2024-03-13 15:32:38','','180','180','1','retail','0','180','1','0','0','0','0','0','0','printed',' ','','1','0','61710333131','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(356,'','Cash','','2024-03-13 15:33:18','','0','6','2024-03-13 15:33:18','','550','550','1','retail','0','550','1','0','0','0','0','0','0','printed',' ','','1','0','61710333172','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(357,'EAO','Mpesa','','2024-03-13 15:55:42','','0','6','2024-03-13 15:55:42','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61710334524','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(358,'MIJ','Mpesa','','2024-03-13 15:58:16','','0','6','2024-03-13 15:58:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710334685','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(359,'E9p','Mpesa','','2024-03-13 16:35:46','','0','6','2024-03-13 16:35:46','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710336935','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(360,'99W','Mpesa','','2024-03-13 16:36:38','','0','6','2024-03-13 16:36:38','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710336983','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(361,'JQU','Mpesa','','2024-03-13 17:00:09','','0','6','2024-03-13 17:00:09','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710337015','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(362,'UPT','Mpesa','','2024-03-13 17:05:35','','0','6','2024-03-13 17:05:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710338723','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(363,'ACF','Mpesa','','2024-03-13 18:36:08','','0','6','2024-03-13 18:36:08','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61710341891','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(364,'','Cash','','2024-03-13 18:37:00','','0','6','2024-03-13 18:37:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710344190','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(365,'','Cash','','2024-03-13 18:48:24','','0','6','2024-03-13 18:48:24','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61710344328','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(366,'AJ3','Mpesa','','2024-03-13 19:34:49','','0','6','2024-03-13 19:25:55','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61710347119','Cleared','6','2024-03-13 19:34:49','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(367,'4C5','Mpesa','','2024-03-13 20:07:06','','0','6','2024-03-13 20:07:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710348802','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(368,'','Cash','','2024-03-13 20:28:25','','0','6','2024-03-13 20:28:25','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61710349660','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(369,'TEA','Mpesa','','2024-03-13 20:29:39','','0','6','2024-03-13 20:29:39','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61710350914','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(370,'RAO','Mpesa','','2024-03-13 20:35:15','','0','6','2024-03-13 20:35:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710351005','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(371,'','Cash','','2024-03-13 20:39:00','','0','6','2024-03-13 20:39:00','','700','700','1','retail','0','700','1','0','0','0','0','0','0','printed',' ','','1','0','61710351499','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(372,'','Cash','','2024-03-14 11:08:54','','0','6','2024-03-14 11:08:54','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61710403706','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(373,'','Cash','','2024-03-14 11:10:33','','0','6','2024-03-14 11:10:33','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61710403813','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(374,'AOE','Mpesa','','2024-03-14 12:09:36','','0','6','2024-03-14 12:09:36','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710407333','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(375,'ZRM','Mpesa','','2024-03-14 12:10:24','','0','6','2024-03-14 12:10:24','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61710407400','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(376,'IEO','Mpesa','','2024-03-14 12:40:32','','0','6','2024-03-14 12:40:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710407448','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(377,'GRI','Mpesa','','2024-03-14 13:03:58','','0','6','2024-03-14 13:03:58','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710409296','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(378,'','Cash','','2024-03-14 13:24:53','','0','6','2024-03-14 13:24:53','','120','200','1','retail','0','200','1','0','0','0','0','80','0','printed',' ','','1','0','61710410697','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(379,'QSC','Mpesa','','2024-03-14 14:18:48','','0','6','2024-03-14 14:18:48','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710415121','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(380,'7LC','Mpesa','','2024-03-14 14:19:28','','0','6','2024-03-14 14:19:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710415155','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(381,'WZW','Mpesa','','2024-03-14 14:27:04','','0','6','2024-03-14 14:27:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710415191','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(382,'H66','Mpesa','','2024-03-14 15:44:09','','0','6','2024-03-14 15:44:09','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710417456','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(383,'TH2','Mpesa','','2024-03-14 15:44:49','','0','6','2024-03-14 15:44:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710420274','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(384,'','Cash','','2024-03-14 16:28:52','','0','6','2024-03-14 16:28:52','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61710420315','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(385,'VBS','Mpesa','','2024-03-14 16:29:15','','0','6','2024-03-14 16:29:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710422939','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(386,'PKL','Mpesa','','2024-03-14 16:45:15','','0','6','2024-03-14 16:45:15','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','61710422979','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(387,'M75','Mpesa','','2024-03-14 16:52:50','','0','6','2024-03-14 16:52:50','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710424314','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(388,'462','Mpesa','','2024-03-14 16:53:55','','0','6','2024-03-14 16:53:55','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61710424399','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(389,'EHZ','Mpesa','','2024-03-14 17:26:37','','0','6','2024-03-14 17:26:37','','0','1355','1','retail','0','1355','1','0','0','0','0','1355','0','printed',' ','','1','0','61710426045','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(390,'','Cash','','2024-03-14 18:53:30','','0','6','2024-03-14 18:53:30','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61710429978','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(391,'97P','Mpesa','','2024-03-14 19:39:44','','0','6','2024-03-14 19:39:44','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710434369','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(392,'Q7D','Mpesa','','2024-03-14 19:40:55','','0','6','2024-03-14 19:40:55','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710434419','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(393,'','Cash','','2024-03-14 19:42:15','','0','6','2024-03-14 19:42:15','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61710434503','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(394,'','Cash','','2024-03-14 20:02:00','','0','6','2024-03-14 20:02:01','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61710435568','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(395,'R6g','Mpesa','','2024-03-14 20:17:19','','0','6','2024-03-14 20:17:19','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','1','0','61710436530','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(396,'','Cash','','2024-03-14 20:20:14','','0','6','2024-03-14 20:20:14','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','61710436759','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(397,'Rmf','Mpesa','','2024-03-14 20:20:54','','0','6','2024-03-14 20:20:54','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61710436819','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(398,'','Cash','','2024-03-14 21:10:20','','0','6','2024-03-14 21:10:20','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61710436936','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(399,'KZ5','Mpesa','','2024-03-14 21:10:34','','0','6','2024-03-14 21:10:34','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','1','0','61710439825','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(400,'OYX','Mpesa','','2024-03-14 21:27:56','','0','6','2024-03-14 21:27:56','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61710440834','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(401,'','Cash','','2024-03-14 21:28:44','','0','6','2024-03-14 21:28:44','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61710440906','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(402,'L4A','Mpesa','','2024-03-15 11:13:51','','0','6','2024-03-15 11:13:51','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710490423','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(403,'UFF','Mpesa','','2024-03-15 12:13:29','','0','6','2024-03-15 12:13:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710490452','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(404,'UUR','Mpesa','','2024-03-15 13:07:03','','0','6','2024-03-15 13:07:03','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61710494419','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(405,'9ZT','Mpesa','','2024-03-15 13:19:53','','0','6','2024-03-15 13:19:53','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61710497241','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(406,'NNI','Mpesa','','2024-03-15 13:38:10','','0','6','2024-03-15 13:38:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710498018','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(407,'1NL','Mpesa','','2024-03-15 13:55:24','','0','6','2024-03-15 13:55:24','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61710499111','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(408,'','Cash','','2024-03-15 14:35:54','','0','6','2024-03-15 14:35:54','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61710502480','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(409,'FFM','Mpesa','','2024-03-15 14:36:19','','0','6','2024-03-15 14:36:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710502563','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(410,'Z54','Mpesa','','2024-03-15 14:37:34','','0','6','2024-03-15 14:37:34','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61710502607','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(411,'EIZ','Mpesa','','2024-03-15 14:39:22','','0','6','2024-03-15 14:39:22','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61710502689','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(412,'LMB','Mpesa','','2024-03-15 14:47:51','','0','6','2024-03-15 14:47:51','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61710502793','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(413,'B7V','Mpesa','','2024-03-15 14:49:02','','0','6','2024-03-15 14:49:02','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710503287','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(414,'','Cash','','2024-03-15 15:55:46','','0','6','2024-03-15 15:55:46','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61710507332','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(415,'4yi','Mpesa','','2024-03-15 16:20:44','','0','7','2024-03-15 16:20:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71710508833','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(416,'XSI','Mpesa','','2024-03-15 16:55:16','','0','6','2024-03-15 16:55:16','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61710510856','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(417,'4CI','Mpesa','','2024-03-15 17:32:54','','0','6','2024-03-15 17:32:54','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61710510932','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(418,'4YI','Mpesa','','2024-03-15 17:34:00','','0','6','2024-03-15 17:34:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710513231','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(419,'OWX','Mpesa','','2024-03-15 17:37:30','','0','6','2024-03-15 17:37:30','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61710513282','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(420,'R5f','Mpesa','','2024-03-15 18:00:03','','0','6','2024-03-15 18:00:03','','0','540','1','retail','0','540','1','0','0','0','0','540','0','printed',' ','','1','0','61710514657','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(421,'FAO','Mpesa','','2024-03-15 18:03:55','','0','6','2024-03-15 18:03:55','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61710514863','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(422,'1w1','Mpesa','','2024-03-15 18:37:36','','0','7','2024-03-15 18:37:36','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','71710516023','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(423,'','Cash','','2024-03-15 18:40:54','','0','7','2024-03-15 18:40:54','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','71710517091','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(424,'12a','Mpesa','','2024-03-15 19:20:52','','0','7','2024-03-15 19:20:52','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71710518457','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(425,'','Cash','','2024-03-15 19:30:32','','0','7','2024-03-15 19:30:32','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71710520212','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(426,'Gat','Mpesa','','2024-03-15 19:46:24','','0','7','2024-03-15 19:46:24','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71710521144','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(427,'2h5','Mpesa','','2024-03-15 20:00:53','','0','7','2024-03-15 20:00:53','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71710521834','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(428,'IQU','Mpesa','','2024-03-15 20:16:32','','0','7','2024-03-15 20:16:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71710522922','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(429,'WO6','Mpesa','','2024-03-15 20:44:01','','0','7','2024-03-15 20:44:01','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71710524542','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(430,'Dlj','Mpesa','','2024-03-15 21:28:33','','0','7','2024-03-15 21:28:33','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71710527128','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(431,'F45','Mpesa','','2024-03-15 21:36:11','','0','7','2024-03-15 21:36:11','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71710527692','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(432,'','Cash','','2024-03-16 11:30:23','','0','1','2024-03-16 11:30:23','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','11710577804','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(433,'','Cash','','2024-03-16 11:34:50','','0','1','2024-03-16 11:34:50','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','11710578083','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(434,'PWY','Mpesa','','2024-03-16 13:10:02','','0','6','2024-03-16 13:10:02','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','61710583765','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(435,'YLL','Mpesa','','2024-03-16 13:10:52','','0','6','2024-03-16 13:10:52','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61710583850','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(436,'M68','Mpesa','','2024-03-16 13:18:05','','0','6','2024-03-16 13:18:05','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61710584258','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(437,'XQE','Mpesa','','2024-03-16 13:41:02','','0','6','2024-03-16 13:41:02','','0','460','1','retail','0','460','1','0','0','0','0','460','0','printed',' ','','1','0','61710585641','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(438,'DXI','Mpesa','','2024-03-16 13:41:43','','0','6','2024-03-16 13:41:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710585693','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(439,'Yxd','Mpesa','','2024-03-16 13:52:59','','0','6','2024-03-16 13:52:59','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61710586364','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(440,'3GJ','Mpesa','','2024-03-16 14:08:57','','0','6','2024-03-16 14:08:57','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710587330','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(441,'8cz','Mpesa','','2024-03-16 14:14:23','','0','6','2024-03-16 14:14:23','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61710587656','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(442,'','Cash','','2024-03-16 14:59:20','','0','6','2024-03-16 14:59:20','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','1','0','61710589275','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(443,'','Cash','','2024-03-16 15:00:33','','0','6','2024-03-16 15:00:33','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61710590426','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(444,'','Cash','','2024-03-16 15:01:06','','0','6','2024-03-16 15:01:06','','100','150','1','retail','0','150','1','0','0','0','0','50','0','printed',' ','','1','0','61710590460','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(445,'X8p','Mpesa','','2024-03-16 15:03:11','','0','6','2024-03-16 15:03:11','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710590588','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(446,'','Cash','','2024-03-16 15:19:16','','0','6','2024-03-16 15:19:16','','630','630','1','retail','0','630','1','0','0','0','0','0','0','printed',' ','','1','0','61710591529','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(447,'','Cash','','2024-03-16 15:20:48','','0','6','2024-03-16 15:20:48','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61710591646','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(448,'Bca','Mpesa','','2024-03-16 15:57:11','','0','6','2024-03-16 15:57:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710593825','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(449,'E8r','Mpesa','','2024-03-16 15:57:48','','0','6','2024-03-16 15:57:48','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710593867','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(450,'Gxv','Mpesa','','2024-03-16 15:58:55','','0','6','2024-03-16 15:58:55','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','1','0','61710593928','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(451,'G6v','Mpesa','','2024-03-16 15:59:27','','0','6','2024-03-16 15:59:27','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710593964','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(452,'66A','Mpesa','','2024-03-16 16:00:24','','0','6','2024-03-16 16:00:24','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61710594019','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(453,'Pce','Mpesa','','2024-03-16 16:06:49','','0','6','2024-03-16 16:06:49','','0','1250','1','retail','0','1250','1','0','0','0','0','1250','0','printed',' ','','1','0','61710594233','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(454,'Woh','Mpesa','','2024-03-16 16:09:00','','0','6','2024-03-16 16:09:00','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61710594459','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(455,'Z65','Mpesa','','2024-03-16 16:17:40','','0','6','2024-03-16 16:17:40','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','61710595052','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(456,'Mqw','Mpesa','','2024-03-16 16:28:03','','0','6','2024-03-16 16:28:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710595099','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(457,'Nao','Mpesa','','2024-03-16 16:50:04','','0','6','2024-03-16 16:50:04','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61710597002','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(458,'Qnn','Mpesa','','2024-03-16 16:50:41','','0','6','2024-03-16 16:50:41','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61710597031','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(459,'Qnn','Mpesa','','2024-03-16 16:51:15','','0','6','2024-03-16 16:51:15','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61710597074','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(460,'','Cash','','2024-03-16 16:51:38','','0','6','2024-03-16 16:51:38','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61710597096','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(461,'9NF','Mpesa','','2024-03-16 17:17:40','','0','6','2024-03-16 17:17:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710598658','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(462,'9LJ','Mpesa','','2024-03-16 17:19:03','','0','6','2024-03-16 17:19:03','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710598740','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(463,'X1s','Mpesa','','2024-03-16 17:48:48','','0','7','2024-03-16 17:48:48','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71710599371','Cleared','','','','','','','','',0.00,0.00,5,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(464,'Bif','Mpesa','','2024-03-16 18:04:50','','0','7','2024-03-16 18:04:50','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','71710601099','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(465,'','Cash','','2024-03-16 18:31:12','','0','7','2024-03-16 18:31:12','','560','560','1','retail','0','560','1','0','0','0','0','0','0','printed',' ','','1','0','71710601907','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(466,'','Cash','','2024-03-16 19:05:24','','0','6','2024-03-16 19:05:24','','360','360','1','retail','0','360','1','0','0','0','0','0','0','printed',' ','','1','0','61710605098','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(467,'Xce','Mpesa','','2024-03-16 19:08:24','','0','6','2024-03-16 19:08:24','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710605301','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(468,'5zl','Mpesa','','2024-03-16 19:14:39','','0','6','2024-03-16 19:14:39','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710605677','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(469,'','Cash','','2024-03-16 19:20:35','','0','6','2024-03-16 19:20:35','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61710605941','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(470,'4ue','Mpesa','','2024-03-16 19:28:37','','0','6','2024-03-16 19:28:37','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710606511','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(471,'Iq9','Mpesa','','2024-03-16 19:52:37','','0','6','2024-03-16 19:52:37','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710607953','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(472,'JNS','Mpesa','','2024-03-16 19:53:04','','0','6','2024-03-16 19:53:04','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61710607981','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(473,'Ygg','Mpesa','','2024-03-16 20:01:27','','0','6','2024-03-16 20:01:27','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710608478','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(474,'','Cash','','2024-03-16 20:23:40','','0','6','2024-03-16 20:23:40','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61710609818','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(475,'Vfp','Mpesa','','2024-03-16 20:59:27','','0','6','2024-03-16 20:59:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710611965','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(476,'','Cash','','2024-03-16 20:59:58','','0','6','2024-03-16 20:59:58','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61710611993','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(477,'H8A','Mpesa','','2024-03-16 21:29:06','','0','6','2024-03-16 21:29:06','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61710613709','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(478,'','Cash','','2024-03-16 21:30:26','','0','6','2024-03-16 21:30:26','','10','10','1','retail','0','10','1','0','0','0','0','0','0','printed',' ','','1','0','61710613821','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(479,'','Cash','','2024-03-16 21:33:37','','0','7','2024-03-16 21:33:37','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71710603208','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(480,'5xw','Mpesa','','2024-03-18 13:36:55','','0','6','2024-03-18 13:36:55','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61710758205','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(481,'Vsk','Mpesa','','2024-03-18 13:39:52','','0','6','2024-03-18 13:39:52','','0','695','1','retail','0','695','1','0','0','0','0','695','0','printed',' ','','1','0','61710758333','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(482,'60o','Mpesa','','2024-03-18 13:53:50','','0','6','2024-03-18 13:53:50','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710759225','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(483,'','Cash','','2024-03-18 17:57:48','','0','6','2024-03-18 17:57:48','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61710773865','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(484,'','Cash','','2024-03-19 12:50:20','','0','7','2024-03-19 12:50:20','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71710840779','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(485,'','Cash','','2024-03-19 12:53:25','','0','7','2024-03-19 12:53:25','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','71710841981','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(486,'Doj','Mpesa','','2024-03-19 12:59:16','','0','7','2024-03-19 12:59:16','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71710842009','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(487,'','Cash','','2024-03-19 13:12:11','','0','7','2024-03-19 13:12:11','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','71710843121','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(488,'','Cash','','2024-03-19 14:29:47','','0','7','2024-03-19 14:29:47','','460','460','1','retail','0','460','1','0','0','0','0','0','0','printed',' ','','1','0','71710847221','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(489,'Trm','Mpesa','','2024-03-19 14:51:08','','0','7','2024-03-19 14:51:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71710847987','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(490,'Q2t','Mpesa','','2024-03-19 15:13:36','','0','7','2024-03-19 15:13:36','','0','465','1','retail','0','465','1','0','0','0','0','465','0','printed',' ','','1','0','71710849748','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(491,'Cyw','Mpesa','','2024-03-19 15:15:41','','0','7','2024-03-19 15:15:41','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71710850447','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(492,'Uru','Mpesa','','2024-03-19 15:19:42','','0','7','2024-03-19 15:19:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71710850573','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(493,'Gr8','Mpesa','','2024-03-19 15:41:28','','0','7','2024-03-19 15:41:28','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71710850996','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(494,'Wmc','Mpesa','','2024-03-19 15:48:26','','0','7','2024-03-19 15:48:26','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71710852470','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(495,'L38','Mpesa','','2024-03-19 15:49:50','','0','7','2024-03-19 15:49:50','','0','330','1','retail','0','330','1','0','0','0','0','330','0','printed',' ','','1','0','71710852551','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(496,'E6b','Mpesa','','2024-03-19 16:43:05','','0','7','2024-03-19 16:43:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71710855765','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(497,'R5s','Mpesa','','2024-03-19 16:44:25','','0','7','2024-03-19 16:44:25','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71710855837','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(498,'Ala','Mpesa','','2024-03-19 16:45:49','','0','7','2024-03-19 16:45:49','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71710855919','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(499,'Grn','Mpesa','','2024-03-19 17:08:03','','0','7','2024-03-19 17:08:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71710856015','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(500,'W5l','Mpesa','','2024-03-19 17:11:33','','0','7','2024-03-19 17:11:33','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71710857308','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(501,'Ztr','Mpesa','','2024-03-19 17:29:26','','0','7','2024-03-19 17:29:26','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71710858538','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(502,'S6e','Mpesa','','2024-03-19 18:43:35','','0','7','2024-03-19 18:43:35','','0','610','1','retail','0','610','1','0','0','0','0','610','0','printed',' ','','1','0','71710862850','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(503,'J5x','Mpesa','','2024-03-19 19:02:00','','0','7','2024-03-19 19:02:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71710863959','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(504,'Cfr','Mpesa','','2024-03-19 19:03:00','','0','7','2024-03-19 19:03:00','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71710864157','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(505,'9mr','Mpesa','','2024-03-19 19:04:28','','0','7','2024-03-19 19:04:28','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71710864205','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(506,'Ru7','Mpesa','','2024-03-19 19:05:42','','0','7','2024-03-19 19:05:42','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71710864332','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(507,'Jrv','Mpesa','','2024-03-19 20:40:29','','0','7','2024-03-19 20:40:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71710869575','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(508,'8fx','Mpesa','','2024-03-19 20:48:52','','0','7','2024-03-19 20:48:52','','0','90','1','retail','0','90','1','0','0','0','0','90','0','printed',' ','','1','0','71710870052','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(509,'Gq1','Mpesa','','2024-03-19 21:18:08','','0','7','2024-03-19 21:18:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71710872260','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(510,'Dqo','Mpesa','','2024-03-19 21:19:43','','0','7','2024-03-19 21:19:43','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71710872314','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(511,'6cl','Mpesa','','2024-03-19 21:21:11','','0','7','2024-03-19 21:21:11','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71710872445','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(512,'','Cash','','2024-03-19 21:23:04','','0','7','2024-03-19 21:23:04','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71710872560','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(513,'E0w','Mpesa','','2024-03-19 21:27:28','','0','7','2024-03-19 21:27:28','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71710872802','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(514,'Hbv','Mpesa','','2024-03-19 21:31:02','','0','7','2024-03-19 21:31:02','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','71710873003','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(515,'9mr','Mpesa','','2024-03-19 21:33:13','','0','7','2024-03-19 21:33:13','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71710873078','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(516,'','Cash','','2024-03-19 21:34:55','','0','7','2024-03-19 21:34:55','','75','75','1','retail','0','75','1','0','0','0','0','0','0','printed',' ','','1','0','71710873236','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(517,'Krx','Mpesa','','2024-03-20 12:41:33','','0','6','2024-03-20 12:41:33','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710927690','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(518,'Nfu','Mpesa','','2024-03-20 12:42:19','','0','6','2024-03-20 12:42:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710927737','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(519,'6py','Mpesa','','2024-03-20 12:42:49','','0','6','2024-03-20 12:42:49','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61710927766','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(520,'','Cash','','2024-03-20 12:43:38','','0','6','2024-03-20 12:43:38','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','61710927797','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(521,'','Cash','','2024-03-20 12:43:55','','0','6','2024-03-20 12:43:55','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61710927830','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(522,'Zwt','Mpesa','','2024-03-20 13:01:11','','0','6','2024-03-20 13:01:11','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61710928855','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(523,'Coj','Mpesa','','2024-03-20 13:31:01','','0','6','2024-03-20 13:31:01','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61710929806','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(524,'B9y','Mpesa','','2024-03-20 14:46:48','','0','6','2024-03-20 14:46:48','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61710935182','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(525,'85p','Mpesa','','2024-03-20 14:47:47','','0','6','2024-03-20 14:47:47','','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','1','0','61710935259','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(526,'463','Mpesa','','2024-03-20 15:46:13','','0','6','2024-03-20 15:46:13','','0','770','1','retail','0','770','1','0','0','0','0','770','0','printed',' ','','1','0','61710938724','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(527,'Fs0','Mpesa','','2024-03-20 16:09:18','','0','6','2024-03-20 16:09:18','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61710939723','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(528,'Jmp','Mpesa','','2024-03-20 16:10:05','','0','6','2024-03-20 16:10:05','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61710940195','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(529,'Tr5','Mpesa','','2024-03-20 16:10:45','','0','6','2024-03-20 16:10:45','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','61710940231','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(530,'J39','Mpesa','','2024-03-20 16:11:32','','0','6','2024-03-20 16:11:32','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61710940288','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(531,'Suk','Mpesa','','2024-03-20 16:27:27','','0','6','2024-03-20 16:27:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710941245','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(532,'7zc','Mpesa','','2024-03-20 16:56:09','','0','6','2024-03-20 16:56:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710942967','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(533,'Bje','Mpesa','','2024-03-20 19:04:11','','0','6','2024-03-20 19:04:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61710950648','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(534,'Yew','Mpesa','','2024-03-20 19:05:07','','0','6','2024-03-20 19:05:07','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61710950685','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(535,'','Cash','','2024-03-20 19:06:44','','0','6','2024-03-20 19:06:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61710950801','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(536,'','Cash','','2024-03-20 19:06:55','','0','6','2024-03-20 19:06:55','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61710950814','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(537,'','Cash','','2024-03-20 19:07:18','','0','6','2024-03-20 19:07:18','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61710950828','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(538,'Rs5','Mpesa','','2024-03-21 12:13:20','','0','7','2024-03-21 12:13:20','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71711012359','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(539,'7go','Mpesa','','2024-03-21 13:35:21','','0','6','2024-03-21 13:35:21','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711017313','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(540,'5l4','Mpesa','','2024-03-21 13:36:01','','0','6','2024-03-21 13:36:01','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61711017348','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(541,'Bdg','Mpesa','','2024-03-21 13:36:45','','0','6','2024-03-21 13:36:45','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61711017395','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(542,'','Cash','','2024-03-21 13:39:26','','0','6','2024-03-21 13:39:26','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61711017484','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(543,'','Cash','','2024-03-21 13:45:34','','0','6','2024-03-21 13:45:34','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61711017929','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(544,'46z','Mpesa','','2024-03-21 13:57:54','','0','6','2024-03-21 13:57:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711018671','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(545,'','Cash','','2024-03-21 14:12:28','','0','6','2024-03-21 14:12:28','','550','550','1','retail','0','550','1','0','0','0','0','0','0','printed',' ','','1','0','61711019533','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(546,'Qnf','Mpesa','','2024-03-21 15:00:06','','0','6','2024-03-21 15:00:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711022405','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(547,'R0n','Mpesa','','2024-03-21 15:06:50','','0','6','2024-03-21 15:06:50','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61711022767','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(548,'Jvc','Mpesa','','2024-03-21 15:11:23','','0','6','2024-03-21 15:11:23','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','61711023075','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(549,'Lqf','Mpesa','','2024-03-21 15:14:14','','0','6','2024-03-21 15:14:14','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61711023251','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(550,'Y34','Mpesa','','2024-03-21 15:58:07','','0','6','2024-03-21 15:58:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711025883','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(551,'','Cash','','2024-03-21 15:58:32','','0','6','2024-03-21 15:58:32','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61711025910','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(552,'','Cash','','2024-03-21 15:59:23','','0','6','2024-03-21 15:59:23','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61711025960','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(553,'Q1k','Mpesa','','2024-03-21 15:59:44','','0','6','2024-03-21 15:59:44','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711025972','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(554,'F08','Mpesa','','2024-03-21 16:12:03','','0','6','2024-03-21 16:12:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711026722','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(555,'Cqw','Mpesa','','2024-03-21 16:13:02','','0','6','2024-03-21 16:13:02','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711026775','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(556,'Mcd','Mpesa','','2024-03-21 16:13:40','','0','6','2024-03-21 16:13:40','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711026806','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(557,'Wxz','Mpesa','','2024-03-21 16:18:26','','0','6','2024-03-21 16:18:26','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711027105','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(558,'Bks','Mpesa','','2024-03-21 16:38:10','','0','6','2024-03-21 16:38:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711027131','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(559,'2ld','Mpesa','','2024-03-21 16:39:31','','0','6','2024-03-21 16:39:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711028337','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(560,'44d','Mpesa','','2024-03-21 16:50:26','','0','6','2024-03-21 16:50:26','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711029025','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(561,'','Cash','','2024-03-21 16:51:09','','180','6','2024-03-21 16:51:09','','90','90','1','retail','0','90','1','0','0','0','0','70','0','printed',' ','','1','0','61711029061','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(562,'Rv5','Mpesa','','2024-03-21 17:32:51','','0','6','2024-03-21 17:32:51','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711031570','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(563,'B1k','Mpesa','','2024-03-21 17:33:27','','0','6','2024-03-21 17:33:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711031605','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(564,'','Cash','','2024-03-21 17:34:02','','0','6','2024-03-21 17:34:02','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61711031625','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(565,'Rtd','Mpesa','','2024-03-21 17:46:53','','0','6','2024-03-21 17:46:53','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61711032209','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(566,'1yj','Mpesa','','2024-03-21 17:47:49','','0','6','2024-03-21 17:47:49','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711032463','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(567,'Wdc','Mpesa','','2024-03-21 18:10:47','','0','6','2024-03-21 18:10:47','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61711033843','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(568,'6rn','Mpesa','','2024-03-21 18:12:09','','0','6','2024-03-21 18:12:09','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','1','0','61711033927','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(569,'Yxj','Mpesa','','2024-03-21 18:23:31','','0','6','2024-03-21 18:23:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711034610','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(570,'Xm8','Mpesa','','2024-03-21 19:20:27','','0','6','2024-03-21 19:20:27','','0','1140','1','retail','0','1140','1','0','0','0','0','1140','0','printed',' ','','1','0','61711037942','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(571,'Epr','Mpesa','','2024-03-21 19:28:50','','0','6','2024-03-21 19:28:50','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711038526','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(572,'Ql1','Mpesa','','2024-03-21 19:29:21','','0','6','2024-03-21 19:29:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711038560','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(573,'51r','Mpesa','','2024-03-21 19:29:56','','0','6','2024-03-21 19:29:56','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711038592','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(574,'7zy','Mpesa','','2024-03-21 19:30:59','','0','6','2024-03-21 19:30:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711038658','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(575,'96a','Mpesa','','2024-03-21 19:31:36','','0','6','2024-03-21 19:31:36','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61711038695','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(576,'Y1s','Mpesa','','2024-03-21 19:33:00','','0','6','2024-03-21 19:33:00','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61711038762','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(577,'4bc','Mpesa','','2024-03-21 19:49:38','','0','6','2024-03-21 19:49:38','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61711039724','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(578,'','Cash','','2024-03-21 19:50:31','','0','6','2024-03-21 19:50:31','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61711039824','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(579,'Wtb','Mpesa','','2024-03-21 19:55:20','','0','6','2024-03-21 19:55:20','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61711040115','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(580,'Cnr','Mpesa','','2024-03-21 20:06:35','','0','6','2024-03-21 20:06:35','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61711040793','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(581,'5um','Mpesa','','2024-03-21 20:46:06','','0','6','2024-03-21 20:46:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711043162','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(582,'Ohm','Mpesa','','2024-03-21 20:47:25','','0','6','2024-03-21 20:47:25','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61711043238','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(583,'','Cash','','2024-03-21 20:47:56','','0','6','2024-03-21 20:47:56','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711043274','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(584,'','Cash','','2024-03-21 20:48:16','','0','6','2024-03-21 20:48:16','','100','200','1','retail','0','200','1','0','0','0','0','100','0','printed',' ','','1','0','61711043291','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(585,'','Cash','','2024-03-21 20:50:16','','0','6','2024-03-21 20:50:16','','30','80','1','retail','0','80','1','0','0','0','0','50','0','printed',' ','','1','0','61711043415','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(586,'','Cash','','2024-03-22 12:23:42','','0','7','2024-03-22 12:23:42','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','71711099374','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(587,'Hm3','Mpesa','','2024-03-22 12:24:20','','0','7','2024-03-22 12:24:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711099459','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(588,'I8u','Mpesa','','2024-03-22 13:58:50','','0','6','2024-03-22 13:58:50','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711105119','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(589,'Ui2','Mpesa','','2024-03-22 13:59:48','','0','6','2024-03-22 13:59:48','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61711105171','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(590,'Yjn','Mpesa','','2024-03-22 14:00:41','','0','6','2024-03-22 14:00:41','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711105240','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(591,'','Cash','','2024-03-22 14:49:02','','0','6','2024-03-22 14:49:02','','150','200','1','retail','0','200','1','0','0','0','0','50','0','printed',' ','','1','0','61711108133','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(592,'','Cash','','2024-03-22 15:34:06','','0','6','2024-03-22 15:34:06','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61711110809','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(593,'3NV','Mpesa','','2024-03-22 15:55:03','','0','6','2024-03-22 15:55:03','','0','560','1','retail','0','560','1','0','0','0','0','560','0','printed',' ','','1','0','61711112063','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(594,'F88','Mpesa','','2024-03-22 15:55:50','','0','6','2024-03-22 15:55:50','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61711112148','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(595,'Xy7','Mpesa','','2024-03-22 15:56:32','','0','6','2024-03-22 15:56:32','','0','170','1','retail','0','170','1','0','0','0','0','170','0','printed',' ','','1','0','61711112173','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(596,'','Cash','','2024-03-22 15:59:23','','0','6','2024-03-22 15:59:23','','790','790','1','retail','0','790','1','0','0','0','0','0','0','printed',' ','','1','0','61711112336','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(597,'064','Mpesa','','2024-03-22 16:13:39','','0','6','2024-03-22 16:13:39','','0','430','1','retail','0','430','1','0','0','0','0','430','0','printed',' ','','1','0','61711113203','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(598,'Zgd','Mpesa','','2024-03-22 16:22:42','','0','6','2024-03-22 16:22:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711113759','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(599,'','Cash','','2024-03-22 17:38:01','','0','6','2024-03-22 17:38:01','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61711118275','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(600,'T4q','Mpesa','','2024-03-22 17:39:00','','0','6','2024-03-22 17:39:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711118339','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(601,'Zgd','Mpesa','','2024-03-22 17:46:03','','0','6','2024-03-22 17:46:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711118761','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(602,'J4s','Mpesa','','2024-03-22 17:51:22','','0','6','2024-03-22 17:51:22','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61711119073','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(603,'','Cash','','2024-03-22 18:00:18','','0','6','2024-03-22 18:00:18','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','61711119615','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(604,'41k','Mpesa','','2024-03-22 18:28:13','','0','6','2024-03-22 18:28:13','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711121104','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(605,'9uo','Mpesa','','2024-03-22 19:12:10','','0','6','2024-03-22 19:12:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711121369','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(606,'P3z','Mpesa','','2024-03-22 19:15:26','','0','6','2024-03-22 19:15:26','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61711124015','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(607,'Npo','Mpesa','','2024-03-22 19:45:23','','0','6','2024-03-22 19:45:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711125921','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(608,'Cap','Mpesa','','2024-03-22 19:46:02','','0','6','2024-03-22 19:46:02','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711125953','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(609,'Qvn','Mpesa','','2024-03-22 19:54:29','','0','6','2024-03-22 19:54:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711126464','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(610,'Bk6','Mpesa','','2024-03-22 20:00:31','','0','6','2024-03-22 20:00:31','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711126805','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(611,'','Cash','','2024-03-22 20:34:55','','0','6','2024-03-22 20:34:55','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711128892','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(612,'Dbb','Mpesa','','2024-03-22 20:39:06','','0','6','2024-03-22 20:39:06','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711129144','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(613,'X1v','Mpesa','','2024-03-22 20:59:44','','0','6','2024-03-22 20:59:44','','0','950','1','retail','0','950','1','0','0','0','0','950','0','printed',' ','','1','0','61711130372','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(614,'Dpk','Mpesa','','2024-03-22 21:01:17','','0','6','2024-03-22 21:01:17','','0','390','1','retail','0','390','1','0','0','0','0','390','0','printed',' ','','1','0','61711130455','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(615,'Tek','Mpesa','','2024-03-22 21:14:25','','0','6','2024-03-22 21:14:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711131264','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(616,'','Cash','','2024-03-22 21:44:50','','0','6','2024-03-22 21:44:50','','200','240','1','retail','0','240','1','0','0','0','0','40','0','printed',' ','','1','0','61711132494','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(617,'9m7','Mpesa','','2024-03-23 13:06:05','','0','6','2024-03-23 13:06:05','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711188361','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(618,'6t7','Mpesa','','2024-03-23 13:07:39','','0','6','2024-03-23 13:07:39','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711188457','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(619,'Er3','Mpesa','','2024-03-23 13:27:56','','0','6','2024-03-23 13:27:56','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711189673','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(620,'48t','Mpesa','','2024-03-23 13:28:42','','0','6','2024-03-23 13:28:42','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711189716','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(621,'8c4','Mpesa','','2024-03-23 13:29:18','','0','6','2024-03-23 13:29:18','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711189754','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(622,'Isp','Mpesa','','2024-03-23 13:30:12','','0','6','2024-03-23 13:30:12','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711189788','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(623,'Zhf','Mpesa','','2024-03-23 13:31:18','','0','6','2024-03-23 13:31:18','','0','1120','1','retail','0','1120','1','0','0','0','0','1120','0','printed',' ','','1','0','61711189851','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(624,'','Cash','','2024-03-23 13:32:23','','0','6','2024-03-23 13:32:23','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','61711189935','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(625,'Q3k','Mpesa','','2024-03-23 13:57:35','','0','6','2024-03-23 13:57:35','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','61711191411','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(626,'4zr','Mpesa','','2024-03-23 14:05:02','','0','6','2024-03-23 14:05:02','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711191900','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(627,'Ps1','Mpesa','','2024-03-23 14:55:47','','0','6','2024-03-23 14:55:47','','0','880','1','retail','0','880','1','0','0','0','0','880','0','printed',' ','','1','0','61711192258','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(628,'Pe0','Mpesa','','2024-03-23 14:57:18','','0','6','2024-03-23 14:57:18','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','61711195009','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(629,'Ys8','Mpesa','','2024-03-23 14:57:52','','0','6','2024-03-23 14:57:52','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61711195070','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(630,'6jz','Mpesa','','2024-03-23 14:59:38','','0','6','2024-03-23 14:59:38','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711195175','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(631,'R17','Mpesa','','2024-03-23 15:04:53','','0','6','2024-03-23 15:04:53','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61711195466','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(632,'Jlf','Mpesa','','2024-03-23 15:05:30','','0','6','2024-03-23 15:05:30','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711195515','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(633,'','Cash','','2024-03-23 15:11:03','','0','6','2024-03-23 15:11:03','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711195861','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(634,'Vdo','Mpesa','','2024-03-23 15:37:53','','0','6','2024-03-23 15:37:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711197472','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(635,'','Cash','','2024-03-23 15:57:55','','0','6','2024-03-23 15:57:55','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711198667','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(636,'Jrj','Mpesa','','2024-03-23 16:41:03','','0','6','2024-03-23 16:41:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711201262','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(637,'N44','Mpesa','','2024-03-23 16:41:39','','0','6','2024-03-23 16:41:39','','0','90','1','retail','0','90','1','0','0','0','0','90','0','printed',' ','','1','0','61711201297','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(638,'Tg3','Mpesa','','2024-03-23 16:42:43','','0','6','2024-03-23 16:42:43','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61711201334','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(639,'Pfq','Mpesa','','2024-03-23 16:43:26','','0','6','2024-03-23 16:43:26','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61711201404','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(640,'7hk','Mpesa','','2024-03-23 16:43:57','','0','6','2024-03-23 16:43:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711201435','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(641,'9bm','Mpesa','','2024-03-23 17:58:16','','0','6','2024-03-23 17:58:16','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','61711205874','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(642,'C9v','Mpesa','','2024-03-23 17:58:54','','0','6','2024-03-23 17:58:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711205933','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(643,'Njr','Mpesa','','2024-03-23 17:59:41','','0','6','2024-03-23 17:59:41','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711205979','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(644,'L9y','Mpesa','','2024-03-23 18:06:28','','0','6','2024-03-23 18:06:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711206387','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(645,'Cjn','Mpesa','','2024-03-23 18:07:22','','0','6','2024-03-23 18:07:22','','0','55','1','retail','0','55','1','0','0','0','0','55','0','printed',' ','','1','0','61711206437','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(646,'92e','Mpesa','','2024-03-23 18:07:58','','0','6','2024-03-23 18:07:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711206477','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(647,'','Cash','','2024-03-23 18:08:24','','0','6','2024-03-23 18:08:24','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61711206502','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(648,'Ep5','Mpesa','','2024-03-23 18:14:34','','0','6','2024-03-23 18:14:34','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711206505','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(649,'','Cash','','2024-03-23 18:40:57','','0','6','2024-03-23 18:40:57','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61711208455','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(650,'','Cash','','2024-03-23 18:41:42','','0','6','2024-03-23 18:41:42','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61711208498','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(651,'D2r','Mpesa','','2024-03-23 18:48:37','','0','6','2024-03-23 18:48:37','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61711208503','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(652,'7df','Mpesa','','2024-03-23 19:06:34','','0','6','2024-03-23 19:06:34','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711209992','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(653,'18b','Mpesa','','2024-03-23 19:14:10','','0','6','2024-03-23 19:14:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711210446','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(654,'7sf','Mpesa','','2024-03-23 19:15:13','','0','6','2024-03-23 19:15:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711210512','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(655,'Xyn','Mpesa','','2024-03-23 19:16:27','','0','6','2024-03-23 19:16:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711210583','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(656,'','Cash','','2024-03-23 19:19:16','','0','6','2024-03-23 19:19:16','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711210755','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(657,'Rg1','Mpesa','','2024-03-23 20:19:00','','0','6','2024-03-23 20:19:00','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','61711214316','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(658,'Apd','Mpesa','','2024-03-23 20:19:51','','0','6','2024-03-23 20:19:51','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61711214381','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(659,'Uvx','Mpesa','','2024-03-23 20:20:27','','0','6','2024-03-23 20:20:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711214426','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(660,'Zwx','Mpesa','','2024-03-23 20:20:50','','0','6','2024-03-23 20:20:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711214449','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(661,'','Cash','','2024-03-23 20:21:26','','0','6','2024-03-23 20:21:26','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61711214477','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(662,'','Cash','','2024-03-23 20:22:27','','0','6','2024-03-23 20:22:27','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61711214544','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(663,'Ast','Mpesa','','2024-03-23 20:37:20','','0','6','2024-03-23 20:37:20','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711215437','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(664,'S7z','Mpesa','','2024-03-23 20:52:33','','0','6','2024-03-23 20:52:33','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61711216334','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(665,'N5l','Mpesa','','2024-03-23 20:53:07','','0','6','2024-03-23 20:53:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711216386','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(666,'I32','Mpesa','','2024-03-23 20:53:40','','0','6','2024-03-23 20:53:40','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61711216418','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(667,'5s2','Mpesa','','2024-03-23 21:10:19','','0','6','2024-03-23 21:10:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711217415','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(668,'Sz9','Mpesa','','2024-03-23 21:18:44','','0','6','2024-03-23 21:18:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711217920','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(669,'Cus','Mpesa','','2024-03-23 21:39:54','','0','6','2024-03-23 21:39:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711219193','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(670,'Vhg','Mpesa','','2024-03-23 21:51:32','','0','6','2024-03-23 21:51:32','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711219890','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(671,'V5a','Mpesa','','2024-03-23 22:00:29','','0','6','2024-03-23 22:00:29','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','61711220406','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(672,'Pxs','Mpesa','','2024-03-23 22:02:45','','0','6','2024-03-23 22:02:45','','0','275','1','retail','0','275','1','0','0','0','0','275','0','printed',' ','','1','0','61711220548','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(673,'F2c','Mpesa','','2024-03-24 10:53:15','','0','6','2024-03-24 10:53:15','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','61711266784','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(674,'','Cash','','2024-03-24 10:53:58','','0','6','2024-03-24 10:53:58','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711266836','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(675,'Oos','Mpesa','','2024-03-24 11:18:03','','0','6','2024-03-24 11:18:03','','0','370','1','retail','0','370','1','0','0','0','0','370','0','printed',' ','','1','0','61711268274','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(676,'121','Mpesa','','2024-03-24 11:18:35','','0','6','2024-03-24 11:18:35','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711268311','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(677,'','Cash','','2024-03-24 12:10:23','','0','6','2024-03-24 12:10:23','','200','300','1','retail','0','300','1','0','0','0','0','0100','0','printed',' ','','1','0','61711270361','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(678,'92u','Mpesa','','2024-03-24 12:11:24','','0','6','2024-03-24 12:11:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711271480','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(679,'2yc','Mpesa','','2024-03-24 12:12:23','','0','6','2024-03-24 12:12:23','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61711271529','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(680,'D3k','Mpesa','','2024-03-24 12:13:54','','0','6','2024-03-24 12:13:54','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61711271626','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(681,'Vur','Mpesa','','2024-03-24 12:15:21','','0','6','2024-03-24 12:15:21','','0','760','1','retail','0','760','1','0','0','0','0','760','0','printed',' ','','1','0','61711271672','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(682,'I6d','Mpesa','','2024-03-24 12:15:49','','0','6','2024-03-24 12:15:49','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711271744','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(683,'','Cash','','2024-03-24 12:17:03','','0','6','2024-03-24 12:17:03','','90','90','1','retail','0','90','1','0','0','0','0','0','0','printed',' ','','1','0','61711271792','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(684,'','Cash','','2024-03-24 12:17:31','','0','6','2024-03-24 12:17:31','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61711271848','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(685,'4bk','Mpesa','','2024-03-24 12:40:54','','0','6','2024-03-24 12:40:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711273253','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(686,'5pl','Mpesa','','2024-03-24 12:46:46','','0','6','2024-03-24 12:46:46','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','61711273269','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(687,'Ua3','Mpesa','','2024-03-24 12:52:16','','0','7','2024-03-24 12:52:16','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711273857','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(688,'','Cash','','2024-03-24 12:59:08','','0','7','2024-03-24 12:59:08','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71711274211','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(689,'','Cash','','2024-03-24 13:15:29','','0','7','2024-03-24 13:15:29','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71711274412','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(690,'','Cash','','2024-03-24 13:17:31','','0','7','2024-03-24 13:17:31','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71711275436','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(691,'Yeu','Mpesa','','2024-03-24 13:18:50','','0','7','2024-03-24 13:18:50','','0','340','1','retail','0','340','1','0','0','0','0','340','0','printed',' ','','1','0','71711275482','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(692,'S75','Mpesa','','2024-03-24 13:35:21','','0','7','2024-03-24 13:19:53','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711275566','Cleared','7','2024-03-24 13:35:21','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(693,'','Cash','','2024-03-24 13:23:07','','0','7','2024-03-24 13:23:07','','440','440','1','retail','0','440','1','0','0','0','0','0','0','printed',' ','','1','0','71711275654','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(694,'S75','Mpesa','','2024-03-24 13:37:39','','0','7','2024-03-24 13:37:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711276635','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(695,'4ca','Mpesa','','2024-03-24 13:41:39','','0','7','2024-03-24 13:41:39','','0','490','1','retail','0','490','1','0','0','0','0','490','0','printed',' ','','1','0','71711276824','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(696,'362','Mpesa','','2024-03-24 13:50:15','','0','7','2024-03-24 13:50:15','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711277314','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(697,'','Cash','','2024-03-24 13:54:49','','0','7','2024-03-24 13:54:49','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71711277591','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(698,'Qn1','Mpesa','','2024-03-24 13:57:35','','0','7','2024-03-24 13:57:35','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71711277751','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(699,'','Cash','','2024-03-24 14:04:03','','0','7','2024-03-24 14:04:03','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71711277973','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(700,'Fkw','Mpesa','','2024-03-24 14:05:44','','0','7','2024-03-24 14:05:44','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711278315','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(701,'Yy3','Mpesa','','2024-03-24 14:09:20','','0','7','2024-03-24 14:09:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711278548','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(702,'Ax9','Mpesa','','2024-03-24 14:14:36','','0','7','2024-03-24 14:14:36','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','71711278854','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(703,'B63','Mpesa','','2024-03-24 14:24:32','','0','7','2024-03-24 14:24:32','','0','265','1','retail','0','265','1','0','0','0','0','265','0','printed',' ','','1','0','71711279351','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(704,'Rs9','Mpesa','','2024-03-24 14:26:52','','0','7','2024-03-24 14:26:52','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','1','0','71711279499','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(705,'I4s','Mpesa','','2024-03-24 14:30:32','','0','7','2024-03-24 14:30:32','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71711279803','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(706,'H0q','Mpesa','','2024-03-24 14:33:33','','0','7','2024-03-24 14:33:33','','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','1','0','71711279862','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(707,'1eb','Mpesa','','2024-03-24 14:35:43','','0','7','2024-03-24 14:35:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711280112','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(708,'Bd2','Mpesa','','2024-03-24 14:37:46','','0','7','2024-03-24 14:37:46','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71711280212','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(709,'78t','Mpesa','','2024-03-24 14:46:41','','0','7','2024-03-24 14:46:41','','0','1250','1','retail','0','1250','1','0','0','0','0','1250','0','printed',' ','','1','0','71711280310','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(710,'','Cash','','2024-03-24 14:49:42','','0','7','2024-03-24 14:49:42','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','71711280862','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(711,'F6a','Mpesa','','2024-03-24 14:59:59','','0','7','2024-03-24 14:59:59','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','71711281570','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(712,'1rb','Mpesa','','2024-03-24 15:03:33','','0','7','2024-03-24 15:03:33','','0','640','1','retail','0','640','1','0','0','0','0','640','0','printed',' ','','1','0','71711281705','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(713,'0qw','Card','','2024-03-24 15:14:50','','0','7','2024-03-24 15:14:50','','0','440','1','retail','0','440','1','440','0','0','0','0','0','printed',' ','','1','0','71711281849','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(714,'Asj','Mpesa','','2024-03-24 15:18:30','','0','7','2024-03-24 15:18:30','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711282517','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(715,'','Cash','','2024-03-24 15:33:18','','0','7','2024-03-24 15:33:18','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71711283261','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(716,'D18','Mpesa','','2024-03-24 15:34:30','','0','7','2024-03-24 15:34:30','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711283657','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(717,'0gc','Mpesa','','2024-03-24 15:35:08','','0','7','2024-03-24 15:35:08','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71711283686','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(718,'Rfh','Mpesa','','2024-03-24 15:37:16','','0','7','2024-03-24 15:37:16','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','71711283792','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(719,'4k5','Mpesa','','2024-03-24 15:39:17','','0','7','2024-03-24 15:39:17','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','71711283857','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(720,'6t6','Mpesa','','2024-03-24 15:45:13','','0','7','2024-03-24 15:45:13','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711284014','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(721,'Sww','Mpesa','','2024-03-24 15:58:20','','0','7','2024-03-24 15:58:20','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71711285075','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(722,'Tdn','Mpesa','','2024-03-24 15:59:02','','0','7','2024-03-24 15:59:02','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71711285133','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(723,'','Cash','','2024-03-24 16:01:24','','0','7','2024-03-24 16:01:24','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','71711285273','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(724,'D88','Mpesa','','2024-03-24 17:11:45','','0','6','2024-03-24 17:11:45','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711289504','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(725,'K2p','Mpesa','','2024-03-24 17:12:35','','0','6','2024-03-24 17:12:35','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61711289526','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(726,'72n','Mpesa','','2024-03-24 17:13:00','','0','6','2024-03-24 17:13:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711289579','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(727,'4l2','Mpesa','','2024-03-24 17:13:32','','0','6','2024-03-24 17:13:32','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','1','0','61711289604','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(728,'Ral','Mpesa','','2024-03-24 17:23:55','','0','6','2024-03-24 17:23:55','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61711290214','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(729,'Ud2','Mpesa','','2024-03-24 17:29:30','','0','6','2024-03-24 17:29:30','','0','770','1','retail','0','770','1','0','0','0','0','770','0','printed',' ','','1','0','61711290548','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(730,'','Cash','','2024-03-24 17:32:40','','0','6','2024-03-24 17:32:40','','700','700','1','retail','0','700','1','0','0','0','0','0','0','printed',' ','','1','0','61711290723','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(731,'Hig','Mpesa','','2024-03-24 17:54:10','','0','6','2024-03-24 17:54:10','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711292046','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(732,'Gyx','Mpesa','','2024-03-24 18:25:05','','0','6','2024-03-24 18:25:05','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711293900','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(733,'','Cash','','2024-03-24 18:25:52','','0','6','2024-03-24 18:25:52','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61711293933','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(734,'Ub3','Mpesa','','2024-03-24 18:36:38','','0','6','2024-03-24 18:36:38','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','61711294587','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(735,'Irz','Mpesa','','2024-03-24 18:37:07','','0','6','2024-03-24 18:37:07','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61711294624','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(736,'8ja','Mpesa','','2024-03-24 18:39:46','','0','6','2024-03-24 18:39:46','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711294784','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(737,'','Cash','','2024-03-24 18:55:55','','0','6','2024-03-24 18:55:55','','100','150','1','retail','0','150','1','0','0','0','0','50','0','printed',' ','','1','0','61711295753','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(738,'Dnh','Mpesa','','2024-03-24 19:50:15','','0','6','2024-03-24 19:50:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711295778','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(739,'','Cash','','2024-03-24 19:56:57','','0','6','2024-03-24 19:56:57','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61711299413','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(740,'','Cash','','2024-03-24 19:57:13','','0','6','2024-03-24 19:57:13','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61711299429','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(741,'X9x','Mpesa','','2024-03-24 19:57:40','','0','6','2024-03-24 19:57:40','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61711299444','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(742,'F9n','Mpesa','','2024-03-24 20:15:40','','0','7','2024-03-24 20:15:40','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','71711300405','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(743,'K3a','Mpesa','','2024-03-24 20:17:34','','0','7','2024-03-24 20:17:34','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711300576','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(744,'Nfa','Mpesa','','2024-03-24 20:21:13','','0','7','2024-03-24 20:21:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711300837','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(745,'Fjr','Mpesa','','2024-03-24 20:39:32','','0','7','2024-03-24 20:39:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711301936','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(746,'Hpu','Mpesa','','2024-03-24 20:48:48','','0','7','2024-03-24 20:48:48','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71711302517','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(747,'Nfa','Mpesa','','2024-03-24 20:50:44','','0','7','2024-03-24 20:50:44','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71711302611','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(748,'1lf','Mpesa','','2024-03-24 20:58:54','','0','7','2024-03-24 20:58:54','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711303101','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(749,'Z9m','Mpesa','','2024-03-25 14:13:56','','0','6','2024-03-25 14:13:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711365233','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(750,'Mzi','Mpesa','','2024-03-25 14:22:16','','0','6','2024-03-25 14:22:16','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711365731','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(751,'Anp','Mpesa','','2024-03-25 14:23:27','','0','6','2024-03-25 14:23:27','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','61711365799','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(752,'Hsz','Mpesa','','2024-03-25 14:23:58','','0','6','2024-03-25 14:23:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711365835','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(753,'Nkv','Mpesa','','2024-03-25 14:24:57','','0','6','2024-03-25 14:24:57','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61711365884','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(754,'H7u','Mpesa','','2024-03-25 14:25:46','','0','6','2024-03-25 14:25:46','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711365944','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(755,'Zbb','Mpesa','','2024-03-25 14:26:21','','0','6','2024-03-25 14:26:21','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711365970','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(756,'','Cash','','2024-03-25 14:26:42','','0','6','2024-03-25 14:26:42','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711366000','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(757,'6q3','Mpesa','','2024-03-25 14:48:39','','0','6','2024-03-25 14:48:39','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61711367299','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(758,'Wem','Mpesa','','2024-03-25 15:54:53','','0','6','2024-03-25 15:54:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711371291','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(759,'','Cash','','2024-03-25 15:55:34','','0','6','2024-03-25 15:55:34','','100','150','1','retail','0','150','1','0','0','0','0','50','0','printed',' ','','1','0','61711371332','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(760,'','Cash','','2024-03-25 15:56:09','','0','6','2024-03-25 15:56:09','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61711371367','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(761,'57y','Mpesa','','2024-03-25 16:16:43','','0','6','2024-03-25 16:16:43','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61711372587','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(762,'','Cash','','2024-03-25 16:29:16','','0','6','2024-03-25 16:29:16','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711373355','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(763,'Ezv','Mpesa','','2024-03-25 17:36:19','','0','6','2024-03-25 17:36:19','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711377374','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(764,'','Cash','','2024-03-25 18:01:58','','0','6','2024-03-25 18:01:58','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711378915','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(765,'','Cash','','2024-03-25 18:18:11','','0','6','2024-03-25 18:18:11','','640','640','1','retail','0','640','1','0','0','0','0','0','0','printed',' ','','1','0','61711379844','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(766,'Wtv','Mpesa','','2024-03-25 18:24:21','','0','6','2024-03-25 18:24:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711380260','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(767,'Vi7','Mpesa','','2024-03-25 18:25:18','','0','6','2024-03-25 18:25:18','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711380315','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(768,'Qjt','Mpesa','','2024-03-25 18:26:31','','0','6','2024-03-25 18:26:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711380390','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(769,'F88','Mpesa','','2024-03-25 18:27:54','','0','6','2024-03-25 18:27:54','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61711380418','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(770,'4os','Mpesa','','2024-03-25 19:36:26','','0','6','2024-03-25 19:36:26','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711384577','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(771,'Xkm','Mpesa','','2024-03-25 19:40:53','','0','6','2024-03-25 19:40:53','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61711384837','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(772,'Wve','Mpesa','','2024-03-25 19:43:17','','0','6','2024-03-25 19:43:17','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','1','0','61711384882','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(773,'Ctj','Mpesa','','2024-03-25 20:02:57','','0','6','2024-03-25 20:02:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711386175','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(774,'Fcg','Mpesa','','2024-03-25 20:04:11','','0','6','2024-03-25 20:04:11','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61711386242','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(775,'M9r','Mpesa','','2024-03-25 20:04:54','','0','6','2024-03-25 20:04:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711386291','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(776,'','Cash','','2024-03-25 20:11:16','','0','6','2024-03-25 20:11:16','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711386673','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(777,'Yas','Mpesa','','2024-03-25 21:03:38','','0','6','2024-03-25 21:03:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711389817','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(778,'','Cash','','2024-03-25 21:05:03','','0','6','2024-03-25 21:05:03','','700','700','1','retail','0','700','1','0','0','0','0','0','0','printed',' ','','1','0','61711389861','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(779,'Sxu','Mpesa','','2024-03-25 21:11:06','','0','6','2024-03-25 21:11:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711390264','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(780,'Pxz','Mpesa','','2024-03-25 21:12:11','','0','6','2024-03-25 21:12:11','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61711390297','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(781,'1ei','Mpesa','','2024-03-25 21:13:12','','0','6','2024-03-25 21:13:12','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61711390365','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(782,'1ei','Mpesa','','2024-03-25 21:13:59','','0','6','2024-03-25 21:13:59','','0','10','1','retail','0','10','1','0','0','0','0','10','0','printed',' ','','1','0','61711390437','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(783,'Wzl','Mpesa','','2024-03-25 21:16:32','','0','6','2024-03-25 21:16:32','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711390590','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(784,'','Cash','','2024-03-25 21:17:39','','0','6','2024-03-25 21:17:39','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61711390652','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(785,'X9l','Mpesa','','2024-03-25 21:30:26','','0','6','2024-03-25 21:30:26','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','61711391258','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(786,'Vpq','Mpesa','','2024-03-26 12:58:00','','0','7','2024-03-26 12:58:00','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71711447062','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(787,'C5q','Mpesa','','2024-03-26 13:02:03','','0','7','2024-03-26 13:02:03','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711447112','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(788,'25v','Mpesa','','2024-03-26 13:30:46','','0','7','2024-03-26 13:30:47','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','71711448563','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(789,'Plv','Mpesa','','2024-03-26 13:32:23','','0','7','2024-03-26 13:32:23','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711449077','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(790,'Prb','Mpesa','','2024-03-26 14:05:59','','0','7','2024-03-26 14:05:59','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711449623','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(791,'Fyv','Mpesa','','2024-03-26 14:22:07','','0','7','2024-03-26 14:22:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711451178','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(792,'A5t','Mpesa','','2024-03-26 14:24:38','','0','7','2024-03-26 14:24:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711452256','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(793,'','Cash','','2024-03-26 14:25:23','','0','7','2024-03-26 14:25:23','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','71711452307','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(794,'','Cash','','2024-03-26 14:25:58','','0','7','2024-03-26 14:25:58','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71711452348','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(795,'8tu','Mpesa','','2024-03-26 14:33:46','','0','7','2024-03-26 14:33:46','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711452739','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(796,'74n','Mpesa','','2024-03-26 14:34:36','','0','7','2024-03-26 14:34:36','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711452852','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(797,'My6','Mpesa','','2024-03-26 15:15:04','','0','7','2024-03-26 15:15:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711455287','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(798,'Stk','Mpesa','','2024-03-26 15:15:35','','0','7','2024-03-26 15:15:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711455322','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(799,'L6t','Mpesa','','2024-03-26 15:16:16','','0','7','2024-03-26 15:16:16','','0','10','1','retail','0','10','1','0','0','0','0','10','0','printed',' ','','1','0','71711455354','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(800,'','Cash','','2024-03-26 15:17:02','','0','7','2024-03-26 15:17:02','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','71711455391','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(801,'Yav','Mpesa','','2024-03-26 16:07:31','','0','7','2024-03-26 16:07:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711458427','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(802,'','Cash','','2024-03-26 16:09:06','','0','7','2024-03-26 16:09:06','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','71711458526','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(803,'P00','Mpesa','','2024-03-26 16:55:55','','0','7','2024-03-26 16:55:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711458548','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(804,'Dtq','Mpesa','','2024-03-26 17:11:39','','0','7','2024-03-26 17:11:39','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71711461382','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(805,'6hh','Mpesa','','2024-03-26 17:12:56','','0','7','2024-03-26 17:12:56','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','71711462319','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(806,'Ey7','Mpesa','','2024-03-26 17:14:56','','0','7','2024-03-26 17:14:56','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','71711462419','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(807,'Noy','Mpesa','','2024-03-26 17:31:46','','0','7','2024-03-26 17:31:46','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711462788','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(808,'Lpy','Mpesa','','2024-03-26 17:46:04','','0','7','2024-03-26 17:46:04','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71711464087','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(809,'Noy','Mpesa','','2024-03-26 18:01:27','','0','7','2024-03-26 18:01:27','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','71711464503','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(810,'','Cash','','2024-03-26 18:04:25','','0','7','2024-03-26 18:04:25','','460','460','1','retail','0','460','1','0','0','0','0','0','0','printed',' ','','1','0','71711465395','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(811,'Cqc','Mpesa','','2024-03-26 18:05:09','','0','7','2024-03-26 18:05:09','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71711465480','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(812,'Fkj','Mpesa','','2024-03-26 18:35:48','','0','7','2024-03-26 18:35:48','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','71711465564','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(813,'Oc3','Mpesa','','2024-03-26 18:36:47','','0','7','2024-03-26 18:36:47','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71711467376','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(814,'L77','Mpesa','','2024-03-26 18:50:56','','0','7','2024-03-26 18:50:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711467498','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(815,'Vto','Mpesa','','2024-03-26 18:51:43','','0','7','2024-03-26 18:51:43','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711468277','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(816,'Abr','Mpesa','','2024-03-26 19:51:56','','0','7','2024-03-26 19:51:56','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71711471886','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(817,'6da','Mpesa','','2024-03-26 19:52:50','','0','7','2024-03-26 19:52:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711471938','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(818,'Be1','Mpesa','','2024-03-26 19:58:59','','0','7','2024-03-26 19:58:59','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','71711471993','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(819,'Mus','Mpesa','','2024-03-26 20:04:44','','0','7','2024-03-26 20:04:44','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71711472441','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(820,'','Cash','','2024-03-26 20:07:37','','0','7','2024-03-26 20:07:37','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','71711472849','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(821,'B1j','Mpesa','','2024-03-26 20:49:26','','0','7','2024-03-26 20:49:26','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711475353','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(822,'8l3','Mpesa','','2024-03-26 20:55:49','','0','7','2024-03-26 20:55:49','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711475728','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(823,'Y6c','Mpesa','','2024-03-26 21:25:05','','0','7','2024-03-26 21:25:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711475841','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(824,'Gjl','Mpesa','','2024-03-26 21:25:55','','0','7','2024-03-26 21:25:55','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71711477526','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(825,'Stx','Mpesa','','2024-03-26 21:28:48','','0','7','2024-03-26 21:28:48','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71711477694','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(826,'Abr','Mpesa','','2024-03-26 21:29:42','','0','7','2024-03-26 21:29:42','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71711477750','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(827,'F7c','Mpesa','','2024-03-26 21:50:21','','0','7','2024-03-26 21:50:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711479009','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(828,'Fbr','Mpesa','','2024-03-26 21:55:43','','0','7','2024-03-26 21:55:43','','0','690','1','retail','0','690','1','0','0','0','0','690','0','printed',' ','','1','0','71711479070','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(829,'6jo','Mpesa','','2024-03-26 22:03:15','','0','7','2024-03-26 22:03:15','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71711479724','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(830,'A9f','Mpesa','','2024-03-27 13:29:11','','0','6','2024-03-27 13:29:11','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','61711535336','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(831,'H3d','Mpesa','','2024-03-27 14:03:43','','0','6','2024-03-27 14:03:43','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711537420','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(832,'6hb','Mpesa','','2024-03-27 14:04:33','','0','6','2024-03-27 14:04:33','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711537471','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(833,'E9b','Mpesa','','2024-03-27 14:04:56','','0','6','2024-03-27 14:04:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711537495','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(834,'Hap','Mpesa','','2024-03-27 14:41:57','','0','6','2024-03-27 14:41:57','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711539714','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(835,'Mr2','Mpesa','','2024-03-27 15:19:17','','0','6','2024-03-27 15:19:17','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711541956','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(836,'Dbs','Mpesa','','2024-03-27 15:37:33','','0','6','2024-03-27 15:37:33','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61711543051','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(837,'784','Mpesa','','2024-03-27 15:38:05','','0','6','2024-03-27 15:38:05','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61711543084','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(838,'','Cash','','2024-03-27 16:19:01','','0','6','2024-03-27 16:19:01','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711545540','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(839,'Fyl','Mpesa','','2024-03-27 16:37:09','','0','6','2024-03-27 16:37:09','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711546625','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(840,'','Cash','','2024-03-27 18:02:01','','0','6','2024-03-27 18:02:01','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61711551637','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(841,'Mqe','Mpesa','','2024-03-27 18:14:34','','0','6','2024-03-27 18:14:34','','0','340','1','retail','0','340','1','0','0','0','0','340','0','printed',' ','','1','0','61711552431','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(842,'','Cash','','2024-03-27 19:52:25','','0','6','2024-03-27 19:52:25','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711558341','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(843,'Dtd','Mpesa','','2024-03-27 19:54:03','','0','6','2024-03-27 19:54:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711558442','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(844,'Jun','Mpesa','','2024-03-27 19:54:46','','0','6','2024-03-27 19:54:46','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61711558484','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(845,'1x6','Mpesa','','2024-03-27 19:55:27','','0','6','2024-03-27 19:55:27','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61711558522','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(846,'M24','Mpesa','','2024-03-27 20:18:49','','0','6','2024-03-27 20:18:49','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711559918','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(847,'C20','Mpesa','','2024-03-27 21:07:05','','0','6','2024-03-27 21:07:05','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61711562823','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(848,'Hro','Mpesa','','2024-03-27 21:09:59','','0','6','2024-03-27 21:09:59','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61711562978','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(849,'Yia','Mpesa','','2024-03-27 21:10:43','','0','6','2024-03-27 21:10:43','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61711563028','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(850,'2z1','Mpesa','','2024-03-27 21:11:36','','0','6','2024-03-27 21:11:36','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61711563082','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(851,'0u9','Mpesa','','2024-03-27 21:15:02','','0','6','2024-03-27 21:15:02','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61711563248','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(852,'17m','Mpesa','','2024-03-27 21:16:48','','0','6','2024-03-27 21:16:48','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711563359','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(853,'8ex','Mpesa','','2024-03-27 21:17:25','','0','6','2024-03-27 21:17:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711563443','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(854,'F4b','Mpesa','','2024-03-27 21:18:54','','0','6','2024-03-27 21:18:54','','0','170','1','retail','0','170','1','0','0','0','0','170','0','printed',' ','','1','0','61711563523','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(855,'8kk','Mpesa','','2024-03-27 21:19:24','','0','6','2024-03-27 21:19:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711563563','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(856,'He8','Mpesa','','2024-03-27 21:28:07','','0','6','2024-03-27 21:28:07','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61711564054','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(857,'','Cash','','2024-03-27 21:35:09','','0','6','2024-03-27 21:35:09','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61711564438','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(858,'D8z','Mpesa','','2024-03-28 13:20:03','','0','6','2024-03-28 13:20:03','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61711621183','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(859,'Hm2','Mpesa','','2024-03-28 13:20:38','','0','6','2024-03-28 13:20:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711621237','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(860,'8ho','Mpesa','','2024-03-28 13:23:35','','0','6','2024-03-28 13:23:35','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711621262','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(861,'687','Mpesa','','2024-03-28 13:27:00','','0','6','2024-03-28 13:27:00','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711621604','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(862,'8n7','Mpesa','','2024-03-28 13:39:47','','0','6','2024-03-28 13:39:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711622385','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(863,'','Cash','','2024-03-28 13:56:39','','0','6','2024-03-28 13:56:39','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711623390','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(864,'Xvz','Mpesa','','2024-03-28 14:03:27','','0','6','2024-03-28 14:03:27','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711623799','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(865,'3n9','Mpesa','','2024-03-28 14:04:12','','0','6','2024-03-28 14:04:12','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711623849','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(866,'1n1','Mpesa','','2024-03-28 14:32:21','','0','6','2024-03-28 14:32:21','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711625532','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(867,'Ngq','Mpesa','','2024-03-28 14:32:56','','0','6','2024-03-28 14:32:56','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711625572','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(868,'Gc3','Mpesa','','2024-03-28 14:49:38','','0','6','2024-03-28 14:49:38','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711626575','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(869,'Qx4','Mpesa','','2024-03-28 14:50:17','','0','6','2024-03-28 14:50:17','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711626615','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(870,'','Cash','','2024-03-28 16:10:21','','0','6','2024-03-28 16:10:21','','550','550','1','retail','0','550','1','0','0','0','0','0','0','printed',' ','','1','0','61711631304','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(871,'M6f','Mpesa','','2024-03-28 16:31:09','','0','6','2024-03-28 16:31:09','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','61711632652','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(872,'P2g','Mpesa','','2024-03-28 17:05:11','','0','6','2024-03-28 17:05:11','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61711634671','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(873,'8c3','Mpesa','','2024-03-28 17:05:59','','0','6','2024-03-28 17:05:59','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711634756','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(874,'Anf','Mpesa','','2024-03-28 17:37:46','','0','6','2024-03-28 17:37:46','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711636662','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(875,'Oa9','Mpesa','','2024-03-28 18:17:15','','0','6','2024-03-28 18:17:15','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711639014','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(876,'L09','Mpesa','','2024-03-28 18:46:30','','0','6','2024-03-28 18:46:30','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61711640767','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(877,'Y9a','Mpesa','','2024-03-28 20:15:31','','0','6','2024-03-28 20:15:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711640826','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(878,'Uc3','Mpesa','','2024-03-28 20:16:15','','0','6','2024-03-28 20:16:15','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711646155','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(879,'Bpz','Mpesa','','2024-03-28 20:18:27','','0','6','2024-03-28 20:18:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711646208','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(880,'Iqp','Mpesa','','2024-03-28 20:36:14','','0','6','2024-03-28 20:36:14','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711647371','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(881,'Gu8','Mpesa','','2024-03-28 20:37:37','','0','6','2024-03-28 20:37:37','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711647455','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(882,'G75','Mpesa','','2024-03-28 20:39:27','','0','6','2024-03-28 20:39:27','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711647489','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(883,'O47','Mpesa','','2024-03-28 20:40:20','','0','6','2024-03-28 20:40:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711647618','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(884,'V79','Mpesa','','2024-03-28 20:41:00','','0','6','2024-03-28 20:41:00','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711647654','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(885,'K4f','Mpesa','','2024-03-28 20:41:34','','0','6','2024-03-28 20:41:34','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711647692','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(886,'Ybk','Mpesa','','2024-03-28 21:00:00','','0','6','2024-03-28 21:00:00','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61711647813','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(887,'I1m','Mpesa','','2024-03-28 21:01:09','','0','6','2024-03-28 21:01:09','','0','205','1','retail','0','205','1','0','0','0','0','205','0','printed',' ','','1','0','61711648838','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(888,'','Cash','','2024-03-28 21:02:42','','0','6','2024-03-28 21:02:42','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61711648928','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(889,'','Cash','','2024-03-28 21:10:06','','0','6','2024-03-28 21:10:06','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711649402','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(890,'Kny','Mpesa','','2024-03-28 21:43:28','','0','6','2024-03-28 21:43:28','','0','1130','1','retail','0','1130','1','0','0','0','0','1130','0','printed',' ','','1','0','61711651297','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(891,'Kx3','Mpesa','','2024-03-28 21:50:16','','0','6','2024-03-28 21:50:16','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61711651788','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(892,'Doy','Mpesa','','2024-03-28 21:52:39','','0','6','2024-03-28 21:52:39','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','1','0','61711651933','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(893,'41t','Card','','2024-03-29 13:33:49','','0','7','2024-03-29 13:33:49','','0','200','1','retail','0','200','1','200','0','0','0','0','0','printed',' ','','1','0','71711708386','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(894,'Dex','Mpesa','','2024-03-29 13:36:33','','0','7','2024-03-29 13:36:33','','0','570','1','retail','0','570','1','0','0','0','0','570','0','printed',' ','','1','0','71711708456','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(895,'0l3','Mpesa','','2024-03-29 13:37:19','','0','7','2024-03-29 13:37:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711708620','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(896,'X4v','Mpesa','','2024-03-29 13:38:49','','0','7','2024-03-29 13:38:49','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','1','0','71711708707','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(897,'Biv','Mpesa','','2024-03-29 13:40:14','','0','7','2024-03-29 13:40:14','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','71711708767','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(898,'5kq','Mpesa','','2024-03-29 13:40:52','','0','7','2024-03-29 13:40:52','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711708828','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(899,'3ay','Mpesa','','2024-03-29 13:45:17','','0','7','2024-03-29 13:45:17','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71711708882','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(900,'Bhx','Mpesa','','2024-03-29 13:48:09','','0','7','2024-03-29 13:48:09','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71711709207','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(901,'Soy','Mpesa','','2024-03-29 13:48:48','','0','7','2024-03-29 13:48:48','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71711709305','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(902,'Zs8','Mpesa','','2024-03-29 13:49:28','','0','7','2024-03-29 13:49:28','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','71711709350','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(903,'4r3','Mpesa','','2024-03-29 14:02:17','','0','7','2024-03-29 14:02:17','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','71711709381','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(904,'','Cash','','2024-03-29 14:02:51','','0','7','2024-03-29 14:02:51','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','71711710163','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(905,'','Cash','','2024-03-29 15:11:22','','0','7','2024-03-29 15:11:22','','650','650','1','retail','0','650','1','0','0','0','0','0','0','printed',' ','','1','0','71711714224','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(906,'Tz5','Mpesa','','2024-03-29 15:12:39','','0','7','2024-03-29 15:12:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711714353','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(907,'Wov','Mpesa','','2024-03-29 15:14:04','','0','7','2024-03-29 15:14:04','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71711714436','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(908,'Qmu','Mpesa','','2024-03-29 15:15:57','','0','7','2024-03-29 15:15:57','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711714552','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(909,'','Cash','','2024-03-29 15:16:47','','0','7','2024-03-29 15:16:47','','150','300','1','retail','0','300','1','0','0','0','0','0150','0','printed',' ','','1','0','71711714601','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(910,'','Cash','','2024-03-29 15:29:36','','0','7','2024-03-29 15:29:36','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','71711715368','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(911,'P44','Mpesa','','2024-03-29 16:02:46','','0','6','2024-03-29 16:02:46','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','61711717339','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(912,'','Cash','','2024-03-29 16:13:03','','0','6','2024-03-29 16:13:03','','150','210','1','retail','0','210','1','0','0','0','0','60','0','printed',' ','','1','0','61711717973','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(913,'Cpg','Mpesa','','2024-03-29 16:25:11','','0','6','2024-03-29 16:25:11','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711718705','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(914,'Fxb','Mpesa','','2024-03-29 16:42:02','','0','6','2024-03-29 16:42:02','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711719719','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(915,'','Cash','','2024-03-29 16:42:44','','0','6','2024-03-29 16:42:44','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61711719760','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(916,'36d','Mpesa','','2024-03-29 17:08:33','','0','6','2024-03-29 17:08:33','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711721300','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(917,'Tzd','Mpesa','','2024-03-29 17:09:07','','0','6','2024-03-29 17:09:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711721346','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(918,'Gpw','Mpesa','','2024-03-29 17:14:09','','0','6','2024-03-29 17:14:09','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711721638','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(919,'','Cash','','2024-03-29 17:30:57','','0','6','2024-03-29 17:30:57','','210','210','1','retail','0','210','1','0','0','0','0','0','0','printed',' ','','1','0','61711722590','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(920,'Zu9','Mpesa','','2024-03-29 17:43:44','','0','6','2024-03-29 17:43:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711723380','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(921,'G6r','Mpesa','','2024-03-29 17:44:19','','0','6','2024-03-29 17:44:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711723458','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(922,'Izz','Mpesa','','2024-03-29 18:06:49','','0','6','2024-03-29 18:06:49','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711724804','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(923,'55r','Mpesa','','2024-03-29 18:24:07','','0','6','2024-03-29 18:24:07','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','61711725842','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(924,'Kb8','Mpesa','','2024-03-29 18:34:19','','0','6','2024-03-29 18:34:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711726457','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(925,'A2t','Mpesa','','2024-03-29 18:34:52','','0','6','2024-03-29 18:34:52','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711726486','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(926,'Nup','Mpesa','','2024-03-29 18:53:21','','0','6','2024-03-29 18:53:21','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61711727597','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(927,'67x','Mpesa','','2024-03-29 19:13:27','','0','6','2024-03-29 19:13:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711728806','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(928,'Ase','Mpesa','','2024-03-29 19:19:24','','0','6','2024-03-29 19:19:24','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61711729143','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(929,'R2g','Mpesa','','2024-03-29 19:40:27','','0','6','2024-03-29 19:40:27','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61711729173','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(930,'L6y','Mpesa','','2024-03-29 19:41:38','','0','6','2024-03-29 19:41:38','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711730481','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(931,'Cw6','Mpesa','','2024-03-29 19:42:36','','0','6','2024-03-29 19:42:36','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61711730516','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(932,'','Cash','','2024-03-29 20:02:37','','0','6','2024-03-29 20:02:37','','460','460','1','retail','0','460','1','0','0','0','0','0','0','printed',' ','','1','0','61711731142','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(933,'1o8','Mpesa','','2024-03-29 20:06:06','','0','6','2024-03-29 20:06:06','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61711731913','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(934,'','Cash','','2024-03-29 20:08:08','','0','6','2024-03-29 20:08:08','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711732080','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(935,'Lj2','Mpesa','','2024-03-29 20:13:49','','0','6','2024-03-29 20:13:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711732392','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(936,'Ros','Mpesa','','2024-03-29 20:32:24','','0','6','2024-03-29 20:32:24','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61711732459','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(937,'Ql9','Mpesa','','2024-03-29 20:45:42','','0','6','2024-03-29 20:45:42','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711733606','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(938,'Tdn','Mpesa','','2024-03-29 21:14:46','','0','6','2024-03-29 21:14:46','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711734415','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(939,'05s','Mpesa','','2024-03-29 21:15:21','','0','6','2024-03-29 21:15:21','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711736108','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(940,'6ct','Mpesa','','2024-03-29 21:16:45','','0','6','2024-03-29 21:16:45','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61711736176','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(941,'Ws6','Mpesa','','2024-03-30 12:41:13','','0','6','2024-03-30 12:41:13','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61711791669','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(942,'5cg','Mpesa','','2024-03-30 12:42:01','','0','6','2024-03-30 12:42:01','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711791719','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(943,'7pp','Mpesa','','2024-03-30 12:43:36','','0','6','2024-03-30 12:43:36','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61711791812','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(944,'','Cash','','2024-03-30 12:44:05','','0','6','2024-03-30 12:44:05','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711791843','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(945,'2km','Mpesa','','2024-03-30 12:47:42','','0','6','2024-03-30 12:47:42','','0','670','1','retail','0','670','1','0','0','0','0','670','0','printed',' ','','1','0','61711791962','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(946,'R7t','Mpesa','','2024-03-30 13:22:13','','0','6','2024-03-30 13:22:13','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61711794110','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(947,'','Cash','','2024-03-30 13:36:13','','0','6','2024-03-30 13:36:13','','1050','1050','1','retail','0','1050','1','0','0','0','0','0','0','printed',' ','','1','0','61711794151','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(948,'','Cash','','2024-03-30 13:57:54','','0','6','2024-03-30 13:57:54','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711796272','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(949,'Xw1','Mpesa','','2024-03-30 14:01:21','','0','6','2024-03-30 14:01:21','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61711796319','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(950,'Dmo','Mpesa','','2024-03-30 14:02:01','','0','6','2024-03-30 14:02:01','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','1','0','61711796501','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(951,'L6l','Mpesa','','2024-03-30 14:30:39','','0','6','2024-03-30 14:30:39','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711798210','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(952,'40f','Mpesa','','2024-03-30 14:38:11','','0','6','2024-03-30 14:38:11','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','61711798264','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(953,'Zxu','Mpesa','','2024-03-30 15:00:39','','0','6','2024-03-30 15:00:39','','0','90','1','retail','0','90','1','0','0','0','0','90','0','printed',' ','','1','0','61711798712','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(954,'Nyw','Mpesa','','2024-03-30 15:01:27','','0','6','2024-03-30 15:01:27','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61711800069','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(955,'Gpw','Mpesa','','2024-03-30 15:12:39','','0','6','2024-03-30 15:12:39','','0','1320','1','retail','0','1320','1','0','0','0','0','1320','0','printed',' ','','1','0','61711800523','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(956,'0h9','Mpesa','','2024-03-30 16:41:35','','0','7','2024-03-30 16:41:35','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711806052','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(957,'Bes','Mpesa','','2024-03-30 16:45:18','','0','7','2024-03-30 16:45:18','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711806280','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(958,'3nx','Mpesa','','2024-03-30 16:46:03','','0','7','2024-03-30 16:46:03','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711806333','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(959,'5cs','Mpesa','','2024-03-30 16:46:48','','0','7','2024-03-30 16:46:48','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711806391','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(960,'X3t','Mpesa','','2024-03-30 16:50:00','','0','7','2024-03-30 16:50:00','','0','620','1','retail','0','620','1','0','0','0','0','620','0','printed',' ','','1','0','71711806435','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(961,'Sb1','Mpesa','','2024-03-30 16:57:42','','0','7','2024-03-30 16:57:42','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711806966','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(962,'8vx','Mpesa','','2024-03-30 17:08:40','','0','7','2024-03-30 17:08:40','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71711807490','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(963,'Zly','Mpesa','','2024-03-30 17:57:19','','0','7','2024-03-30 17:57:19','','0','830','1','retail','0','830','1','0','0','0','0','830','0','printed',' ','','1','0','71711810443','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(964,'','Cash','','2024-03-30 18:12:44','','0','7','2024-03-30 18:12:44','','100','150','1','retail','0','150','1','0','0','0','0','50','0','printed',' ','','1','0','71711811564','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(965,'Aez','Mpesa','','2024-03-30 18:14:43','','0','7','2024-03-30 18:14:43','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','71711811650','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(966,'A4w','Mpesa','','2024-03-30 18:20:35','','0','7','2024-03-30 18:20:35','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711812023','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(967,'C9k','Mpesa','','2024-03-30 18:22:08','','0','7','2024-03-30 18:22:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711812128','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(968,'','Cash','','2024-03-30 18:23:22','','0','7','2024-03-30 18:23:22','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71711812177','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(969,'','Cash','','2024-03-30 18:55:25','','0','7','2024-03-30 18:55:25','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71711814123','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(970,'Z88','Mpesa','','2024-03-30 18:56:05','','0','7','2024-03-30 18:56:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711814164','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(971,'8AZ','Mpesa','','2024-03-30 18:57:04','','0','7','2024-03-30 18:57:04','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711814209','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(972,'Y2y','Mpesa','','2024-03-30 18:59:03','','0','7','2024-03-30 18:59:03','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71711814337','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(973,' cgc','Mpesa','','2024-03-30 19:00:30','','0','7','2024-03-30 19:00:30','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71711814429','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(974,'H5l','Mpesa','','2024-03-30 20:17:22','','0','6','2024-03-30 20:17:22','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711819033','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(975,'Lif','Mpesa','','2024-03-30 20:17:54','','0','6','2024-03-30 20:17:54','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61711819072','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(976,'Yfh','Mpesa','','2024-03-30 20:19:32','','0','6','2024-03-30 20:19:32','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711819165','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(977,'6ro','Mpesa','','2024-03-30 20:20:34','','0','6','2024-03-30 20:20:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711819232','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(978,'Q3m','Mpesa','','2024-03-30 20:21:34','','0','6','2024-03-30 20:21:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711819293','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(979,'4m6','Mpesa','','2024-03-30 20:22:03','','0','6','2024-03-30 20:22:03','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711819321','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(980,'Uvb','Mpesa','','2024-03-30 20:24:21','','0','6','2024-03-30 20:24:21','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61711819363','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(981,'T90','Mpesa','','2024-03-30 20:24:46','','0','6','2024-03-30 20:24:46','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711819484','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(982,'H7g','Mpesa','','2024-03-30 20:28:12','','0','6','2024-03-30 20:28:12','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61711819684','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(983,'1th','Mpesa','','2024-03-30 20:29:03','','0','6','2024-03-30 20:29:03','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711819723','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(984,'','Cash','','2024-03-30 20:32:36','','0','6','2024-03-30 20:32:36','','550','550','1','retail','0','550','1','0','0','0','0','0','0','printed',' ','','1','0','61711819947','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(985,'','Cash','','2024-03-30 20:38:26','','0','6','2024-03-30 20:38:26','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61711820300','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(986,'2be','Mpesa','','2024-03-30 21:17:54','','0','6','2024-03-30 21:17:54','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711822666','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(987,'Xg7','Mpesa','','2024-03-30 21:18:58','','0','6','2024-03-30 21:18:58','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711822723','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(988,'','Cash','','2024-03-30 21:32:07','','0','6','2024-03-30 21:32:07','','310','340','1','retail','0','340','1','0','0','0','0','30','0','printed',' ','','1','0','61711823468','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(989,'25w','Mpesa','','2024-03-31 10:52:05','','0','6','2024-03-31 10:52:05','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711871522','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(990,'','Cash','','2024-03-31 10:52:43','','0','6','2024-03-31 10:52:43','','380','380','1','retail','0','380','1','0','0','0','0','0','0','printed',' ','','1','0','61711871548','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(991,'04n','Mpesa','','2024-03-31 11:27:30','','0','6','2024-03-31 11:27:30','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711873274','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(992,'Tbf','Mpesa','','2024-03-31 11:29:39','','0','6','2024-03-31 11:29:39','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711873777','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(993,'Ocv','Mpesa','','2024-03-31 11:29:57','','0','6','2024-03-31 11:29:57','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711873793','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(994,'I41','Mpesa','','2024-03-31 11:44:55','','0','6','2024-03-31 11:44:55','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61711874688','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(995,'Hgw','Mpesa','','2024-03-31 11:49:30','','0','6','2024-03-31 11:49:30','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61711874959','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(996,'Eyd','Mpesa','','2024-03-31 12:17:34','','0','6','2024-03-31 12:17:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711876648','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(997,'Jcx','Mpesa','','2024-03-31 12:18:27','','0','6','2024-03-31 12:18:27','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','61711876705','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(998,'Ujy','Mpesa','','2024-03-31 13:01:20','','0','7','2024-03-31 13:01:20','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711879245','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(999,'Bs4','Mpesa','','2024-03-31 13:02:13','','0','7','2024-03-31 13:02:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711879315','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1000,'','Cash','','2024-03-31 13:12:06','','0','7','2024-03-31 13:12:06','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','71711879915','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1001,'Vl8','Mpesa','','2024-03-31 13:12:41','','0','7','2024-03-31 13:12:41','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711879938','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1002,'Era','Mpesa','','2024-03-31 13:45:02','','0','7','2024-03-31 13:45:02','','0','490','1','retail','0','490','1','0','0','0','0','490','0','printed',' ','','1','0','71711881702','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1003,'Vph','Mpesa','','2024-03-31 13:47:59','','0','7','2024-03-31 13:47:59','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','71711881919','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1004,'','Cash','','2024-03-31 13:55:53','','0','7','2024-03-31 13:55:53','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71711882532','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1005,'Jzl','Mpesa','','2024-03-31 13:56:40','','0','7','2024-03-31 13:56:40','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711882556','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1006,'Vma','Mpesa','','2024-03-31 13:57:17','','0','7','2024-03-31 13:57:17','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711882619','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1007,'','Cash','','2024-03-31 14:10:31','','0','7','2024-03-31 14:10:31','','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','1','0','71711882740','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1008,'0fo','Mpesa','','2024-03-31 14:13:40','','0','7','2024-03-31 14:13:40','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71711883509','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1009,'Jzr','Mpesa','','2024-03-31 14:28:28','','0','7','2024-03-31 14:28:28','','0','470','1','retail','0','470','1','0','0','0','0','470','0','printed',' ','','1','0','71711884080','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1010,'4an','Mpesa','','2024-03-31 14:29:27','','0','7','2024-03-31 14:29:27','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71711884548','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1011,'Qn1','Mpesa','','2024-03-31 14:30:06','','0','7','2024-03-31 14:30:06','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711884586','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1012,'Liv','Mpesa','','2024-03-31 14:32:17','','0','7','2024-03-31 14:32:17','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711884617','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1013,'Py9','Mpesa','','2024-03-31 14:38:14','','0','7','2024-03-31 14:38:14','','0','465','1','retail','0','465','1','0','0','0','0','465','0','printed',' ','','1','0','71711885017','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1014,'','Cash','','2024-03-31 14:40:00','','0','7','2024-03-31 14:40:00','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','71711885165','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1015,'Vkn','Mpesa','','2024-03-31 14:40:32','','0','7','2024-03-31 14:40:32','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711885202','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1016,'Fp3','Mpesa','','2024-03-31 14:45:04','','0','7','2024-03-31 14:45:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711885253','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1017,'085','Mpesa','','2024-03-31 14:45:59','','0','7','2024-03-31 14:45:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711885522','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1018,'','Cash','','2024-03-31 14:49:37','','0','7','2024-03-31 14:49:37','','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','1','0','71711885579','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1019,'Kql','Mpesa','','2024-03-31 14:50:59','','0','7','2024-03-31 14:50:59','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711885799','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1020,'B6b','Mpesa','','2024-03-31 14:54:24','','0','7','2024-03-31 14:54:24','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711886009','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1021,'Gj7','Mpesa','','2024-03-31 14:58:19','','0','7','2024-03-31 14:58:19','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','71711886171','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1022,'Y7b','Mpesa','','2024-03-31 15:05:02','','0','7','2024-03-31 15:05:02','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71711886497','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1023,'592','Mpesa','','2024-03-31 15:09:46','','0','7','2024-03-31 15:09:46','','0','720','1','retail','0','720','1','0','0','0','0','720','0','printed',' ','','1','0','71711886947','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1024,'U3h','Mpesa','','2024-03-31 15:22:27','','0','7','2024-03-31 15:22:27','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711887569','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1025,'','Cash','','2024-03-31 16:12:28','','0','7','2024-03-31 16:12:28','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','71711890520','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1026,'6kj','Mpesa','','2024-03-31 16:13:29','','0','7','2024-03-31 16:13:29','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','71711890752','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1027,'Ekq','Mpesa','','2024-03-31 16:14:40','','0','7','2024-03-31 16:14:40','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','71711890861','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1028,'9qs','Mpesa','','2024-03-31 16:16:26','','0','7','2024-03-31 16:16:26','','0','370','1','retail','0','370','1','0','0','0','0','370','0','printed',' ','','1','0','71711890890','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1029,'2jo','Mpesa','','2024-03-31 16:17:24','','0','7','2024-03-31 16:17:24','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71711891003','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1030,'Drb','Mpesa','','2024-03-31 16:18:00','','0','7','2024-03-31 16:18:00','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711891059','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1031,'G85','Mpesa','','2024-03-31 16:38:13','','0','7','2024-03-31 16:38:13','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711892287','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1032,'Rrr','Mpesa','','2024-03-31 16:52:49','','0','7','2024-03-31 16:52:49','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711892659','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1033,'','Cash','','2024-03-31 16:53:43','','0','7','2024-03-31 16:53:43','','230','230','1','retail','0','230','1','0','0','0','0','0','0','printed',' ','','1','0','71711893215','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1034,'314','Mpesa','','2024-03-31 16:57:06','','0','6','2024-03-31 16:57:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711893423','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1035,'314','Mpesa','','2024-03-31 17:28:19','','0','7','2024-03-31 17:28:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711895292','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1036,'Hgw','Mpesa','','2024-03-31 17:37:01','','0','7','2024-03-31 17:37:01','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71711895805','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1037,'Yd1','Mpesa','','2024-03-31 17:37:56','','0','7','2024-03-31 17:37:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711895836','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1038,'Jcx','Mpesa','','2024-03-31 17:39:00','','0','7','2024-03-31 17:39:00','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71711895899','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1039,'Jcx','Mpesa','','2024-03-31 18:28:22','','0','7','2024-03-31 18:28:22','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711898858','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1040,'25w','Mpesa','','2024-03-31 18:32:55','','0','7','2024-03-31 18:32:55','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711899163','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1041,'Ply','Mpesa','','2024-03-31 18:34:55','','0','7','2024-03-31 18:34:55','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71711899193','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1042,'Am1','Mpesa','','2024-03-31 18:35:35','','0','7','2024-03-31 18:35:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711899306','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1043,'Ujy','Mpesa','','2024-03-31 18:38:13','','0','7','2024-03-31 18:38:13','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711899366','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1044,'00n','Mpesa','','2024-03-31 18:40:46','','0','7','2024-03-31 18:40:46','','0','1250','1','retail','0','1250','1','0','0','0','0','1250','0','printed',' ','','1','0','71711899517','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1045,'Sh4','Mpesa','','2024-03-31 18:42:39','','0','7','2024-03-31 18:42:39','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71711899718','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1046,'6zz','Mpesa','','2024-03-31 18:54:05','','0','7','2024-03-31 18:54:05','','0','950','1','retail','0','950','1','0','0','0','0','950','0','printed',' ','','1','0','71711900368','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1047,'W0m','Mpesa','','2024-03-31 18:54:45','','0','7','2024-03-31 18:54:45','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711900467','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1048,'3kr','Mpesa','','2024-03-31 18:55:14','','0','7','2024-03-31 18:55:14','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71711900499','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1049,'Kx9','Mpesa','','2024-03-31 19:12:29','','0','7','2024-03-31 19:12:29','','0','1800','1','retail','0','1800','1','0','0','0','0','1800','0','printed',' ','','1','0','71711901526','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1050,'Jdl','Mpesa','','2024-03-31 19:13:27','','0','7','2024-03-31 19:13:27','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71711901581','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1051,'6yt','Mpesa','','2024-03-31 19:28:46','','0','7','2024-03-31 19:28:46','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71711902425','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1052,'Jkr','Mpesa','','2024-03-31 19:30:56','','0','7','2024-03-31 19:30:56','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711902567','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1053,' vg7','Mpesa','','2024-03-31 19:32:55','','0','7','2024-03-31 19:32:55','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711902675','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1054,'Gzl','Mpesa','','2024-03-31 19:34:08','','0','7','2024-03-31 19:34:08','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71711902792','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1055,'0ev','Mpesa','','2024-03-31 19:35:55','','0','7','2024-03-31 19:35:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711902863','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1056,'Yw8','Mpesa','','2024-03-31 19:44:58','','0','7','2024-03-31 19:44:58','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71711902976','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1057,'Vrz','Mpesa','','2024-03-31 19:46:50','','0','7','2024-03-31 19:46:50','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','1','0','71711903570','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1058,'Vdd','Mpesa','','2024-03-31 19:56:21','','0','7','2024-03-31 19:56:21','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711904087','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1059,'38q','Mpesa','','2024-03-31 21:02:26','','0','7','2024-03-31 21:02:26','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71711908124','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1060,'Hra','Mpesa','','2024-03-31 21:03:50','','0','7','2024-03-31 21:03:50','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','71711908171','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1061,'Mfn','Mpesa','','2024-03-31 21:04:54','','0','7','2024-03-31 21:04:54','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71711908259','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1062,'Tci','Mpesa','','2024-03-31 21:09:20','','0','7','2024-03-31 21:09:20','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711908498','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1063,'Era','Mpesa','','2024-03-31 21:17:42','','0','7','2024-03-31 21:17:42','','0','490','1','retail','0','490','1','0','0','0','0','490','0','printed',' ','','1','0','71711909031','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1064,'Gzl','Mpesa','','2024-03-31 21:19:15','','0','7','2024-03-31 21:19:15','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71711909073','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1065,'','Cash','','2024-03-31 21:35:57','','0','7','2024-03-31 21:35:57','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','71711909174','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1066,'','Cash','','2024-03-31 21:37:01','','0','7','2024-03-31 21:37:01','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71711910213','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1067,'Jyj','Mpesa','','2024-03-31 21:39:25','','0','7','2024-03-31 21:39:25','','0','3000','1','retail','0','3000','1','0','0','0','0','3000','0','printed',' ','','1','0','71711910244','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1068,'Jvh','Mpesa','','2024-03-31 21:40:54','','0','7','2024-03-31 21:40:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71711910414','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1069,'Kx9','Mpesa','','2024-03-31 21:42:16','','0','7','2024-03-31 21:42:16','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71711910503','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1070,'X3s','Mpesa','','2024-03-31 21:44:49','','0','7','2024-03-31 21:44:49','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','71711910560','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1071,'1vv','Mpesa','','2024-03-31 21:46:47','','0','7','2024-03-31 21:46:47','','0','1100','1','retail','0','1100','1','0','0','0','0','1100','0','printed',' ','','1','0','71711910705','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1072,'Lmm','Mpesa','','2024-04-01 13:14:52','','0','6','2024-04-01 13:14:52','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','1','0','61711965933','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1073,'Zdc','Mpesa','','2024-04-01 13:21:21','','0','6','2024-04-01 13:21:21','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711966878','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1074,'','Cash','','2024-04-01 13:23:08','','0','6','2024-04-01 13:23:08','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61711966912','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1075,'Acs','Mpesa','','2024-04-01 14:04:05','','0','6','2024-04-01 14:04:05','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','61711969178','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1076,'3ba','Mpesa','','2024-04-01 14:06:00','','0','6','2024-04-01 14:06:00','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711969544','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1077,'1qf','Mpesa','','2024-04-01 14:06:28','','0','6','2024-04-01 14:06:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711969587','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1078,'','Cash','','2024-04-01 14:37:03','','0','6','2024-04-01 14:37:03','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61711971401','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1079,'0qj','Mpesa','','2024-04-01 15:46:23','','0','6','2024-04-01 15:46:23','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61711975579','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1080,'14v','Mpesa','','2024-04-01 15:46:55','','0','6','2024-04-01 15:46:55','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711975610','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1081,'Ogo','Mpesa','','2024-04-01 15:47:34','','0','6','2024-04-01 15:47:34','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61711975647','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1082,'','Cash','','2024-04-01 15:48:33','','0','6','2024-04-01 15:48:33','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61711975692','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1083,'Zpn','Mpesa','','2024-04-01 16:27:17','','0','6','2024-04-01 16:27:17','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711978035','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1084,'Cn3','Mpesa','','2024-04-01 17:08:38','','0','6','2024-04-01 17:08:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711980515','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1085,'Jwj','Mpesa','','2024-04-01 17:09:23','','0','6','2024-04-01 17:09:23','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61711980560','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1086,'Jw0','Mpesa','','2024-04-01 17:20:03','','0','6','2024-04-01 17:20:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711981201','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1087,'H22','Mpesa','','2024-04-01 17:20:40','','0','6','2024-04-01 17:20:40','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61711981238','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1088,'Fcp','Mpesa','','2024-04-01 17:21:53','','0','6','2024-04-01 17:21:53','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711981311','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1089,'Tor','Mpesa','','2024-04-01 17:23:07','','0','6','2024-04-01 17:23:07','','0','1420','1','retail','0','1420','1','0','0','0','0','1420','0','printed',' ','','1','0','61711981345','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1090,'Ahm','Mpesa','','2024-04-01 17:24:07','','0','6','2024-04-01 17:24:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61711981445','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1091,'Wya','Mpesa','','2024-04-01 17:24:38','','0','6','2024-04-01 17:24:38','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711981476','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1092,'S71','Mpesa','','2024-04-01 17:26:20','','0','6','2024-04-01 17:26:20','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','61711981547','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1093,'H79','Mpesa','','2024-04-01 17:26:51','','0','6','2024-04-01 17:26:51','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61711981610','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1094,'0qg','Mpesa','','2024-04-01 17:28:13','','0','6','2024-04-01 17:28:13','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61711981683','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1095,'','Cash','','2024-04-01 17:52:16','','0','6','2024-04-01 17:52:16','','180','180','1','retail','0','180','1','0','0','0','0','0','0','printed',' ','','1','0','61711983127','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1096,'Vtl','Mpesa','','2024-04-01 17:54:00','','0','6','2024-04-01 17:54:00','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','1','0','61711983233','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1097,'75o','Mpesa','','2024-04-01 17:55:11','','0','6','2024-04-01 17:55:11','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61711983282','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1098,'Ics','Mpesa','','2024-04-01 18:02:16','','0','6','2024-04-01 18:02:16','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711983717','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1099,'0gh','Mpesa','','2024-04-01 18:11:58','','0','6','2024-04-01 18:11:58','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711984313','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1100,'Vzg','Mpesa','','2024-04-01 18:35:01','','0','6','2024-04-01 18:35:01','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61711985684','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1101,'','Cash','','2024-04-01 18:42:31','','0','6','2024-04-01 18:42:31','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711986149','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1102,'Uu1','Mpesa','','2024-04-01 19:09:17','','0','6','2024-04-01 19:09:17','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61711987752','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1103,'Mtm','Mpesa','','2024-04-01 19:09:44','','0','6','2024-04-01 19:09:44','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711987782','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1104,'7yt','Mpesa','','2024-04-01 19:10:20','','0','6','2024-04-01 19:10:20','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61711987813','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1105,'','Cash','','2024-04-01 19:49:27','','0','6','2024-04-01 19:49:27','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61711990166','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1106,'2pf','Mpesa','','2024-04-01 19:49:49','','0','6','2024-04-01 19:49:49','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61711990187','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1107,'Egj','Mpesa','','2024-04-01 19:55:01','','0','6','2024-04-01 19:55:01','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61711990499','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1108,'','Cash','','2024-04-02 14:38:16','','0','7','2024-04-02 14:38:16','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71712057883','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1109,'Jsd','Mpesa','','2024-04-02 14:46:50','','0','7','2024-04-02 14:46:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712057910','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1110,'2nm','Mpesa','','2024-04-02 14:47:49','','0','7','2024-04-02 14:47:49','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712058428','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1111,'Dvu','Mpesa','','2024-04-02 14:48:49','','0','7','2024-04-02 14:48:49','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712058514','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1112,'','Cash','','2024-04-02 14:50:25','','0','7','2024-04-02 14:50:25','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71712058577','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1113,'Jsd','Mpesa','','2024-04-02 14:59:02','','0','7','2024-04-02 14:59:02','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71712059132','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1114,'','Cash','','2024-04-02 15:08:08','','0','7','2024-04-02 15:08:08','','630','630','1','retail','0','630','1','0','0','0','0','0','0','printed',' ','','1','0','71712059204','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1115,'X8w','Mpesa','','2024-04-02 15:59:14','','0','7','2024-04-02 15:59:14','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','71712059789','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1116,'3kx','Mpesa','','2024-04-02 16:01:09','','0','7','2024-04-02 16:01:09','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71712062774','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1117,'Gsj','Mpesa','','2024-04-02 16:08:11','','0','7','2024-04-02 16:08:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712063271','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1118,'Nqn','Mpesa','','2024-04-02 16:10:06','','0','7','2024-04-02 16:10:06','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71712063332','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1119,'3kd','Mpesa','','2024-04-02 16:22:37','','0','7','2024-04-02 16:22:37','','0','1100','1','retail','0','1100','1','0','0','0','0','1100','0','printed',' ','','1','0','71712063416','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1120,'Bjg','Mpesa','','2024-04-02 16:23:37','','0','7','2024-04-02 16:23:37','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712064179','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1121,'Wks','Mpesa','','2024-04-02 16:24:06','','0','7','2024-04-02 16:24:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712064228','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1122,'V6t','Mpesa','','2024-04-02 16:34:46','','0','7','2024-04-02 16:34:46','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712064869','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1123,'Lui','Mpesa','','2024-04-02 17:02:02','','0','7','2024-04-02 17:02:02','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71712066506','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1124,'Yjs','Mpesa','','2024-04-02 17:06:56','','0','7','2024-04-02 17:06:56','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71712066536','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1125,'Rsx','Mpesa','','2024-04-02 17:34:20','','0','7','2024-04-02 17:34:20','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71712066843','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1126,'Oym','Mpesa','','2024-04-02 18:33:28','','0','7','2024-04-02 18:33:28','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71712070217','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1127,'Nom','Mpesa','','2024-04-02 18:35:31','','0','7','2024-04-02 18:35:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712072077','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1128,'1re','Mpesa','','2024-04-02 18:37:09','','0','7','2024-04-02 18:37:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712072197','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1129,'','Cash','','2024-04-02 18:42:16','','0','7','2024-04-02 18:42:16','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71712072500','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1130,'Ov5','Mpesa','','2024-04-02 19:26:21','','0','7','2024-04-02 19:26:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712075174','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1131,'Caw','Mpesa','','2024-04-02 19:27:18','','0','7','2024-04-02 19:27:18','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712075213','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1132,'Nx4','Mpesa','','2024-04-02 19:27:54','','0','7','2024-04-02 19:27:54','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71712075258','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1133,'Uzs','Mpesa','','2024-04-02 19:28:50','','0','7','2024-04-02 19:28:50','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712075293','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1134,'80a','Mpesa','','2024-04-02 19:39:51','','0','7','2024-04-02 19:39:51','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71712075366','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1135,'','Cash','','2024-04-02 19:40:43','','0','7','2024-04-02 19:40:43','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71712076030','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1136,'Ldf','Mpesa','','2024-04-02 20:34:19','','0','7','2024-04-02 20:34:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712076077','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1137,'','Cash','','2024-04-02 20:35:33','','0','7','2024-04-02 20:35:33','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71712079284','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1138,'38y','Mpesa','','2024-04-02 21:11:44','','0','7','2024-04-02 21:11:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712081494','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1139,'2a5','Mpesa','','2024-04-02 21:12:36','','0','7','2024-04-02 21:12:36','','0','5','1','retail','0','5','1','0','0','0','0','5','0','printed',' ','','1','0','71712081518','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1140,'3h9','Mpesa','','2024-04-02 21:34:25','','0','7','2024-04-02 21:34:25','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712082857','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1141,'H3c','Mpesa','','2024-04-03 11:30:03','','0','6','2024-04-03 11:30:03','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61712132999','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1142,'Sog','Mpesa','','2024-04-03 13:16:29','','0','6','2024-04-03 13:16:29','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61712139386','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1143,'8km','Mpesa','','2024-04-03 13:19:56','','0','6','2024-04-03 13:19:56','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61712139585','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1144,'B8w','Mpesa','','2024-04-03 13:20:46','','0','6','2024-04-03 13:20:46','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61712139644','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1145,'O12','Mpesa','','2024-04-03 13:21:41','','0','6','2024-04-03 13:21:41','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61712139687','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1146,'Xv5','Mpesa','','2024-04-03 13:30:25','','0','6','2024-04-03 13:30:25','','0','630','1','retail','0','630','1','0','0','0','0','630','0','printed',' ','','1','0','61712139722','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1147,'2i2','Mpesa','','2024-04-03 13:43:52','','0','6','2024-04-03 13:43:52','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712141030','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1148,'6nk','Mpesa','','2024-04-03 13:44:34','','0','6','2024-04-03 13:44:34','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61712141064','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1149,'Ynh','Mpesa','','2024-04-03 14:15:23','','0','6','2024-04-03 14:15:23','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','61712142621','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1150,'Qfb','Mpesa','','2024-04-03 14:16:07','','0','6','2024-04-03 14:16:07','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61712142951','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1151,'Iyw','Mpesa','','2024-04-03 14:48:06','','0','6','2024-04-03 14:48:06','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61712144877','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1152,'','Cash','','2024-04-03 14:48:52','','0','6','2024-04-03 14:48:52','','430','430','1','retail','0','430','1','0','0','0','0','0','0','printed',' ','','1','0','61712144916','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1153,'','Cash','','2024-04-03 15:13:18','','0','6','2024-04-03 15:13:18','','650','650','1','retail','0','650','1','0','0','0','0','0','0','printed',' ','','1','0','61712146389','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1154,'Wnt','Mpesa','','2024-04-03 16:54:47','','0','6','2024-04-03 16:54:47','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61712152481','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1155,'Rwg','Mpesa','','2024-04-03 16:55:40','','0','6','2024-04-03 16:55:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712152538','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1156,'Asm','Mpesa','','2024-04-03 16:56:31','','0','6','2024-04-03 16:56:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712152566','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1157,'Kqv','Mpesa','','2024-04-03 16:57:04','','0','6','2024-04-03 16:57:04','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61712152621','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1158,'Eqi','Mpesa','','2024-04-03 16:57:56','','0','6','2024-04-03 16:57:56','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61712152675','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1159,'1pu','Mpesa','','2024-04-03 16:59:28','','0','6','2024-04-03 16:59:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712152766','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1160,'','Cash','','2024-04-03 17:06:58','','0','6','2024-04-03 17:06:58','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61712153211','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1161,'F2k','Mpesa','','2024-04-03 17:52:26','','0','6','2024-04-03 17:52:26','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61712155811','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1162,'Dws','Mpesa','','2024-04-03 17:57:41','','0','6','2024-04-03 17:57:41','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61712156251','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1163,'Ya1','Mpesa','','2024-04-03 18:49:36','','0','6','2024-04-03 18:49:36','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61712159373','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1164,'0y6','Mpesa','','2024-04-03 19:27:21','','0','6','2024-04-03 19:27:21','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61712161623','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1165,'Oyw','Mpesa','','2024-04-03 19:27:48','','0','6','2024-04-03 19:27:48','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61712161666','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1166,'','Cash','','2024-04-03 19:28:16','','0','6','2024-04-03 19:28:16','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61712161689','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1167,'Oij','Mpesa','','2024-04-03 19:37:01','','0','6','2024-04-03 19:37:01','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712162220','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1168,'9j7','Mpesa','','2024-04-03 20:44:53','','0','6','2024-04-03 20:44:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712166292','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1169,'Wcx','Mpesa','','2024-04-03 20:45:44','','0','6','2024-04-03 20:45:44','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61712166334','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1170,'6tn','Mpesa','','2024-04-03 20:46:49','','0','6','2024-04-03 20:46:49','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61712166400','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1171,'','Cash','','2024-04-03 20:47:47','','0','6','2024-04-03 20:47:47','','130','150','1','retail','0','150','1','0','0','0','0','20','0','printed',' ','','1','0','61712166466','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1172,'','Cash','','2024-04-03 20:50:05','','0','6','2024-04-03 20:50:05','','200','600','1','retail','0','600','1','0','0','0','0','400','0','printed',' ','','1','0','61712166594','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1173,'F5w','Mpesa','','2024-04-03 21:21:36','','0','6','2024-04-03 21:21:36','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61712168436','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1174,'0e9','Mpesa','','2024-04-03 21:22:01','','0','6','2024-04-03 21:22:01','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61712168520','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1175,'394','Mpesa','','2024-04-04 13:45:13','','0','7','2024-04-04 13:45:13','','0','920','1','retail','0','920','1','0','0','0','0','920','0','printed',' ','','1','0','71712227093','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1176,'6tw','Mpesa','','2024-04-04 13:48:43','','0','7','2024-04-04 13:48:43','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71712227701','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1177,'Oyy','Mpesa','','2024-04-04 13:49:20','','0','7','2024-04-04 13:49:20','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712227738','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1178,'','Cash','','2024-04-04 14:03:07','','0','7','2024-04-04 14:03:07','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71712227771','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1179,'3t9','Mpesa','','2024-04-04 14:04:55','','0','7','2024-04-04 14:04:55','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71712228626','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1180,'','Cash','','2024-04-04 14:05:57','','0','7','2024-04-04 14:05:57','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','71712228716','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1181,'Mqc','Mpesa','','2024-04-04 14:06:24','','0','7','2024-04-04 14:06:24','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','71712228763','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1182,'3jb','Mpesa','','2024-04-04 14:21:12','','0','7','2024-04-04 14:21:12','','0','460','1','retail','0','460','1','0','0','0','0','460','0','printed',' ','','1','0','71712229481','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1183,'R7m','Mpesa','','2024-04-04 14:22:19','','0','7','2024-04-04 14:22:19','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71712229715','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1184,'Vx2','Mpesa','','2024-04-04 14:24:16','','0','7','2024-04-04 14:24:16','','0','220','1','retail','0','220','1','0','0','0','0','220','0','printed',' ','','1','0','71712229769','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1185,'Gcd','Mpesa','','2024-04-04 14:46:07','','0','7','2024-04-04 14:46:07','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71712231131','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1186,'Dod','Mpesa','','2024-04-04 15:07:25','','0','7','2024-04-04 15:07:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712232370','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1187,'W51','Mpesa','','2024-04-04 15:12:45','','0','7','2024-04-04 15:12:45','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712232749','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1188,'Yxk','Mpesa','','2024-04-04 15:13:21','','0','7','2024-04-04 15:13:21','','0','170','1','retail','0','170','1','0','0','0','0','170','0','printed',' ','','1','0','71712232778','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1189,'Riq','Mpesa','','2024-04-04 15:13:49','','0','7','2024-04-04 15:13:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712232812','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1190,'R2d','Mpesa','','2024-04-04 15:14:28','','0','7','2024-04-04 15:14:28','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712232843','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1191,'Mr2','Mpesa','','2024-04-04 15:37:51','','0','7','2024-04-04 15:37:51','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712234271','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1192,'Y9q','Mpesa','','2024-04-04 16:09:31','','0','7','2024-04-04 16:09:31','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71712236130','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1193,'Bsy','Mpesa','','2024-04-04 16:10:22','','0','7','2024-04-04 16:10:22','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712236216','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1194,' vqy','Mpesa','','2024-04-04 16:11:00','','0','7','2024-04-04 16:11:00','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71712236246','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1195,'Hlj','Card','','2024-04-04 16:12:06','','0','7','2024-04-04 16:12:06','','0','150','1','retail','0','150','1','150','0','0','0','0','0','printed',' ','','1','0','71712236324','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1196,'Uhw','Mpesa','','2024-04-04 16:13:06','','0','7','2024-04-04 16:13:06','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71712236363','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1197,'T08','Mpesa','','2024-04-04 16:15:01','','0','7','2024-04-04 16:15:01','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','71712236483','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1198,'Uus','Mpesa','','2024-04-04 16:15:49','','0','7','2024-04-04 16:15:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712236548','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1199,'Ikb','Mpesa','','2024-04-04 16:16:24','','0','7','2024-04-04 16:16:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712236583','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1200,'Yfz','Mpesa','','2024-04-04 16:53:08','','0','7','2024-04-04 16:53:08','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71712238781','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1201,'','Cash','','2024-04-04 16:56:45','','0','7','2024-04-04 16:56:45','','100','550','1','retail','0','550','1','0','0','0','0','450','0','printed',' ','','1','0','71712238830','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1202,'','Cash','','2024-04-04 16:58:06','','0','7','2024-04-04 16:58:06','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','71712239083','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1203,'8ho','Mpesa','','2024-04-04 17:07:38','','0','7','2024-04-04 17:07:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712239657','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1204,'Mfw','Mpesa','','2024-04-04 17:08:13','','0','7','2024-04-04 17:08:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712239691','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1205,'6fg','Mpesa','','2024-04-04 17:45:14','','0','7','2024-04-04 17:45:14','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71712241897','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1206,'C63','Mpesa','','2024-04-04 17:46:20','','0','7','2024-04-04 17:46:20','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71712241971','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1207,'Vt3','Mpesa','','2024-04-04 17:47:20','','0','7','2024-04-04 17:47:20','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71712242026','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1208,'2uy','Mpesa','','2024-04-04 17:48:08','','0','7','2024-04-04 17:48:08','','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','1','0','71712242075','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1209,'','Cash','','2024-04-04 18:08:02','','0','7','2024-04-04 18:08:02','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71712243278','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1210,'4v9','Mpesa','','2024-04-04 18:32:34','','0','7','2024-04-04 18:32:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712244753','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1211,'Kfr','Mpesa','','2024-04-04 18:55:08','','0','7','2024-04-04 18:55:08','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712246105','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1212,'Cxl','Mpesa','','2024-04-04 19:08:05','','0','7','2024-04-04 19:08:05','','0','715','1','retail','0','715','1','0','0','0','0','715','0','printed',' ','','1','0','71712246847','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1213,'Ioi','Mpesa','','2024-04-04 19:32:28','','0','7','2024-04-04 19:32:28','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71712248316','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1214,'4rl','Mpesa','','2024-04-04 20:05:56','','0','7','2024-04-04 20:05:56','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','71712250272','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1215,'K24','Mpesa','','2024-04-04 20:35:49','','0','7','2024-04-04 20:35:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712252149','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1216,'','Cash','','2024-04-04 20:58:04','','0','7','2024-04-04 20:58:05','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','71712253463','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1217,'Ep1','Mpesa','','2024-04-04 21:02:34','','0','7','2024-04-04 21:02:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712253754','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1218,'0mp','Mpesa','','2024-04-06 13:43:55','','0','7','2024-04-06 13:43:55','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71712399909','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1219,'Q0v','Mpesa','','2024-04-06 13:55:22','','0','7','2024-04-06 13:55:22','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','71712400894','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1220,'Qlo','Mpesa','','2024-04-06 13:56:28','','0','7','2024-04-06 13:56:28','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71712400943','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1221,'Xhh','Mpesa','','2024-04-06 13:56:58','','0','7','2024-04-06 13:56:58','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712401007','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1222,'Z9a','Mpesa','','2024-04-06 13:57:25','','0','7','2024-04-06 13:57:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712401034','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1223,'Xri','Mpesa','','2024-04-06 13:57:53','','0','7','2024-04-06 13:57:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712401064','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1224,'Dob','Mpesa','','2024-04-06 13:58:21','','0','7','2024-04-06 13:58:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712401090','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1225,'4gb','Mpesa','','2024-04-06 13:59:01','','0','7','2024-04-06 13:59:01','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71712401118','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1226,'Jl3','Mpesa','','2024-04-06 13:59:26','','0','7','2024-04-06 13:59:26','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71712401154','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1227,'Xiv','Mpesa','','2024-04-06 14:00:15','','0','7','2024-04-06 14:00:15','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71712401196','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1228,'','Cash','','2024-04-06 14:00:35','','0','7','2024-04-06 14:00:35','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71712401227','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1229,'','Cash','','2024-04-06 14:25:29','','0','7','2024-04-06 14:25:29','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71712402725','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1230,'Ou5','Mpesa','','2024-04-06 14:49:47','','0','7','2024-04-06 14:49:47','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71712404168','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1231,'165','Mpesa','','2024-04-06 14:50:22','','0','7','2024-04-06 14:50:22','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71712404222','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1232,'Zuc','Mpesa','','2024-04-06 14:52:34','','0','7','2024-04-06 14:52:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712404353','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1233,'Nk3','Mpesa','','2024-04-06 14:53:07','','0','7','2024-04-06 14:53:07','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71712404381','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1234,'Jyt','Mpesa','','2024-04-06 14:56:26','','0','7','2024-04-06 14:56:26','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712404583','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1235,'Oxr','Mpesa','','2024-04-06 14:56:51','','0','7','2024-04-06 14:56:51','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71712404605','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1236,'Pxx','Mpesa','','2024-04-06 15:13:54','','0','7','2024-04-06 15:13:54','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','71712405622','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1237,'V9k','Mpesa','','2024-04-06 15:15:18','','0','7','2024-04-06 15:15:18','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71712405707','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1238,'Fby','Mpesa','','2024-04-06 15:17:00','','0','7','2024-04-06 15:17:00','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71712405775','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1239,'Kus','Mpesa','','2024-04-06 15:17:35','','0','7','2024-04-06 15:17:35','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71712405851','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1240,'','Cash','','2024-04-06 15:24:19','','0','7','2024-04-06 15:24:19','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71712406259','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1241,'W6h','Mpesa','','2024-04-06 15:27:34','','0','7','2024-04-06 15:27:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712406453','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1242,'Trn','Mpesa','','2024-04-06 15:46:42','','0','7','2024-04-06 15:46:42','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71712407595','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1243,'Wru','Mpesa','','2024-04-06 15:47:16','','0','7','2024-04-06 15:47:16','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71712407631','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1244,'51k','Mpesa','','2024-04-06 15:48:03','','0','7','2024-04-06 15:48:03','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71712407661','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1245,'','Cash','','2024-04-06 15:48:42','','0','7','2024-04-06 15:48:42','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71712407721','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1246,'Ib9','Mpesa','','2024-04-06 17:03:08','','0','7','2024-04-06 17:03:08','','0','2080','1','retail','0','2080','1','0','0','0','0','2080','0','printed',' ','','1','0','71712407724','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1247,'Ms8','Mpesa','','2024-04-06 17:05:28','','0','7','2024-04-06 17:05:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712412310','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1248,'A4s','Mpesa','','2024-04-06 17:06:05','','0','7','2024-04-06 17:06:05','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','71712412343','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1249,'Trn','Mpesa','','2024-04-06 17:13:18','','0','7','2024-04-06 17:13:18','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71712412753','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1250,'Wru','Mpesa','','2024-04-06 17:13:43','','0','7','2024-04-06 17:13:43','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71712412814','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1251,'Sml','Mpesa','','2024-04-06 17:14:51','','0','7','2024-04-06 17:14:51','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71712412864','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1252,'Pcb','Mpesa','','2024-04-06 17:15:26','','0','7','2024-04-06 17:15:26','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712412906','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1253,'Sb7','Mpesa','','2024-04-06 17:16:07','','0','7','2024-04-06 17:16:07','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712412944','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1254,'Nru','Mpesa','','2024-04-06 17:20:24','','0','7','2024-04-06 17:20:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712413214','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1255,'Nfk','Mpesa','','2024-04-06 17:32:22','','0','7','2024-04-06 17:32:22','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71712413260','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1256,'Zek','Mpesa','','2024-04-06 17:34:01','','0','7','2024-04-06 17:34:01','','0','90','1','retail','0','90','1','0','0','0','0','90','0','printed',' ','','1','0','71712413974','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1257,'39v','Mpesa','','2024-04-06 17:34:37','','0','7','2024-04-06 17:34:37','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712414058','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1258,'Wgb','Mpesa','','2024-04-06 17:44:02','','0','7','2024-04-06 17:44:02','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71712414510','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1259,'Zit','Mpesa','','2024-04-06 18:23:30','','0','7','2024-04-06 18:23:30','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71712416866','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1260,'C7m','Mpesa','','2024-04-06 18:24:11','','0','7','2024-04-06 18:24:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712417041','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1261,'','Cash','','2024-04-06 19:16:42','','0','7','2024-04-06 19:16:42','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','71712417149','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1262,'6jl','Mpesa','','2024-04-06 19:24:59','','0','7','2024-04-06 19:24:59','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71712420207','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1263,'Ivc','Mpesa','','2024-04-06 19:35:11','','0','7','2024-04-06 19:35:11','','0','285','1','retail','0','285','1','0','0','0','0','285','0','printed',' ','','1','0','71712421016','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1264,'D6l','Mpesa','','2024-04-06 19:39:59','','0','7','2024-04-06 19:39:59','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71712421483','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1265,'32j','Mpesa','','2024-04-06 19:40:36','','0','7','2024-04-06 19:40:36','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71712421617','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1266,'','Cash','','2024-04-06 19:41:57','','0','7','2024-04-06 19:41:57','','830','830','1','retail','0','830','1','0','0','0','0','0','0','printed',' ','','1','0','71712421681','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1267,'','Cash','','2024-04-06 19:46:12','','0','7','2024-04-06 19:46:12','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71712421953','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1268,'7lq','Mpesa','','2024-04-06 20:00:23','','0','7','2024-04-06 20:00:23','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712422302','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1269,'Rjt','Mpesa','','2024-04-06 20:01:19','','0','7','2024-04-06 20:01:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712422863','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1270,'Ezr','Mpesa','','2024-04-06 20:34:12','','0','7','2024-04-06 20:34:12','','0','470','1','retail','0','470','1','0','0','0','0','470','0','printed',' ','','1','0','71712424113','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1271,'Tvw','Mpesa','','2024-04-06 20:34:57','','0','7','2024-04-06 20:34:57','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71712424865','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1272,'Ceb','Mpesa','','2024-04-06 20:35:29','','0','7','2024-04-06 20:35:29','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712424913','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1273,'5av','Mpesa','','2024-04-06 20:36:13','','0','7','2024-04-06 20:36:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712424958','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1274,'','Cash','','2024-04-06 21:23:14','','0','7','2024-04-06 21:23:14','','230','230','1','retail','0','230','1','0','0','0','0','0','0','printed',' ','','1','0','71712427761','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1275,'','Cash','','2024-04-06 21:23:54','','0','7','2024-04-06 21:23:54','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','71712427833','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1276,'E4b','Mpesa','','2024-04-06 21:31:20','','0','7','2024-04-06 21:31:20','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','71712428201','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1277,'P4p','Mpesa','','2024-04-06 21:40:43','','0','7','2024-04-06 21:40:43','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712428746','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1278,'','Cash','','2024-04-06 21:43:01','','0','7','2024-04-06 21:43:01','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','71712428942','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1279,'9p3','Mpesa','','2024-04-07 12:37:04','','0','7','2024-04-07 12:37:04','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','1','0','71712482461','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1280,'76A','Mpesa','','2024-04-07 12:48:12','','0','7','2024-04-07 12:48:12','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71712483282','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1281,'Xcs','Mpesa','','2024-04-07 12:58:23','','0','7','2024-04-07 12:58:23','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71712483497','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1282,'','Cash','','2024-04-07 12:59:46','','0','7','2024-04-07 12:59:46','','420','420','1','retail','0','420','1','0','0','0','0','0','0','printed',' ','','1','0','71712483921','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1283,'Vsg','Mpesa','','2024-04-07 13:03:38','','0','7','2024-04-07 13:03:38','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71712484193','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1284,'9gc','Mpesa','','2024-04-07 13:04:27','','0','7','2024-04-07 13:04:27','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71712484246','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1285,'Ba0','Mpesa','','2024-04-07 13:12:29','','0','7','2024-04-07 13:12:29','','0','1020','1','retail','0','1020','1','0','0','0','0','1020','0','printed',' ','','1','0','71712484297','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1286,'M2a','Mpesa','','2024-04-07 13:14:34','','0','7','2024-04-07 13:14:34','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','71712484769','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1287,'03o','Mpesa','','2024-04-07 13:17:41','','0','7','2024-04-07 13:17:41','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712484925','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1288,'8n9','Mpesa','','2024-04-07 13:18:05','','0','7','2024-04-07 13:18:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712485075','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1289,'4se','Mpesa','','2024-04-07 13:18:42','','0','7','2024-04-07 13:18:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712485097','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1290,'','Cash','','2024-04-07 13:20:44','','0','7','2024-04-07 13:20:44','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71712485237','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1291,'Uit','Mpesa','','2024-04-07 14:24:24','','0','7','2024-04-07 14:24:24','','0','470','1','retail','0','470','1','0','0','0','0','470','0','printed',' ','','1','0','71712488656','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1292,'Yrw','Mpesa','','2024-04-07 14:26:46','','0','7','2024-04-07 14:26:46','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','71712489152','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1293,'0kg','Mpesa','','2024-04-07 14:27:12','','0','7','2024-04-07 14:27:12','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712489217','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1294,'Jsh','Mpesa','','2024-04-07 14:27:57','','0','7','2024-04-07 14:27:57','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71712489246','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1295,'7r5','Mpesa','','2024-04-07 14:28:22','','0','7','2024-04-07 14:28:22','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71712489286','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1296,'G6r','Mpesa','','2024-04-07 14:29:03','','0','7','2024-04-07 14:29:03','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','71712489314','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1297,'Pxl','Mpesa','','2024-04-07 14:29:29','','0','7','2024-04-07 14:29:29','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','71712489356','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1298,'Ank','Mpesa','','2024-04-07 14:30:24','','0','7','2024-04-07 14:30:24','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','71712489387','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1299,'Jbg','Mpesa','','2024-04-07 14:36:39','','0','7','2024-04-07 14:36:39','','0','920','1','retail','0','920','1','0','0','0','0','920','0','printed',' ','','1','0','71712489435','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1300,'5ha','Mpesa','','2024-04-07 14:42:06','','0','7','2024-04-07 14:42:06','','0','480','1','retail','0','480','1','0','0','0','0','480','0','printed',' ','','1','0','71712489991','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1301,'Saa','Mpesa','','2024-04-07 14:45:57','','0','7','2024-04-07 14:45:57','','0','590','1','retail','0','590','1','0','0','0','0','590','0','printed',' ','','1','0','71712490143','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1302,'Gd9','Mpesa','','2024-04-07 14:52:30','','0','7','2024-04-07 14:52:30','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','71712490391','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1303,'Dqf','Mpesa','','2024-04-07 14:53:39','','0','7','2024-04-07 14:53:39','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712490775','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1304,'C0f','Mpesa','','2024-04-07 15:05:58','','0','7','2024-04-07 15:05:58','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71712491102','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1305,'','Cash','','2024-04-07 15:06:38','','0','7','2024-04-07 15:06:38','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','71712491577','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1306,'Byd','Mpesa','','2024-04-07 15:07:06','','0','7','2024-04-07 15:07:06','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71712491604','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1307,'Zk1','Mpesa','','2024-04-07 16:43:33','','0','7','2024-04-07 16:43:33','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71712491638','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1308,'Agq','Mpesa','','2024-04-07 16:44:02','','0','7','2024-04-07 16:44:02','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712497431','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1309,'Yon','Mpesa','','2024-04-07 16:44:54','','0','7','2024-04-07 16:44:54','','0','470','1','retail','0','470','1','0','0','0','0','470','0','printed',' ','','1','0','71712497458','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1310,'7pg','Mpesa','','2024-04-07 16:45:35','','0','7','2024-04-07 16:45:35','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71712497523','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1311,'73r','Mpesa','','2024-04-07 16:46:09','','0','7','2024-04-07 16:46:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712497555','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1312,'0tm','Mpesa','','2024-04-07 16:48:51','','0','7','2024-04-07 16:48:51','','0','720','1','retail','0','720','1','0','0','0','0','720','0','printed',' ','','1','0','71712497583','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1313,'Y3s','Mpesa','','2024-04-07 16:49:31','','0','7','2024-04-07 16:49:31','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712497753','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1314,'6j3','Mpesa','','2024-04-07 16:49:55','','0','7','2024-04-07 16:49:55','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712497783','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1315,'Jur','Mpesa','','2024-04-07 16:51:26','','0','7','2024-04-07 16:51:26','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712497806','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1316,'Ej9','Mpesa','','2024-04-07 16:51:50','','0','7','2024-04-07 16:51:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712497894','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1317,'3rb','Mpesa','','2024-04-07 16:52:33','','0','7','2024-04-07 16:52:33','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71712497923','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1318,'Byd','Mpesa','','2024-04-07 16:53:54','','0','7','2024-04-07 16:53:54','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71712497966','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1319,'Jge','Mpesa','','2024-04-07 17:02:56','','0','7','2024-04-07 17:02:56','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71712498168','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1320,'Dvj','Mpesa','','2024-04-07 17:47:25','','0','7','2024-04-07 17:47:25','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71712498612','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1321,'Fe4','Mpesa','','2024-04-07 17:49:13','','0','7','2024-04-07 17:49:13','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71712501258','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1322,'Vek','Mpesa','','2024-04-07 17:50:26','','0','7','2024-04-07 17:50:26','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71712501366','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1323,'Ow3','Mpesa','','2024-04-07 17:51:14','','0','7','2024-04-07 17:51:14','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712501436','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1324,'Srs','Mpesa','','2024-04-07 17:53:33','','0','7','2024-04-07 17:53:33','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71712501490','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1325,'0zk','Mpesa','','2024-04-07 17:59:17','','0','7','2024-04-07 17:59:17','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71712501911','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1326,'Idd','Mpesa','','2024-04-07 18:07:17','','0','7','2024-04-07 18:07:17','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71712502111','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1327,'Jh2','Mpesa','','2024-04-07 18:09:33','','0','7','2024-04-07 18:09:33','','0','140','1','retail','0','140','1','0','0','0','0','140','0','printed',' ','','1','0','71712502551','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1328,'O6f','Mpesa','','2024-04-07 18:13:50','','0','7','2024-04-07 18:13:50','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71712502764','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1329,'Fhn','Mpesa','','2024-04-07 18:14:35','','0','7','2024-04-07 18:14:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712502844','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1330,'Wjf','Mpesa','','2024-04-07 18:15:29','','0','7','2024-04-07 18:15:29','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71712502887','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1331,'Niw','Mpesa','','2024-04-07 18:16:53','','0','7','2024-04-07 18:16:53','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712502946','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1332,'Jjt','Mpesa','','2024-04-07 18:21:30','','0','7','2024-04-07 18:21:30','','0','1070','1','retail','0','1070','1','0','0','0','0','1070','0','printed',' ','','1','0','71712503029','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1333,'A29','Mpesa','','2024-04-07 18:22:49','','0','7','2024-04-07 18:22:49','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71712503338','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1334,'9g','Mpesa','','2024-04-07 18:25:15','','0','7','2024-04-07 18:25:15','','0','530','1','retail','0','530','1','0','0','0','0','530','0','printed',' ','','1','0','71712503428','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1335,'Jbk','Mpesa','','2024-04-07 18:48:00','','0','7','2024-04-07 18:48:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712504854','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1336,'Ggl','Mpesa','','2024-04-07 19:37:27','','0','7','2024-04-07 19:37:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712507846','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1337,'2js','Mpesa','','2024-04-07 19:37:53','','0','7','2024-04-07 19:37:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712507872','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1338,'Hjt','Mpesa','','2024-04-07 19:39:25','','0','6','2024-04-07 19:39:25','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61712507956','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1339,'Quj','Mpesa','','2024-04-07 19:40:14','','0','6','2024-04-07 19:40:14','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61712507990','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1340,'G5j','Mpesa','','2024-04-07 19:40:40','','0','6','2024-04-07 19:40:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712508037','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1341,'','Cash','','2024-04-07 19:42:08','','0','6','2024-04-07 19:42:08','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61712508124','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1342,'6p5','Mpesa','','2024-04-08 14:01:25','','0','7','2024-04-08 14:01:25','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712574047','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1343,'Pin','Mpesa','','2024-04-08 14:28:02','','0','7','2024-04-08 14:28:02','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712575679','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1344,'','Cash','','2024-04-08 16:09:31','','0','7','2024-04-08 16:09:31','','330','330','1','retail','0','330','1','0','0','0','0','0','0','printed',' ','','1','0','71712581528','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1345,'8lb','Mpesa','','2024-04-08 16:10:08','','0','7','2024-04-08 16:10:08','','0','170','1','retail','0','170','1','0','0','0','0','170','0','printed',' ','','1','0','71712581799','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1346,'9r4','Mpesa','','2024-04-08 16:10:58','','0','7','2024-04-08 16:10:58','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71712581858','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1347,'3ot','Mpesa','','2024-04-08 16:11:28','','0','7','2024-04-08 16:11:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712581887','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1348,'5d3','Mpesa','','2024-04-08 16:18:40','','0','7','2024-04-08 16:18:40','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71712582307','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1349,'6p5','Mpesa','','2024-04-08 16:19:15','','0','7','2024-04-08 16:19:15','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712582352','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1350,'J5t','Mpesa','','2024-04-08 16:20:48','','0','7','2024-04-08 16:20:48','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71712582399','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1351,'','Cash','','2024-04-08 17:43:03','','0','7','2024-04-08 17:43:03','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71712587380','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1352,'Ogq','Mpesa','','2024-04-08 17:46:41','','0','7','2024-04-08 17:46:41','','0','605','1','retail','0','605','1','0','0','0','0','605','0','printed',' ','','1','0','71712587529','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1353,'Bdh','Mpesa','','2024-04-08 17:47:08','','0','7','2024-04-08 17:47:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712587627','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1354,'Dot','Mpesa','','2024-04-08 17:56:31','','0','7','2024-04-08 17:56:31','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','1','0','71712587890','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1355,'8iq','Mpesa','','2024-04-08 20:30:18','','0','6','2024-04-08 20:30:18','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61712511761','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1356,'Ivt','Mpesa','','2024-04-08 20:30:44','','0','6','2024-04-08 20:30:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712597442','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1357,'Fkh','Mpesa','','2024-04-08 21:07:38','','0','7','2024-04-08 21:07:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712599657','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1358,'7wj','Mpesa','','2024-04-08 21:08:05','','0','7','2024-04-08 21:08:05','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71712599680','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1359,'Rx7','Mpesa','','2024-04-08 21:08:31','','0','7','2024-04-08 21:08:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712599710','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1360,'Iq1','Mpesa','','2024-04-08 21:09:00','','0','7','2024-04-08 21:09:00','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','71712599734','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1361,'6u9','Mpesa','','2024-04-08 21:09:23','','0','7','2024-04-08 21:09:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712599762','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1362,'T9z','Mpesa','','2024-04-08 21:09:52','','0','7','2024-04-08 21:09:52','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712599790','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1363,'Xkt','Mpesa','','2024-04-08 21:10:23','','0','7','2024-04-08 21:10:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712599823','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1364,'Gj2','Mpesa','','2024-04-08 21:10:44','','0','7','2024-04-08 21:10:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712599843','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1365,'T7r','Mpesa','','2024-04-08 21:11:09','','0','7','2024-04-08 21:11:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712599867','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1366,'Rja','Mpesa','','2024-04-08 21:12:05','','0','7','2024-04-08 21:12:05','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71712599924','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1367,'K0o','Mpesa','','2024-04-08 21:12:44','','0','7','2024-04-08 21:12:44','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71712599947','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1368,'75b','Mpesa','','2024-04-08 21:13:16','','0','7','2024-04-08 21:13:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712599995','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1369,'Wrh','Mpesa','','2024-04-08 21:13:47','','0','7','2024-04-08 21:13:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712600026','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1370,'Jlb','Mpesa','','2024-04-08 21:14:28','','0','7','2024-04-08 21:14:28','','0','1700','1','retail','0','1700','1','0','0','0','0','1700','0','printed',' ','','1','0','71712600057','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1371,'T10','Mpesa','','2024-04-08 21:15:15','','0','7','2024-04-08 21:15:15','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','71712600091','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1372,'','Cash','','2024-04-08 21:16:10','','0','7','2024-04-08 21:16:10','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71712600151','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1373,'Yz6','Mpesa','','2024-04-09 14:05:08','','0','7','2024-04-09 14:05:08','','0','340','1','retail','0','340','1','0','0','0','0','340','0','printed',' ','','1','0','71712660679','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1374,'3sq','Mpesa','','2024-04-09 14:30:12','','0','7','2024-04-09 14:30:12','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71712660729','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1375,'Bkz','Mpesa','','2024-04-09 14:32:11','','0','7','2024-04-09 14:32:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712662307','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1376,'3xg','Mpesa','','2024-04-09 14:37:55','','0','7','2024-04-09 14:37:55','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71712662376','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1377,'Ly6','Mpesa','','2024-04-09 14:38:40','','0','7','2024-04-09 14:38:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712662691','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1378,'Yjj','Mpesa','','2024-04-09 14:39:30','','0','7','2024-04-09 14:39:30','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712662740','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1379,'Lv0','Mpesa','','2024-04-09 14:40:47','','0','7','2024-04-09 14:40:47','','0','270','1','retail','0','270','1','0','0','0','0','270','0','printed',' ','','1','0','71712662827','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1380,'84a','Mpesa','','2024-04-09 14:41:34','','0','7','2024-04-09 14:41:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712662860','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1381,'Sdp','Mpesa','','2024-04-09 15:22:27','','0','7','2024-04-09 15:22:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712665330','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1382,'Sr9','Mpesa','','2024-04-09 15:22:56','','0','7','2024-04-09 15:22:56','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712665356','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1383,'C1v','Mpesa','','2024-04-09 15:23:25','','0','7','2024-04-09 15:23:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712665390','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1384,'Pnq','Mpesa','','2024-04-09 16:28:17','','0','7','2024-04-09 16:28:17','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71712665440','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1385,'Ez8','Mpesa','','2024-04-09 16:29:58','','0','7','2024-04-09 16:29:58','','0','470','1','retail','0','470','1','0','0','0','0','470','0','printed',' ','','1','0','71712669370','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1386,'54k','Mpesa','','2024-04-09 16:30:32','','0','7','2024-04-09 16:30:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712669413','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1387,'','Cash','','2024-04-09 16:31:10','','0','7','2024-04-09 16:31:10','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71712669454','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1388,'9o6','Mpesa','','2024-04-09 18:30:44','','0','7','2024-04-09 18:30:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712676617','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1389,'Cnx','Mpesa','','2024-04-09 18:31:18','','0','7','2024-04-09 18:31:18','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712676662','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1390,'5lt','Mpesa','','2024-04-09 18:42:47','','0','7','2024-04-09 18:42:47','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71712677314','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1391,'Uhv','Mpesa','','2024-04-09 18:43:40','','0','7','2024-04-09 18:43:40','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712677405','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1392,'0k8','Mpesa','','2024-04-09 18:44:05','','0','7','2024-04-09 18:44:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712677429','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1393,'Gyl','Mpesa','','2024-04-09 18:44:39','','0','7','2024-04-09 18:44:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712677465','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1394,'','Cash','','2024-04-09 18:45:10','','0','7','2024-04-09 18:45:10','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','71712677488','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1395,'8ey','Mpesa','','2024-04-09 20:50:44','','0','7','2024-04-09 20:50:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712685036','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1396,'Vxh','Mpesa','','2024-04-09 20:51:15','','0','7','2024-04-09 20:51:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712685058','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1397,'K4a','Mpesa','','2024-04-10 14:14:05','','0','6','2024-04-10 14:14:05','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61712747639','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1398,'Z8z','Mpesa','','2024-04-10 14:23:26','','0','6','2024-04-10 14:23:26','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61712748196','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1399,'Br1','Mpesa','','2024-04-10 14:24:21','','0','6','2024-04-10 14:24:21','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61712748239','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1400,'Pg3','Mpesa','','2024-04-10 14:25:05','','0','6','2024-04-10 14:25:05','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61712748297','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1401,'L91','Mpesa','','2024-04-10 14:25:59','','0','6','2024-04-10 14:25:59','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61712748355','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1402,'I98','Mpesa','','2024-04-10 14:26:48','','0','6','2024-04-10 14:26:48','','0','170','1','retail','0','170','1','0','0','0','0','170','0','printed',' ','','1','0','61712748398','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1403,'Djr','Mpesa','','2024-04-10 14:27:14','','0','6','2024-04-10 14:27:14','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61712748432','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1404,'Uan','Mpesa','','2024-04-10 14:57:34','','0','6','2024-04-10 14:57:34','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61712750249','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1405,'Toq','Mpesa','','2024-04-10 14:58:44','','0','6','2024-04-10 14:58:44','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','61712750308','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1406,'Kwz','Mpesa','','2024-04-10 14:59:13','','0','6','2024-04-10 14:59:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712750351','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1407,'Gq9','Mpesa','','2024-04-10 14:59:50','','0','6','2024-04-10 14:59:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712750377','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1408,'Jjh','Mpesa','','2024-04-10 15:09:01','','0','6','2024-04-10 15:09:01','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712750940','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1409,'Bsq','Mpesa','','2024-04-10 15:09:34','','0','6','2024-04-10 15:09:34','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','1','0','61712750967','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1410,'Ueu','Mpesa','','2024-04-10 15:09:58','','0','6','2024-04-10 15:09:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712750997','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1411,'5po','Mpesa','','2024-04-10 15:11:14','','0','6','2024-04-10 15:11:14','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61712751063','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1412,'Xpn','Mpesa','','2024-04-10 15:15:15','','0','6','2024-04-10 15:15:15','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61712751119','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1413,'Iyz','Mpesa','','2024-04-10 15:16:11','','0','6','2024-04-10 15:16:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712751368','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1414,'','Cash','','2024-04-10 15:17:16','','0','6','2024-04-10 15:17:16','','30','230','1','retail','0','230','1','0','0','0','0','200','0','printed',' ','','1','0','61712751419','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1415,'T7o','Mpesa','','2024-04-10 15:17:51','','0','6','2024-04-10 15:17:51','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712751468','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1416,'Awp','Mpesa','','2024-04-10 15:18:35','','0','6','2024-04-10 15:18:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712751511','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1417,'6zi','Mpesa','','2024-04-10 15:20:03','','0','6','2024-04-10 15:20:03','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','61712751594','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1418,'Cc5','Mpesa','','2024-04-10 15:20:34','','0','6','2024-04-10 15:20:34','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61712751630','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1419,'Tg8','Mpesa','','2024-04-10 15:21:17','','0','6','2024-04-10 15:21:17','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61712751673','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1420,'','Cash','','2024-04-10 15:30:06','','0','6','2024-04-10 15:30:06','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61712752188','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1421,'','Cash','','2024-04-10 15:32:50','','0','6','2024-04-10 15:32:50','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61712752358','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1422,'','Cash','','2024-04-10 15:52:42','','0','6','2024-04-10 15:52:42','','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','1','0','61712753557','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1423,'310','Mpesa','','2024-04-10 16:17:20','','0','6','2024-04-10 16:17:20','','0','740','1','retail','0','740','1','0','0','0','0','740','0','printed',' ','','1','0','61712755000','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1424,'Yd5','Mpesa','','2024-04-10 16:18:01','','0','6','2024-04-10 16:18:01','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61712755078','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1425,'A5f','Mpesa','','2024-04-10 16:18:33','','0','6','2024-04-10 16:18:33','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61712755112','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1426,'Req','Mpesa','','2024-04-10 16:18:57','','0','6','2024-04-10 16:18:57','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61712755136','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1427,'Bc9','Mpesa','','2024-04-10 16:19:36','','0','6','2024-04-10 16:19:36','','0','570','1','retail','0','570','1','0','0','0','0','570','0','printed',' ','','1','0','61712755161','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1428,'','Cash','','2024-04-10 16:40:31','','0','6','2024-04-10 16:40:31','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61712756430','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1429,'Fiq','Mpesa','','2024-04-10 17:17:55','','0','6','2024-04-10 17:17:55','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61712758337','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1430,'Q80','Mpesa','','2024-04-10 17:21:23','','0','6','2024-04-10 17:21:23','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61712758877','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1431,'4Qo','Mpesa','','2024-04-10 17:22:04','','0','6','2024-04-10 17:22:04','','0','170','1','retail','0','170','1','0','0','0','0','170','0','printed',' ','','1','0','61712758916','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1432,' 46E','Mpesa','','2024-04-10 17:22:39','','0','6','2024-04-10 17:22:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61712758957','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1433,'','Cash','','2024-04-10 18:44:42','','0','6','2024-04-10 18:44:42','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61712763872','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1434,'','Cash','','2024-04-10 19:00:58','','0','6','2024-04-10 19:00:58','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61712764834','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1435,'Dto','Mpesa','','2024-04-10 19:01:25','','0','6','2024-04-10 19:01:25','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61712764883','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1436,'8f3','Mpesa','','2024-04-10 19:03:40','','0','6','2024-04-10 19:03:40','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61712765015','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1437,'','Cash','','2024-04-10 19:41:23','','0','6','2024-04-10 19:41:23','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61712767281','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1438,'','Cash','','2024-04-10 20:40:33','','0','6','2024-04-10 20:40:33','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61712770831','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1439,'Uco','Mpesa','','2024-04-10 20:43:06','','0','6','2024-04-10 20:43:06','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61712770983','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1440,'8dg','Mpesa','','2024-04-10 20:43:43','','0','6','2024-04-10 20:43:43','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61712771008','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1441,'1jv','Mpesa','','2024-04-10 20:44:39','','0','6','2024-04-10 20:44:39','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712771078','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1442,'Ja5','Mpesa','','2024-04-10 20:45:27','','0','6','2024-04-10 20:45:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712771126','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1443,'A8o','Mpesa','','2024-04-10 20:57:32','','0','6','2024-04-10 20:57:32','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61712771834','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1444,'Kjx','Mpesa','','2024-04-10 20:58:35','','0','6','2024-04-10 20:58:35','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61712771911','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1445,'V8w','Mpesa','','2024-04-10 20:59:33','','0','6','2024-04-10 20:59:33','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61712771971','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1446,'D88','Mpesa','','2024-04-10 21:00:17','','0','6','2024-04-10 21:00:17','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61712772000','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1447,'5qr','Mpesa','','2024-04-10 21:02:01','','0','6','2024-04-10 21:02:01','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712772119','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1448,'Dvp','Mpesa','','2024-04-10 21:02:54','','0','6','2024-04-10 21:02:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712772172','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1449,'','Cash','','2024-04-10 21:04:20','','0','6','2024-04-10 21:04:20','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','1','0','61712772258','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1450,'','Cash','','2024-04-10 21:05:05','','0','6','2024-04-10 21:05:05','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','61712772304','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1451,'','Cash','','2024-04-10 21:11:50','','0','6','2024-04-10 21:11:50','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','61712772689','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1452,'U6c','Mpesa','','2024-04-10 21:23:49','','0','6','2024-04-10 21:23:49','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61712773425','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1453,'Rgt','Mpesa','','2024-04-10 21:24:56','','0','6','2024-04-10 21:24:56','','0','270','1','retail','0','270','1','0','0','0','0','270','0','printed',' ','','1','0','61712773486','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1454,'Idt','Mpesa','','2024-04-11 13:10:53','','0','7','2024-04-11 13:10:53','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71712830146','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1455,'Ie9','Mpesa','','2024-04-11 13:11:31','','0','7','2024-04-11 13:11:31','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','1','0','71712830276','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1456,'','Cash','','2024-04-11 13:21:31','','0','7','2024-04-11 13:21:31','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','71712830868','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1457,'T1n','Mpesa','','2024-04-11 15:12:13','','0','7','2024-04-11 15:12:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712837532','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1458,'4kq','Mpesa','','2024-04-11 15:12:48','','0','7','2024-04-11 15:12:48','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712837567','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1459,'In2','Mpesa','','2024-04-11 15:13:18','','0','7','2024-04-11 15:13:18','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712837597','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1460,'Bkw','Mpesa','','2024-04-11 15:13:44','','0','7','2024-04-11 15:13:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712837624','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1461,'','Cash','','2024-04-11 15:14:32','','0','7','2024-04-11 15:14:32','','420','420','1','retail','0','420','1','0','0','0','0','0','0','printed',' ','','1','0','71712837659','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1462,'','Cash','','2024-04-11 15:15:49','','0','7','2024-04-11 15:15:49','','190','190','1','retail','0','190','1','0','0','0','0','0','0','printed',' ','','1','0','71712837744','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1463,'Uiv','Mpesa','','2024-04-11 15:50:27','','0','7','2024-04-11 15:50:27','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71712839822','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1464,'43j','Mpesa','','2024-04-11 15:52:00','','0','7','2024-04-11 15:52:00','','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','1','0','71712839854','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1465,'2u1','Mpesa','','2024-04-11 15:52:26','','0','7','2024-04-11 15:52:26','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712839945','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1466,'N55','Mpesa','','2024-04-11 16:40:52','','0','7','2024-04-11 16:40:52','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71712842831','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1467,'2ey','Mpesa','','2024-04-11 16:46:59','','0','7','2024-04-11 16:46:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712843218','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1468,'','Cash','','2024-04-11 16:48:17','','0','7','2024-04-11 16:48:17','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71712843285','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1469,'Klo','Mpesa','','2024-04-11 17:29:02','','0','7','2024-04-11 17:29:02','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','71712843512','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1470,'H23','Mpesa','','2024-04-11 17:47:19','','0','7','2024-04-11 17:47:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712846836','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1471,'G7d','Mpesa','','2024-04-11 17:49:18','','0','7','2024-04-11 17:49:18','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712846957','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1472,'','Cash','','2024-04-11 18:27:20','','0','7','2024-04-11 18:27:20','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','71712849236','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1473,'','Cash','','2024-04-11 18:34:04','','0','7','2024-04-11 18:34:04','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71712849642','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1474,'Jz7','Mpesa','','2024-04-11 19:25:15','','0','7','2024-04-11 19:25:15','','0','1010','1','retail','0','1010','1','0','0','0','0','1010','0','printed',' ','','1','0','71712852683','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1475,'Ze9','Mpesa','','2024-04-11 19:38:58','','0','7','2024-04-11 19:38:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712853130','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1476,'2la','Mpesa','','2024-04-11 19:45:43','','0','7','2024-04-11 19:45:43','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71712853844','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1477,'','Cash','','2024-04-11 20:02:32','','0','7','2024-04-11 20:02:32','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','71712854946','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1478,'1r8','Mpesa','','2024-04-11 20:03:04','','0','7','2024-04-11 20:03:04','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71712854959','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1479,'Fjy','Mpesa','','2024-04-11 20:03:40','','0','7','2024-04-11 20:03:40','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71712855009','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1480,'R2s','Mpesa','','2024-04-11 20:04:13','','0','7','2024-04-11 20:04:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712855053','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1481,'Bu3','Mpesa','','2024-04-11 20:04:53','','0','7','2024-04-11 20:04:53','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71712855079','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1482,'Mm4','Mpesa','','2024-04-11 20:16:35','','0','7','2024-04-11 20:16:35','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71712855791','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1483,'','Cash','','2024-04-11 20:17:01','','0','7','2024-04-11 20:17:01','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71712855820','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1484,'','Cash','','2024-04-11 20:37:07','','0','7','2024-04-11 20:37:07','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71712857023','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1485,'','Cash','','2024-04-11 20:51:25','','0','7','2024-04-11 20:51:25','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71712857882','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1486,'','Cash','','2024-04-11 20:52:02','','0','7','2024-04-11 20:52:02','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71712857921','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1487,'Jgn','Mpesa','','2024-04-11 20:52:38','','0','7','2024-04-11 20:52:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712857957','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1488,'Wvm','Mpesa','','2024-04-11 20:53:25','','0','7','2024-04-11 20:53:25','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71712857992','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1489,'9j5','Mpesa','','2024-04-11 20:54:15','','0','7','2024-04-11 20:54:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712858055','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1490,'9x5','Mpesa','','2024-04-11 20:56:49','','0','7','2024-04-11 20:56:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712858208','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1491,'','Cash','','2024-04-11 20:58:43','','0','7','2024-04-11 20:58:43','','470','470','1','retail','0','470','1','0','0','0','0','0','0','printed',' ','','1','0','71712858250','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1492,'','Cash','','2024-04-11 21:07:29','','0','7','2024-04-11 21:07:29','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71712858849','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1493,'Cd8','Mpesa','','2024-04-11 21:14:51','','0','7','2024-04-11 21:14:51','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','71712859248','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1494,'4w7','Mpesa','','2024-04-11 21:15:20','','0','7','2024-04-11 21:15:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712859320','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1495,'Cpz','Mpesa','','2024-04-11 21:16:38','','0','7','2024-04-11 21:16:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712859397','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1496,'Jw7','Mpesa','','2024-04-11 21:20:11','','0','7','2024-04-11 21:20:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712859611','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1497,'T8y','Mpesa','','2024-04-12 14:34:33','','0','7','2024-04-12 14:34:33','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712921653','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1498,'Ls4','Mpesa','','2024-04-12 14:35:06','','0','7','2024-04-12 14:35:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71712921694','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1499,'Bmw','Mpesa','','2024-04-12 14:36:02','','0','7','2024-04-12 14:36:02','','0','610','1','retail','0','610','1','0','0','0','0','610','0','printed',' ','','1','0','71712921720','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1500,'Ayh','Mpesa','','2024-04-12 14:40:40','','0','7','2024-04-12 14:40:40','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','71712921960','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1501,'Hhj','Mpesa','','2024-04-12 15:29:22','','0','7','2024-04-12 15:29:22','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71712924946','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1502,'Dwo','Mpesa','','2024-04-12 15:43:42','','0','7','2024-04-12 15:43:42','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71712925819','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1503,'Hqx','Mpesa','','2024-04-12 15:44:13','','0','7','2024-04-12 15:44:13','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71712925845','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1504,'Yly','Mpesa','','2024-04-12 15:45:10','','0','7','2024-04-12 15:45:10','','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','1','0','71712925881','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1505,'','Cash','','2024-04-12 15:48:36','','0','6','2024-04-12 15:48:36','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61712926109','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1506,'','Cash','','2024-04-12 15:49:18','','0','6','2024-04-12 15:49:18','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61712926154','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1507,'','Cash','','2024-04-12 15:50:12','','0','6','2024-04-12 15:50:12','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61712926208','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1508,'','Cash','','2024-04-12 15:50:59','','0','6','2024-04-12 15:50:59','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61712926255','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1509,'3rp','Mpesa','','2024-04-12 17:04:50','','0','6','2024-04-12 17:04:50','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61712930687','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1510,'Az5','Mpesa','','2024-04-12 17:05:20','','0','6','2024-04-12 17:05:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712930718','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1511,'Ibw','Mpesa','','2024-04-12 17:06:04','','0','6','2024-04-12 17:06:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712930763','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1512,'06l','Mpesa','','2024-04-12 19:25:21','','0','6','2024-04-12 19:25:21','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61712939102','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1513,'R60','Mpesa','','2024-04-12 19:26:51','','0','6','2024-04-12 19:26:51','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61712939209','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1514,'A6l','Mpesa','','2024-04-12 19:27:24','','0','6','2024-04-12 19:27:24','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61712939242','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1515,'4qr','Mpesa','','2024-04-12 19:28:06','','0','6','2024-04-12 19:28:06','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61712939272','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1516,'Eu3','Mpesa','','2024-04-12 19:29:02','','0','6','2024-04-12 19:29:02','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61712939331','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1517,'','Cash','','2024-04-12 19:29:50','','0','6','2024-04-12 19:29:50','','100','340','1','retail','0','340','1','0','0','0','0','240','0','printed',' ','','1','0','61712939378','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1518,'K2d','Mpesa','','2024-04-12 21:07:49','','0','6','2024-04-12 21:07:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712945266','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1519,'R36','Mpesa','','2024-04-12 21:08:48','','0','6','2024-04-12 21:08:48','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712945320','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1520,'4gg','Mpesa','','2024-04-12 21:10:30','','0','6','2024-04-12 21:10:30','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712945411','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1521,'Aib','Mpesa','','2024-04-12 21:11:32','','0','6','2024-04-12 21:11:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61712945491','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1522,'Doe','Mpesa','','2024-04-12 21:28:41','','0','6','2024-04-12 21:28:42','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','61712945506','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1523,'Xhf','Mpesa','','2024-04-13 12:48:48','','0','7','2024-04-13 12:48:48','','0','470','1','retail','0','470','1','0','0','0','0','470','0','printed',' ','','1','0','71712926024','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1524,'2v7','Mpesa','','2024-04-13 12:55:39','','0','7','2024-04-13 12:55:39','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71713002114','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1525,'Os5','Mpesa','','2024-04-13 13:02:59','','0','7','2024-04-13 13:02:59','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71713002179','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1526,'Nyo','Mpesa','','2024-04-13 13:10:21','','0','7','2024-04-13 13:10:21','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','71713002627','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1527,'794','Mpesa','','2024-04-13 13:16:28','','0','7','2024-04-13 13:16:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713003039','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1528,'','Cash','','2024-04-13 13:54:32','','0','7','2024-04-13 13:54:32','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71713005653','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1529,'','Cash','','2024-04-13 13:54:42','','0','7','2024-04-13 13:54:42','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71713005674','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1530,'D5e','Mpesa','','2024-04-13 13:54:52','','0','7','2024-04-13 13:54:52','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713005685','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1531,'B6h','Mpesa','','2024-04-13 14:53:17','','0','6','2024-04-13 14:53:17','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713009193','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1532,'7yk','Mpesa','','2024-04-13 14:53:54','','0','6','2024-04-13 14:53:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713009231','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1533,'Y1y','Mpesa','','2024-04-13 14:54:45','','0','6','2024-04-13 14:54:45','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61713009277','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1534,'46j','Mpesa','','2024-04-13 14:55:18','','0','6','2024-04-13 14:55:18','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713009316','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1535,'3hy','Mpesa','','2024-04-13 14:55:58','','0','6','2024-04-13 14:55:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713009356','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1536,'9lk','Mpesa','','2024-04-13 14:57:13','','0','6','2024-04-13 14:57:13','','0','265','1','retail','0','265','1','0','0','0','0','265','0','printed',' ','','1','0','61713009403','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1537,'','Cash','','2024-04-13 15:06:14','','0','6','2024-04-13 15:06:14','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61713009968','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1538,'Sto','Mpesa','','2024-04-13 15:06:24','','0','6','2024-04-13 15:06:24','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713009982','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1539,'P3f','Mpesa','','2024-04-13 16:30:48','','0','6','2024-04-13 16:30:48','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713015045','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1540,'Bys','Mpesa','','2024-04-13 16:31:26','','0','6','2024-04-13 16:31:26','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61713015075','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1541,'7ti','Mpesa','','2024-04-13 16:32:13','','0','6','2024-04-13 16:32:13','','0','460','1','retail','0','460','1','0','0','0','0','460','0','printed',' ','','1','0','61713015122','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1542,'Efi','Mpesa','','2024-04-13 16:33:38','','0','6','2024-04-13 16:33:38','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61713015161','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1543,'','Cash','','2024-04-13 16:34:22','','0','6','2024-04-13 16:34:22','','420','420','1','retail','0','420','1','0','0','0','0','0','0','printed',' ','','1','0','61713015248','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1544,'','Cash','','2024-04-13 16:41:53','','0','6','2024-04-13 16:41:53','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61713015679','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1545,'','Cash','','2024-04-13 16:42:36','','0','6','2024-04-13 16:42:36','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61713015737','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1546,' 3c5','Mpesa','','2024-04-13 16:46:02','','0','6','2024-04-13 16:46:02','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','61713015758','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1547,'Uve','Mpesa','','2024-04-13 17:02:42','','0','6','2024-04-13 17:02:42','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','61713016056','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1548,'6ls','Mpesa','','2024-04-13 17:05:29','','0','6','2024-04-13 17:05:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713017102','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1549,'Y3l','Mpesa','','2024-04-13 17:08:39','','0','6','2024-04-13 17:08:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713017295','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1550,'Dsb','Mpesa','','2024-04-13 17:39:42','','0','7','2024-04-13 17:39:42','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71713019145','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1551,'C4n','Mpesa','','2024-04-13 17:53:06','','0','7','2024-04-13 17:53:06','','0','470','1','retail','0','470','1','0','0','0','0','470','0','printed',' ','','1','0','71713019382','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1552,'','Cash','','2024-04-13 18:50:34','','0','7','2024-04-13 18:50:34','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','71713023406','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1553,'Zn4','Mpesa','','2024-04-13 19:03:52','','0','7','2024-04-13 19:03:52','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713023483','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1554,'0kr','Mpesa','','2024-04-13 19:06:32','','0','7','2024-04-13 19:06:32','','0','570','1','retail','0','570','1','0','0','0','0','570','0','printed',' ','','1','0','71713024251','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1555,'','Cash','','2024-04-13 19:28:33','','0','7','2024-04-13 19:28:33','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71713025712','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1556,'','Cash','','2024-04-13 19:35:56','','0','7','2024-04-13 19:35:56','','570','570','1','retail','0','570','1','0','0','0','0','0','0','printed',' ','','1','0','71713026142','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1557,'Qbi','Mpesa','','2024-04-13 20:15:26','','0','6','2024-04-13 20:15:26','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713028524','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1558,'Ep4','Mpesa','','2024-04-13 20:15:47','','0','6','2024-04-13 20:15:47','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61713028545','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1559,'A2y','Mpesa','','2024-04-13 20:16:21','','0','6','2024-04-13 20:16:21','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61713028570','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1560,'Okr','Mpesa','','2024-04-13 20:17:25','','0','6','2024-04-13 20:17:25','','0','370','1','retail','0','370','1','0','0','0','0','370','0','printed',' ','','1','0','61713028614','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1561,'Tay','Mpesa','','2024-04-13 21:08:38','','0','6','2024-04-13 21:08:38','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','1','0','61713031706','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1562,'2t4','Mpesa','','2024-04-13 21:09:04','','0','6','2024-04-13 21:09:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713031743','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1563,'Tzy','Mpesa','','2024-04-13 21:09:30','','0','6','2024-04-13 21:09:30','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61713031767','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1564,'Hfh','Mpesa','','2024-04-13 21:09:58','','0','6','2024-04-13 21:09:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713031796','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1565,'Gdu','Mpesa','','2024-04-13 21:37:16','','0','6','2024-04-13 21:37:16','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61713031808','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1566,'Tdl','Mpesa','','2024-04-13 21:38:34','','0','6','2024-04-13 21:38:34','','0','90','1','retail','0','90','1','0','0','0','0','90','0','printed',' ','','1','0','61713033478','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1567,'Tdl','Mpesa','','2024-04-13 21:40:30','','0','6','2024-04-13 21:40:30','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','61713033620','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1568,'Wti','Mpesa','','2024-04-14 12:19:30','','0','6','2024-04-14 12:19:30','','0','390','1','retail','0','390','1','0','0','0','0','390','0','printed',' ','','1','0','61713085427','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1569,'Gl5','Mpesa','','2024-04-14 12:20:15','','0','6','2024-04-14 12:20:15','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61713086388','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1570,'Lcr','Mpesa','','2024-04-14 12:21:54','','0','6','2024-04-14 12:21:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713086486','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1571,'Xp8','Mpesa','','2024-04-14 12:22:43','','0','6','2024-04-14 12:22:43','','0','470','1','retail','0','470','1','0','0','0','0','470','0','printed',' ','','1','0','61713086530','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1572,'He2','Mpesa','','2024-04-14 12:26:23','','0','6','2024-04-14 12:26:23','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713086668','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1573,'','Cash','','2024-04-14 12:27:24','','0','6','2024-04-14 12:27:24','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61713086832','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1574,'Jr9','Mpesa','','2024-04-14 12:27:55','','0','7','2024-04-14 12:27:55','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713086852','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1575,'T6r','Mpesa','','2024-04-14 12:28:24','','0','7','2024-04-14 12:28:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713086887','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1576,'O4c','Mpesa','','2024-04-14 12:29:08','','0','7','2024-04-14 12:29:08','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71713086921','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1577,'D87','Mpesa','','2024-04-14 12:29:47','','0','7','2024-04-14 12:29:47','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71713086966','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1578,'7wl','Mpesa','','2024-04-14 12:30:59','','0','7','2024-04-14 12:30:59','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71713087004','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1579,'Byk','Mpesa','','2024-04-14 13:16:31','','450','7','2024-04-14 13:16:31','','450','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71713087084','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1580,'71p','Mpesa','','2024-04-14 13:18:40','','0','7','2024-04-14 13:18:40','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71713089895','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1581,'D6a','Mpesa','','2024-04-14 13:19:09','','0','7','2024-04-14 13:19:09','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713089933','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1582,'','Cash','','2024-04-14 13:21:48','','0','7','2024-04-14 13:21:48','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','71713090087','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1583,'Xy5','Mpesa','','2024-04-14 13:49:42','','0','7','2024-04-14 13:49:42','','0','510','1','retail','0','510','1','0','0','0','0','510','0','printed',' ','','1','0','71713091741','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1584,'Ovl','Mpesa','','2024-04-14 13:52:21','','0','7','2024-04-14 13:52:21','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713091851','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1585,'Zya','Mpesa','','2024-04-14 13:54:28','','0','7','2024-04-14 13:54:28','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71713091961','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1586,'N43','Mpesa','','2024-04-14 13:55:45','','0','7','2024-04-14 13:55:45','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','71713092088','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1587,'Xy5','Mpesa','','2024-04-14 13:56:22','','0','7','2024-04-14 13:56:22','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713092164','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1588,'Ulv','Mpesa','','2024-04-14 13:57:38','','0','7','2024-04-14 13:57:38','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713092232','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1589,'Vij','Mpesa','','2024-04-14 13:59:19','','0','7','2024-04-14 13:59:19','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71713092271','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1590,'8yh','Mpesa','','2024-04-14 14:00:26','','0','7','2024-04-14 14:00:26','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713092372','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1591,'','Cash','','2024-04-14 14:03:20','','0','7','2024-04-14 14:03:20','','95','95','1','retail','0','95','1','0','0','0','0','0','0','printed',' ','','1','0','71713092453','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1592,'Ox3','Mpesa','','2024-04-14 14:41:03','','0','7','2024-04-14 14:41:03','','0','1600','1','retail','0','1600','1','0','0','0','0','1600','0','printed',' ','','1','0','71713094789','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1593,'','Cash','','2024-04-14 14:46:57','','0','7','2024-04-14 14:46:57','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','71713094958','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1594,'Xmj','Mpesa','','2024-04-14 14:47:30','','0','7','2024-04-14 14:47:30','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71713095230','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1595,'','Cash','','2024-04-14 14:54:31','','0','7','2024-04-14 14:54:31','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71713095266','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1596,'Zb4','Mpesa','','2024-04-14 14:55:57','','0','7','2024-04-14 14:55:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713095742','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1597,'1nq','Mpesa','','2024-04-14 14:56:34','','0','7','2024-04-14 14:56:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713095784','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1598,'2kg','Mpesa','','2024-04-14 14:57:02','','0','7','2024-04-14 14:57:02','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71713095810','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1599,'F3b','Mpesa','','2024-04-14 14:58:05','','0','7','2024-04-14 14:58:05','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71713095838','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1600,'Oqb','Mpesa','','2024-04-14 14:59:02','','0','7','2024-04-14 14:59:02','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','71713095902','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1601,'3s3','Mpesa','','2024-04-14 15:00:10','','0','7','2024-04-14 15:00:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713096002','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1602,'6eq','Mpesa','','2024-04-14 15:00:55','','0','7','2024-04-14 15:00:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713096034','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1603,'O98','Mpesa','','2024-04-14 15:12:19','','0','7','2024-04-14 15:12:19','','0','1250','1','retail','0','1250','1','0','0','0','0','1250','0','printed',' ','','1','0','71713096150','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1604,'76k','Mpesa','','2024-04-14 15:22:27','','0','7','2024-04-14 15:22:27','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','71713096834','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1605,'','Cash','','2024-04-14 15:48:28','','0','7','2024-04-14 15:48:28','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','71713098893','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1606,'','Cash','','2024-04-14 15:48:39','','0','7','2024-04-14 15:48:39','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71713098919','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1607,'','Cash','','2024-04-14 15:48:47','','0','7','2024-04-14 15:48:47','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','71713098926','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1608,'','Cash','','2024-04-14 15:49:00','','0','7','2024-04-14 15:49:00','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71713098938','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1609,'','Cash','','2024-04-14 16:07:54','','0','7','2024-04-14 16:07:54','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71713098944','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1610,'','Cash','','2024-04-14 16:10:58','','0','7','2024-04-14 16:10:58','','540','540','1','retail','0','540','1','0','0','0','0','0','0','printed',' ','','1','0','71713100075','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1611,'','Cash','','2024-04-14 16:14:58','','0','7','2024-04-14 16:14:58','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','71713100437','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1612,'Jsk','Mpesa','','2024-04-14 16:21:41','','0','7','2024-04-14 16:21:41','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71713100505','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1613,'27t','Mpesa','','2024-04-14 16:22:28','','0','7','2024-04-14 16:22:28','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','71713100908','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1614,'1sh','Mpesa','','2024-04-14 16:23:05','','0','7','2024-04-14 16:23:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713100974','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1615,'0sl','Mpesa','','2024-04-14 16:24:50','','0','7','2024-04-14 16:24:50','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71713101076','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1616,'76k','Mpesa','','2024-04-14 16:26:16','','0','7','2024-04-14 16:26:16','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','71713101154','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1617,'','Cash','','2024-04-14 16:27:14','','0','7','2024-04-14 16:27:14','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','71713101211','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1618,'Gsq','Mpesa','','2024-04-14 16:36:01','','0','7','2024-04-14 16:36:01','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71713101720','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1619,'H2g','Mpesa','','2024-04-14 16:40:53','','0','7','2024-04-14 16:40:53','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71713101990','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1620,'Jiz','Mpesa','','2024-04-14 17:14:15','','0','7','2024-04-14 17:14:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713104033','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1621,'4yl','Mpesa','','2024-04-14 17:15:01','','0','7','2024-04-14 17:15:01','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71713104068','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1622,'Woi','Mpesa','','2024-04-14 17:15:58','','0','7','2024-04-14 17:15:58','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71713104148','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1623,'Q16','Mpesa','','2024-04-14 17:16:19','','0','7','2024-04-14 17:16:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713104168','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1624,'Oym','Mpesa','','2024-04-14 17:16:58','','0','7','2024-04-14 17:16:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713104205','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1625,'1Ip','Mpesa','','2024-04-14 18:25:01','','0','7','2024-04-14 18:25:01','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713108298','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1626,'','Cash','','2024-04-14 19:01:07','','0','7','2024-04-14 19:01:07','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71713110467','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1627,'Hmm','Mpesa','','2024-04-14 19:02:00','','0','7','2024-04-14 19:02:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713110519','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1628,'7ar','Mpesa','','2024-04-14 19:34:58','','0','7','2024-04-14 19:34:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713112497','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1629,'Cjf','Mpesa','','2024-04-14 19:35:30','','0','7','2024-04-14 19:35:30','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','71713112524','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1630,'','Cash','','2024-04-14 20:54:34','','0','7','2024-04-14 20:54:34','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','71713117236','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1631,'','Cash','','2024-04-14 21:03:35','','0','7','2024-04-14 21:03:35','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71713117277','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1632,'Mmp','Mpesa','','2024-04-14 21:05:11','','0','7','2024-04-14 21:05:11','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71713117874','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1633,'E0l','Mpesa','','2024-04-14 21:06:02','','0','7','2024-04-14 21:06:02','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71713117919','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1634,'Rbl','Mpesa','','2024-04-14 21:06:31','','0','7','2024-04-14 21:06:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713117981','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1635,'Uvg','Mpesa','','2024-04-14 21:06:54','','0','7','2024-04-14 21:06:54','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713118000','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1636,'Uod','Mpesa','','2024-04-14 21:07:17','','0','7','2024-04-14 21:07:17','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713118025','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1637,'Cuv','Mpesa','','2024-04-14 21:08:04','','0','7','2024-04-14 21:08:04','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','71713118048','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1638,'5fq','Mpesa','','2024-04-14 21:08:58','','0','7','2024-04-14 21:08:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713118131','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1639,'C2u','Mpesa','','2024-04-14 21:09:24','','0','7','2024-04-14 21:09:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713118151','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1640,'Cop','Mpesa','','2024-04-14 21:09:48','','0','7','2024-04-14 21:09:48','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713118177','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1641,'4dh','Mpesa','','2024-04-14 21:21:55','','0','7','2024-04-14 21:21:55','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713118268','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1642,'D3d','Mpesa','','2024-04-14 21:27:18','','0','7','2024-04-14 21:27:18','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71713118960','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1643,'6ip','Mpesa','','2024-04-15 14:10:18','','0','6','2024-04-15 14:10:18','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713179414','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1644,'8lc','Mpesa','','2024-04-15 14:10:47','','0','6','2024-04-15 14:10:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713179445','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1645,'87s','Mpesa','','2024-04-15 14:11:13','','0','6','2024-04-15 14:11:13','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713179471','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1646,'Frp','Mpesa','','2024-04-15 14:11:51','','0','6','2024-04-15 14:11:51','','0','940','1','retail','0','940','1','0','0','0','0','940','0','printed',' ','','1','0','61713179500','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1647,'9ui','Mpesa','','2024-04-15 14:12:33','','0','6','2024-04-15 14:12:33','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61713179533','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1648,'P5a','Mpesa','','2024-04-15 14:13:05','','0','6','2024-04-15 14:13:05','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','61713179578','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1649,'','Cash','','2024-04-15 14:34:31','','0','6','2024-04-15 14:34:31','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61713180867','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1650,'','Cash','','2024-04-15 15:24:28','','0','6','2024-04-15 15:24:28','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','61713183840','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1651,'','Cash','','2024-04-15 15:24:40','','0','6','2024-04-15 15:24:40','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','1','0','61713183878','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1652,'Kp8','Mpesa','','2024-04-15 15:59:57','','0','6','2024-04-15 15:59:57','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61713185995','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1653,'Eoo','Mpesa','','2024-04-15 16:00:21','','0','6','2024-04-15 16:00:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713186020','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1654,'3f6','Mpesa','','2024-04-15 16:00:49','','0','6','2024-04-15 16:00:49','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61713186042','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1655,'Lo2','Mpesa','','2024-04-15 16:01:37','','0','6','2024-04-15 16:01:37','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61713186072','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1656,'','Cash','','2024-04-15 16:18:53','','0','6','2024-04-15 16:18:53','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61713187132','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1657,'','Cash','','2024-04-15 17:41:52','','0','6','2024-04-15 17:41:52','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61713192099','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1658,'','Cash','','2024-04-15 17:42:56','','0','6','2024-04-15 17:42:56','','350','450','1','retail','0','450','1','0','0','0','0','100','0','printed',' ','','1','0','61713192168','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1659,'','Cash','','2024-04-15 17:43:50','','0','6','2024-04-15 17:43:50','','20','270','1','retail','0','270','1','0','0','0','0','250','0','printed',' ','','1','0','61713192212','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1660,'4k9','Mpesa','','2024-04-15 18:20:05','','0','6','2024-04-15 18:20:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713194402','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1661,'Mm4','Mpesa','','2024-04-15 18:28:43','','0','6','2024-04-15 18:28:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713194437','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1662,'Rzu','Mpesa','','2024-04-15 18:30:03','','0','6','2024-04-15 18:30:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713195002','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1663,'','Cash','','2024-04-15 18:30:34','','0','6','2024-04-15 18:30:34','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61713195032','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1664,'','Cash','','2024-04-15 18:31:32','','0','6','2024-04-15 18:31:32','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61713195088','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1665,'','Cash','','2024-04-15 18:31:57','','0','6','2024-04-15 18:31:57','','440','440','1','retail','0','440','1','0','0','0','0','0','0','printed',' ','','1','0','61713195100','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1666,'','Cash','','2024-04-15 18:51:53','','0','6','2024-04-15 18:51:53','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61713196307','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1667,'4k9','Mpesa','','2024-04-15 19:46:03','','0','7','2024-04-15 19:46:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713198835','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1668,'Xyu','Mpesa','','2024-04-15 19:48:15','','0','7','2024-04-15 19:48:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713199684','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1669,'Z4g','Mpesa','','2024-04-15 19:49:21','','0','7','2024-04-15 19:49:21','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71713199706','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1670,'5qj','Mpesa','','2024-04-15 19:50:10','','0','7','2024-04-15 19:50:10','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71713199777','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1671,'G20','Mpesa','','2024-04-15 19:55:00','','0','7','2024-04-15 19:55:00','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71713199987','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1672,'9ic','Mpesa','','2024-04-15 20:00:20','','0','7','2024-04-15 20:00:20','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713200412','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1673,'4xm','Mpesa','','2024-04-15 20:58:06','','0','7','2024-04-15 20:58:06','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71713203880','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1674,'Kb4','Mpesa','','2024-04-16 15:21:14','','0','7','2024-04-16 15:21:14','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713270015','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1675,'Fde','Mpesa','','2024-04-16 15:22:06','','0','7','2024-04-16 15:22:06','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','71713270088','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1676,'Z3h','Mpesa','','2024-04-16 15:23:38','','0','7','2024-04-16 15:23:38','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713270134','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1677,'Ugh','Mpesa','','2024-04-16 15:25:41','','0','7','2024-04-16 15:25:41','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71713270250','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1678,'','Cash','','2024-04-16 15:26:16','','0','7','2024-04-16 15:26:16','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71713270366','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1679,'Qb1','Mpesa','','2024-04-16 16:35:25','','0','7','2024-04-16 16:35:25','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71713274510','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1680,'24a','Mpesa','','2024-04-16 16:36:06','','0','7','2024-04-16 16:36:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713274552','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1681,'0ay','Mpesa','','2024-04-16 16:39:48','','0','7','2024-04-16 16:39:48','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','1','0','71713274579','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1682,'Kir','Mpesa','','2024-04-16 16:42:33','','0','7','2024-04-16 16:42:33','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713274847','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1683,'M8w','Mpesa','','2024-04-16 16:43:52','','0','7','2024-04-16 16:43:52','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71713275017','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1684,'Dzh','Mpesa','','2024-04-16 16:45:51','','0','7','2024-04-16 16:45:51','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713275077','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1685,'','Cash','','2024-04-16 16:51:07','','0','7','2024-04-16 16:51:07','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','1','0','71713275367','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1686,'K76','Mpesa','','2024-04-16 18:25:24','','0','7','2024-04-16 18:25:24','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71713281102','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1687,'Y01','Mpesa','','2024-04-16 18:26:42','','0','7','2024-04-16 18:26:42','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71713281154','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1688,'80p','Mpesa','','2024-04-16 18:27:21','','0','7','2024-04-16 18:27:21','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','1','0','71713281225','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1689,'2ko','Mpesa','','2024-04-16 18:28:46','','0','7','2024-04-16 18:28:46','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71713281312','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1690,'','Cash','','2024-04-16 18:29:29','','0','7','2024-04-16 18:29:29','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71713281338','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1691,'N98','Mpesa','','2024-04-16 18:53:33','','0','7','2024-04-16 18:53:33','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713282800','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1692,'7xo','Mpesa','','2024-04-16 19:16:40','','0','7','2024-04-16 19:16:40','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71713284170','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1693,'Kzn','Mpesa','','2024-04-16 19:18:06','','0','7','2024-04-16 19:18:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713284277','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1694,'Ibe','Mpesa','','2024-04-16 19:18:40','','0','7','2024-04-16 19:18:40','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71713284297','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1695,'','Cash','','2024-04-16 19:30:54','','0','7','2024-04-16 19:30:54','','320','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','1','0','71713284342','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1696,'Ryf','Mpesa','','2024-04-16 19:58:19','','0','7','2024-04-16 19:58:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713286677','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1697,'6m0','Mpesa','','2024-04-16 21:12:28','','0','7','2024-04-16 21:12:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713291119','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1698,'G8o','Mpesa','','2024-04-16 21:14:39','','0','7','2024-04-16 21:14:39','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','1','0','71713291260','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1699,'Gbo','Mpesa','','2024-04-17 12:28:41','','0','6','2024-04-17 12:28:41','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713346105','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1700,'961','Mpesa','','2024-04-17 12:37:14','','0','6','2024-04-17 12:37:14','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713346628','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1701,'Aof','Mpesa','','2024-04-17 14:40:05','','0','6','2024-04-17 14:40:05','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713353998','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1702,'Fpv','Mpesa','','2024-04-17 15:02:05','','0','6','2024-04-17 15:02:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713355322','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1703,'Igm','Mpesa','','2024-04-17 15:03:28','','0','6','2024-04-17 15:03:28','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61713355388','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1704,'9pu','Mpesa','','2024-04-18 12:58:51','','0','7','2024-04-18 12:58:51','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','71713434267','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1705,'Zzf','Mpesa','','2024-04-18 13:44:18','','0','7','2024-04-18 13:44:18','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713436756','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1706,'Y7s','Mpesa','','2024-04-18 13:44:48','','0','7','2024-04-18 13:44:48','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713437072','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1707,'','Cash','','2024-04-18 13:47:40','','0','7','2024-04-18 13:47:40','','5','5','1','retail','0','5','1','0','0','0','0','0','0','printed',' ','','1','0','71713437253','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1708,'I92','Mpesa','','2024-04-18 13:55:40','','0','7','2024-04-18 13:55:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713437739','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1709,'P6k','Card','','2024-04-18 13:56:37','','0','7','2024-04-18 13:56:37','','0','200','1','retail','0','200','1','200','0','0','0','0','0','printed',' ','','1','0','71713437773','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1710,'2fl','Card','','2024-04-18 13:57:45','','0','7','2024-04-18 13:57:45','','0','400','1','retail','0','400','1','400','0','0','0','0','0','printed',' ','','1','0','71713437853','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1711,'Jqm','Mpesa','','2024-04-18 14:54:29','','0','7','2024-04-18 14:54:29','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71713437913','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1712,'Otl','Mpesa','','2024-04-18 14:55:56','','0','7','2024-04-18 14:55:56','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71713441319','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1713,'Ypa','Mpesa','','2024-04-18 14:56:24','','0','7','2024-04-18 14:56:24','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71713441373','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1714,'926','Mpesa','','2024-04-18 14:56:59','','0','7','2024-04-18 14:56:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713441396','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1715,'Iyj','Mpesa','','2024-04-18 14:58:37','','0','7','2024-04-18 14:58:37','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713441468','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1716,'H2b','Mpesa','','2024-04-18 15:05:16','','0','7','2024-04-18 15:05:16','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71713441899','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1717,'51p','Mpesa','','2024-04-18 15:07:02','','0','7','2024-04-18 15:07:02','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71713442008','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1718,'64m','Mpesa','','2024-04-18 15:08:03','','0','7','2024-04-18 15:08:03','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71713442036','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1719,'J6g','Mpesa','','2024-04-18 16:29:09','','0','6','2024-04-18 16:29:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713446937','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1720,'Sn6','Mpesa','','2024-04-18 16:29:42','','0','6','2024-04-18 16:29:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713446979','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1721,'2ao','Mpesa','','2024-04-18 17:03:17','','0','6','2024-04-18 17:03:17','','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','1','0','61713448491','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1722,'Z2d','Mpesa','','2024-04-18 17:08:00','','0','6','2024-04-18 17:08:00','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','1','0','61713449236','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1723,'','Cash','','2024-04-18 17:20:23','','0','6','2024-04-18 17:20:23','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61713449732','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1724,'Pql','Mpesa','','2024-04-18 18:20:53','','0','6','2024-04-18 18:20:53','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61713453639','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1725,'B7v','Mpesa','','2024-04-18 18:21:30','','0','6','2024-04-18 18:21:30','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61713453689','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1726,'','Cash','','2024-04-18 18:22:03','','0','6','2024-04-18 18:22:03','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61713453714','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1727,'M9d','Mpesa','','2024-04-18 18:23:01','','0','6','2024-04-18 18:23:01','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713453780','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1728,'Pel','Mpesa','','2024-04-18 18:27:54','','0','6','2024-04-18 18:27:54','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61713454068','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1729,'','Cash','','2024-04-18 18:37:45','','0','6','2024-04-18 18:37:45','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61713454659','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1730,'Jyi','Mpesa','','2024-04-18 18:37:53','','0','6','2024-04-18 18:37:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713454672','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1731,'','Cash','','2024-04-18 19:18:26','','0','6','2024-04-18 19:18:26','','100','160','1','retail','0','160','1','0','0','0','0','60','0','printed',' ','','1','0','61713457101','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1732,'Qya','Mpesa','','2024-04-18 19:19:49','','0','6','2024-04-18 19:19:49','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61713457179','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1733,'','Cash','','2024-04-18 19:20:48','','0','6','2024-04-18 19:20:48','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61713457247','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1734,'','Cash','','2024-04-18 19:45:43','','0','6','2024-04-18 19:45:43','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61713458741','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1735,'','Cash','','2024-04-18 19:46:02','','0','6','2024-04-18 19:46:02','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61713458753','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1736,'Hn9','Mpesa','','2024-04-18 20:36:08','','0','6','2024-04-18 20:36:08','','0','305','1','retail','0','305','1','0','0','0','0','305','0','printed',' ','','1','0','61713461717','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1737,'','Cash','','2024-04-18 20:38:05','','0','6','2024-04-18 20:38:05','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61713461874','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1738,'3ij','Mpesa','','2024-04-18 20:51:24','','0','6','2024-04-18 20:51:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713462683','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1739,'B5z','Mpesa','','2024-04-18 21:06:08','','0','6','2024-04-18 21:06:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713463567','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1740,'','Cash','','2024-04-18 21:06:38','','0','6','2024-04-18 21:06:38','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61713463596','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1741,'Y9g','Mpesa','','2024-04-19 13:03:56','','0','7','2024-04-19 13:03:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713520944','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1742,'64f','Mpesa','','2024-04-19 13:04:31','','0','7','2024-04-19 13:04:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713521053','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1743,'Oyx','Mpesa','','2024-04-19 13:06:02','','0','7','2024-04-19 13:06:02','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71713521106','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1744,'Uze','Mpesa','','2024-04-19 13:11:17','','0','7','2024-04-19 13:11:17','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71713521179','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1745,'','Cash','','2024-04-19 13:11:45','','0','7','2024-04-19 13:11:45','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71713521494','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1746,'Ipc','Mpesa','','2024-04-19 16:33:18','','0','6','2024-04-19 16:33:19','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','61713533591','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1747,'Oga','Mpesa','','2024-04-19 16:33:49','','0','6','2024-04-19 16:33:49','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61713533627','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1748,'Gmn','Mpesa','','2024-04-19 16:34:17','','0','6','2024-04-19 16:34:17','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713533655','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1749,'Yfz','Mpesa','','2024-04-19 16:34:37','','0','6','2024-04-19 16:34:37','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713533676','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1750,'S4a','Mpesa','','2024-04-19 16:35:02','','0','6','2024-04-19 16:35:02','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713533701','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1751,'3ro','Mpesa','','2024-04-19 16:38:08','','0','6','2024-04-19 16:38:08','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','61713533748','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1752,'3zu','Mpesa','','2024-04-19 17:20:59','','0','6','2024-04-19 17:20:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713536458','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1753,'F28','Mpesa','','2024-04-19 17:21:25','','0','6','2024-04-19 17:21:25','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61713536484','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1754,'Nd3','Mpesa','','2024-04-19 17:21:54','','0','6','2024-04-19 17:21:54','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61713536505','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1755,'','Cash','','2024-04-19 19:32:39','','0','6','2024-04-19 19:32:39','','300','350','1','retail','0','350','1','0','0','0','0','50','0','printed',' ','','1','0','61713544333','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1756,'L15','Mpesa','','2024-04-19 19:33:31','','0','6','2024-04-19 19:33:31','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61713544388','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1757,'Lv9','Mpesa','','2024-04-19 19:34:18','','0','6','2024-04-19 19:34:18','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61713544448','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1758,'Sk2','Mpesa','','2024-04-19 19:35:59','','0','6','2024-04-19 19:35:59','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61713544483','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1759,'Mr2','Mpesa','','2024-04-19 19:38:02','','0','6','2024-04-19 19:38:02','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713544619','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1760,'F80','Mpesa','','2024-04-19 19:41:39','','0','6','2024-04-19 19:41:39','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713544898','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1761,'Wbw','Mpesa','','2024-04-19 19:45:15','','0','6','2024-04-19 19:45:15','','0','1480','1','retail','0','1480','1','0','0','0','0','1480','0','printed',' ','','1','0','61713544936','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1762,'Pgf','Mpesa','','2024-04-19 20:25:10','','0','6','2024-04-19 20:25:10','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','61713547499','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1763,'Ovd','Mpesa','','2024-04-19 20:37:36','','0','6','2024-04-19 20:37:36','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61713548253','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1764,'','Cash','','2024-04-19 21:11:07','','0','6','2024-04-19 21:11:07','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61713550264','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1765,'4zj','Mpesa','','2024-04-19 21:35:42','','0','6','2024-04-19 21:35:42','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713551740','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1766,'','Cash','','2024-04-19 21:36:05','','0','6','2024-04-19 21:36:05','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61713551764','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1767,'3mn','Mpesa','','2024-04-20 12:28:39','','0','6','2024-04-20 12:28:39','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713605148','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1768,'Eaz','Mpesa','','2024-04-20 12:30:05','','0','6','2024-04-20 12:30:05','','0','270','1','retail','0','270','1','0','0','0','0','270','0','printed',' ','','1','0','61713605332','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1769,'Ofj','Mpesa','','2024-04-20 12:31:01','','0','6','2024-04-20 12:31:01','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61713605426','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1770,'L4y','Mpesa','','2024-04-20 12:32:31','','0','6','2024-04-20 12:32:31','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61713605508','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1771,'Xzg','Mpesa','','2024-04-20 12:33:56','','0','6','2024-04-20 12:33:56','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','61713605570','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1772,'4jp','Mpesa','','2024-04-20 12:34:28','','0','6','2024-04-20 12:34:28','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713605652','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1773,'','Cash','','2024-04-20 14:28:33','','0','6','2024-04-20 14:28:33','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61713612509','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1774,'','Cash','','2024-04-20 14:29:25','','0','6','2024-04-20 14:29:25','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61713612562','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1775,'024','Mpesa','','2024-04-20 14:30:11','','0','6','2024-04-20 14:30:11','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61713612573','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1776,'Nwj','Mpesa','','2024-04-20 14:30:37','','0','6','2024-04-20 14:30:37','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713612635','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1777,'Ea6','Mpesa','','2024-04-20 14:36:21','','0','6','2024-04-20 14:36:21','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61713612976','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1778,'','Cash','','2024-04-20 15:13:39','','0','6','2024-04-20 15:13:39','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61713615214','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1779,'Ivo','Mpesa','','2024-04-20 15:14:05','','0','6','2024-04-20 15:14:05','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713615242','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1780,'','Cash','','2024-04-20 16:53:57','','0','6','2024-04-20 16:53:57','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61713621203','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1781,'Tkt','Mpesa','','2024-04-20 16:55:47','','0','6','2024-04-20 16:55:47','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713621345','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1782,'W8a','Mpesa','','2024-04-20 16:56:11','','0','6','2024-04-20 16:56:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713621370','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1783,'Jj7','Mpesa','','2024-04-20 16:59:30','','0','6','2024-04-20 16:59:30','','0','205','1','retail','0','205','1','0','0','0','0','205','0','printed',' ','','1','0','61713621557','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1784,'1h7','Mpesa','','2024-04-20 17:00:20','','0','6','2024-04-20 17:00:20','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','1','0','61713621596','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1785,'L9p','Mpesa','','2024-04-20 17:01:30','','0','6','2024-04-20 17:01:30','','0','560','1','retail','0','560','1','0','0','0','0','560','0','printed',' ','','1','0','61713621666','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1786,'616','Mpesa','','2024-04-20 17:02:39','','0','6','2024-04-20 17:02:39','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61713621755','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1787,'H7n','Mpesa','','2024-04-20 17:03:17','','0','6','2024-04-20 17:03:17','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61713621784','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1788,'Tf8','Mpesa','','2024-04-20 18:10:09','','0','6','2024-04-20 18:10:09','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61713625806','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1789,'68x','Mpesa','','2024-04-20 18:10:59','','0','6','2024-04-20 18:10:59','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61713625846','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1790,'','Cash','','2024-04-20 18:11:35','','0','6','2024-04-20 18:11:35','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61713625892','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1791,'8am','Mpesa','','2024-04-20 19:29:04','','0','6','2024-04-20 19:29:04','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','61713630451','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1792,'Fvw','Mpesa','','2024-04-20 19:32:35','','0','7','2024-04-20 19:32:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713630599','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1793,'Fzk','Mpesa','','2024-04-20 19:34:45','','0','7','2024-04-20 19:34:45','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71713630839','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1794,'2kw','Mpesa','','2024-04-20 19:39:10','','0','7','2024-04-20 19:39:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713630914','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1795,'Kjv','Mpesa','','2024-04-20 19:54:18','','0','7','2024-04-20 19:54:18','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71713632043','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1796,'Xy8','Mpesa','','2024-04-20 19:56:41','','0','7','2024-04-20 19:56:41','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713632069','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1797,'Skj','Mpesa','','2024-04-20 19:57:46','','0','7','2024-04-20 19:57:46','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71713632226','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1798,'6n2','Mpesa','','2024-04-20 19:58:21','','0','7','2024-04-20 19:58:21','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71713632279','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1799,'0w5','Mpesa','','2024-04-20 20:01:32','','0','7','2024-04-20 20:01:32','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','71713632420','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1800,'P5l','Mpesa','','2024-04-20 20:02:06','','0','7','2024-04-20 20:02:06','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71713632506','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1801,'Bq3','Mpesa','','2024-04-20 20:02:31','','0','7','2024-04-20 20:02:31','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713632537','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1802,'Un3','Mpesa','','2024-04-20 20:03:05','','0','7','2024-04-20 20:03:05','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713632563','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1803,'','Cash','','2024-04-20 20:04:29','','0','7','2024-04-20 20:04:29','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71713632662','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1804,'W8x','Mpesa','','2024-04-20 20:12:39','','0','7','2024-04-20 20:12:39','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713633141','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1805,'18b','Mpesa','','2024-04-20 20:52:24','','0','6','2024-04-20 20:52:24','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713635537','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1806,'','Cash','','2024-04-20 20:55:48','','0','6','2024-04-20 20:55:48','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61713635670','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1807,'','Cash','','2024-04-20 21:05:36','','0','6','2024-04-20 21:05:36','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61713635951','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1808,'','Cash','','2024-04-20 21:16:43','','0','6','2024-04-20 21:16:43','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61713636342','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1809,'Pug','Mpesa','','2024-04-21 13:07:22','','0','7','2024-04-21 13:07:22','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71713693953','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1810,'Rt1','Mpesa','','2024-04-21 13:13:33','','0','7','2024-04-21 13:13:33','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','71713694139','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1811,'X1q','Mpesa','','2024-04-21 13:15:12','','0','7','2024-04-21 13:15:12','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71713694482','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1812,'D1m','Mpesa','','2024-04-21 13:16:51','','0','7','2024-04-21 13:16:51','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71713694563','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1813,'Wge','Mpesa','','2024-04-21 13:33:24','','0','7','2024-04-21 13:33:24','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','71713694660','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1814,'4v7','Mpesa','','2024-04-21 13:35:03','','0','7','2024-04-21 13:35:03','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71713695622','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1815,'Pmx','Mpesa','','2024-04-21 13:35:44','','0','7','2024-04-21 13:35:44','','0','1100','1','retail','0','1100','1','0','0','0','0','1100','0','printed',' ','','1','0','71713695717','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1816,'0yz','Mpesa','','2024-04-21 13:36:58','','0','7','2024-04-21 13:36:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713695805','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1817,'Q08','Mpesa','','2024-04-21 13:44:48','','0','7','2024-04-21 13:44:48','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','1','0','71713695835','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1818,'','Cash','','2024-04-21 13:45:47','','0','7','2024-04-21 13:45:47','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71713696337','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1819,'','Cash','','2024-04-21 13:45:59','','0','7','2024-04-21 13:45:59','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71713696350','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1820,'Dsm','Mpesa','','2024-04-21 17:54:18','','0','6','2024-04-21 17:54:18','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61713711252','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1821,'Zhx','Mpesa','','2024-04-22 13:42:51','','0','6','2024-04-22 13:42:51','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713711287','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1822,'Gih','Mpesa','','2024-04-22 13:54:12','','0','6','2024-04-22 13:54:12','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713783249','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1823,'5y7','Mpesa','','2024-04-22 13:54:58','','0','6','2024-04-22 13:54:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713783296','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1824,'Lwc','Mpesa','','2024-04-22 13:57:58','','0','6','2024-04-22 13:57:58','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','61713783469','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1825,'Eao','Mpesa','','2024-04-22 13:59:18','','0','6','2024-04-22 13:59:18','','0','195','1','retail','0','195','1','0','0','0','0','195','0','printed',' ','','1','0','61713783532','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1826,'Vxy','Mpesa','','2024-04-22 14:00:28','','0','6','2024-04-22 14:00:28','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','61713783601','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1827,'','Cash','','2024-04-22 14:51:24','','0','6','2024-04-22 14:51:24','','410','410','1','retail','0','410','1','0','0','0','0','0','0','printed',' ','','1','0','61713786640','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1828,'','Cash','','2024-04-22 14:52:06','','0','6','2024-04-22 14:52:06','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61713786722','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1829,'4kk','Mpesa','','2024-04-22 14:52:22','','0','6','2024-04-22 14:52:22','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713786741','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1830,'Srk','Mpesa','','2024-04-22 14:52:49','','0','6','2024-04-22 14:52:49','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713786766','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1831,'Fb6','Mpesa','','2024-04-22 14:53:29','','0','6','2024-04-22 14:53:29','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61713786805','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1832,'X82','Mpesa','','2024-04-22 17:54:26','','0','6','2024-04-22 17:54:26','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713797665','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1833,'Puz','Mpesa','','2024-04-22 17:55:09','','0','6','2024-04-22 17:55:09','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713797706','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1834,'3wn','Mpesa','','2024-04-22 17:55:47','','0','6','2024-04-22 17:55:47','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61713797736','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1835,'P9v','Mpesa','','2024-04-22 17:56:34','','0','6','2024-04-22 17:56:34','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','61713797785','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1836,'','Cash','','2024-04-22 18:36:51','','0','6','2024-04-22 18:36:51','','50','150','1','retail','0','150','1','0','0','0','0','100','0','printed',' ','','1','0','61713800208','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1837,'Ive','Mpesa','','2024-04-22 18:40:14','','0','6','2024-04-22 18:40:14','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61713800268','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1838,'8h2','Mpesa','','2024-04-22 18:40:44','','0','6','2024-04-22 18:40:44','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713800441','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1839,'08p','Mpesa','','2024-04-22 18:55:29','','0','6','2024-04-22 18:55:29','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713801328','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1840,'5su','Mpesa','','2024-04-22 18:56:01','','0','6','2024-04-22 18:56:01','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','1','0','61713801358','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1841,'','Cash','','2024-04-22 18:57:36','','0','6','2024-04-22 18:57:36','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61713801436','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1842,'','Cash','','2024-04-22 18:57:48','','0','6','2024-04-22 18:57:48','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61713801467','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1843,'K3c','Mpesa','','2024-04-22 20:23:05','','0','6','2024-04-22 20:23:05','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61713806496','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1844,'Jjq','Mpesa','','2024-04-23 12:31:59','','0','7','2024-04-23 12:31:59','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71713864448','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1845,'Yam','Mpesa','','2024-04-23 12:33:41','','0','7','2024-04-23 12:33:41','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71713864796','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1846,'','Cash','','2024-04-23 12:34:02','','0','7','2024-04-23 12:34:02','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71713864834','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1847,'Poo','Mpesa','','2024-04-23 13:27:29','','0','7','2024-04-23 13:27:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713868032','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1848,'A1f','Mpesa','','2024-04-23 13:27:56','','0','7','2024-04-23 13:27:56','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71713868063','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1849,'Dlb','Mpesa','','2024-04-23 13:29:37','','0','7','2024-04-23 13:29:37','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','71713868145','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1850,'Ev9','Mpesa','','2024-04-23 13:54:09','','0','7','2024-04-23 13:54:09','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71713868277','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1851,'2gw','Mpesa','','2024-04-23 14:04:10','','0','7','2024-04-23 14:04:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713870240','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1852,'4vm','Mpesa','','2024-04-23 14:04:34','','0','7','2024-04-23 14:04:34','','0','10','1','retail','0','10','1','0','0','0','0','10','0','printed',' ','','1','0','71713870265','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1853,'F4m','Mpesa','','2024-04-23 14:35:18','','0','7','2024-04-23 14:35:18','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71713870504','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1854,'','Cash','','2024-04-23 14:35:57','','0','7','2024-04-23 14:35:57','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71713872141','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1855,'Oxl','Mpesa','','2024-04-23 14:47:16','','0','7','2024-04-23 14:47:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713872823','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1856,'','Cash','','2024-04-23 14:58:10','','0','7','2024-04-23 14:58:10','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','71713872864','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1857,'Gse','Mpesa','','2024-04-23 15:11:02','','0','7','2024-04-23 15:11:02','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71713873508','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1858,'Nqf','Mpesa','','2024-04-23 16:21:52','','0','7','2024-04-23 16:21:52','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713874717','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1859,'Q55','Mpesa','','2024-04-23 16:22:33','','0','7','2024-04-23 16:22:33','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713878523','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1860,'Vwb','Mpesa','','2024-04-23 17:15:49','','0','7','2024-04-23 17:15:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713878846','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1861,'X3t','Mpesa','','2024-04-23 17:16:13','','0','7','2024-04-23 17:16:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713881762','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1862,'','Cash','','2024-04-23 17:47:05','','0','7','2024-04-23 17:47:05','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','71713882413','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1863,'Vxc','Mpesa','','2024-04-23 17:47:49','','0','7','2024-04-23 17:47:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713883654','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1864,'P1r','Mpesa','','2024-04-23 17:53:02','','0','7','2024-04-23 17:53:02','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713883715','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1865,'C1u','Mpesa','','2024-04-23 18:06:05','','0','7','2024-04-23 18:06:05','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','71713884758','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1866,'O4d','Mpesa','','2024-04-23 18:24:44','','0','7','2024-04-23 18:24:44','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713885862','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1867,'P8u','Mpesa','','2024-04-23 18:25:19','','0','7','2024-04-23 18:25:19','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71713885897','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1868,'','Cash','','2024-04-23 18:29:34','','0','7','2024-04-23 18:29:34','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','71713885961','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1869,'Z7h','Mpesa','','2024-04-23 18:41:48','','0','7','2024-04-23 18:41:48','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713886176','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1870,' 9w1','Mpesa','','2024-04-23 19:28:31','','0','7','2024-04-23 19:28:31','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71713889687','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1871,'Wlb','Mpesa','','2024-04-23 19:30:03','','0','7','2024-04-23 19:30:03','','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','1','0','71713889734','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1872,'35t','Mpesa','','2024-04-23 19:50:17','','0','7','2024-04-23 19:50:17','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71713890899','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1873,'Bqp','Mpesa','','2024-04-23 19:51:42','','0','7','2024-04-23 19:51:42','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71713891042','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1874,'496','Mpesa','','2024-04-23 19:52:18','','0','7','2024-04-23 19:52:18','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713891124','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1875,'','Cash','','2024-04-23 19:53:44','','0','7','2024-04-23 19:53:44','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71713891210','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1876,'Wd2','Mpesa','','2024-04-23 19:57:58','','0','7','2024-04-23 19:57:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713891241','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1877,'1vl','Mpesa','','2024-04-23 20:34:01','','0','7','2024-04-23 20:34:01','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713893628','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1878,'5qx','Mpesa','','2024-04-23 20:35:09','','0','7','2024-04-23 20:35:09','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71713893676','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1879,'Db6','Mpesa','','2024-04-23 20:35:53','','0','7','2024-04-23 20:35:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713893726','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1880,'','Cash','','2024-04-23 21:04:37','','0','7','2024-04-23 21:04:37','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71713895469','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1881,'Wgb','Mpesa','','2024-04-23 21:29:16','','0','7','2024-04-23 21:29:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71713896906','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1882,'','Cash','','2024-04-24 12:21:30','','0','6','2024-04-24 12:21:30','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61713950488','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1883,'5xx','Mpesa','','2024-04-24 12:30:26','','0','6','2024-04-24 12:30:26','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61713950498','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1884,'75u','Mpesa','','2024-04-24 15:11:16','','0','6','2024-04-24 15:11:16','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713960672','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1885,'Ylj','Mpesa','','2024-04-24 15:11:43','','0','6','2024-04-24 15:11:43','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61713960701','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1886,'4jj','Mpesa','','2024-04-24 15:12:35','','0','6','2024-04-24 15:12:35','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','61713960730','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1887,'3bp','Mpesa','','2024-04-24 15:13:24','','0','6','2024-04-24 15:13:24','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61713960791','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1888,'Kvw','Mpesa','','2024-04-24 15:19:43','','0','6','2024-04-24 15:19:43','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61713961105','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1889,'78j','Mpesa','','2024-04-24 15:20:24','','0','6','2024-04-24 15:20:24','','0','170','1','retail','0','170','1','0','0','0','0','170','0','printed',' ','','1','0','61713961215','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1890,'603','Mpesa','','2024-04-24 15:20:58','','0','6','2024-04-24 15:20:58','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61713961256','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1891,'Wif','Mpesa','','2024-04-24 15:27:28','','0','6','2024-04-24 15:27:28','','0','670','1','retail','0','670','1','0','0','0','0','670','0','printed',' ','','1','0','61713961611','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1892,'Doj','Mpesa','','2024-04-24 15:27:59','','0','6','2024-04-24 15:27:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713961677','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1893,'','Cash','','2024-04-24 15:28:24','','0','6','2024-04-24 15:28:24','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61713961702','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1894,'','Cash','','2024-04-24 15:29:03','','0','6','2024-04-24 15:29:03','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61713961730','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1895,'','Cash','','2024-04-24 15:29:46','','0','6','2024-04-24 15:29:46','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61713961762','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1896,'Cwc','Mpesa','','2024-04-24 15:42:21','','0','6','2024-04-24 15:42:21','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61713962485','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1897,'','Cash','','2024-04-24 19:21:07','','0','6','2024-04-24 19:21:07','','390','390','1','retail','0','390','1','0','0','0','0','0','0','printed',' ','','1','0','61713975656','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1898,'','Cash','','2024-04-24 19:21:14','','0','6','2024-04-24 19:21:14','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61713975672','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1899,'5ci','Mpesa','','2024-04-24 19:22:11','','0','6','2024-04-24 19:22:11','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61713975711','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1900,'2zb','Mpesa','','2024-04-24 19:22:48','','0','6','2024-04-24 19:22:48','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713975765','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1901,'3oy','Mpesa','','2024-04-24 19:23:12','','0','6','2024-04-24 19:23:12','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713975791','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1902,'Ee9','Mpesa','','2024-04-24 19:24:06','','0','6','2024-04-24 19:24:06','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61713975840','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1903,'5om','Mpesa','','2024-04-24 19:24:36','','0','6','2024-04-24 19:24:36','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61713975873','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1904,'Ucg','Mpesa','','2024-04-24 19:25:14','','0','6','2024-04-24 19:25:14','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713975912','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1905,'0a2','Mpesa','','2024-04-24 19:25:39','','0','6','2024-04-24 19:25:39','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713975938','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1906,'Ha5','Mpesa','','2024-04-24 19:26:28','','0','6','2024-04-24 19:26:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713975987','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1907,'Gzq','Mpesa','','2024-04-24 19:27:07','','0','6','2024-04-24 19:27:07','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61713976014','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1908,'','Cash','','2024-04-24 19:32:36','','0','6','2024-04-24 19:32:36','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61713976350','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1909,'Nmq','Mpesa','','2024-04-24 21:18:39','','0','6','2024-04-24 21:18:39','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713982717','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1910,'Mbn','Mpesa','','2024-04-24 21:19:03','','0','6','2024-04-24 21:19:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61713982742','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1911,'Wtr','Mpesa','','2024-04-24 21:19:40','','0','6','2024-04-24 21:19:40','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61713982767','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1912,'','Cash','','2024-04-24 21:20:07','','0','6','2024-04-24 21:20:07','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61713982806','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1913,'','Cash','','2024-04-24 21:27:32','','0','6','2024-04-24 21:27:32','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61713983251','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1914,'Rfi','Mpesa','','2024-04-25 11:43:02','','0','6','2024-04-25 11:43:02','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61714034574','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1915,'Qwx','Mpesa','','2024-04-25 13:08:39','','0','6','2024-04-25 13:08:39','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61714039707','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1916,'Yam','Mpesa','','2024-04-25 13:09:19','','0','6','2024-04-25 13:09:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714039757','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1917,'D42','Mpesa','','2024-04-25 16:15:45','','0','6','2024-04-25 16:15:45','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714050943','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1918,'Raw','Mpesa','','2024-04-25 16:16:33','','0','6','2024-04-25 16:16:33','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61714050981','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1919,'Zo3','Mpesa','','2024-04-25 16:17:05','','0','6','2024-04-25 16:17:05','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','61714051011','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1920,'Fjo','Mpesa','','2024-04-25 16:21:01','','0','6','2024-04-25 16:21:01','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714051259','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1921,'','Cash','','2024-04-25 16:41:51','','0','6','2024-04-25 16:41:51','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61714052509','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1922,'Fa8','Mpesa','','2024-04-25 16:42:02','','0','6','2024-04-25 16:42:02','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714052521','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1923,'D42','Mpesa','','2024-04-25 16:42:44','','0','6','2024-04-25 16:42:44','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714052561','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1924,'Hyc','Mpesa','','2024-04-25 16:50:56','','0','6','2024-04-25 16:50:56','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61714052587','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1925,'P9g','Mpesa','','2024-04-25 16:51:40','','0','6','2024-04-25 16:51:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714053099','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1926,'Tmv','Mpesa','','2024-04-25 17:25:00','','0','6','2024-04-25 17:25:00','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714055097','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1927,'','Cash','','2024-04-25 17:25:16','','0','6','2024-04-25 17:25:16','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61714055114','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1928,'','Cash','','2024-04-25 18:50:03','','0','6','2024-04-25 18:50:03','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61714060200','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1929,'Bsc','Mpesa','','2024-04-25 18:51:25','','0','6','2024-04-25 18:51:25','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','61714060249','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1930,'X3s','Mpesa','','2024-04-25 18:52:14','','0','6','2024-04-25 18:52:14','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61714060320','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1931,'B5a','Mpesa','','2024-04-25 19:29:36','','0','6','2024-04-25 19:29:36','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61714062489','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1932,'Afq','Mpesa','','2024-04-25 19:50:59','','0','6','2024-04-25 19:50:59','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61714063246','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1933,'Ydn','Mpesa','','2024-04-25 19:51:32','','0','6','2024-04-25 19:51:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714063885','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1934,'8rz','Mpesa','','2024-04-25 19:52:45','','0','6','2024-04-25 19:52:45','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','61714063933','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1935,'Zcv','Mpesa','','2024-04-25 20:43:26','','0','7','2024-04-25 20:43:26','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71714066952','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1936,'Xql','Mpesa','','2024-04-25 20:44:11','','0','7','2024-04-25 20:44:11','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','71714067029','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1937,'Joe','Mpesa','','2024-04-25 20:45:06','','0','7','2024-04-25 20:45:06','','0','480','1','retail','0','480','1','0','0','0','0','480','0','printed',' ','','1','0','71714067062','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1938,'Gnr','Mpesa','','2024-04-25 20:46:34','','0','7','2024-04-25 20:46:34','','0','760','1','retail','0','760','1','0','0','0','0','760','0','printed',' ','','1','0','71714067128','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1939,'Est','Mpesa','','2024-04-25 20:49:14','','0','7','2024-04-25 20:49:14','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71714067206','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1940,'','Cash','','2024-04-25 20:51:26','','0','7','2024-04-25 20:51:26','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71714067384','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1941,'Vpk','Mpesa','','2024-04-26 14:21:09','','0','6','2024-04-26 14:21:09','','0','510','1','retail','0','510','1','0','0','0','0','510','0','new',' ','','1','0','61714130328','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1942,'Qdw','Mpesa','','2024-04-26 14:22:59','','0','6','2024-04-26 14:23:00','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61714130547','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1943,'Wd4','Mpesa','','2024-04-26 14:23:37','','0','6','2024-04-26 14:23:37','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714130613','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1944,'M6u','Mpesa','','2024-04-26 14:24:31','','0','6','2024-04-26 14:24:31','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','61714130643','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1945,'','Cash','','2024-04-26 14:25:15','','0','6','2024-04-26 14:25:15','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61714130712','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1946,'5ou','Mpesa','','2024-04-26 20:11:21','','0','6','2024-04-26 20:11:21','','0','410','1','retail','0','410','1','0','0','0','0','410','0','printed',' ','','1','0','61714151451','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1947,'Xvm','Mpesa','','2024-04-26 20:12:33','','0','6','2024-04-26 20:12:33','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','61714151514','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1948,'Qrm','Mpesa','','2024-04-26 20:12:57','','0','6','2024-04-26 20:12:57','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61714151576','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1949,'35n','Mpesa','','2024-04-26 20:14:57','','0','6','2024-04-26 20:14:57','','0','290','1','retail','0','290','1','0','0','0','0','290','0','printed',' ','','1','0','61714151677','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1950,'Wbv','Mpesa','','2024-04-26 20:16:22','','0','6','2024-04-26 20:16:22','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714151781','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1951,'Fts','Mpesa','','2024-04-26 20:17:50','','0','6','2024-04-26 20:17:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714151869','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1952,'Qed','Mpesa','','2024-04-26 20:18:10','','0','6','2024-04-26 20:18:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714151888','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1953,'Lj6','Mpesa','','2024-04-26 20:18:35','','0','6','2024-04-26 20:18:35','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61714151912','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1954,'Lq7','Mpesa','','2024-04-26 20:19:31','','0','6','2024-04-26 20:19:31','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714151966','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1955,'Guq','Mpesa','','2024-04-26 20:20:13','','0','6','2024-04-26 20:20:13','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714152009','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1956,'U2c','Mpesa','','2024-04-26 20:20:54','','0','6','2024-04-26 20:20:54','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61714152039','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1957,'Vcl','Mpesa','','2024-04-26 20:22:05','','0','6','2024-04-26 20:22:05','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61714152102','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1958,'Aj4','Mpesa','','2024-04-26 20:22:35','','0','6','2024-04-26 20:22:35','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61714152152','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1959,'Yva','Mpesa','','2024-04-26 20:23:13','','0','6','2024-04-26 20:23:13','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61714152189','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1960,'1t0','Mpesa','','2024-04-26 20:24:13','','0','6','2024-04-26 20:24:13','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61714152243','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1961,'6xw','Mpesa','','2024-04-26 20:24:52','','0','6','2024-04-26 20:24:52','','0','460','1','retail','0','460','1','0','0','0','0','460','0','printed',' ','','1','0','61714152282','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1962,'7tp','Mpesa','','2024-04-26 20:25:19','','0','6','2024-04-26 20:25:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714152318','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1963,'4gc','Mpesa','','2024-04-26 20:26:17','','0','6','2024-04-26 20:26:17','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61714152374','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1964,'','Cash','','2024-04-26 20:28:51','','0','6','2024-04-26 20:28:51','','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','1','0','61714152497','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1965,'Wzc','Mpesa','','2024-04-26 20:33:02','','0','6','2024-04-26 20:33:02','','0','1750','1','retail','0','1750','1','0','0','0','0','1750','0','printed',' ','','1','0','61714152754','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1966,'2ij','Mpesa','','2024-04-27 15:45:22','','0','6','2024-04-27 15:45:22','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61714221910','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1967,'Y4u','Mpesa','','2024-04-27 15:46:27','','0','6','2024-04-27 15:46:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714221986','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1968,'Mhg','Mpesa','','2024-04-27 15:47:29','','0','6','2024-04-27 15:47:29','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61714222024','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1969,'37j','Mpesa','','2024-04-27 15:49:12','','0','6','2024-04-27 15:49:12','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714222149','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1970,'Jmp','Mpesa','','2024-04-27 16:01:08','','0','6','2024-04-27 16:01:08','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714222185','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1971,'Cx5','Mpesa','','2024-04-27 16:07:23','','0','6','2024-04-27 16:07:23','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714223166','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1972,'Jil','Mpesa','','2024-04-27 16:08:55','','0','6','2024-04-27 16:08:55','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61714223325','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1973,'Qta','Mpesa','','2024-04-27 16:10:02','','0','6','2024-04-27 16:10:02','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61714223396','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1974,'Yq6','Mpesa','','2024-04-27 16:12:07','','0','6','2024-04-27 16:12:07','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','1','0','61714223525','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1975,'Q1p','Mpesa','','2024-04-27 16:12:48','','0','6','2024-04-27 16:12:48','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61714223557','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1976,'Vju','Mpesa','','2024-04-27 16:13:50','','0','6','2024-04-27 16:13:50','','0','205','1','retail','0','205','1','0','0','0','0','205','0','printed',' ','','1','0','61714223612','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1977,'8zx','Mpesa','','2024-04-27 16:14:59','','0','6','2024-04-27 16:14:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714223696','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1978,'X80','Mpesa','','2024-04-27 16:16:00','','0','6','2024-04-27 16:16:00','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61714223751','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1979,'5gn','Mpesa','','2024-04-27 16:16:33','','0','6','2024-04-27 16:16:33','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714223791','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1980,'V74','Mpesa','','2024-04-27 16:17:59','','0','6','2024-04-27 16:17:59','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61714223878','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1981,'Y5n','Mpesa','','2024-04-27 16:18:56','','0','6','2024-04-27 16:18:56','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61714223934','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1982,'Zwc','Mpesa','','2024-04-27 16:19:23','','0','6','2024-04-27 16:19:23','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714223961','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1983,'Cna','Mpesa','','2024-04-27 16:22:30','','0','6','2024-04-27 16:22:30','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714224014','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1984,'Kn5','Mpesa','','2024-04-27 16:24:34','','0','6','2024-04-27 16:24:34','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61714224271','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1985,'Iap','Mpesa','','2024-04-27 16:45:36','','0','6','2024-04-27 16:45:36','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','1','0','61714224464','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1986,'E4z','Mpesa','','2024-04-27 16:47:57','','0','6','2024-04-27 16:47:57','','0','430','1','retail','0','430','1','0','0','0','0','430','0','printed',' ','','1','0','61714225584','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1987,'','Cash','','2024-04-27 16:48:53','','0','6','2024-04-27 16:48:53','','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','1','0','61714225724','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1988,'','Cash','','2024-04-27 17:38:05','','0','6','2024-04-27 17:38:05','','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','1','0','61714228678','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1989,'','Cash','','2024-04-27 17:38:21','','0','6','2024-04-27 17:38:21','','130','130','1','retail','0','130','1','0','0','0','0','0','0','printed',' ','','1','0','61714228694','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1990,'','Cash','','2024-04-27 17:38:42','','0','6',' ','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61714228721','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1991,'','Cash','','2024-04-27 17:39:11','','0','6','2024-04-27 17:39:11','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61714228750','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1992,'','Cash','','2024-04-27 17:39:44','','0','6','2024-04-27 17:39:44','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','61714228782','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1993,'','Cash','','2024-04-27 17:40:04','','0','6','2024-04-27 17:40:04','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61714228801','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1994,'Akr','Mpesa','','2024-04-27 17:54:41','','0','6','2024-04-27 17:54:41','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714229678','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1995,'39y','Mpesa','','2024-04-27 18:20:35','','0','6','2024-04-27 18:20:35','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61714231131','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1996,'9t7','Mpesa','','2024-04-28 15:49:57','','0','7','2024-04-28 15:49:57','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71714146144','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1997,'T23','Mpesa','','2024-04-28 15:54:19','','0','7','2024-04-28 15:54:19','','0','950','1','retail','0','950','1','0','0','0','0','950','0','printed',' ','','1','0','71714308672','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1998,'Mw2','Mpesa','','2024-04-28 15:55:25','','0','7','2024-04-28 15:55:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71714308924','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(1999,'Tyq','Mpesa','','2024-04-28 15:56:43','','0','7','2024-04-28 15:56:43','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71714308997','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2000,'M9u','Mpesa','','2024-04-28 15:57:45','','0','7','2024-04-28 15:57:45','','0','570','1','retail','0','570','1','0','0','0','0','570','0','printed',' ','','1','0','71714309049','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2001,'P1y','Mpesa','','2024-04-28 15:58:15','','0','7','2024-04-28 15:58:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71714309087','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2002,'Tlp','Mpesa','','2024-04-28 15:59:00','','0','7','2024-04-28 15:59:00','','0','670','1','retail','0','670','1','0','0','0','0','670','0','printed',' ','','1','0','71714309119','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2003,'J3k','Mpesa','','2024-04-28 15:59:24','','0','7','2024-04-28 15:59:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71714309163','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2004,'Zdo','Mpesa','','2024-04-28 15:59:51','','0','7','2024-04-28 15:59:51','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71714309189','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2005,'Kbh','Mpesa','','2024-04-28 16:01:00','','0','7','2024-04-28 16:01:00','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71714309257','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2006,'J77','Mpesa','','2024-04-28 16:04:13','','0','7','2024-04-28 16:04:13','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71714309310','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2007,'U0e','Mpesa','','2024-04-28 16:21:28','','0','7','2024-04-28 16:21:28','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71714310487','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2008,'Tlq','Mpesa','','2024-04-28 16:22:24','','0','7','2024-04-28 16:22:24','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','71714310543','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2009,'Lit','Mpesa','','2024-04-28 16:31:58','','0','7','2024-04-28 16:31:58','','0','1350','1','retail','0','1350','1','0','0','0','0','1350','0','printed',' ','','1','0','71714311103','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2010,'Ax2','Mpesa','','2024-04-28 16:32:23','','0','7','2024-04-28 16:32:23','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71714311142','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2011,'Flj','Mpesa','','2024-04-28 16:33:11','','0','7','2024-04-28 16:33:11','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71714311188','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2012,'X76','Mpesa','','2024-04-28 16:33:35','','0','7','2024-04-28 16:33:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71714311214','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2013,'','Cash','','2024-04-28 17:26:17','','0','7','2024-04-28 17:26:17','','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','1','0','71714311816','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2014,'J6a','Mpesa','','2024-04-28 17:35:03','','0','7','2024-04-28 17:35:03','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','71714314864','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2015,'E9p','Mpesa','','2024-04-28 17:37:08','','0','7','2024-04-28 17:37:08','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71714314954','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2016,'2fl','Mpesa','','2024-04-28 17:37:38','','0','7','2024-04-28 17:37:38','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71714315054','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2017,'Adf','Mpesa','','2024-04-28 17:39:34','','0','7','2024-04-28 17:39:34','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','71714315138','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2018,'V9a','Mpesa','','2024-04-28 17:40:14','','0','7','2024-04-28 17:40:14','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71714315213','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2019,'Y1u','Mpesa','','2024-04-28 17:40:50','','0','7','2024-04-28 17:40:50','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71714315241','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2020,'N4u\'','Mpesa','','2024-04-28 17:43:01','','0','7','2024-04-28 17:43:01','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71714315348','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2021,'','Cash','','2024-04-28 17:44:50','','0','7','2024-04-28 17:44:50','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','1','0','71714315476','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2022,'','Cash','','2024-04-28 17:45:09','','0','7','2024-04-28 17:45:09','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','71714315502','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2023,'','Cash','','2024-04-28 17:46:02','','0','7','2024-04-28 17:46:02','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71714315559','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2024,'6x6','Mpesa','','2024-04-28 18:11:09','','0','7','2024-04-28 18:11:09','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71714317062','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2025,'7ml','Mpesa','','2024-04-28 18:29:36','','0','7','2024-04-28 18:29:36','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71714318172','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2026,'','Cash','','2024-04-28 18:54:47','','0','7','2024-04-28 18:54:47','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71714319686','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2027,'Z0i','Mpesa','','2024-04-28 19:02:34','','0','7','2024-04-28 19:02:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71714320153','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2028,'5et','Mpesa','','2024-04-28 19:03:21','','0','7','2024-04-28 19:03:21','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71714320196','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2029,'Z7i','Mpesa','','2024-04-28 19:04:25','','0','7','2024-04-28 19:04:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71714320264','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2030,'Fz3','Mpesa','','2024-04-28 19:05:04','','0','7','2024-04-28 19:05:04','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71714320286','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2031,'5ke','Mpesa','','2024-04-28 19:05:44','','0','7','2024-04-28 19:05:44','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71714320344','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2032,'43z','Mpesa','','2024-04-28 20:14:32','','0','7','2024-04-28 20:14:32','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71714324469','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2033,'3kz','Mpesa','','2024-04-28 20:16:35','','0','7','2024-04-28 20:16:35','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71714324584','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2034,'Bzp','Mpesa','','2024-04-28 20:31:05','','0','7','2024-04-28 20:31:05','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71714325425','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2035,'T9s','Mpesa','','2024-04-28 20:31:31','','0','7','2024-04-28 20:31:31','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71714325491','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2036,'','Cash','','2024-04-28 20:36:35','','0','7','2024-04-28 20:36:35','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','1','0','71714325776','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2037,'','Cash','','2024-04-28 20:38:48','','0','7','2024-04-28 20:38:48','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71714325926','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2038,'','Cash','','2024-04-28 20:40:12','','0','7','2024-04-28 20:40:12','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','1','0','71714326011','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2039,'Ci6','Mpesa','','2024-04-28 20:47:47','','0','7','2024-04-28 20:47:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71714326466','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2040,'Ypw','Mpesa','','2024-04-28 20:48:10','','0','7','2024-04-28 20:48:10','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71714326490','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2041,'Oiy','Mpesa','','2024-04-29 15:55:28','','0','6','2024-04-29 15:55:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714395325','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2042,'Orv','Mpesa','','2024-04-29 15:56:24','','0','6','2024-04-29 15:56:24','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714395381','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2043,'Gih','Mpesa','','2024-04-29 16:07:14','','0','6','2024-04-29 16:07:14','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714396033','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2044,'5nh','Mpesa','','2024-04-29 16:07:40','','0','6','2024-04-29 16:07:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714396058','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2045,'N6s','Mpesa','','2024-04-29 16:08:24','','0','6','2024-04-29 16:08:24','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714396083','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2046,'Dz0','Mpesa','','2024-04-29 16:08:52','','0','6','2024-04-29 16:08:52','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61714396130','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2047,'Mdn','Mpesa','','2024-04-29 16:09:27','','0','6','2024-04-29 16:09:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714396165','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2048,'4p7','Mpesa','','2024-04-29 16:17:02','','0','6','2024-04-29 16:17:02','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714396610','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2049,'R51','Mpesa','','2024-04-29 16:34:27','','0','6','2024-04-29 16:34:27','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714397664','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2050,'L0d','Mpesa','','2024-04-29 16:34:54','','0','6','2024-04-29 16:34:54','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61714397688','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2051,'Fz4','Mpesa','','2024-04-29 16:36:31','','0','6','2024-04-29 16:36:31','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61714397790','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2052,'Fon','Mpesa','','2024-04-29 16:37:18','','0','6','2024-04-29 16:37:18','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714397824','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2053,'8te','Mpesa','','2024-04-29 16:37:56','','0','6','2024-04-29 16:37:56','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714397874','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2054,'','Cash','','2024-04-29 16:38:54','','0','6','2024-04-29 16:38:54','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61714397923','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2055,'Rk3','Mpesa','','2024-04-29 18:20:25','','0','6','2024-04-29 18:20:25','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61714404006','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2056,'34j','Mpesa','','2024-04-29 18:21:18','','0','6','2024-04-29 18:21:18','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61714404053','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2057,'G51','Mpesa','','2024-04-29 18:21:52','','0','6','2024-04-29 18:21:52','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61714404110','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2058,'','Cash','','2024-04-29 18:27:59','','0','6','2024-04-29 18:27:59','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','61714404470','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2059,'U5p','Mpesa','','2024-04-29 19:54:54','','0','6','2024-04-29 19:54:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714409693','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2060,'Ia6','Mpesa','','2024-04-29 19:55:30','','0','6','2024-04-29 19:55:30','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61714409722','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2061,'Bg1','Mpesa','','2024-04-29 19:56:25','','0','6','2024-04-29 19:56:25','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61714409757','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2062,'Wdt','Mpesa','','2024-04-29 19:57:53','','0','6','2024-04-29 19:57:53','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61714409861','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2063,'9r7','Mpesa','','2024-04-29 19:58:42','','0','6','2024-04-29 19:58:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714409921','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2064,'Yc9','Mpesa','','2024-04-29 20:01:47','','0','6','2024-04-29 20:01:47','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61714409966','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2065,'Vyk','Mpesa','','2024-04-30 13:01:10','','0','7','2024-04-30 13:01:10','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','1','0','71714471240','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2066,'Jpv','Mpesa','','2024-04-30 13:02:03','','0','7','2024-04-30 13:02:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71714471289','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2067,'Ltq','Mpesa','','2024-04-30 13:02:43','','0','7','2024-04-30 13:02:43','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','1','0','71714471335','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2068,'Qrk','Mpesa','','2024-04-30 13:03:15','','0','7','2024-04-30 13:03:15','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71714471376','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2069,'V1m','Mpesa','','2024-04-30 13:46:56','','0','7','2024-04-30 13:46:56','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71714473997','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2070,'Aiq','Mpesa','','2024-04-30 13:48:01','','0','7','2024-04-30 13:48:01','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71714474031','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2071,'','Cash','','2024-04-30 13:54:31','','0','7','2024-04-30 13:54:31','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71714474113','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2072,'5xe','Mpesa','','2024-04-30 14:26:00','','0','7','2024-04-30 14:26:00','','0','300','1','retail','0','300','1','0','0','0','0','300','0','new',' ','','1','0','71714474489','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2073,'4n2','Mpesa','','2024-04-30 14:27:03','','0','7','2024-04-30 14:27:03','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71714476402','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2074,'','Cash','','2024-04-30 14:34:05','','0','7','2024-04-30 14:34:05','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71714476844','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2075,'Edt','Mpesa','','2024-04-30 14:46:21','','0','7','2024-04-30 14:46:21','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71714477425','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2076,'Kac','Mpesa','','2024-04-30 14:46:58','','0','7','2024-04-30 14:46:58','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71714477610','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2077,'Poe','Mpesa','','2024-04-30 15:05:07','','0','7','2024-04-30 15:05:07','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71714478673','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2078,'Ybe','Mpesa','','2024-04-30 15:28:17','','0','7','2024-04-30 15:28:17','','0','1440','1','retail','0','1440','1','0','0','0','0','1440','0','printed',' ','','1','0','71714479159','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2079,'Wca','Mpesa','','2024-04-30 15:29:30','','0','7','2024-04-30 15:29:30','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71714480135','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2080,'6al','Mpesa','','2024-04-30 15:30:06','','0','7','2024-04-30 15:30:06','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71714480182','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2081,'471','Mpesa','','2024-04-30 15:30:53','','0','7','2024-04-30 15:30:53','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71714480229','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2082,'Oda','Mpesa','','2024-04-30 15:39:35','','0','7','2024-04-30 15:39:35','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71714480292','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2083,' 9wy','Mpesa','','2024-05-01 17:33:12','','0','6','2024-05-01 17:33:12','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61714573550','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2084,'75b','Mpesa','','2024-05-01 17:36:37','','0','6','2024-05-01 17:36:37','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61714574189','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2085,'28l','Mpesa','','2024-05-01 17:37:04','','0','6','2024-05-01 17:37:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714574223','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2086,'Md4','Mpesa','','2024-05-01 17:37:39','','0','6','2024-05-01 17:37:39','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714574257','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2087,'G2k','Mpesa','','2024-05-01 17:38:19','','0','6','2024-05-01 17:38:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714574297','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2088,'Mz8','Mpesa','','2024-05-01 17:38:50','','0','6','2024-05-01 17:38:50','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714574328','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2089,'Yh8','Mpesa','','2024-05-01 17:39:46','','0','6','2024-05-01 17:39:46','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','61714574358','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2090,'T7g','Mpesa','','2024-05-01 17:40:12','','0','6','2024-05-01 17:40:12','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714574411','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2091,'V6m','Mpesa','','2024-05-01 17:40:46','','0','6','2024-05-01 17:40:46','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714574444','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2092,'Ksq','Mpesa','','2024-05-01 17:48:29','','0','6','2024-05-01 17:48:29','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61714574902','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2093,'Uvv','Mpesa','','2024-05-01 17:51:01','','0','6','2024-05-01 17:51:01','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714575058','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2094,'3x1','Mpesa','','2024-05-01 17:52:05','','0','6','2024-05-01 17:52:05','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61714575117','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2095,'98j','Mpesa','','2024-05-01 17:52:54','','0','6','2024-05-01 17:52:54','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61714575162','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2096,'Wog','Mpesa','','2024-05-01 17:53:21','','0','6','2024-05-01 17:53:21','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714575199','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2097,'28d','Mpesa','','2024-05-01 17:53:50','','0','6','2024-05-01 17:53:50','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61714575222','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2098,'O8t','Mpesa','','2024-05-01 17:54:30','','0','6','2024-05-01 17:54:30','','0','25','1','retail','0','25','1','0','0','0','0','25','0','printed',' ','','1','0','61714575257','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2099,'Fne','Mpesa','','2024-05-01 17:55:55','','0','6','2024-05-01 17:55:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714575354','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2100,'','Cash','','2024-05-01 17:58:11','','0','6','2024-05-01 17:58:11','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61714575442','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2101,'','Cash','','2024-05-01 17:58:27','','0','6','2024-05-01 17:58:27','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61714575505','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2102,'','Cash','','2024-05-01 18:01:39','','0','6','2024-05-01 18:01:39','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61714575684','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2103,'Bk9','Mpesa','','2024-05-01 19:00:04','','0','6','2024-05-01 19:00:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714579203','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2104,'Ire','Mpesa','','2024-05-01 19:01:45','','0','6','2024-05-01 19:01:45','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61714579300','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2105,'','Cash','','2024-05-01 19:03:31','','0','6','2024-05-01 19:03:31','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61714579393','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2106,'7by','Mpesa','','2024-05-01 19:59:35','','0','6','2024-05-01 19:59:35','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714582773','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2107,'Ant','Mpesa','','2024-05-01 20:12:30','','0','6','2024-05-01 20:12:30','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714583549','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2108,'Otj','Mpesa','','2024-05-01 20:13:32','','0','6','2024-05-01 20:13:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714583611','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2109,'F6l','Mpesa','','2024-05-01 20:13:52','','0','6','2024-05-01 20:13:52','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714583631','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2110,'I7x','Mpesa','','2024-05-01 20:31:39','','0','6','2024-05-01 20:31:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714584695','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2111,'Ttr','Mpesa','','2024-05-01 20:32:07','','0','6','2024-05-01 20:32:07','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714584725','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2112,'Kxm','Mpesa','','2024-05-01 20:49:28','','0','6','2024-05-01 20:49:28','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61714585754','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2113,'B1b','Mpesa','','2024-05-01 20:49:55','','0','6','2024-05-01 20:49:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714585793','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2114,'4q0','Mpesa','','2024-05-01 20:50:24','','0','6','2024-05-01 20:50:24','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61714585821','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2115,'0vh','Mpesa','','2024-05-02 13:06:33','','0','6','2024-05-02 13:06:33','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61714644383','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2116,'084','Mpesa','','2024-05-02 13:07:24','','0','6','2024-05-02 13:07:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714644442','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2117,'P47','Mpesa','','2024-05-02 13:07:51','','0','6','2024-05-02 13:07:51','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714644470','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2118,' lnn','Mpesa','','2024-05-02 14:18:45','','0','6','2024-05-02 14:18:45','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714648719','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2119,'7aw','Mpesa','','2024-05-02 14:20:20','','0','6','2024-05-02 14:20:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714648818','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2120,'1j1','Mpesa','','2024-05-02 14:20:51','','0','6','2024-05-02 14:20:51','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714648850','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2121,'5q1','Mpesa','','2024-05-02 14:21:29','','0','6','2024-05-02 14:21:29','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714648886','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2122,'1yb','Mpesa','','2024-05-02 14:22:14','','0','6','2024-05-02 14:22:14','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61714648925','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2123,'C3z','Mpesa','','2024-05-02 14:46:32','','0','6','2024-05-02 14:46:32','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714650385','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2124,'','Cash','','2024-05-02 14:47:08','','0','6','2024-05-02 14:47:08','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61714650425','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2125,'Kv9','Mpesa','','2024-05-03 13:13:06','','0','6','2024-05-03 13:13:06','','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','1','0','61714731085','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2126,'E35','Mpesa','','2024-05-03 13:13:49','','0','6','2024-05-03 13:13:49','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61714731226','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2127,'17s','Mpesa','','2024-05-03 13:51:27','','0','6','2024-05-03 13:51:27','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','61714733461','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2128,'P7s','Mpesa','','2024-05-03 13:52:23','','0','6','2024-05-03 13:52:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714733542','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2129,'G5k','Mpesa','','2024-05-03 14:28:04','','0','6','2024-05-03 14:28:04','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714735682','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2130,'Lhg','Mpesa','','2024-05-03 14:28:25','','0','6','2024-05-03 14:28:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714735704','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2131,'Nzy','Mpesa','','2024-05-03 15:11:15','','0','6','2024-05-03 15:11:15','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61714738258','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2132,'Wnc','Mpesa','','2024-05-03 15:12:06','','0','6','2024-05-03 15:12:06','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61714738309','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2133,'5kg','Mpesa','','2024-05-03 15:13:18','','0','6','2024-05-03 15:13:18','','0','1100','1','retail','0','1100','1','0','0','0','0','1100','0','printed',' ','','1','0','61714738390','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2134,'','Cash','','2024-05-03 15:14:10','','0','6','2024-05-03 15:14:10','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61714738449','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2135,'U36','Mpesa','','2024-05-03 15:33:44','','0','6','2024-05-03 15:33:44','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61714739605','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2136,'Asl','Mpesa','','2024-05-03 16:46:40','','0','6','2024-05-03 16:46:40','','0','220','1','retail','0','220','1','0','0','0','0','220','0','printed',' ','','1','0','61714743967','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2137,'726','Mpesa','','2024-05-03 16:47:07','','0','6','2024-05-03 16:47:07','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61714744025','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2138,'','Cash','','2024-05-03 16:50:14','','0','6','2024-05-03 16:50:14','','140','140','1','retail','0','140','1','0','0','0','0','0','0','printed',' ','','1','0','61714744056','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2139,'X3s','Mpesa','','2024-05-03 17:09:07','','0','6','2024-05-03 17:09:07','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714745346','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2140,'','Cash','','2024-05-03 17:35:27','','0','6','2024-05-03 17:35:27','','290','290','1','retail','0','290','1','0','0','0','0','0','0','printed',' ','','1','0','61714745786','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2141,'Agi','Mpesa','','2024-05-03 17:37:18','','0','6','2024-05-03 17:37:18','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61714747030','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2142,'8mo','Mpesa','','2024-05-03 17:41:11','','0','6','2024-05-03 17:41:11','','0','290','1','retail','0','290','1','0','0','0','0','290','0','printed',' ','','1','0','61714747126','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2143,'Efm','Mpesa','','2024-05-03 17:44:56','','0','6','2024-05-03 17:44:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714747495','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2144,'C9h','Mpesa','','2024-05-03 17:45:36','','0','6','2024-05-03 17:45:36','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714747534','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2145,'Qq2','Mpesa','','2024-05-03 17:46:05','','0','6','2024-05-03 17:46:06','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','1','0','61714747563','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2146,'','Cash','','2024-05-03 17:47:04','','0','6','2024-05-03 17:47:04','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61714747621','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2147,'Myd','Mpesa','','2024-05-03 18:19:19','','0','6','2024-05-03 18:19:19','','0','1250','1','retail','0','1250','1','0','0','0','0','1250','0','printed',' ','','1','0','61714749544','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2148,'Enm','Mpesa','','2024-05-03 18:19:57','','0','6','2024-05-03 18:19:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714749594','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2149,'','Cash','','2024-05-03 18:21:41','','0','6','2024-05-03 18:21:41','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61714749699','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2150,'','Cash','','2024-05-03 18:22:11','','0','6','2024-05-03 18:22:11','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','61714749730','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2151,'7xm','Mpesa','','2024-05-03 18:42:52','','0','6','2024-05-03 18:42:52','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714750943','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2152,'Mry','Mpesa','','2024-05-03 18:43:52','','0','6','2024-05-03 18:43:52','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61714751024','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2153,'Ffx','Mpesa','','2024-05-03 19:11:57','','0','6','2024-05-03 19:11:57','','0','1120','1','retail','0','1120','1','0','0','0','0','1120','0','printed',' ','','1','0','61714752419','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2154,'Yoj','Mpesa','','2024-05-03 19:32:14','','0','6','2024-05-03 19:32:14','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714753932','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2155,'Osu','Mpesa','','2024-05-03 19:32:39','','0','6','2024-05-03 19:32:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714753954','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2156,'I7b','Mpesa','','2024-05-03 19:43:21','','0','6','2024-05-03 19:43:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714754599','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2157,'Mhf','Mpesa','','2024-05-03 19:44:21','','0','6','2024-05-03 19:44:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714754660','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2158,'C5g','Mpesa','','2024-05-03 20:07:40','','0','6','2024-05-03 20:07:40','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714756056','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2159,'Tzh','Mpesa','','2024-05-03 20:08:09','','0','6','2024-05-03 20:08:09','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61714756082','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2160,'Lky','Mpesa','','2024-05-03 20:08:35','','0','6','2024-05-03 20:08:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714756113','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2161,'Iyk','Mpesa','','2024-05-03 20:09:06','','0','6','2024-05-03 20:09:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714756143','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2162,'Unp','Mpesa','','2024-05-03 20:11:14','','0','6','2024-05-03 20:11:14','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61714756272','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2163,'6h2','Mpesa','','2024-05-03 20:11:45','','0','6','2024-05-03 20:11:45','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714756300','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2164,'45h','Mpesa','','2024-05-03 20:12:25','','0','6','2024-05-03 20:12:25','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61714756343','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2165,'Bl3','Mpesa','','2024-05-03 20:12:54','','0','6','2024-05-03 20:12:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714756373','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2166,'Kum','Mpesa','','2024-05-03 20:19:26','','0','6','2024-05-03 20:19:26','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714756765','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2167,'Nm8','Mpesa','','2024-05-03 20:36:06','','0','6','2024-05-03 20:36:06','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61714757740','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2168,'51z','Mpesa','','2024-05-03 21:16:52','','0','6','2024-05-03 21:16:52','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714760180','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2169,'Fa8','Mpesa','','2024-05-03 21:17:39','','0','6','2024-05-03 21:17:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61714760257','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2170,'R56','Mpesa','','2024-05-03 21:18:02','','0','6','2024-05-03 21:18:02','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61714760281','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2171,'','Cash','','2024-05-04 15:13:53','','0','6','2024-05-04 15:13:53','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61714824829','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2172,'U1s','Mpesa','','2024-05-07 12:24:22','','0','7','2024-05-07 12:24:22','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71715073834','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2173,'Hcl','Mpesa','','2024-05-07 12:53:12','','0','7','2024-05-07 12:53:12','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715073917','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2174,'Zal','Mpesa','','2024-05-07 14:21:34','','0','7','2024-05-07 14:21:34','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71715077727','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2175,'H16','Mpesa','','2024-05-07 15:06:57','','0','7','2024-05-07 15:06:57','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','71715083496','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2176,'Jlo','Mpesa','','2024-05-07 15:52:05','','0','7','2024-05-07 15:52:05','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71715083654','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2177,'Ie4','Mpesa','','2024-05-07 16:12:10','','0','7','2024-05-07 16:12:10','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71715087504','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2178,'Ur2','Mpesa','','2024-05-07 17:33:14','','0','7','2024-05-07 17:33:14','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71715092366','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2179,'Udd','Mpesa','','2024-05-07 17:34:13','','0','7','2024-05-07 17:34:13','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71715092423','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2180,'7kl','Mpesa','','2024-05-07 18:19:54','','0','7','2024-05-07 18:19:54','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71715095045','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2181,'','Cash','','2024-05-07 18:21:01','','0','7','2024-05-07 18:21:01','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71715095247','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2182,'Pog','Mpesa','','2024-05-07 18:53:00','','0','7','2024-05-07 18:53:00','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71715097139','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2183,'Eg9','Mpesa','','2024-05-07 18:53:24','','0','7','2024-05-07 18:53:24','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71715097192','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2184,'Zsj','Mpesa','','2024-05-07 18:53:48','','0','7','2024-05-07 18:53:48','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715097218','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2185,'80c','Mpesa','','2024-05-07 18:54:10','','0','7','2024-05-07 18:54:10','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71715097238','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2186,'3tb','Mpesa','','2024-05-07 18:54:54','','0','7','2024-05-07 18:54:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715097280','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2187,'Ko8','Mpesa','','2024-05-07 19:35:43','','0','7','2024-05-07 19:35:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715099736','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2188,'Bvs','Mpesa','','2024-05-07 19:36:04','','0','7','2024-05-07 19:36:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715099751','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2189,'O38','Mpesa','','2024-05-07 19:36:44','','0','7','2024-05-07 19:36:44','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71715099772','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2190,'6u8','Mpesa','','2024-05-07 19:37:23','','0','7','2024-05-07 19:37:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715099829','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2191,'Dt5','Mpesa','','2024-05-07 20:25:19','','0','7','2024-05-07 20:25:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71715102707','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2192,'Dof','Mpesa','','2024-05-07 20:26:04','','0','7','2024-05-07 20:26:04','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71715102729','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2193,'9sf','Mpesa','','2024-05-07 20:26:32','','0','7','2024-05-07 20:26:32','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71715102776','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2194,'','Cash','','2024-05-07 20:28:18','','0','7','2024-05-07 20:28:18','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','71715102880','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2195,'Uz6','Mpesa','','2024-05-07 20:55:21','','0','7','2024-05-07 20:55:21','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71715104514','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2196,'Swo','Mpesa','','2024-05-08 14:24:10','','0','6','2024-05-08 14:24:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715167445','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2197,'P2q','Mpesa','','2024-05-08 14:42:37','','0','6','2024-05-08 14:42:37','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61715168555','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2198,'E4z','Mpesa','','2024-05-08 14:43:09','','0','6','2024-05-08 14:43:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715168588','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2199,'Y86','Mpesa','','2024-05-08 15:04:49','','0','6','2024-05-08 15:04:49','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61715169886','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2200,'Kcj','Mpesa','','2024-05-08 15:05:23','','0','6','2024-05-08 15:05:23','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61715169920','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2201,'W5o','Mpesa','','2024-05-08 15:05:54','','0','6','2024-05-08 15:05:54','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61715169951','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2202,'Ilc','Mpesa','','2024-05-08 15:06:39','','0','6','2024-05-08 15:06:39','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61715169991','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2203,'','Cash','','2024-05-08 15:10:51','','0','6','2024-05-08 15:10:51','','1040','1040','1','retail','0','1040','1','0','0','0','0','0','0','printed',' ','','1','0','61715170126','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2204,'','Cash','','2024-05-08 15:12:49','','0','6','2024-05-08 15:12:49','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61715170298','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2205,'','Cash','','2024-05-08 15:18:57','','0','6','2024-05-08 15:18:57','','230','230','1','retail','0','230','1','0','0','0','0','0','0','printed',' ','','1','0','61715170722','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2206,'','Cash','','2024-05-08 15:23:56','','0','6','2024-05-08 15:23:56','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61715171035','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2207,'Nhm','Mpesa','','2024-05-08 15:42:05','','0','6','2024-05-08 15:42:05','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','61715172111','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2208,'Mtk','Mpesa','','2024-05-08 16:00:31','','0','6','2024-05-08 16:00:31','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61715173218','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2209,'V7z','Mpesa','','2024-05-08 16:25:09','','0','6','2024-05-08 16:25:09','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61715174698','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2210,'6nu','Mpesa','','2024-05-08 17:31:02','','0','6','2024-05-08 17:31:02','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61715178660','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2211,'3tp','Mpesa','','2024-05-08 17:45:42','','0','6','2024-05-08 17:45:42','','0','385','1','retail','0','385','1','0','0','0','0','385','0','printed',' ','','1','0','61715179509','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2212,'E4a','Mpesa','','2024-05-08 19:18:19','','0','6','2024-05-08 19:18:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715185093','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2213,'Cjo','Mpesa','','2024-05-08 19:22:42','','0','6','2024-05-08 19:22:42','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61715185131','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2214,'X6w','Mpesa','','2024-05-08 19:23:34','','0','6','2024-05-08 19:23:34','','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','1','0','61715185386','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2215,'77d','Mpesa','','2024-05-08 19:24:08','','0','6','2024-05-08 19:24:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715185447','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2216,'Ikq','Mpesa','','2024-05-08 20:21:40','','0','6','2024-05-08 20:21:40','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61715188897','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2217,'Oqv','Mpesa','','2024-05-08 20:22:36','','0','6','2024-05-08 20:22:36','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61715188942','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2218,'Tzs','Mpesa','','2024-05-08 20:23:03','','0','6','2024-05-08 20:23:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715188982','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2219,'1lc','Mpesa','','2024-05-08 20:23:46','','0','6','2024-05-08 20:23:46','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715189005','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2220,'','Cash','','2024-05-08 20:27:22','','0','6','2024-05-08 20:27:22','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61715189071','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2221,'','Cash','','2024-05-08 20:45:05','','0','6','2024-05-08 20:45:05','','610','610','1','retail','0','610','1','0','0','0','0','0','0','printed',' ','','1','0','61715189284','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2222,'','Cash','','2024-05-08 20:47:58','','0','6','2024-05-08 20:47:58','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61715190457','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2223,'4m9','Mpesa','','2024-05-08 21:23:42','','0','6','2024-05-08 21:23:42','','0','390','1','retail','0','390','1','0','0','0','0','390','0','printed',' ','','1','0','61715192454','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2224,'','Cash','','2024-05-08 21:24:14','','0','6','2024-05-08 21:24:14','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61715192651','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2225,'Mmo','Mpesa','','2024-05-08 21:24:21','','0','6','2024-05-08 21:24:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715192660','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2226,'204','Mpesa','','2024-05-09 13:41:48','','0','6','2024-05-09 13:41:48','','0','330','1','retail','0','330','1','0','0','0','0','330','0','printed',' ','','1','0','61715251255','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2227,'Ya3','Mpesa','','2024-05-09 13:53:22','','0','6','2024-05-09 13:53:22','','0','1250','1','retail','0','1250','1','0','0','0','0','1250','0','printed',' ','','1','0','61715251993','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2228,'U74','Mpesa','','2024-05-09 13:53:52','','0','6','2024-05-09 13:53:52','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715252027','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2229,'','Cash','','2024-05-09 13:54:28','','0','6','2024-05-09 13:54:28','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61715252063','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2230,'9nn','Mpesa','','2024-05-09 15:07:37','','0','6','2024-05-09 15:07:37','','0','490','1','retail','0','490','1','0','0','0','0','490','0','printed',' ','','1','0','61715256402','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2231,'355','Mpesa','','2024-05-09 15:08:30','','0','6','2024-05-09 15:08:30','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61715256504','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2232,'D93','Mpesa','','2024-05-09 16:44:05','','0','7','2024-05-09 16:44:05','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71715262189','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2233,'Qw0','Mpesa','','2024-05-09 16:44:59','','0','7','2024-05-09 16:45:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715262279','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2234,'6s6','Mpesa','','2024-05-09 16:47:05','','0','7','2024-05-09 16:47:05','','0','470','1','retail','0','470','1','0','0','0','0','470','0','printed',' ','','1','0','71715262318','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2235,'Dri','Mpesa','','2024-05-09 18:10:02','','0','7','2024-05-09 18:10:02','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71715267385','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2236,'Jmv','Mpesa','','2024-05-09 18:10:28','','0','7','2024-05-09 18:10:28','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','71715267416','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2237,'Zce','Mpesa','','2024-05-09 18:51:48','','0','7','2024-05-09 18:51:48','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715269897','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2238,'Nl7','Mpesa','','2024-05-09 19:15:08','','0','7','2024-05-09 19:15:08','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71715271288','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2239,'L1p','Mpesa','','2024-05-09 19:16:12','','0','7','2024-05-09 19:16:12','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71715271331','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2240,'Zvp','Mpesa','','2024-05-09 19:16:50','','0','7','2024-05-09 19:16:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715271402','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2241,'Xeo','Mpesa','','2024-05-09 19:29:00','','0','7','2024-05-09 19:29:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715271454','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2242,'3fh','Mpesa','','2024-05-09 19:32:22','','0','7','2024-05-09 19:32:22','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71715272197','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2243,'A5c','Mpesa','','2024-05-09 19:34:28','','0','7','2024-05-09 19:34:28','','0','370','1','retail','0','370','1','0','0','0','0','370','0','printed',' ','','1','0','71715272362','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2244,'E5f','Mpesa','','2024-05-09 19:59:27','','0','7','2024-05-09 19:59:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715273646','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2245,'1nl','Mpesa','','2024-05-09 20:09:42','','0','7','2024-05-09 20:09:42','','0','490','1','retail','0','490','1','0','0','0','0','490','0','printed',' ','','1','0','71715273978','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2246,'','Cash','','2024-05-09 20:16:57','','0','7','2024-05-09 20:16:57','','180','180','1','retail','0','180','1','0','0','0','0','0','0','printed',' ','','1','0','71715274987','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2247,'Vor','Mpesa','','2024-05-09 20:27:47','','0','7','2024-05-09 20:27:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715275636','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2248,'','Cash','','2024-05-09 20:36:07','','0','6','2024-05-09 20:36:07','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','61715275991','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2249,'Yhh','Mpesa','','2024-05-09 20:37:08','','0','6','2024-05-09 20:37:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715276169','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2250,'3d0','Mpesa','','2024-05-09 20:38:41','','0','6','2024-05-09 20:38:41','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715276283','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2251,'5vc','Mpesa','','2024-05-09 20:48:40','','0','7','2024-05-09 20:48:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715276499','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2252,'5ah','Mpesa','','2024-05-09 21:07:54','','0','7','2024-05-09 21:07:54','','0','90','1','retail','0','90','1','0','0','0','0','90','0','printed',' ','','1','0','71715278073','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2253,'Wac','Mpesa','','2024-05-10 14:19:16','','0','6','2024-05-10 14:19:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715339954','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2254,'1v4','Mpesa','','2024-05-10 14:19:55','','0','6','2024-05-10 14:19:55','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61715339992','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2255,'Nn4','Mpesa','','2024-05-10 14:22:30','','0','6','2024-05-10 14:22:30','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61715340031','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2256,'33p','Mpesa','','2024-05-10 14:24:06','','0','6','2024-05-10 14:24:06','','0','480','1','retail','0','480','1','0','0','0','0','480','0','printed',' ','','1','0','61715340196','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2257,'Xqi','Mpesa','','2024-05-10 14:24:39','','0','6','2024-05-10 14:24:39','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61715340277','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2258,'Z2m','Mpesa','','2024-05-10 14:28:09','','0','6','2024-05-10 14:28:09','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61715340482','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2259,'We3','Mpesa','','2024-05-10 14:49:13','','0','6','2024-05-10 14:49:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715341751','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2260,'K4s','Mpesa','','2024-05-10 14:49:48','','0','6','2024-05-10 14:49:48','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715341786','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2261,'','Cash','','2024-05-10 17:45:23','','0','6','2024-05-10 17:45:23','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','61715352279','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2262,'','Cash','','2024-05-10 17:46:07','','0','6','2024-05-10 17:46:07','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','1','0','61715352365','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2263,'','Cash','','2024-05-10 17:46:26','','0','6','2024-05-10 17:46:26','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61715352378','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2264,'','Cash','','2024-05-10 17:47:00','','0','6','2024-05-10 17:47:00','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61715352419','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2265,'O9q','Mpesa','','2024-05-10 17:49:42','','0','6','2024-05-10 17:49:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715352581','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2266,'Jve','Mpesa','','2024-05-10 17:50:09','','0','6','2024-05-10 17:50:09','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61715352607','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2267,'9vi','Mpesa','','2024-05-10 17:50:49','','0','6','2024-05-10 17:50:49','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61715352642','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2268,'O2d','Mpesa','','2024-05-10 17:51:26','','0','6','2024-05-10 17:51:26','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61715352678','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2269,'F1k','Mpesa','','2024-05-10 17:52:51','','0','6','2024-05-10 17:52:51','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61715352761','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2270,'Zcs','Mpesa','','2024-05-10 17:54:15','','0','6','2024-05-10 17:54:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715352843','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2271,'Xs8','Mpesa','','2024-05-10 17:55:53','','0','6','2024-05-10 17:55:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715352948','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2272,'Dn5','Mpesa','','2024-05-10 17:58:28','','0','6','2024-05-10 17:58:28','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61715352993','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2273,'62k','Mpesa','','2024-05-10 18:51:47','','0','6','2024-05-10 18:51:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715354914','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2274,'6wm','Mpesa','','2024-05-10 19:02:14','','0','6','2024-05-10 19:02:14','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715356932','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2275,'Ne4','Mpesa','','2024-05-10 19:03:06','','0','6','2024-05-10 19:03:06','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61715356964','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2276,'43d','Mpesa','','2024-05-10 19:03:30','','0','6','2024-05-10 19:03:30','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715357009','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2277,'O7w','Mpesa','','2024-05-10 19:17:23','','0','6','2024-05-10 19:17:23','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61715357827','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2278,'027','Mpesa','','2024-05-10 19:19:07','','0','6','2024-05-10 19:19:07','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','61715357878','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2279,'Y7x','Mpesa','','2024-05-10 19:19:30','','0','6','2024-05-10 19:19:30','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715357969','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2280,'C2d','Mpesa','','2024-05-10 19:19:59','','0','6','2024-05-10 19:19:59','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61715357994','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2281,'4v2','Mpesa','','2024-05-10 19:20:58','','0','6','2024-05-10 19:20:58','','0','510','1','retail','0','510','1','0','0','0','0','510','0','printed',' ','','1','0','61715358032','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2282,'X68','Mpesa','','2024-05-10 19:24:01','','0','6','2024-05-10 19:24:01','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','61715358240','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2283,'X68','Mpesa','','2024-05-10 19:25:09','','0','6','2024-05-10 19:25:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715358309','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2284,'Yx8','Mpesa','','2024-05-10 19:25:33','','0','6','2024-05-10 19:25:33','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61715358331','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2285,'L8t','Mpesa','','2024-05-10 19:27:14','','0','6','2024-05-10 19:27:14','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61715358430','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2286,'15m','Mpesa','','2024-05-10 19:35:07','','0','6','2024-05-10 19:35:07','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','61715358895','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2287,'','Cash','','2024-05-10 19:46:48','','0','6','2024-05-10 19:46:48','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61715359598','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2288,'3p3','Mpesa','','2024-05-10 19:49:24','','0','6','2024-05-10 19:49:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715359761','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2289,'','Cash','','2024-05-10 20:40:59','','0','6','2024-05-10 20:40:59','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61715362856','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2290,'','Cash','','2024-05-11 13:45:58','','0','7','2024-05-11 13:45:58','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71715424349','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2291,'','Cash','','2024-05-11 13:46:26','','0','7','2024-05-11 13:46:26','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71715424361','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2292,'Ehd','Mpesa','','2024-05-11 13:46:46','','0','7','2024-05-11 13:46:46','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71715424390','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2293,'Obs','Mpesa','','2024-05-11 13:47:35','','0','7','2024-05-11 13:47:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715424449','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2294,'M88','Mpesa','','2024-05-11 13:47:55','','0','7','2024-05-11 13:47:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715424466','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2295,'','Cash','','2024-05-11 13:49:40','','0','7','2024-05-11 13:49:40','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71715424505','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2296,'Vf7','Mpesa','','2024-05-11 13:51:11','','0','7','2024-05-11 13:51:11','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71715424651','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2297,'Y5s','Mpesa','','2024-05-11 14:09:14','','0','6','2024-05-11 14:09:14','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715425752','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2298,'Yqa','Mpesa','','2024-05-11 15:14:11','','0','6','2024-05-11 15:14:11','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61715429649','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2299,'Tru','Mpesa','','2024-05-11 15:17:01','','0','6','2024-05-11 15:17:01','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61715429687','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2300,'Iea','Mpesa','','2024-05-11 15:21:50','','0','6','2024-05-11 15:21:50','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61715430092','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2301,'Tsa','Mpesa','','2024-05-11 15:33:02','','0','6','2024-05-11 15:33:02','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','1','0','61715430763','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2302,'Gke','Mpesa','','2024-05-11 15:33:42','','0','6','2024-05-11 15:33:42','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61715430806','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2303,'','Cash','','2024-05-11 16:18:57','','0','6','2024-05-11 16:18:57','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','61715433527','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2304,'','Cash','','2024-05-11 16:22:10','','0','6','2024-05-11 16:22:10','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61715433723','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2305,'','Cash','','2024-05-11 16:22:54','','0','6','2024-05-11 16:22:54','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61715433773','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2306,'F43','Mpesa','','2024-05-11 16:23:16','','0','6','2024-05-11 16:23:16','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61715433794','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2307,'Trt','Mpesa','','2024-05-11 16:23:49','','0','6','2024-05-11 16:23:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715433827','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2308,'Wkw','Mpesa','','2024-05-11 17:05:22','','0','6','2024-05-11 17:05:22','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61715436296','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2309,'Cmv','Mpesa','','2024-05-11 17:06:55','','0','6','2024-05-11 17:06:55','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','61715436400','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2310,'Iqv','Mpesa','','2024-05-11 17:15:36','','0','6','2024-05-11 17:15:36','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715436934','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2311,'Nsu','Mpesa','','2024-05-11 17:21:34','','0','6','2024-05-11 17:21:34','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61715437260','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2312,'Onm','Mpesa','','2024-05-11 17:26:34','','0','6','2024-05-11 17:26:34','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61715437582','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2313,'G66','Mpesa','','2024-05-11 18:54:14','','0','6','2024-05-11 18:54:14','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61715442154','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2314,'Zbc','Mpesa','','2024-05-11 19:05:19','','0','6','2024-05-11 19:05:19','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61715443512','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2315,'25d','Mpesa','','2024-05-11 19:07:37','','0','6','2024-05-11 19:07:37','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715443654','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2316,'G71','Mpesa','','2024-05-11 19:09:22','','0','6','2024-05-11 19:09:22','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61715443752','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2317,'Y1z','Mpesa','','2024-05-11 19:11:23','','0','6','2024-05-11 19:11:23','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61715443835','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2318,'459','Mpesa','','2024-05-11 19:15:02','','0','6','2024-05-11 19:15:02','','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','1','0','61715443910','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2319,'V31','Mpesa','','2024-05-11 19:15:42','','0','6','2024-05-11 19:15:42','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61715444138','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2320,'Atj','Mpesa','','2024-05-11 19:31:28','','0','6','2024-05-11 19:31:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715445086','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2321,'','Cash','','2024-05-11 20:39:59','','0','6','2024-05-11 20:39:59','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61715449195','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2322,'Hh8','Mpesa','','2024-05-11 21:12:02','','0','6','2024-05-11 21:12:02','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715451121','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2323,'','Cash','','2024-05-11 21:14:30','','0','6','2024-05-11 21:14:30','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61715451198','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2324,'Jll','Mpesa','','2024-05-12 11:36:50','','0','7','2024-05-12 11:36:50','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71715502853','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2325,'6hd','Mpesa','','2024-05-12 11:37:48','','0','7','2024-05-12 11:37:48','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715503059','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2326,'F9t','Mpesa','','2024-05-12 11:59:28','','0','7','2024-05-12 11:59:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715504366','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2327,'Rji','Mpesa','','2024-05-12 12:02:45','','0','7','2024-05-12 12:02:45','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71715504456','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2328,'Lgf','Mpesa','','2024-05-12 12:03:13','','0','7','2024-05-12 12:03:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715504581','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2329,'Uui','Mpesa','','2024-05-12 12:03:49','','0','7','2024-05-12 12:03:49','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71715504608','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2330,'R7b','Mpesa','','2024-05-12 12:06:06','','0','7','2024-05-12 12:06:06','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','71715504757','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2331,'Oht','Mpesa','','2024-05-12 12:15:31','','0','7','2024-05-12 12:15:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715505320','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2332,'Qc8','Mpesa','','2024-05-12 12:16:54','','0','7','2024-05-12 12:16:54','','0','610','1','retail','0','610','1','0','0','0','0','610','0','printed',' ','','1','0','71715505352','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2333,'Fdm','Mpesa','','2024-05-12 12:18:13','','0','7','2024-05-12 12:18:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715505469','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2334,'Of9','Mpesa','','2024-05-12 12:22:20','','0','7','2024-05-12 12:22:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715505713','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2335,'Egb','Mpesa','','2024-05-12 12:23:53','','0','7','2024-05-12 12:23:53','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71715505786','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2336,'Oxa','Mpesa','','2024-05-12 12:41:25','','0','7','2024-05-12 12:41:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715506866','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2337,'','Cash','','2024-05-12 12:43:26','','0','7','2024-05-12 12:43:26','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','71715506941','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2338,'4xp','Mpesa','','2024-05-12 12:54:38','','0','7','2024-05-12 12:54:38','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71715507364','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2339,'J3f','Mpesa','','2024-05-12 12:57:12','','0','7','2024-05-12 12:57:12','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715507810','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2340,'S7z','Mpesa','','2024-05-12 13:21:49','','0','7','2024-05-12 13:21:49','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','71715508917','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2341,'','Cash','','2024-05-12 13:23:35','','0','7','2024-05-12 13:23:35','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','71715509378','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2342,'O7x','Mpesa','','2024-05-12 16:14:53','','0','7','2024-05-12 16:14:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715519578','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2343,'Ope','Mpesa','','2024-05-12 16:15:56','','0','7','2024-05-12 16:15:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715519724','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2344,'Sd2','Mpesa','','2024-05-12 16:16:22','','0','7','2024-05-12 16:16:22','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715519765','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2345,'Z59','Mpesa','','2024-05-12 16:17:05','','0','7','2024-05-12 16:17:05','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71715519798','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2346,'Y5q','Mpesa','','2024-05-12 16:19:10','','0','7','2024-05-12 16:19:10','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71715519862','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2347,'','Cash','','2024-05-12 17:15:44','','0','7','2024-05-12 17:15:44','','1200','1200','1','retail','0','1200','1','0','0','0','0','0','0','printed',' ','','1','0','71715520743','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2348,'Zk8','Mpesa','','2024-05-12 17:16:12','','0','7','2024-05-12 17:16:12','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715523358','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2349,'Wda','Mpesa','','2024-05-12 17:35:10','','0','7','2024-05-12 17:35:10','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71715523390','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2350,'1g7','Mpesa','','2024-05-12 17:41:51','','0','7','2024-05-12 17:41:51','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715524801','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2351,'Tg1','Mpesa','','2024-05-12 17:43:13','','0','7','2024-05-12 17:43:13','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71715524940','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2352,'Pr3','Mpesa','','2024-05-12 17:46:33','','0','7','2024-05-12 17:46:33','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71715525089','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2353,'Pj6','Mpesa','','2024-05-12 17:49:43','','0','7','2024-05-12 17:49:43','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71715525338','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2354,'6rz','Mpesa','','2024-05-12 17:50:44','','0','7','2024-05-12 17:50:44','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71715525409','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2355,'Wfh','Mpesa','','2024-05-12 17:55:33','','0','7','2024-05-12 17:55:33','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71715525648','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2356,'7j5','Mpesa','','2024-05-12 17:59:28','','0','7','2024-05-12 17:59:28','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71715525839','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2357,'Ha0','Mpesa','','2024-05-12 18:00:27','','0','7','2024-05-12 18:00:27','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71715525997','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2358,'Pmx','Mpesa','','2024-05-12 18:01:58','','0','7','2024-05-12 18:01:58','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71715526046','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2359,'Ukx','Mpesa','','2024-05-12 18:02:33','','0','7','2024-05-12 18:02:33','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715526140','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2360,'Ict','Mpesa','','2024-05-12 18:03:16','','0','7','2024-05-12 18:03:16','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71715526167','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2361,'G19','Mpesa','','2024-05-12 18:09:33','','0','7','2024-05-12 18:09:33','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71715526222','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2362,'1n8','Mpesa','','2024-05-12 18:11:27','','0','7','2024-05-12 18:11:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715526644','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2363,'6bs','Mpesa','','2024-05-12 18:14:06','','0','7','2024-05-12 18:14:06','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71715526763','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2364,'Inz','Mpesa','','2024-05-12 18:14:53','','0','7','2024-05-12 18:14:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715526867','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2365,'B1g','Mpesa','','2024-05-12 18:19:05','','0','7','2024-05-12 18:19:05','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71715526927','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2366,'Fji','Mpesa','','2024-05-12 18:20:23','','0','7','2024-05-12 18:20:23','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71715527165','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2367,'Ym6','Mpesa','','2024-05-12 18:22:48','','0','7','2024-05-12 18:22:48','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71715527247','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2368,'Xda','Mpesa','','2024-05-12 18:25:25','','0','7','2024-05-12 18:25:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715527497','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2369,'','Cash','','2024-05-12 18:29:26','','0','7','2024-05-12 18:29:26','','570','570','1','retail','0','570','1','0','0','0','0','0','0','printed',' ','','1','0','71715527551','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2370,'Pl1','Mpesa','','2024-05-12 18:30:53','','0','7','2024-05-12 18:30:53','','0','570','1','retail','0','570','1','0','0','0','0','570','0','printed',' ','','1','0','71715527803','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2371,'Kt3','Mpesa','','2024-05-12 18:33:04','','0','7','2024-05-12 18:33:04','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71715527869','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2372,'Np8','Mpesa','','2024-05-12 18:33:55','','0','7','2024-05-12 18:33:55','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71715527998','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2373,'Jpm','Mpesa','','2024-05-12 18:35:00','','0','7','2024-05-12 18:35:00','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71715528063','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2374,'Vt7','Mpesa','','2024-05-12 18:35:35','','0','7','2024-05-12 18:35:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715528118','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2375,'Gbh','Mpesa','','2024-05-12 18:36:20','','0','7','2024-05-12 18:36:20','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71715528157','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2376,'Ds8','Mpesa','','2024-05-12 18:39:13','','0','7','2024-05-12 18:39:13','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71715528333','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2377,'3fc','Mpesa','','2024-05-12 18:40:28','','0','7','2024-05-12 18:40:28','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71715528387','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2378,'14r','Mpesa','','2024-05-12 18:42:49','','0','7','2024-05-12 18:42:49','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','71715528466','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2379,'Wy0','Mpesa','','2024-05-12 18:52:38','','0','7','2024-05-12 18:52:38','','0','720','1','retail','0','720','1','0','0','0','0','720','0','printed',' ','','1','0','71715528676','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2380,'Pdl','Mpesa','','2024-05-12 18:53:46','','0','7','2024-05-12 18:53:46','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','71715529183','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2381,'E59','Mpesa','','2024-05-12 18:54:48','','0','7','2024-05-12 18:54:48','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715529271','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2382,'7zm','Mpesa','','2024-05-12 18:57:38','','0','7','2024-05-12 18:57:38','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','71715529307','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2383,'Laq','Mpesa','','2024-05-12 18:59:23','','0','7','2024-05-12 18:59:23','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71715529543','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2384,'Ka5','Mpesa','','2024-05-12 19:00:03','','0','7','2024-05-12 19:00:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715529587','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2385,'Gaw','Mpesa','','2024-05-12 19:00:53','','0','7','2024-05-12 19:00:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715529622','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2386,'Jo0','Mpesa','','2024-05-12 19:05:08','','0','7','2024-05-12 19:05:08','','0','40','1','retail','0','40','1','0','0','0','0','40','0','new',' ','','1','0','71715529897','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2387,'Vya','Mpesa','','2024-05-12 19:07:06','','0','7','2024-05-12 19:07:06','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71715529968','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2388,'9fn','Mpesa','','2024-05-12 19:07:55','','0','7','2024-05-12 19:07:55','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71715530044','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2389,'Ox3','Mpesa','','2024-05-12 19:08:50','','0','7','2024-05-12 19:08:50','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71715530101','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2390,'7oo','Mpesa','','2024-05-12 19:09:59','','0','7','2024-05-12 19:09:59','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71715530156','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2391,'Uge','Mpesa','','2024-05-12 19:10:50','','0','7','2024-05-12 19:10:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715530222','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2392,'Vm7','Mpesa','','2024-05-12 19:12:21','','0','7','2024-05-12 19:12:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715530325','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2393,'X9f','Mpesa','','2024-05-12 19:13:08','','0','7','2024-05-12 19:13:08','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71715530369','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2394,'','Cash','','2024-05-12 19:15:00','','0','7','2024-05-12 19:15:00','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','71715530474','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2395,'044','Mpesa','','2024-05-12 19:17:30','','0','7','2024-05-12 19:17:30','','0','1140','1','retail','0','1140','1','0','0','0','0','1140','0','printed',' ','','1','0','71715530530','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2396,'Xm9','Mpesa','','2024-05-12 19:21:34','','0','7','2024-05-12 19:21:34','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','71715530817','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2397,'892','Mpesa','','2024-05-12 19:24:02','','0','7','2024-05-12 19:24:02','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71715531022','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2398,'Ynq','Mpesa','','2024-05-12 19:25:19','','0','7','2024-05-12 19:25:19','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71715531056','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2399,'','Cash','','2024-05-12 19:30:33','','0','7','2024-05-12 19:30:33','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71715531325','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2400,'','Cash','','2024-05-12 19:30:56','','0','7','2024-05-12 19:30:56','','900','900','1','retail','0','900','1','0','0','0','0','0','0','printed',' ','','1','0','71715531439','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2401,'','Cash','','2024-05-12 19:35:41','','0','7','2024-05-12 19:35:41','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71715531728','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2402,'Clw','Mpesa','','2024-05-12 21:17:10','','0','7','2024-05-12 21:17:10','','0','1255','1','retail','0','1255','1','0','0','0','0','1255','0','printed',' ','','1','0','71715537664','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2403,'Mv8','Mpesa','','2024-05-12 21:20:02','','0','7','2024-05-12 21:20:02','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71715537891','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2404,'Lhr','Mpesa','','2024-05-12 21:21:12','','0','7','2024-05-12 21:21:12','','0','630','1','retail','0','630','1','0','0','0','0','630','0','printed',' ','','1','0','71715538019','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2405,'','Cash','','2024-05-12 21:22:17','','0','7','2024-05-12 21:22:17','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71715538122','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2406,'Q6j','Mpesa','','2024-05-13 13:25:59','','0','6','2024-05-13 13:25:59','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61715594933','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2407,'Pvp','Mpesa','','2024-05-13 13:30:15','','0','6','2024-05-13 13:30:15','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61715596168','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2408,'Oer','Mpesa','','2024-05-13 13:34:06','','0','6','2024-05-13 13:34:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715596300','Cleared','6','2024-05-13 13:34:06','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2409,'Rkb','Mpesa','','2024-05-13 17:40:27','','0','7','2024-05-13 17:40:27','','0','410','1','retail','0','410','1','0','0','0','0','410','0','printed',' ','','1','0','71715610031','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2410,'Q6j','Mpesa','','2024-05-13 17:41:30','','0','7','2024-05-13 17:41:30','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71715611247','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2411,'Thu','Mpesa','','2024-05-13 17:43:04','','0','7','2024-05-13 17:43:04','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71715611308','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2412,'D8b','Mpesa','','2024-05-13 17:45:40','','0','7','2024-05-13 17:45:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715611404','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2413,'2ln','Mpesa','','2024-05-13 17:47:11','','0','7','2024-05-13 17:47:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715611618','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2414,'Mg9','Mpesa','','2024-05-13 17:47:50','','0','7','2024-05-13 17:47:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715611656','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2415,'Ax7','Mpesa','','2024-05-13 17:48:37','','0','7','2024-05-13 17:48:37','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','71715611680','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2416,'0y4','Mpesa','','2024-05-13 17:49:24','','0','7','2024-05-13 17:49:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715611749','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2417,'Z0p','Mpesa','','2024-05-13 17:51:11','','0','7','2024-05-13 17:51:11','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71715611859','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2418,'9vx','Mpesa','','2024-05-13 17:52:31','','0','7','2024-05-13 17:52:31','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71715611905','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2419,'Pxk','Mpesa','','2024-05-13 17:53:09','','0','7','2024-05-13 17:53:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715611977','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2420,'J9h','Mpesa','','2024-05-13 17:53:35','','0','7','2024-05-13 17:53:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715612001','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2421,'G5h','Mpesa','','2024-05-13 17:55:28','','0','7','2024-05-13 17:55:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715612111','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2422,'Qp3','Mpesa','','2024-05-13 17:56:05','','0','7','2024-05-13 17:56:05','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71715612150','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2423,'W55','Mpesa','','2024-05-13 17:57:30','','0','7','2024-05-13 17:57:30','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71715612190','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2424,'893','Mpesa','','2024-05-13 17:58:07','','0','7','2024-05-13 17:58:07','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71715612267','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2425,'Mgv','Mpesa','','2024-05-13 17:58:54','','0','7','2024-05-13 17:58:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715612305','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2426,'','Cash','','2024-05-13 18:00:42','','0','7','2024-05-13 18:00:42','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71715612358','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2427,'','Cash','','2024-05-13 18:01:11','','0','7','2024-05-13 18:01:11','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','71715612454','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2428,'','Cash','','2024-05-13 18:04:15','','0','7','2024-05-13 18:04:15','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71715612485','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2429,'','Cash','','2024-05-13 18:36:54','','0','7','2024-05-13 18:36:54','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71715614586','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2430,'Vay','Mpesa','','2024-05-13 18:39:10','','0','7','2024-05-13 18:39:10','','0','470','1','retail','0','470','1','0','0','0','0','470','0','printed',' ','','1','0','71715614639','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2431,'T1l','Mpesa','','2024-05-13 18:54:21','','0','7','2024-05-13 18:54:21','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71715615577','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2432,'Lwm','Mpesa','','2024-05-13 21:10:28','','0','7','2024-05-13 21:10:28','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71715623783','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2433,'Qqm','Mpesa','','2024-05-13 21:13:27','','0','7','2024-05-13 21:13:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715623978','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2434,'D2p','Mpesa','','2024-05-13 21:14:04','','0','7','2024-05-13 21:14:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715624029','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2435,'5dj','Mpesa','','2024-05-13 21:15:07','','0','7','2024-05-13 21:15:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715624068','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2436,'J55','Mpesa','','2024-05-13 21:15:52','','0','7','2024-05-13 21:15:52','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71715624125','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2437,'W98','Mpesa','','2024-05-14 13:26:59','','0','7','2024-05-14 13:26:59','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71715682396','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2438,'Jc6','Mpesa','','2024-05-14 13:27:59','','0','7','2024-05-14 13:27:59','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71715682433','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2439,'Mm9','Mpesa','','2024-05-14 13:28:37','','0','7','2024-05-14 13:28:37','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71715682493','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2440,'Go9','Mpesa','','2024-05-17 17:01:37','','0','7','2024-05-17 17:01:37','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','71715954480','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2441,'3r6','Mpesa','','2024-05-17 17:04:03','','0','7','2024-05-17 17:04:03','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71715954632','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2442,'Orx','Mpesa','','2024-05-17 17:05:42','','0','6','2024-05-17 17:05:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715954740','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2443,'Cyd','Mpesa','','2024-05-17 17:06:09','','0','6','2024-05-17 17:06:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715954767','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2444,'78y','Mpesa','','2024-05-17 17:07:05','','0','6','2024-05-17 17:07:05','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61715954822','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2445,'6vo','Mpesa','','2024-05-17 17:07:38','','0','6','2024-05-17 17:07:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715954856','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2446,'Lub','Mpesa','','2024-05-17 17:08:47','','0','6','2024-05-17 17:08:47','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61715954913','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2447,'1zs','Mpesa','','2024-05-17 17:10:05','','0','6','2024-05-17 17:10:05','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61715955001','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2448,'4w5','Mpesa','','2024-05-17 17:10:57','','0','6','2024-05-17 17:10:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61715955055','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2449,'','Cash','','2024-05-17 17:11:51','','0','6','2024-05-17 17:11:51','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61715955099','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2450,'','Cash','','2024-05-17 17:12:25','','0','6','2024-05-17 17:12:25','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61715955127','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2451,'I9e','Mpesa','','2024-05-18 13:14:14','','0','6','2024-05-18 13:14:15','','0','330','1','retail','0','330','1','0','0','0','0','330','0','printed',' ','','1','0','61715957540','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2452,'Clk','Mpesa','','2024-05-18 13:15:29','','0','6','2024-05-18 13:15:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61716027323','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2453,'4zz','Mpesa','','2024-05-18 13:16:04','','0','6','2024-05-18 13:16:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716027361','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2454,'','Cash','','2024-05-18 15:56:03','','0','6','2024-05-18 15:56:03','','970','970','1','retail','0','970','1','0','0','0','0','0','0','printed',' ','','1','0','61716036926','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2455,'Wpi','Mpesa','','2024-05-18 16:47:31','','0','6','2024-05-18 16:47:31','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61716040049','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2456,'T2c','Mpesa','','2024-05-18 16:48:04','','0','6','2024-05-18 16:48:04','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','61716040080','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2457,'B63','Mpesa','','2024-05-18 16:48:36','','0','6','2024-05-18 16:48:36','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','61716040107','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2458,'Xql','Mpesa','','2024-05-18 16:49:45','','0','6','2024-05-18 16:49:45','','0','530','1','retail','0','530','1','0','0','0','0','530','0','printed',' ','','1','0','61716040172','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2459,'Tav','Mpesa','','2024-05-18 16:50:13','','0','6','2024-05-18 16:50:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716040212','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2460,'7si','Mpesa','','2024-05-18 16:50:44','','0','6','2024-05-18 16:50:44','','0','300','1','retail','0','300','1','0','0','0','0','300','0','new',' ','','1','0','61716040238','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2461,'40q','Mpesa','','2024-05-18 16:51:33','','0','6','2024-05-18 16:51:33','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','61716040284','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2462,'4b1','Mpesa','','2024-05-18 17:11:42','','0','6','2024-05-18 17:11:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716041501','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2463,'Jwd','Mpesa','','2024-05-18 17:12:26','','0','6','2024-05-18 17:12:26','','0','290','1','retail','0','290','1','0','0','0','0','290','0','printed',' ','','1','0','61716041528','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2464,'4pi','Mpesa','','2024-05-18 17:15:27','','0','6','2024-05-18 17:15:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716041571','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2465,'8fj','Mpesa','','2024-05-18 17:15:50','','0','6','2024-05-18 17:15:50','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61716041748','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2466,'3k3','Mpesa','','2024-05-18 17:16:24','','0','6','2024-05-18 17:16:24','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','61716041776','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2467,'D1a','Mpesa','','2024-05-18 17:16:57','','0','6','2024-05-18 17:16:57','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61716041807','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2468,'W54','Mpesa','','2024-05-18 17:22:27','','0','6','2024-05-18 17:22:27','','0','470','1','retail','0','470','1','0','0','0','0','470','0','printed',' ','','1','0','61716042134','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2469,'W7j','Mpesa','','2024-05-18 17:24:58','','0','6','2024-05-18 17:24:58','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61716042288','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2470,'Gf6','Mpesa','','2024-05-18 17:25:43','','0','6','2024-05-18 17:25:43','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61716042339','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2471,'Gyx','Mpesa','','2024-05-18 17:26:51','','0','6','2024-05-18 17:26:51','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61716042397','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2472,'','Cash','','2024-05-18 17:31:17','','0','6','2024-05-18 17:31:17','','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','1','0','61716042671','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2473,'','Cash','','2024-05-18 18:02:15','','0','6','2024-05-18 18:02:15','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61716044515','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2474,'','Cash','','2024-05-18 18:04:02','','0','6','2024-05-18 18:04:02','','490','490','1','retail','0','490','1','0','0','0','0','0','0','printed',' ','','1','0','61716044594','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2475,'','Cash','','2024-05-18 18:05:48','','0','6','2024-05-18 18:05:48','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61716044747','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2476,'','Cash','','2024-05-18 18:06:17','','0','6','2024-05-18 18:06:17','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61716044768','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2477,'8b7','Mpesa','','2024-05-18 18:08:45','','0','6','2024-05-18 18:08:45','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61716044923','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2478,'Mxe','Mpesa','','2024-05-18 18:09:11','','0','6','2024-05-18 18:09:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716044951','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2479,'Oiy','Mpesa','','2024-05-18 21:19:58','','0','6','2024-05-18 21:19:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716056396','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2480,'Gzf','Mpesa','','2024-05-18 21:20:30','','0','6','2024-05-18 21:20:30','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61716056420','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2481,'Pg1','Mpesa','','2024-05-18 21:21:27','','0','6','2024-05-18 21:21:27','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61716056478','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2482,'2b4','Mpesa','','2024-05-18 21:22:54','','0','6','2024-05-18 21:22:54','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','61716056544','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2483,'Hao','Mpesa','','2024-05-18 21:24:54','','0','6','2024-05-18 21:24:54','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61716056681','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2484,'R88','Mpesa','','2024-05-18 21:26:29','','0','6','2024-05-18 21:26:29','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61716056778','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2485,'Ixt','Mpesa','','2024-05-18 21:27:04','','0','6','2024-05-18 21:27:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716056823','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2486,'Jxp','Mpesa','','2024-05-18 21:27:41','','0','6','2024-05-18 21:27:41','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61716056850','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2487,'Rgo','Mpesa','','2024-05-18 21:28:26','','0','6','2024-05-18 21:28:26','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61716056892','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2488,'2jo','Mpesa','','2024-05-18 21:29:02','','0','6','2024-05-18 21:29:02','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61716056934','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2489,'S60','Mpesa','','2024-05-18 21:29:58','','0','6','2024-05-18 21:29:58','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','61716056972','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2490,'H91','Mpesa','','2024-05-18 21:30:55','','0','6','2024-05-18 21:30:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716057053','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2491,'Dof','Mpesa','','2024-05-18 21:31:56','','0','6','2024-05-18 21:31:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716057078','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2492,'Vg7','Mpesa','','2024-05-18 21:32:50','','0','6','2024-05-18 21:32:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716057169','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2493,'Ko2','Mpesa','','2024-05-19 11:47:31','','0','7','2024-05-19 11:47:31','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71716108415','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2494,'Dtz','Mpesa','','2024-05-19 11:49:37','','0','7','2024-05-19 11:49:37','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716108484','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2495,'Jc2','Mpesa','','2024-05-19 12:15:43','','0','7','2024-05-19 12:15:43','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716108872','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2496,'Zo1','Mpesa','','2024-05-19 12:16:09','','0','7','2024-05-19 12:16:09','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71716110154','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2497,'J42','Mpesa','','2024-05-19 12:17:14','','0','7','2024-05-19 12:17:14','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71716110191','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2498,'1m0','Mpesa','','2024-05-19 12:17:56','','0','7','2024-05-19 12:17:56','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71716110248','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2499,'778','Mpesa','','2024-05-19 12:19:21','','0','7','2024-05-19 12:19:21','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71716110307','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2500,'U4v','Mpesa','','2024-05-19 12:20:09','','0','7','2024-05-19 12:20:09','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71716110375','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2501,'Jns','Mpesa','','2024-05-19 12:22:57','','0','7','2024-05-19 12:22:57','','0','690','1','retail','0','690','1','0','0','0','0','690','0','printed',' ','','1','0','71716110430','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2502,'Dxl','Mpesa','','2024-05-19 12:23:22','','0','7','2024-05-19 12:23:22','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','71716110588','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2503,'5lf','Mpesa','','2024-05-19 12:33:49','','0','7','2024-05-19 12:33:49','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71716111081','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2504,'3m9','Mpesa','','2024-05-19 12:34:21','','0','7','2024-05-19 12:34:21','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716111252','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2505,'3mo','Mpesa','','2024-05-19 12:35:10','','0','7','2024-05-19 12:35:10','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71716111273','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2506,'Qtf','Mpesa','','2024-05-19 12:36:25','','0','7','2024-05-19 12:36:25','','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','1','0','71716111326','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2507,'Ltf','Mpesa','','2024-05-19 12:45:23','','0','7','2024-05-19 12:45:23','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71716111415','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2508,'Rf7','Mpesa','','2024-05-19 13:59:17','','0','7','2024-05-19 13:59:17','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71716116335','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2509,'73r','Mpesa','','2024-05-19 14:00:41','','0','7','2024-05-19 14:00:41','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716116380','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2510,'5bh','Mpesa','','2024-05-19 14:01:11','','0','7','2024-05-19 14:01:11','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716116458','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2511,'Zyt','Mpesa','','2024-05-19 14:01:44','','0','7','2024-05-19 14:01:44','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716116485','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2512,'2hj','Mpesa','','2024-05-19 14:02:14','','0','7','2024-05-19 14:02:14','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71716116514','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2513,'Ym2','Mpesa','','2024-05-19 14:07:42','','0','7','2024-05-19 14:07:42','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71716116797','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2514,'Ewy','Mpesa','','2024-05-19 14:08:41','','0','7','2024-05-19 14:08:41','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716116910','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2515,'Nlp','Mpesa','','2024-05-19 14:09:33','','0','7','2024-05-19 14:09:33','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71716116964','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2516,'92l','Mpesa','','2024-05-19 14:13:16','','0','7','2024-05-19 14:13:16','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','71716116984','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2517,'Pf4','Mpesa','','2024-05-19 14:14:30','','0','7','2024-05-19 14:14:30','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71716117243','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2518,'Jdl','Mpesa','','2024-05-19 14:27:12','','0','7','2024-05-19 14:27:12','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716117992','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2519,'Ce2','Mpesa','','2024-05-19 14:27:46','','0','7','2024-05-19 14:27:46','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716118044','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2520,'Rqr','Mpesa','','2024-05-19 14:28:42','','0','7','2024-05-19 14:28:42','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71716118081','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2521,'','Cash','','2024-05-19 14:29:33','','0','7','2024-05-19 14:29:33','','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','1','0','71716118154','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2522,'Ugg','Mpesa','','2024-05-19 14:45:58','','0','7','2024-05-19 14:45:58','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71716119112','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2523,'','Cash','','2024-05-19 14:46:48','','0','7','2024-05-19 14:46:48','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71716119196','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2524,'','Cash','','2024-05-19 14:47:33','','0','7','2024-05-19 14:47:33','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71716119237','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2525,'Aj3','Mpesa','','2024-05-19 15:03:05','','0','7','2024-05-19 15:03:05','','0','1250','1','retail','0','1250','1','0','0','0','0','1250','0','printed',' ','','1','0','71716120151','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2526,'','Cash','','2024-05-19 15:05:18','','0','7','2024-05-19 15:05:18','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71716120292','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2527,'W1s','Mpesa','','2024-05-19 15:05:54','','0','7','2024-05-19 15:05:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716120323','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2528,'','Cash','','2024-05-20 17:42:18','','0','6','2024-05-20 17:42:18','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','61716216071','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2529,'','Cash','','2024-05-20 17:43:01','','0','6','2024-05-20 17:43:01','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61716216170','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2530,'','Cash','','2024-05-20 17:43:38','','0','6','2024-05-20 17:43:38','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61716216203','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2531,'','Cash','','2024-05-20 17:44:53','','0','6','2024-05-20 17:44:53','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','61716216281','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2532,'1ly','Mpesa','','2024-05-20 20:26:26','','0','6','2024-05-20 20:26:26','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61716225932','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2533,'Cal','Mpesa','','2024-05-20 20:39:24','','0','6','2024-05-20 20:39:24','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61716226220','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2534,'8lh','Mpesa','','2024-05-20 20:47:22','','0','6','2024-05-20 20:47:22','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61716226790','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2535,'V92','Mpesa','','2024-05-20 20:48:33','','0','6','2024-05-20 20:48:33','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61716227270','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2536,'Uz9','Mpesa','','2024-05-20 20:50:26','','0','6','2024-05-20 20:50:26','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61716227340','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2537,'3n6','Mpesa','','2024-05-20 20:51:06','','0','6','2024-05-20 20:51:06','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61716227444','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2538,'6rw','Mpesa','','2024-05-20 20:51:42','','0','6','2024-05-20 20:51:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716227486','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2539,'Ujn','Mpesa','','2024-05-20 20:56:42','','0','6','2024-05-20 20:56:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716227796','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2540,'Nkg','Mpesa','','2024-05-20 20:57:51','','0','6','2024-05-20 20:57:51','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61716227835','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2541,'A5r','Mpesa','','2024-05-20 20:59:05','','0','6','2024-05-20 20:59:05','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61716227929','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2542,'Trz','Mpesa','','2024-05-20 20:59:45','','0','6','2024-05-20 20:59:45','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61716227969','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2543,'Chl','Mpesa','','2024-05-20 21:00:22','','0','6','2024-05-20 21:00:22','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716228006','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2544,'99j','Mpesa','','2024-05-20 21:01:26','','0','6','2024-05-20 21:01:26','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61716228051','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2545,'L72','Mpesa','','2024-05-21 18:29:58','','0','7','2024-05-21 18:29:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716304824','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2546,'Yor','Mpesa','','2024-05-21 18:32:32','','0','7','2024-05-21 18:32:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716305521','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2547,'4w9','Mpesa','','2024-05-21 18:33:12','','0','7','2024-05-21 18:33:12','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716305576','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2548,'18u','Mpesa','','2024-05-21 18:36:02','','0','7','2024-05-21 18:36:02','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716305616','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2549,'Hkj','Mpesa','','2024-05-21 18:37:13','','0','7','2024-05-21 18:37:13','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71716305797','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2550,'Fg8','Mpesa','','2024-05-21 18:37:53','','0','7','2024-05-21 18:37:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716305861','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2551,'98d','Mpesa','','2024-05-21 18:38:31','','0','7','2024-05-21 18:38:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716305888','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2552,'','Cash','','2024-05-21 18:39:31','','0','7','2024-05-21 18:39:31','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71716305934','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2553,'Zox','Mpesa','','2024-05-21 19:09:40','','0','7','2024-05-21 19:09:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716306942','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2554,'1nj','Mpesa','','2024-05-21 19:10:16','','0','7','2024-05-21 19:10:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716307803','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2555,'Mtc','Mpesa','','2024-05-21 19:10:49','','0','7','2024-05-21 19:10:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716307838','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2556,'Fsv','Mpesa','','2024-05-21 19:31:11','','0','7','2024-05-21 19:31:11','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71716309037','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2557,'0po','Mpesa','','2024-05-21 19:31:49','','0','7','2024-05-21 19:31:49','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716309096','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2558,'Pba','Mpesa','','2024-05-21 20:23:41','','0','7','2024-05-21 20:23:41','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71716309154','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2559,'Fin','Mpesa','','2024-05-21 20:24:41','','0','7','2024-05-21 20:24:41','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71716312238','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2560,'Run','Mpesa','','2024-05-21 20:49:43','','0','7','2024-05-21 20:49:43','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71716313746','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2561,'O9b','Mpesa','','2024-05-21 20:50:28','','0','7','2024-05-21 20:50:28','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71716313812','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2562,'55j','Mpesa','','2024-05-21 20:51:34','','0','7','2024-05-21 20:51:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716313883','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2563,'Hpb','Mpesa','','2024-05-21 20:52:15','','0','7','2024-05-21 20:52:15','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71716313916','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2564,'Uz4','Mpesa','','2024-05-21 21:32:28','','0','7','2024-05-21 21:32:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716316005','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2565,'Min','Mpesa','','2024-05-21 21:33:00','','0','7','2024-05-21 21:33:00','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71716316371','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2566,'Jdu','Mpesa','','2024-05-22 16:06:20','','0','7','2024-05-22 16:06:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716383139','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2567,'2vi','Mpesa','','2024-05-22 16:07:37','','0','7','2024-05-22 16:07:37','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716383210','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2568,'Wyy','Mpesa','','2024-05-22 16:08:31','','0','7','2024-05-22 16:08:31','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716383297','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2569,'H5q','Mpesa','','2024-05-22 16:08:54','','0','7','2024-05-22 16:08:54','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','71716383323','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2570,'Qn9','Mpesa','','2024-05-22 20:00:28','','0','6','2024-05-22 20:00:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716397160','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2571,'H04','Mpesa','','2024-05-22 20:02:21','','0','6','2024-05-22 20:02:21','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61716397324','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2572,'Dz9','Mpesa','','2024-05-22 20:04:17','','0','6','2024-05-22 20:04:18','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61716397423','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2573,'Fdq','Mpesa','','2024-05-22 20:06:06','','0','6','2024-05-22 20:06:06','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61716397561','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2574,'Wyy','Mpesa','','2024-05-22 20:08:53','','0','6','2024-05-22 20:08:53','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61716397720','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2575,'2vi','Mpesa','','2024-05-22 20:14:08','','0','6','2024-05-22 20:14:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716398046','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2576,'Jdu','Mpesa','','2024-05-22 20:16:53','','0','6','2024-05-22 20:16:53','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61716398200','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2577,'H5q','Mpesa','','2024-05-22 20:17:28','','0','6','2024-05-22 20:17:28','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','61716398246','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2578,'Byq','Mpesa','','2024-05-22 20:19:39','','0','6','2024-05-22 20:19:39','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61716398364','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2579,'Gka','Mpesa','','2024-05-22 20:21:51','','0','6','2024-05-22 20:21:51','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61716398506','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2580,'Rzs','Mpesa','','2024-05-22 20:23:06','','0','6','2024-05-22 20:23:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716398582','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2581,'U9r','Mpesa','','2024-05-22 20:23:59','','0','6','2024-05-22 20:23:59','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61716398636','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2582,'Gha','Mpesa','','2024-05-22 20:24:47','','0','6','2024-05-22 20:24:47','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61716398683','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2583,'Qtr','Mpesa','','2024-05-22 20:29:34','','0','6','2024-05-22 20:29:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716398970','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2584,'Vt8','Mpesa','','2024-05-22 20:31:40','','0','6','2024-05-22 20:31:40','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61716399092','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2585,'','Cash','','2024-05-22 20:33:49','','0','6','2024-05-22 20:33:49','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61716399225','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2586,'','Cash','','2024-05-22 20:34:08','','0','6','2024-05-22 20:34:08','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61716399245','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2587,'','Cash','','2024-05-22 20:34:33','','0','6','2024-05-22 20:34:33','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61716399270','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2588,'Xyn','Mpesa','','2024-05-22 20:56:08','','0','6','2024-05-22 20:56:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716400555','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2589,'659','Mpesa','','2024-05-22 21:06:38','','0','6','2024-05-22 21:06:38','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61716401166','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2590,'Ovp','Mpesa','','2024-05-22 21:25:43','','0','6','2024-05-22 21:25:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716402334','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2591,'J00','Mpesa','','2024-05-23 14:07:36','','0','7','2024-05-23 14:07:36','','0','290','1','retail','0','290','1','0','0','0','0','290','0','printed',' ','','1','0','71716462412','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2592,'M93','Mpesa','','2024-05-23 14:12:57','','0','7','2024-05-23 14:12:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716462744','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2593,'Jry','Mpesa','','2024-05-23 14:14:04','','0','7','2024-05-23 14:14:04','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','71716462790','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2594,'Lfl','Mpesa','','2024-05-23 14:15:47','','0','7','2024-05-23 14:15:47','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','71716462863','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2595,'Twe','Mpesa','','2024-05-23 17:49:54','','0','7','2024-05-23 17:49:54','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','71716475694','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2596,'Jkl','Mpesa','','2024-05-23 17:52:13','','0','7','2024-05-23 17:52:13','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716475924','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2597,'1r8','Mpesa','','2024-05-23 18:21:21','','0','7','2024-05-23 18:21:21','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71716477664','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2598,'P47','Mpesa','','2024-05-23 18:56:20','','0','7','2024-05-23 18:56:20','','0','370','1','retail','0','370','1','0','0','0','0','370','0','printed',' ','','1','0','71716479741','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2599,'Ty6','Mpesa','','2024-05-23 18:59:53','','0','7','2024-05-23 18:59:53','','0','390','1','retail','0','390','1','0','0','0','0','390','0','printed',' ','','1','0','71716479909','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2600,'','Cash','','2024-05-23 21:22:44','','0','7','2024-05-23 21:22:44','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71716488557','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2601,'5f7','Mpesa','','2024-05-24 14:39:44','','0','7','2024-05-24 14:39:44','','0','720','1','retail','0','720','1','0','0','0','0','720','0','printed',' ','','1','0','71716550693','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2602,'Tsp','Mpesa','','2024-05-24 14:40:30','','0','7','2024-05-24 14:40:30','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716550803','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2603,'6ya','Mpesa','','2024-05-24 14:41:21','','0','7','2024-05-24 14:41:21','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','71716550843','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2604,'O8w','Mpesa','','2024-05-24 14:42:08','','0','7','2024-05-24 14:42:08','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716550901','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2605,'','Cash','','2024-05-24 14:42:38','','0','7','2024-05-24 14:42:38','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71716550943','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2606,'Zsu','Mpesa','','2024-05-24 17:01:27','','0','7','2024-05-24 17:01:27','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71716558916','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2607,'Uad','Mpesa','','2024-05-24 17:02:43','','0','7','2024-05-24 17:02:43','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','71716559312','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2608,'M0q','Mpesa','','2024-05-24 17:03:19','','0','7','2024-05-24 17:03:19','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71716559375','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2609,'7xw','Mpesa','','2024-05-24 17:04:20','','0','7','2024-05-24 17:04:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716559439','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2610,'P6k','Mpesa','','2024-05-24 17:05:58','','0','7','2024-05-24 17:05:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716559543','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2611,'Bg8','Mpesa','','2024-05-24 17:12:04','','0','7','2024-05-24 17:12:04','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71716559601','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2612,'Xey','Mpesa','','2024-05-24 17:13:46','','0','7','2024-05-24 17:13:46','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71716559959','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2613,'Ah1','Mpesa','','2024-05-24 17:15:58','','0','7','2024-05-24 17:15:58','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','71716560046','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2614,'02j','Mpesa','','2024-05-24 17:16:51','','0','7','2024-05-24 17:16:51','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716560171','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2615,'Jru','Mpesa','','2024-05-24 17:17:28','','0','7','2024-05-24 17:17:28','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71716560221','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2616,'Xoy','Mpesa','','2024-05-24 17:24:57','','0','7','2024-05-24 17:24:57','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71716560401','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2617,'73l','Mpesa','','2024-05-24 18:36:37','','0','7','2024-05-24 18:36:37','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716564996','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2618,'','Cash','','2024-05-24 18:41:12','','0','7','2024-05-24 18:41:12','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','1','0','71716565251','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2619,'','Cash','','2024-05-24 19:08:55','','0','7','2024-05-24 19:08:55','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71716566934','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2620,'','Cash','','2024-05-25 13:25:57','','0','6','2024-05-25 13:25:57','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61716632749','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2621,'Tbe','Mpesa','','2024-05-25 15:17:25','','0','7','2024-05-25 15:17:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716639427','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2622,'Mt2','Mpesa','','2024-05-25 15:21:53','','0','7','2024-05-25 15:21:53','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','1','0','71716639607','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2623,'Qhj','Mpesa','','2024-05-25 15:22:38','','0','7','2024-05-25 15:22:38','','0','110','1','retail','0','110','1','0','0','0','0','110','0','printed',' ','','1','0','71716639727','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2624,'Za5','Mpesa','','2024-05-25 15:23:40','','0','7','2024-05-25 15:23:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716639767','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2625,'F2m','Mpesa','','2024-05-25 15:33:00','','0','7','2024-05-25 15:33:00','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716640369','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2626,'Da9','Mpesa','','2024-05-25 15:33:50','','0','7','2024-05-25 15:33:50','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71716640393','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2627,'1qu','Mpesa','','2024-05-25 15:34:43','','0','7','2024-05-25 15:34:43','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','71716640455','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2628,'Nli','Mpesa','','2024-05-25 15:36:06','','0','7','2024-05-25 15:36:06','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','71716640499','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2629,'Hgt','Mpesa','','2024-05-25 15:38:49','','0','7','2024-05-25 15:38:49','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71716640585','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2630,'Ngn','Mpesa','','2024-05-25 15:39:25','','0','7','2024-05-25 15:39:25','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71716640745','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2631,'Uzx','Mpesa','','2024-05-25 15:39:59','','0','7','2024-05-25 15:39:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716640783','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2632,'2zh','Mpesa','','2024-05-25 15:42:22','','0','7','2024-05-25 15:42:22','','0','180','1','retail','0','180','1','0','0','0','0','180','0','printed',' ','','1','0','71716640817','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2633,'I4c','Mpesa','','2024-05-25 15:43:29','','0','7','2024-05-25 15:43:29','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716640962','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2634,'Jf1','Mpesa','','2024-05-25 15:44:37','','0','7','2024-05-25 15:44:37','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716641028','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2635,'8yp','Mpesa','','2024-05-25 15:45:45','','0','7','2024-05-25 15:45:45','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71716641087','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2636,'Az1','Mpesa','','2024-05-25 15:47:22','','0','7','2024-05-25 15:47:22','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716641233','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2637,'Dps','Mpesa','','2024-05-25 15:48:36','','0','7','2024-05-25 15:48:36','','0','2200','1','retail','0','2200','1','0','0','0','0','2200','0','printed',' ','','1','0','71716641288','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2638,'44t','Mpesa','','2024-05-25 15:49:28','','0','7','2024-05-25 15:49:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716641355','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2639,'','Cash','','2024-05-25 15:55:29','','0','7','2024-05-25 15:55:29','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','71716641694','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2640,'Aou','Mpesa','','2024-05-25 16:22:08','','0','7','2024-05-25 16:22:08','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71716643189','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2641,'Vps','Mpesa','','2024-05-25 16:22:56','','0','7','2024-05-25 16:22:56','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71716643347','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2642,'9dx','Mpesa','','2024-05-25 16:24:49','','0','7','2024-05-25 16:24:49','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71716643476','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2643,'51w','Mpesa','','2024-05-25 16:27:03','','0','7','2024-05-25 16:27:03','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71716643586','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2644,'Ta6','Mpesa','','2024-05-25 16:35:43','','0','7','2024-05-25 16:35:43','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71716644104','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2645,'Wia','Mpesa','','2024-05-25 20:40:11','','0','7','2024-05-25 20:40:11','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','1','0','71716658772','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2646,'94p','Mpesa','','2024-05-25 20:42:58','','0','7','2024-05-25 20:42:58','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','71716658953','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2647,'Z6f','Mpesa','','2024-05-25 20:43:33','','0','7','2024-05-25 20:43:33','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716659000','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2648,'Ink','Mpesa','','2024-05-25 20:44:01','','0','7','2024-05-25 20:44:01','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716659026','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2649,'31a','Mpesa','','2024-05-25 20:47:25','','0','7','2024-05-25 20:47:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716659053','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2650,'Oag','Mpesa','','2024-05-25 20:48:20','','0','7','2024-05-25 20:48:20','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71716659258','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2651,'97e','Mpesa','','2024-05-25 20:49:10','','0','7','2024-05-25 20:49:10','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71716659321','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2652,'Nsy','Mpesa','','2024-05-25 20:52:42','','0','7','2024-05-25 20:52:42','','0','570','1','retail','0','570','1','0','0','0','0','570','0','printed',' ','','1','0','71716659382','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2653,'Pop','Mpesa','','2024-05-25 20:54:19','','0','7','2024-05-25 20:54:19','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71716659590','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2654,'S5e','Mpesa','','2024-05-25 20:54:41','','0','7','2024-05-25 20:54:41','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716659670','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2655,'309','Mpesa','','2024-05-25 20:56:33','','0','7','2024-05-25 20:56:33','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71716659711','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2656,'N10','Mpesa','','2024-05-25 20:57:10','','0','7','2024-05-25 20:57:10','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716659818','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2657,'Fwe','Card','','2024-05-25 20:57:38','','0','7','2024-05-25 20:57:38','','0','300','1','retail','0','300','1','300','0','0','0','0','0','printed',' ','','1','0','71716659842','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2658,'','Cash','','2024-05-25 20:59:34','','0','7','2024-05-25 20:59:34','','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','1','0','71716659866','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2659,'Tr1','Mpesa','','2024-05-25 21:10:58','','0','7','2024-05-25 21:10:58','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71716660647','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2660,'','Cash','','2024-05-25 21:11:31','','0','7','2024-05-25 21:11:31','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71716660680','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2661,'973','Mpesa','','2024-05-25 21:33:33','','0','7','2024-05-25 21:33:33','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716662004','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2662,'','Cash','','2024-05-26 10:28:03','','0','7','2024-05-26 10:28:03','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71716708473','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2663,'Da4','Mpesa','','2024-05-26 12:38:35','','0','7','2024-05-26 12:38:35','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716716297','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2664,'784','Mpesa','','2024-05-26 12:47:34','','0','7','2024-05-26 12:47:34','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71716716340','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2665,'H2t','Mpesa','','2024-05-26 13:00:09','','0','7','2024-05-26 13:00:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716716868','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2666,'2gm','Mpesa','','2024-05-26 13:03:15','','0','7','2024-05-26 13:03:15','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716717780','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2667,'','Cash','','2024-05-26 13:04:25','','0','7','2024-05-26 13:04:25','','1250','1250','1','retail','0','1250','1','0','0','0','0','0','0','printed',' ','','1','0','71716717815','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2668,'Ssu','Mpesa','','2024-05-26 13:05:04','','0','7','2024-05-26 13:05:04','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716717897','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2669,'649','Mpesa','','2024-05-26 13:07:05','','0','7','2024-05-26 13:07:05','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','71716717911','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2670,'Xi9','Mpesa','','2024-05-26 13:10:11','','0','7','2024-05-26 13:10:11','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716718157','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2671,'C76','Mpesa','','2024-05-26 14:11:17','','0','7','2024-05-26 14:11:17','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716721806','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2672,'1ru','Mpesa','','2024-05-26 14:11:55','','0','7','2024-05-26 14:11:55','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71716721891','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2673,'Oz6','Mpesa','','2024-05-26 14:12:39','','0','7','2024-05-26 14:12:39','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71716721932','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2674,'Hk5','Mpesa','','2024-05-26 14:13:12','','0','7','2024-05-26 14:13:12','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','71716721970','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2675,'Gt7','Mpesa','','2024-05-26 14:17:41','','0','7','2024-05-26 14:17:41','','0','1250','1','retail','0','1250','1','0','0','0','0','1250','0','printed',' ','','1','0','71716722162','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2676,'U81','Mpesa','','2024-05-26 14:31:14','','0','7','2024-05-26 14:31:14','','0','950','1','retail','0','950','1','0','0','0','0','950','0','printed',' ','','1','0','71716722976','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2677,'Dh1','Mpesa','','2024-05-26 14:33:02','','0','7','2024-05-26 14:33:02','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71716723091','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2678,'Ww2','Mpesa','','2024-05-26 14:42:07','','0','7','2024-05-26 14:42:07','','0','1150','1','retail','0','1150','1','0','0','0','0','1150','0','printed',' ','','1','0','71716723194','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2679,'Jm4','Mpesa','','2024-05-26 14:42:55','','0','7','2024-05-26 14:42:55','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71716723748','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2680,'217','Mpesa','','2024-05-26 14:43:19','','0','7','2024-05-26 14:43:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716723787','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2681,'Jgg','Mpesa','','2024-05-26 14:49:46','','0','7','2024-05-26 14:49:46','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716723887','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2682,'Ye9','Mpesa','','2024-05-26 17:18:16','','0','7','2024-05-26 17:18:16','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71716733067','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2683,'Gyb','Mpesa','','2024-05-26 17:18:36','','0','7','2024-05-26 17:18:36','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716733106','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2684,'Ml7','Mpesa','','2024-05-26 17:19:16','','0','7','2024-05-26 17:19:16','','0','590','1','retail','0','590','1','0','0','0','0','590','0','printed',' ','','1','0','71716733129','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2685,'Sa5','Mpesa','','2024-05-26 17:20:29','','0','7','2024-05-26 17:20:29','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','71716733167','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2686,'Lx4','Mpesa','','2024-05-26 17:21:10','','0','7','2024-05-26 17:21:10','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71716733239','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2687,'Ua1','Mpesa','','2024-05-26 17:23:30','','0','7','2024-05-26 17:23:30','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71716733283','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2688,'Snq','Mpesa','','2024-05-26 17:24:44','','0','7','2024-05-26 17:24:44','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71716733446','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2689,'X10','Mpesa','','2024-05-26 17:30:40','','0','7','2024-05-26 17:30:40','','0','840','1','retail','0','840','1','0','0','0','0','840','0','printed',' ','','1','0','71716733495','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2690,'G6z','Mpesa','','2024-05-26 17:31:57','','0','7','2024-05-26 17:31:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716733858','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2691,'Dn6','Mpesa','','2024-05-26 17:32:32','','0','7','2024-05-26 17:32:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716733939','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2692,'203','Mpesa','','2024-05-26 17:32:59','','0','7','2024-05-26 17:32:59','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716733965','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2693,'Aaj','Card','','2024-05-26 17:33:56','','0','7','2024-05-26 17:33:56','','0','200','1','retail','0','200','1','200','0','0','0','0','0','printed',' ','','1','0','71716733995','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2694,'Of0','Mpesa','','2024-05-26 17:34:34','','0','7','2024-05-26 17:34:34','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716734052','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2695,'D3j','Mpesa','','2024-05-26 17:35:48','','0','7','2024-05-26 17:35:48','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71716734103','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2696,'Ml3','Mpesa','','2024-05-26 17:37:00','','0','7','2024-05-26 17:37:00','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','71716734177','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2697,'Vt m','Mpesa','','2024-05-26 17:42:44','','0','7','2024-05-26 17:42:44','','0','490','1','retail','0','490','1','0','0','0','0','490','0','printed',' ','','1','0','71716734276','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2698,'','Cash','','2024-05-26 17:44:08','','0','7','2024-05-26 17:44:08','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71716734642','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2699,'2p6','Mpesa','','2024-05-26 17:45:47','','0','7','2024-05-26 17:45:47','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71716734659','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2700,'2hv','Mpesa','','2024-05-26 17:50:37','','0','7','2024-05-26 17:50:37','','0','200','1','retail','0','200','1','0','0','0','0','200','0','new',' ','','1','0','71716734809','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2701,'Sgm','Mpesa','','2024-05-26 17:52:11','','0','7','2024-05-26 17:52:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716735113','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2702,'Duh','Mpesa','','2024-05-26 17:53:47','','0','7','2024-05-26 17:53:47','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71716735145','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2703,'Nnm','Mpesa','','2024-05-26 17:54:53','','0','7','2024-05-26 17:54:53','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71716735258','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2704,'Yxa','Mpesa','','2024-05-26 18:06:30','','0','7','2024-05-26 18:06:30','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716735584','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2705,'Lgl','Mpesa','','2024-05-26 18:47:51','','0','7','2024-05-26 18:47:51','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716738200','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2706,'9ls','Mpesa','','2024-05-26 18:50:31','','0','7','2024-05-26 18:50:31','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71716738560','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2707,'','Cash','','2024-05-26 18:51:05','','0','7','2024-05-26 18:51:05','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71716738653','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2708,'Fnr','Mpesa','','2024-05-26 19:16:24','','0','7','2024-05-26 19:16:24','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71716740080','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2709,'','Cash','','2024-05-26 19:22:52','','0','7','2024-05-26 19:22:52','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71716740548','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2710,'Cxe','Mpesa','','2024-05-26 19:27:41','','0','7','2024-05-26 19:27:41','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71716740638','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2711,'98a','Mpesa','','2024-05-26 19:48:50','','0','7','2024-05-26 19:48:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716742088','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2712,'F0x','Mpesa','','2024-05-26 19:49:35','','0','7','2024-05-26 19:49:35','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71716742142','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2713,'Ykm','Mpesa','','2024-05-26 19:50:09','','0','7','2024-05-26 19:50:09','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71716742189','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2714,'','Cash','','2024-05-26 20:32:37','','0','7','2024-05-26 20:32:37','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71716742226','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2715,'M13','Mpesa','','2024-05-26 20:35:37','','0','7','2024-05-26 20:35:37','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71716744936','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2716,'3p8','Mpesa','','2024-05-26 20:36:48','','0','7','2024-05-26 20:36:48','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','71716744996','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2717,'Y74','Card','','2024-05-26 20:37:44','','0','7','2024-05-26 20:37:44','','0','150','1','retail','0','150','1','150','0','0','0','0','0','printed',' ','','1','0','71716745064','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2718,'Dm8','Mpesa','','2024-05-26 20:38:55','','0','7','2024-05-26 20:38:55','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71716745116','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2719,'Avm','Mpesa','','2024-05-26 21:00:52','','0','7','2024-05-26 21:00:52','','0','470','1','retail','0','470','1','0','0','0','0','470','0','printed',' ','','1','0','71716746446','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2720,'6bp','Mpesa','','2024-05-26 21:01:33','','0','7','2024-05-26 21:01:33','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71716746492','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2721,'E5z','Mpesa','','2024-05-26 21:03:47','','0','7','2024-05-26 21:03:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716746626','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2722,'','Cash','','2024-05-26 21:05:07','','0','7','2024-05-26 21:05:07','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','71716746706','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2723,'','Cash','','2024-05-26 21:13:51','','0','7','2024-05-26 21:13:51','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','71716747226','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2724,'975','Mpesa','','2024-05-26 21:16:27','','0','7','2024-05-26 21:16:27','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71716747241','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2725,'Amy','Mpesa','','2024-05-27 18:16:31','','0','6','2024-05-27 18:16:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716822988','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2726,'G11','Mpesa','','2024-05-27 18:17:36','','0','6','2024-05-27 18:17:36','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716823054','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2727,'Gdl','Mpesa','','2024-05-27 18:18:16','','0','6','2024-05-27 18:18:16','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61716823083','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2728,'Pcw','Mpesa','','2024-05-27 18:18:58','','0','6','2024-05-27 18:18:58','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61716823136','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2729,'Ika','Mpesa','','2024-05-27 18:19:31','','0','6','2024-05-27 18:19:31','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61716823163','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2730,'Up8','Mpesa','','2024-05-27 18:20:31','','0','6','2024-05-27 18:20:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716823229','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2731,'Oec','Mpesa','','2024-05-27 18:22:30','','0','6','2024-05-27 18:22:30','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61716823348','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2732,'Hkr','Mpesa','','2024-05-27 18:23:19','','0','6','2024-05-27 18:23:19','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61716823378','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2733,'S1y','Mpesa','','2024-05-27 18:25:32','','0','6','2024-05-27 18:25:32','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61716823517','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2734,'','Cash','','2024-05-27 18:27:45','','0','6','2024-05-27 18:27:45','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61716823657','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2735,'','Cash','','2024-05-27 18:28:14','','0','6','2024-05-27 18:28:14','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61716823693','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2736,'','Cash','','2024-05-27 18:29:17','','0','6','2024-05-27 18:29:17','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61716823756','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2737,'6np','Mpesa','','2024-05-27 21:03:11','','0','6','2024-05-27 21:03:11','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61716832881','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2738,'Fr2','Mpesa','','2024-05-27 21:04:03','','0','6','2024-05-27 21:04:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716833010','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2739,'Irm','Mpesa','','2024-05-27 21:04:31','','0','6','2024-05-27 21:04:31','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61716833058','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2740,'7t4','Mpesa','','2024-05-27 21:05:08','','0','6','2024-05-27 21:05:08','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61716833087','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2741,'Q7j','Mpesa','','2024-05-27 21:06:54','','0','6','2024-05-27 21:06:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716833177','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2742,'V4f','Mpesa','','2024-05-27 21:26:46','','0','6','2024-05-27 21:26:46','','0','255','1','retail','0','255','1','0','0','0','0','255','0','printed',' ','','1','0','61716833278','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2743,'Acy','Mpesa','','2024-05-27 21:27:20','','0','6','2024-05-27 21:27:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61716834432','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2744,'Iun','Mpesa','','2024-05-27 21:27:43','','0','6','2024-05-27 21:27:43','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61716834447','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2745,'Has','Mpesa','','2024-05-27 21:28:18','','0','6','2024-05-27 21:28:18','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61716834488','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2746,'Kl3','Mpesa','','2024-05-28 17:13:07','','0','7','2024-05-28 17:13:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716822927','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2747,'Xqe','Mpesa','','2024-05-28 17:20:30','','0','7','2024-05-28 17:20:30','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71716906022','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2748,'Ops','Mpesa','','2024-05-28 17:21:21','','0','7','2024-05-28 17:21:21','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71716906047','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2749,'Rxu','Mpesa','','2024-05-28 17:22:20','','0','7','2024-05-28 17:22:20','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71716906127','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2750,'Kyv','Mpesa','','2024-05-28 17:24:20','','0','7','2024-05-28 17:24:20','','0','480','1','retail','0','480','1','0','0','0','0','480','0','printed',' ','','1','0','71716906151','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2751,'Lf1','Mpesa','','2024-05-28 17:25:36','','0','7','2024-05-28 17:25:36','','0','480','1','retail','0','480','1','0','0','0','0','480','0','printed',' ','','1','0','71716906279','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2752,'Esf','Mpesa','','2024-05-28 17:34:45','','0','7','2024-05-28 17:34:45','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716906865','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2753,'Dvf','Mpesa','','2024-05-28 17:38:17','','0','7','2024-05-28 17:38:17','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','71716906911','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2754,'9wd','Mpesa','','2024-05-28 17:38:57','','0','7','2024-05-28 17:38:57','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716907123','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2755,'L9r','Mpesa','','2024-05-28 17:39:57','','0','7','2024-05-28 17:39:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716907180','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2756,'Npr','Mpesa','','2024-05-28 17:41:39','','0','7','2024-05-28 17:41:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716907247','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2757,'M8d','Mpesa','','2024-05-28 18:29:15','','0','7','2024-05-28 18:29:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716910142','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2758,'M18','Mpesa','','2024-05-28 19:39:38','','0','7','2024-05-28 19:39:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716914369','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2759,'73h','Mpesa','','2024-05-28 19:40:01','','0','7','2024-05-28 19:40:01','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716914391','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2760,'9gf','Mpesa','','2024-05-28 19:40:23','','0','7','2024-05-28 19:40:23','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71716914414','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2761,'1u5','Mpesa','','2024-05-28 19:40:50','','0','7','2024-05-28 19:40:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71716914435','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2762,'2pm','Mpesa','','2024-05-29 18:33:50','','0','6','2024-05-29 18:33:50','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61716996827','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2763,'Cno','Mpesa','','2024-05-29 18:34:20','','0','6','2024-05-29 18:34:20','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61716996858','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2764,'P7w','Mpesa','','2024-05-29 18:34:50','','0','6','2024-05-29 18:34:50','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61716996887','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2765,'Lup','Mpesa','','2024-05-29 18:35:35','','0','6','2024-05-29 18:35:35','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61716996917','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2766,'3l9','Mpesa','','2024-05-29 18:36:00','','0','6','2024-05-29 18:36:00','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61716996957','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2767,'Znt','Mpesa','','2024-05-29 18:37:49','','0','6','2024-05-29 18:37:49','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61716997000','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2768,'Zgi','Mpesa','','2024-05-29 18:38:28','','0','6','2024-05-29 18:38:28','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61716997106','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2769,'1pj','Mpesa','','2024-05-29 18:39:51','','0','6','2024-05-29 18:39:51','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','61716997185','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2770,'523','Mpesa','','2024-05-29 18:41:50','','0','6','2024-05-29 18:41:50','','0','580','1','retail','0','580','1','0','0','0','0','580','0','printed',' ','','1','0','61716997234','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2771,'H21','Mpesa','','2024-05-29 18:42:24','','0','6','2024-05-29 18:42:24','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61716997338','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2772,'N3v','Mpesa','','2024-05-29 18:42:55','','0','6','2024-05-29 18:42:55','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61716997373','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2773,'','Cash','','2024-05-29 18:43:34','','0','6','2024-05-29 18:43:34','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61716997408','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2774,'','Cash','','2024-05-29 18:43:59','','0','6','2024-05-29 18:43:59','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61716997426','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2775,'Mwn','Mpesa','','2024-05-29 20:10:28','','0','6','2024-05-29 20:10:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717002627','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2776,'2oc','Mpesa','','2024-05-29 20:11:15','','0','6','2024-05-29 20:11:15','','0','570','1','retail','0','570','1','0','0','0','0','570','0','printed',' ','','1','0','61717002652','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2777,'Qtq','Mpesa','','2024-05-29 20:13:07','','0','6','2024-05-29 20:13:07','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61717002761','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2778,'','Cash','','2024-05-29 20:13:37','','0','6','2024-05-29 20:13:37','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61717002815','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2779,'Wzs','Mpesa','','2024-05-29 20:59:05','','0','6','2024-05-29 20:59:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717005544','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2780,'F19','Mpesa','','2024-05-29 20:59:32','','0','6','2024-05-29 20:59:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717005570','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2781,'D2d','Mpesa','','2024-05-29 21:00:17','','0','6','2024-05-29 21:00:17','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717005615','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2782,'','Cash','','2024-05-29 21:05:08','','0','6','2024-05-29 21:05:08','','330','330','1','retail','0','330','1','0','0','0','0','0','0','printed',' ','','1','0','61717005814','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2783,'','Cash','','2024-05-29 21:06:15','','0','6','2024-05-29 21:06:15','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61717005972','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2784,'','Cash','','2024-05-29 21:07:44','','0','6','2024-05-29 21:07:44','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','61717006063','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2785,'','Cash','','2024-05-29 21:22:59','','0','6','2024-05-29 21:22:59','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61717006978','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2786,'Ubx','Mpesa','','2024-05-30 15:39:43','','0','6','2024-05-30 15:39:43','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61717072776','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2787,'0c9','Mpesa','','2024-05-30 15:40:41','','0','6','2024-05-30 15:40:41','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61717072830','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2788,'Utn','Mpesa','','2024-05-30 15:41:18','','0','6','2024-05-30 15:41:18','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717072875','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2789,'6pb','Mpesa','','2024-05-30 15:42:50','','0','6','2024-05-30 15:42:50','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61717072949','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2790,'L45','Mpesa','','2024-05-30 15:43:30','','0','6','2024-05-30 15:43:30','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717073008','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2791,'E30','Mpesa','','2024-05-30 15:44:48','','0','6','2024-05-30 15:44:48','','0','620','1','retail','0','620','1','0','0','0','0','620','0','printed',' ','','1','0','61717073069','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2792,'Pqw','Mpesa','','2024-05-30 15:45:32','','0','6','2024-05-30 15:45:32','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61717073129','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2793,'42a','Mpesa','','2024-05-30 15:46:17','','0','6','2024-05-30 15:46:17','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61717073167','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2794,'Ozi','Mpesa','','2024-05-30 15:47:58','','0','6','2024-05-30 15:47:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717073277','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2795,'9k9','Mpesa','','2024-05-30 15:49:02','','0','6','2024-05-30 15:49:02','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61717073317','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2796,'D47','Mpesa','','2024-05-30 15:50:07','','0','6','2024-05-30 15:50:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717073406','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2797,'Puf','Mpesa','','2024-05-30 15:50:38','','0','6','2024-05-30 15:50:38','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61717073436','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2798,'Z7g','Mpesa','','2024-05-30 15:51:26','','0','6','2024-05-30 15:51:26','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717073484','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2799,'','Cash','','2024-05-30 15:53:32','','0','6','2024-05-30 15:53:32','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61717073600','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2800,'Exs','Mpesa','','2024-05-30 18:57:46','','0','6','2024-05-30 18:57:46','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717084663','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2801,'5ca','Mpesa','','2024-05-30 18:58:55','','0','6','2024-05-30 18:58:55','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61717084720','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2802,'F3v','Mpesa','','2024-05-30 19:01:27','','0','6','2024-05-30 19:01:27','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61717084876','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2803,'037','Mpesa','','2024-05-30 19:02:58','','0','6','2024-05-30 19:02:58','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61717084974','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2804,'Wjp','Mpesa','','2024-05-30 19:03:25','','0','6','2024-05-30 19:03:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717085004','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2805,'Zhp','Mpesa','','2024-05-30 19:03:55','','0','6','2024-05-30 19:03:55','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61717085033','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2806,'4qp','Mpesa','','2024-05-30 19:04:35','','0','6','2024-05-30 19:04:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717085074','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2807,'','Cash','','2024-05-30 19:06:49','','0','6','2024-05-30 19:06:49','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61717085149','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2808,'07o','Mpesa','','2024-05-30 19:23:04','','0','6','2024-05-30 19:23:04','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61717086182','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2809,'17q','Mpesa','','2024-05-30 19:23:48','','0','6','2024-05-30 19:23:48','','0','165','1','retail','0','165','1','0','0','0','0','165','0','printed',' ','','1','0','61717086210','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2810,'Bhz','Mpesa','','2024-05-30 19:24:33','','0','6','2024-05-30 19:24:33','','0','220','1','retail','0','220','1','0','0','0','0','220','0','printed',' ','','1','0','61717086256','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2811,'','Cash','','2024-05-30 19:24:52','','0','6','2024-05-30 19:24:52','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61717086291','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2812,'','Cash','','2024-05-30 21:03:22','','0','6','2024-05-30 21:03:22','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61717092200','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2813,'M34','Mpesa','','2024-05-30 21:04:04','','0','6','2024-05-30 21:04:04','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717092241','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2814,'Wtl','Mpesa','','2024-05-30 21:06:43','','0','6','2024-05-30 21:06:43','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717092402','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2815,'P8f','Mpesa','','2024-05-30 21:07:08','','0','6','2024-05-30 21:07:08','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717092426','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2816,'','Cash','','2024-05-30 21:12:56','','0','6','2024-05-30 21:12:56','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61717092750','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2817,'','Cash','','2024-05-30 21:21:37','','0','6','2024-05-30 21:21:37','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','61717093234','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2818,'','Cash','','2024-05-30 21:27:34','','0','6','2024-05-30 21:27:34','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61717093653','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2819,'57s','Mpesa','','2024-05-30 21:29:53','','0','6','2024-05-30 21:29:53','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','61717093744','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2820,'Nmy','Mpesa','','2024-05-31 14:02:51','','0','6','2024-05-31 14:02:51','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61717153360','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2821,'Xtc','Mpesa','','2024-05-31 14:05:29','','0','6','2024-05-31 14:05:29','','0','460','1','retail','0','460','1','0','0','0','0','460','0','printed',' ','','1','0','61717153509','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2822,'Mnw','Mpesa','','2024-05-31 14:05:59','','0','6','2024-05-31 14:05:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717153557','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2823,'Roy','Mpesa','','2024-05-31 14:06:35','','0','6','2024-05-31 14:06:35','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61717153584','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2824,'Zrr','Mpesa','','2024-05-31 14:07:23','','0','6','2024-05-31 14:07:23','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61717153621','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2825,'B5l','Mpesa','','2024-05-31 20:09:16','','0','6','2024-05-31 20:09:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717175336','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2826,'U7f','Mpesa','','2024-05-31 20:09:50','','0','6','2024-05-31 20:09:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717175375','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2827,'10o','Mpesa','','2024-05-31 20:10:25','','0','6','2024-05-31 20:10:25','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717175408','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2828,'Tc1','Mpesa','','2024-05-31 20:12:13','','0','6','2024-05-31 20:12:13','','0','530','1','retail','0','530','1','0','0','0','0','530','0','printed',' ','','1','0','61717175438','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2829,'F3l','Mpesa','','2024-05-31 20:12:57','','0','6','2024-05-31 20:12:57','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61717175549','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2830,'Fwf','Mpesa','','2024-05-31 20:13:26','','0','6','2024-05-31 20:13:26','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717175591','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2831,'Bve','Mpesa','','2024-05-31 20:13:50','','0','6','2024-05-31 20:13:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717175616','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2832,'Bbd','Mpesa','','2024-05-31 20:14:11','','0','6','2024-05-31 20:14:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717175638','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2833,'Ljj','Mpesa','','2024-05-31 20:14:38','','0','6','2024-05-31 20:14:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717175665','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2834,'Dyc','Mpesa','','2024-05-31 20:14:58','','0','6','2024-05-31 20:14:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717175688','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2835,'Vek','Mpesa','','2024-05-31 20:16:32','','0','6','2024-05-31 20:16:32','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61717175780','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2836,'N2d','Mpesa','','2024-05-31 20:17:10','','0','6','2024-05-31 20:17:10','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61717175803','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2837,'Tps','Mpesa','','2024-05-31 20:18:56','','0','6','2024-05-31 20:18:56','','0','290','1','retail','0','290','1','0','0','0','0','290','0','printed',' ','','1','0','61717175841','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2838,'','Cash','','2024-05-31 20:20:03','','0','6','2024-05-31 20:20:03','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61717175949','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2839,'Hqa','Mpesa','','2024-05-31 20:20:24','','0','6','2024-05-31 20:20:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717176007','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2840,'Fuz','Mpesa','','2024-05-31 20:22:59','','0','6','2024-05-31 20:22:59','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61717176058','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2841,'Gx8','Mpesa','','2024-05-31 20:23:44','','0','6','2024-05-31 20:23:44','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717176213','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2842,'2ac','Mpesa','','2024-05-31 20:24:27','','0','6','2024-05-31 20:24:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717176250','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2843,'733','Mpesa','','2024-05-31 20:25:01','','0','6','2024-05-31 20:25:01','','0','165','1','retail','0','165','1','0','0','0','0','165','0','printed',' ','','1','0','61717176281','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2844,'5fh','Mpesa','','2024-05-31 20:25:59','','0','6','2024-05-31 20:25:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717176320','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2845,'','Cash','','2024-05-31 20:27:25','','0','6','2024-05-31 20:27:25','','620','620','1','retail','0','620','1','0','0','0','0','0','0','printed',' ','','1','0','61717176423','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2846,'8pk','Mpesa','','2024-05-31 21:12:03','','0','6','2024-05-31 21:12:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717179117','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2847,'Az2','Mpesa','','2024-06-01 12:34:21','','0','6','2024-06-01 12:34:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717234460','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2848,'X4g','Mpesa','','2024-06-01 12:34:47','','0','6','2024-06-01 12:34:47','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61717234485','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2849,'M21','Mpesa','','2024-06-01 12:35:52','','0','6','2024-06-01 12:35:52','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61717234519','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2850,'','Cash','','2024-06-01 12:37:29','','0','6','2024-06-01 12:37:29','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61717234573','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2851,'Hu0','Mpesa','','2024-06-01 12:38:40','','0','6','2024-06-01 12:38:40','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61717234700','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2852,'9rh','Mpesa','','2024-06-01 12:39:09','','0','6','2024-06-01 12:39:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717234748','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2853,'Z60','Mpesa','','2024-06-01 12:39:48','','0','6','2024-06-01 12:39:48','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','61717234775','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2854,'V4j','Mpesa','','2024-06-01 19:03:45','','0','6','2024-06-01 19:03:45','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61717257810','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2855,'Bl9','Mpesa','','2024-06-01 19:06:55','','0','6','2024-06-01 19:06:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717258011','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2856,'4va','Mpesa','','2024-06-01 19:12:56','','0','6','2024-06-01 19:12:56','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717258372','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2857,'Nie','Mpesa','','2024-06-01 19:13:44','','0','6','2024-06-01 19:13:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717258420','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2858,'41c','Mpesa','','2024-06-01 19:14:27','','0','6','2024-06-01 19:14:27','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717258465','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2859,'P0n','Mpesa','','2024-06-01 19:16:03','','0','6','2024-06-01 19:16:03','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61717258499','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2860,'Slr','Mpesa','','2024-06-01 19:24:52','','0','6','2024-06-01 19:24:52','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61717259069','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2861,'1kc','Mpesa','','2024-06-01 19:26:46','','0','6','2024-06-01 19:26:46','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','61717259150','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2862,'34m','Mpesa','','2024-06-01 19:27:49','','0','6','2024-06-01 19:27:49','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61717259265','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2863,'Pbq','Mpesa','','2024-06-01 19:28:32','','0','6','2024-06-01 19:28:32','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','61717259310','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2864,'Wtr','Mpesa','','2024-06-01 19:29:23','','0','6','2024-06-01 19:29:23','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61717259351','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2865,'Zzv','Mpesa','','2024-06-01 19:30:12','','0','6','2024-06-01 19:30:12','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717259409','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2866,'45n','Mpesa','','2024-06-01 19:42:27','','0','6','2024-06-01 19:42:27','','0','1450','1','retail','0','1450','1','0','0','0','0','1450','0','printed',' ','','1','0','61717259460','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2867,'Ng9','Mpesa','','2024-06-01 19:44:06','','0','6','2024-06-01 19:44:06','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','61717260208','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2868,'7hi','Mpesa','','2024-06-01 19:46:36','','0','6','2024-06-01 19:46:36','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717260389','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2869,'Uwu','Mpesa','','2024-06-01 19:47:17','','0','6','2024-06-01 19:47:17','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61717260435','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2870,'T96','Mpesa','','2024-06-01 19:52:05','','0','6','2024-06-01 19:52:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717260718','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2871,'Usg','Mpesa','','2024-06-01 19:53:02','','0','6','2024-06-01 19:53:02','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','61717260762','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2872,'En0','Mpesa','','2024-06-01 19:53:52','','0','6','2024-06-01 19:53:52','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717260829','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2873,'Fld','Mpesa','','2024-06-01 19:54:48','','0','6','2024-06-01 19:54:48','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61717260872','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2874,'D9l','Mpesa','','2024-06-01 19:55:49','','0','6','2024-06-01 19:55:49','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61717260930','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2875,'Add','Mpesa','','2024-06-01 19:57:06','','0','6','2024-06-01 19:57:06','','0','390','1','retail','0','390','1','0','0','0','0','390','0','printed',' ','','1','0','61717261012','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2876,'Gh3','Mpesa','','2024-06-01 19:57:42','','0','6','2024-06-01 19:57:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717261058','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2877,'Gp2','Mpesa','','2024-06-01 19:58:16','','0','6','2024-06-01 19:58:16','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717261092','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2878,'','Cash','','2024-06-01 20:05:26','','0','6','2024-06-01 20:05:26','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61717261496','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2879,'','Cash','','2024-06-01 20:07:14','','0','6','2024-06-01 20:07:14','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61717261630','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2880,'Qvr','Mpesa','','2024-06-01 20:10:36','','0','6','2024-06-01 20:10:36','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61717261816','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2881,'Jpz','Mpesa','','2024-06-02 13:32:48','','0','7','2024-06-02 13:32:48','','0','855','1','retail','0','855','1','0','0','0','0','855','0','printed',' ','','1','0','71717242776','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2882,'','Cash','','2024-06-02 13:34:29','','0','6','2024-06-02 13:34:29','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61717324464','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2883,'2zq','Mpesa','','2024-06-02 13:35:43','','0','6','2024-06-02 13:35:43','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717324482','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2884,'I0y','Mpesa','','2024-06-02 13:39:19','','0','6','2024-06-02 13:39:19','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61717324706','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2885,'Rum','Mpesa','','2024-06-02 13:41:05','','0','6','2024-06-02 13:41:05','','0','620','1','retail','0','620','1','0','0','0','0','620','0','printed',' ','','1','0','61717324846','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2886,'Ujz','Mpesa','','2024-06-02 13:41:27','','0','6','2024-06-02 13:41:27','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61717324884','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2887,'6h9','Mpesa','','2024-06-02 14:02:41','','0','6','2024-06-02 14:02:41','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717326158','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2888,'6h9','Mpesa','','2024-06-02 14:03:55','','0','6','2024-06-02 14:03:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717326234','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2889,'Wrl','Mpesa','','2024-06-02 14:04:40','','0','6','2024-06-02 14:04:40','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','61717326256','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2890,'20b','Mpesa','','2024-06-02 14:05:25','','0','6','2024-06-02 14:05:25','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61717326323','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2891,'Sm1','Mpesa','','2024-06-02 14:06:08','','0','6','2024-06-02 14:06:08','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61717326358','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2892,'Wjq','Mpesa','','2024-06-02 14:06:35','','0','6','2024-06-02 14:06:35','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61717326392','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2893,'','Cash','','2024-06-02 14:16:21','','0','6','2024-06-02 14:16:21','','310','310','1','retail','0','310','1','0','0','0','0','0','0','printed',' ','','1','0','61717326967','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2894,'657','Mpesa','','2024-06-02 14:17:11','','0','6','2024-06-02 14:17:11','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717327029','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2895,'B9u','Mpesa','','2024-06-02 14:18:06','','0','6','2024-06-02 14:18:06','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','1','0','61717327084','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2896,'Rcz','Mpesa','','2024-06-02 14:19:16','','0','6','2024-06-02 14:19:16','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61717327124','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2897,'','Cash','','2024-06-02 14:33:26','','0','6','2024-06-02 14:33:26','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61717328003','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2898,'Huk','Mpesa','','2024-06-02 14:38:55','','0','6','2024-06-02 14:38:55','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61717328317','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2899,'En1','Mpesa','','2024-06-02 14:39:24','','0','6','2024-06-02 14:39:24','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61717328357','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2900,'Spw','Mpesa','','2024-06-02 14:40:50','','0','6','2024-06-02 14:40:50','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61717328444','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2901,'Dt5','Mpesa','','2024-06-02 14:41:34','','0','6','2024-06-02 14:41:34','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61717328492','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2902,'Qv9','Mpesa','','2024-06-02 14:42:03','','0','6','2024-06-02 14:42:03','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717328521','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2903,'Sy6','Mpesa','','2024-06-02 14:43:25','','0','6','2024-06-02 14:43:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717328604','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2904,'Opa','Mpesa','','2024-06-02 14:45:18','','0','6','2024-06-02 14:45:18','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','61717328701','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2905,'F3t','Mpesa','','2024-06-02 14:51:58','','0','6','2024-06-02 14:51:58','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','61717328792','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2906,'','Cash','','2024-06-02 14:56:58','','0','6','2024-06-02 14:56:58','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61717329413','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2907,'','Cash','','2024-06-02 14:57:09','','0','6','2024-06-02 14:57:09','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61717329425','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2908,'','Cash','','2024-06-02 14:57:21','','0','6','2024-06-02 14:57:21','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61717329436','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2909,'','Cash','','2024-06-02 14:59:26','','0','6','2024-06-02 14:59:26','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61717329563','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2910,'','Cash','','2024-06-02 15:01:37','','0','6','2024-06-02 15:01:37','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61717329693','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2911,'Yrd','Mpesa','','2024-06-02 15:09:55','','0','6','2024-06-02 15:09:55','','0','1250','1','retail','0','1250','1','0','0','0','0','1250','0','printed',' ','','1','0','61717330182','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2912,'3kq','Mpesa','','2024-06-02 15:10:39','','0','6','2024-06-02 15:10:39','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61717330226','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2913,'L3t','Mpesa','','2024-06-02 15:21:26','','0','6','2024-06-02 15:21:26','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717330883','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2914,'5cj','Mpesa','','2024-06-02 15:24:23','','0','6','2024-06-02 15:24:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717331061','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2915,'Tpf','Mpesa','','2024-06-02 16:32:29','','0','6','2024-06-02 16:32:29','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61717335143','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2916,'Lm5','Mpesa','','2024-06-02 16:32:57','','0','6','2024-06-02 16:32:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717335175','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2917,'Eop','Mpesa','','2024-06-02 16:33:31','','0','6','2024-06-02 16:33:31','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717335208','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2918,'0cu','Mpesa','','2024-06-02 16:33:52','','0','6','2024-06-02 16:33:52','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717335230','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2919,'Bdy','Mpesa','','2024-06-02 16:34:42','','0','6','2024-06-02 16:34:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717335281','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2920,'41v','Mpesa','','2024-06-02 16:35:00','','0','6','2024-06-02 16:35:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717335299','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2921,'','Cash','','2024-06-02 16:35:53','','0','6','2024-06-02 16:35:53','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61717335320','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2922,'','Cash','','2024-06-02 17:58:42','','0','6','2024-06-02 17:58:42','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61717340301','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2923,'Oox','Mpesa','','2024-06-02 18:13:50','','0','7','2024-06-02 18:13:50','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717341215','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2924,'8g7','Mpesa','','2024-06-02 18:17:07','','0','7','2024-06-02 18:17:07','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71717341358','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2925,'Qof','Mpesa','','2024-06-02 18:17:59','','0','7','2024-06-02 18:17:59','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71717341445','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2926,'Nyl','Mpesa','','2024-06-02 18:18:34','','0','7','2024-06-02 18:18:34','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717341491','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2927,'','Cash','','2024-06-02 18:57:16','','0','7','2024-06-02 18:57:16','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71717343578','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2928,'','Cash','','2024-06-02 18:57:47','','0','7','2024-06-02 18:57:47','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','71717343851','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2929,'Ml4','Mpesa','','2024-06-02 18:58:43','','0','7','2024-06-02 18:58:43','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717343915','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2930,'Ty8','Mpesa','','2024-06-02 19:35:00','','0','7','2024-06-02 19:35:00','','0','620','1','retail','0','620','1','0','0','0','0','620','0','printed',' ','','1','0','71717343948','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2931,'Hgo','Mpesa','','2024-06-02 19:35:23','','0','7','2024-06-02 19:35:23','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717346111','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2932,'U25','Mpesa','','2024-06-02 19:35:59','','0','7','2024-06-02 19:35:59','','0','770','1','retail','0','770','1','0','0','0','0','770','0','printed',' ','','1','0','71717346140','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2933,'V1v','Mpesa','','2024-06-02 19:38:59','','0','7','2024-06-02 19:38:59','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71717346170','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2934,'Wlo','Mpesa','','2024-06-02 20:06:18','','0','7','2024-06-02 20:06:18','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71717347595','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2935,'Gol','Mpesa','','2024-06-02 20:07:17','','0','7','2024-06-02 20:07:17','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71717348026','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2936,'E9x','Mpesa','','2024-06-02 20:07:55','','0','7','2024-06-02 20:07:55','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','71717348048','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2937,'Wz3','Mpesa','','2024-06-02 20:08:23','','0','7','2024-06-02 20:08:23','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717348090','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2938,'Dhp','Mpesa','','2024-06-02 20:09:04','','0','7','2024-06-02 20:09:04','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','71717348116','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2939,'','Cash','','2024-06-02 21:13:53','','0','7','2024-06-02 21:13:53','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','71717351992','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2940,'W1j','Mpesa','','2024-06-03 19:40:19','','0','6','2024-06-03 19:40:19','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61717432810','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2941,'Muk','Mpesa','','2024-06-03 19:41:23','','0','6','2024-06-03 19:41:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717432880','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2942,'T5i','Mpesa','','2024-06-03 19:41:56','','0','6','2024-06-03 19:41:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717432914','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2943,'9n7','Mpesa','','2024-06-03 19:43:27','','0','6','2024-06-03 19:43:27','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61717432971','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2944,'Ff3','Mpesa','','2024-06-03 19:44:49','','0','6','2024-06-03 19:44:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717433088','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2945,'Ne2','Mpesa','','2024-06-03 19:45:38','','0','6','2024-06-03 19:45:38','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717433132','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2946,'0px','Mpesa','','2024-06-03 19:53:09','','0','6','2024-06-03 19:53:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717433587','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2947,'101','Mpesa','','2024-06-03 19:58:36','','0','6','2024-06-03 19:58:36','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717433911','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2948,'Bu0','Mpesa','','2024-06-03 20:01:55','','0','6','2024-06-03 20:01:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717434113','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2949,'3pw','Mpesa','','2024-06-03 20:02:44','','0','6','2024-06-03 20:02:44','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','61717434140','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2950,'B7w','Mpesa','','2024-06-03 20:03:57','','0','6','2024-06-03 20:03:57','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61717434236','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2951,'33q','Mpesa','','2024-06-03 20:04:21','','0','6','2024-06-03 20:04:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717434260','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2952,'Lh5','Mpesa','','2024-06-03 20:05:26','','0','6','2024-06-03 20:05:26','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','61717434296','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2953,'','Cash','','2024-06-03 20:07:24','','0','6','2024-06-03 20:07:24','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61717434412','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2954,'','Cash','','2024-06-03 20:07:45','','0','6','2024-06-03 20:07:45','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61717434461','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2955,'','Cash','','2024-06-03 20:16:03','','0','6','2024-06-03 20:16:03','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61717434960','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2956,'','Cash','','2024-06-03 20:20:20','','0','6','2024-06-03 20:20:20','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61717435218','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2957,'Arn','Mpesa','','2024-06-03 20:25:09','','0','6','2024-06-03 20:25:09','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61717435490','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2958,'Cre','Mpesa','','2024-06-03 20:44:00','','0','6','2024-06-03 20:44:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717436629','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2959,'','Cash','','2024-06-03 21:14:12','','0','6','2024-06-03 21:14:12','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61717438444','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2960,'Ala','Mpesa','','2024-06-04 14:22:41','','0','7','2024-06-04 14:22:41','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717500133','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2961,'3zd','Mpesa','','2024-06-04 14:23:10','','0','7','2024-06-04 14:23:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717500170','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2962,'Nl3','Mpesa','','2024-06-04 14:23:33','','0','7','2024-06-04 14:23:33','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717500203','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2963,'C30','Mpesa','','2024-06-04 14:24:00','','0','7','2024-06-04 14:24:00','','0','5','1','retail','0','5','1','0','0','0','0','5','0','printed',' ','','1','0','71717500221','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2964,'546','Mpesa','','2024-06-04 14:24:35','','0','7','2024-06-04 14:24:35','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71717500259','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2965,'9rn','Mpesa','','2024-06-04 14:25:30','','0','7','2024-06-04 14:25:30','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71717500297','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2966,'Y0y','Mpesa','','2024-06-04 14:26:05','','0','7','2024-06-04 14:26:05','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71717500343','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2967,'Xn9','Card','','2024-06-04 14:26:36','','0','7','2024-06-04 14:26:36','','0','150','1','retail','0','150','1','150','0','0','0','0','0','printed',' ','','1','0','71717500386','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2968,'N93','Mpesa','','2024-06-04 14:27:10','','0','7','2024-06-04 14:27:10','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717500407','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2969,'Gcd','Mpesa','','2024-06-04 15:00:39','','0','7','2024-06-04 15:00:39','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71717500452','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2970,'0m7','Mpesa','','2024-06-04 15:01:03','','0','7','2024-06-04 15:01:03','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','1','0','71717502451','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2971,'1gf','Mpesa','','2024-06-04 15:36:29','','0','7','2024-06-04 15:36:29','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71717502495','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2972,'Vof','Mpesa','','2024-06-04 15:37:27','','0','7','2024-06-04 15:37:27','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71717504612','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2973,'Kz3','Mpesa','','2024-06-04 15:50:32','','0','7','2024-06-04 15:50:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717504956','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2974,'Deg','Mpesa','','2024-06-04 16:14:35','','0','7','2024-06-04 16:14:35','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','71717506859','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2975,'Bby','Mpesa','','2024-06-04 16:15:30','','0','7','2024-06-04 16:15:30','','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','1','0','71717506887','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2976,'Bby','Mpesa','','2024-06-04 16:40:43','','0','7','2024-06-04 16:40:43','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71717508381','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2977,'6kr','Mpesa','','2024-06-04 18:42:52','','0','7','2024-06-04 18:42:52','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717513908','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2978,'Kcu','Mpesa','','2024-06-04 18:56:13','','0','7','2024-06-04 18:56:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717516562','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2979,'4g1','Mpesa','','2024-06-04 18:56:38','','0','7','2024-06-04 18:56:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717516585','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2980,'3f0','Mpesa','','2024-06-04 18:57:17','','0','7','2024-06-04 18:57:17','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71717516613','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2981,'9ph','Mpesa','','2024-06-04 18:57:57','','0','7','2024-06-04 18:57:57','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','71717516652','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2982,'8zx','Mpesa','','2024-06-04 18:58:47','','0','7','2024-06-04 18:58:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717516690','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2983,'Pev','Mpesa','','2024-06-04 18:59:47','','0','7','2024-06-04 18:59:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717516752','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2984,'','Cash','','2024-06-04 19:00:24','','0','7','2024-06-04 19:00:24','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71717516803','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2985,'Fw5','Mpesa','','2024-06-04 20:10:14','','0','7','2024-06-04 20:10:14','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717521007','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2986,'Pb3','Mpesa','','2024-06-04 20:10:44','','0','7','2024-06-04 20:10:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717521026','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2987,'Bu4','Mpesa','','2024-06-04 20:11:58','','0','7','2024-06-04 20:11:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717521094','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2988,'R36','Mpesa','','2024-06-04 21:30:57','','0','7','2024-06-04 21:30:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717525849','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2989,'Cr7','Mpesa','','2024-06-04 21:31:22','','0','7','2024-06-04 21:31:22','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717525869','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2990,'B30','Mpesa','','2024-06-04 21:31:42','','0','7','2024-06-04 21:31:42','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71717525891','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2991,'N6l','Mpesa','','2024-06-04 21:32:33','','0','7','2024-06-04 21:32:33','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71717525914','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2992,'Rnj','Mpesa','','2024-06-04 21:50:57','','0','7','2024-06-04 21:50:57','','0','570','1','retail','0','570','1','0','0','0','0','570','0','printed',' ','','1','0','71717526999','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2993,'Gll','Mpesa','','2024-06-04 21:51:51','','0','7','2024-06-04 21:51:51','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','71717527073','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2994,'','Cash','','2024-06-04 21:52:45','','0','7','2024-06-04 21:52:45','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71717527149','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2995,'Idv','Mpesa','','2024-06-05 16:29:15','','0','6','2024-06-05 16:29:15','','0','1120','1','retail','0','1120','1','0','0','0','0','1120','0','printed',' ','','1','0','61717594133','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2996,'Ugl','Mpesa','','2024-06-05 16:46:40','','0','6','2024-06-05 16:46:40','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61717595178','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2997,'Coo','Mpesa','','2024-06-05 16:47:31','','0','6','2024-06-05 16:47:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717595249','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2998,'Xxm','Mpesa','','2024-06-05 16:48:23','','0','6','2024-06-05 16:48:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717595301','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(2999,'A5o','Mpesa','','2024-06-05 16:49:03','','0','6','2024-06-05 16:49:03','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61717595332','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3000,'','Cash','','2024-06-05 16:51:50','','0','6','2024-06-05 16:51:50','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','61717595502','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3001,'6om','Mpesa','','2024-06-05 19:48:26','','0','6','2024-06-05 19:48:26','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61717606103','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3002,'Afp','Mpesa','','2024-06-05 19:48:53','','0','6','2024-06-05 19:48:53','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717606130','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3003,'5et','Mpesa','','2024-06-05 19:49:36','','0','6','2024-06-05 19:49:36','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61717606166','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3004,'Wgo','Mpesa','','2024-06-05 19:50:08','','0','6','2024-06-05 19:50:08','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61717606201','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3005,'S6p','Mpesa','','2024-06-05 19:51:34','','0','6','2024-06-05 19:51:34','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','61717606287','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3006,'Hv6','Mpesa','','2024-06-05 19:52:12','','0','6','2024-06-05 19:52:12','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61717606316','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3007,'Eqp','Mpesa','','2024-06-05 19:52:34','','0','6','2024-06-05 19:52:34','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717606352','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3008,'','Cash','','2024-06-05 19:58:26','','0','6','2024-06-05 19:58:26','','700','700','1','retail','0','700','1','0','0','0','0','0','0','printed',' ','','1','0','61717606542','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3009,'','Cash','','2024-06-05 19:58:47','','0','6','2024-06-05 19:58:47','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61717606725','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3010,'Bhh','Mpesa','','2024-06-05 20:21:09','','0','6','2024-06-05 20:21:09','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61717608053','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3011,'I4q','Mpesa','','2024-06-05 20:47:36','','0','6','2024-06-05 20:47:36','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61717609638','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3012,'4rl','Mpesa','','2024-06-06 16:16:16','','0','7','2024-06-06 16:16:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717679762','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3013,'Qu8','Mpesa','','2024-06-06 17:59:22','','0','7','2024-06-06 17:59:22','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717685877','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3014,'Lvr','Mpesa','','2024-06-06 18:00:03','','0','7','2024-06-06 18:00:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717685982','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3015,'L7i','Mpesa','','2024-06-06 18:00:33','','0','7','2024-06-06 18:00:33','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717686021','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3016,'N3g','Mpesa','','2024-06-06 18:01:34','','0','7','2024-06-06 18:01:34','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717686083','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3017,'Knw','Mpesa','','2024-06-06 18:01:57','','0','7','2024-06-06 18:01:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717686107','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3018,'8ty','Mpesa','','2024-06-06 18:02:25','','0','7','2024-06-06 18:02:25','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71717686129','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3019,'7ls','Mpesa','','2024-06-06 18:03:09','','0','7','2024-06-06 18:03:09','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71717686160','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3020,'4rl','Mpesa','','2024-06-06 18:04:28','','0','7','2024-06-06 18:04:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717686205','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3021,'Jte','Mpesa','','2024-06-06 18:05:18','','0','7','2024-06-06 18:05:18','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','71717686285','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3022,'Mie','Mpesa','','2024-06-06 18:06:33','','0','7','2024-06-06 18:06:33','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','1','0','71717686328','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3023,'8kc','Mpesa','','2024-06-06 18:09:00','','0','7','2024-06-06 18:09:00','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','71717686416','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3024,'Fru','Mpesa','','2024-06-06 18:09:42','','0','7','2024-06-06 18:09:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717686567','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3025,'63h','Mpesa','','2024-06-06 18:10:26','','0','7','2024-06-06 18:10:26','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717686611','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3026,'Dfw','Mpesa','','2024-06-06 18:11:18','','0','7','2024-06-06 18:11:18','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71717686668','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3027,'Nfx','Mpesa','','2024-06-06 18:13:26','','0','7','2024-06-06 18:13:26','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','71717686707','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3028,'449','Mpesa','','2024-06-06 18:15:33','','0','7','2024-06-06 18:15:33','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71717686818','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3029,'28r','Mpesa','','2024-06-06 19:55:58','','0','7','2024-06-06 19:55:58','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','1','0','71717692951','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3030,'262','Mpesa','','2024-06-06 19:59:39','','0','7','2024-06-06 19:59:39','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71717693018','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3031,'Df6','Mpesa','','2024-06-06 20:00:31','','0','7','2024-06-06 20:00:31','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717693221','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3032,'He9','Mpesa','','2024-06-06 20:00:56','','0','7','2024-06-06 20:00:56','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71717693240','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3033,'Xn8','Mpesa','','2024-06-06 20:01:31','','0','7','2024-06-06 20:01:31','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71717693279','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3034,'','Cash','','2024-06-06 20:02:13','','0','7','2024-06-06 20:02:13','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71717693326','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3035,'','Cash','','2024-06-06 20:46:58','','0','7','2024-06-06 20:46:58','','390','390','1','retail','0','390','1','0','0','0','0','0','0','printed',' ','','1','0','71717695951','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3036,'Yd5','Mpesa','','2024-06-06 20:48:28','','0','7','2024-06-06 20:48:28','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71717696077','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3037,'Pjn','Mpesa','','2024-06-06 20:50:07','','0','7','2024-06-06 20:50:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717696199','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3038,'','Cash','','2024-06-06 20:58:04','','0','7','2024-06-06 20:58:04','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','71717696675','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3039,'10o','Mpesa','','2024-06-06 21:12:25','','0','7','2024-06-06 21:12:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717697535','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3040,'Qu8','Mpesa','','2024-06-07 16:48:19','','0','6','2024-06-07 16:48:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717768095','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3041,'Lvr','Mpesa','','2024-06-07 16:48:55','','0','6','2024-06-07 16:48:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717768131','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3042,'L7i','Mpesa','','2024-06-07 16:49:33','','0','6','2024-06-07 16:49:33','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717768169','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3043,'N3g','Mpesa','','2024-06-07 16:50:05','','0','6','2024-06-07 16:50:05','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717768202','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3044,'Knw','Mpesa','','2024-06-07 17:32:20','','0','6','2024-06-07 17:32:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717770736','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3045,'8ty','Mpesa','','2024-06-07 17:33:46','','0','6','2024-06-07 17:33:46','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61717770819','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3046,'7is','Mpesa','','2024-06-07 17:35:35','','0','6','2024-06-07 17:35:35','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61717770881','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3047,'4rl','Mpesa','','2024-06-07 17:36:22','','0','6','2024-06-07 17:36:22','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717770980','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3048,'Xc1','Mpesa','','2024-06-07 17:44:18','','0','6','2024-06-07 17:44:18','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61717771315','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3049,'','Cash','','2024-06-07 17:46:37','','0','6','2024-06-07 17:46:37','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','61717771508','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3050,'','Cash','','2024-06-07 17:47:19','','0','6','2024-06-07 17:47:19','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61717771626','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3051,'','Cash','','2024-06-07 17:47:40','','0','6','2024-06-07 17:47:40','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','61717771658','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3052,'4ot','Mpesa','','2024-06-08 13:46:00','','0','6','2024-06-08 13:46:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717843557','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3053,'M4g','Mpesa','','2024-06-08 13:49:07','','0','6','2024-06-08 13:49:07','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717843742','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3054,'48y','Mpesa','','2024-06-08 13:49:34','','0','6','2024-06-08 13:49:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717843772','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3055,'1w5','Mpesa','','2024-06-08 13:50:18','','0','6','2024-06-08 13:50:18','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61717843802','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3056,'V29','Mpesa','','2024-06-08 13:58:34','','0','6','2024-06-08 13:58:34','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61717844275','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3057,'C97','Mpesa','','2024-06-08 13:59:10','','0','6','2024-06-08 13:59:10','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717844348','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3058,'1zy','Mpesa','','2024-06-08 13:59:39','','0','6','2024-06-08 13:59:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717844377','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3059,'R74','Mpesa','','2024-06-08 14:00:22','','0','6','2024-06-08 14:00:22','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717844420','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3060,'Hy9','Mpesa','','2024-06-08 14:01:43','','0','6','2024-06-08 14:01:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61717844501','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3061,'Mi4','Mpesa','','2024-06-08 14:02:10','','0','6','2024-06-08 14:02:10','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717844528','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3062,'Hxu','Mpesa','','2024-06-08 14:02:54','','0','6','2024-06-08 14:02:54','','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','1','0','61717844558','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3063,'','Cash','','2024-06-08 14:05:07','','0','6','2024-06-08 14:05:07','','850','850','1','retail','0','850','1','0','0','0','0','0','0','printed',' ','','1','0','61717844698','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3064,'Iu7','Mpesa','','2024-06-08 14:32:18','','0','6','2024-06-08 14:32:18','','0','465','1','retail','0','465','1','0','0','0','0','465','0','printed',' ','','1','0','61717846320','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3065,'0b2','Mpesa','','2024-06-08 14:34:01','','0','6','2024-06-08 14:34:01','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61717846440','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3066,'Zx8','Mpesa','','2024-06-08 15:46:42','','0','7','2024-06-08 15:46:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717850722','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3067,'16f','Mpesa','','2024-06-08 15:47:06','','0','7','2024-06-08 15:47:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717850815','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3068,'Emx','Mpesa','','2024-06-08 15:47:30','','0','7','2024-06-08 15:47:30','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717850838','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3069,'Hwd','Mpesa','','2024-06-08 16:02:45','','0','7','2024-06-08 16:02:45','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71717850875','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3070,'Ww7b','Mpesa','','2024-06-08 16:25:17','','0','7','2024-06-08 16:25:17','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71717852540','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3071,'Ltq','Mpesa','','2024-06-08 16:26:31','','0','7','2024-06-08 16:26:31','','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','1','0','71717853142','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3072,'9vw','Mpesa','','2024-06-08 18:55:04','','0','7','2024-06-08 18:55:04','','0','170','1','retail','0','170','1','0','0','0','0','170','0','printed',' ','','1','0','71717861993','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3073,'Glw','Mpesa','','2024-06-08 19:03:31','','0','7','2024-06-08 19:03:31','','0','670','1','retail','0','670','1','0','0','0','0','670','0','printed',' ','','1','0','71717862340','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3074,'U2j','Mpesa','','2024-06-08 19:06:23','','0','7','2024-06-08 19:06:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717862720','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3075,'8w9','Mpesa','','2024-06-08 19:07:11','','0','7','2024-06-08 19:07:11','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71717862797','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3076,'','Cash','','2024-06-08 19:07:47','','0','7','2024-06-08 19:07:47','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','71717862853','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3077,'A2q','Mpesa','','2024-06-08 19:08:41','','0','7','2024-06-08 19:08:41','','0','470','1','retail','0','470','1','0','0','0','0','470','0','printed',' ','','1','0','71717862907','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3078,'','Cash','','2024-06-08 19:27:32','','0','7','2024-06-08 19:27:32','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71717864051','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3079,'','Cash','','2024-06-08 20:19:04','','0','7','2024-06-08 20:19:04','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','71717867122','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3080,'Cuu','Mpesa','','2024-06-08 20:19:13','','0','7','2024-06-08 20:19:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717867152','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3081,'L36','Mpesa','','2024-06-08 20:49:22','','0','7','2024-06-08 20:49:22','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717868948','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3082,'17b','Mpesa','','2024-06-08 20:55:17','','0','7','2024-06-08 20:55:17','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717869303','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3083,'Un7','Mpesa','','2024-06-08 20:55:41','','0','7','2024-06-08 20:55:41','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717869329','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3084,'Bkt','Mpesa','','2024-06-08 21:03:11','','0','7','2024-06-08 21:03:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717869765','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3085,'Iyp','Mpesa','','2024-06-08 21:37:40','','0','7','2024-06-08 21:37:40','','0','780','1','retail','0','780','1','0','0','0','0','780','0','printed',' ','','1','0','71717869808','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3086,'F7y','Mpesa','','2024-06-09 12:03:40','','0','7','2024-06-09 12:03:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','new',' ','','1','0','71717923813','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3087,'H6k','Mpesa','','2024-06-09 12:05:37','','0','7','2024-06-09 12:05:37','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71717923862','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3088,'Rey','Mpesa','','2024-06-09 12:06:28','','0','7','2024-06-09 12:06:28','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71717923973','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3089,'Dv6','Mpesa','','2024-06-09 12:06:55','','0','7','2024-06-09 12:06:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717924001','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3090,'Lcp','Mpesa','','2024-06-09 13:35:59','','0','7','2024-06-09 13:35:59','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','71717924128','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3091,'X3j','Mpesa','','2024-06-09 13:39:32','','0','7','2024-06-09 13:39:32','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717929564','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3092,'F2k','Mpesa','','2024-06-09 13:49:08','','0','7','2024-06-09 13:49:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717930118','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3093,'Amp','Mpesa','','2024-06-09 13:54:29','','0','7','2024-06-09 13:54:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717930328','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3094,'R40','Mpesa','','2024-06-09 13:58:27','','0','7','2024-06-09 13:58:27','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71717930495','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3095,'G1a','Mpesa','','2024-06-09 13:59:24','','0','7','2024-06-09 13:59:24','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71717930747','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3096,'Qb3','Mpesa','','2024-06-09 14:10:12','','0','7','2024-06-09 14:10:12','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717930782','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3097,'Qum','Mpesa','','2024-06-09 14:10:49','','0','7','2024-06-09 14:10:49','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717931427','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3098,'B3l','Mpesa','','2024-06-09 14:17:25','','0','7','2024-06-09 14:17:25','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','71717931769','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3099,'6c9','Mpesa','','2024-06-09 15:46:57','','0','7','2024-06-09 15:46:57','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71717937140','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3100,'Lx5','Mpesa','','2024-06-09 15:48:45','','0','7','2024-06-09 15:48:45','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717937310','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3101,'Sg0','Mpesa','','2024-06-09 15:55:08','','0','7','2024-06-09 15:55:08','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','1','0','71717937567','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3102,'Waf','Mpesa','','2024-06-09 15:57:04','','0','7','2024-06-09 15:57:04','','0','950','1','retail','0','950','1','0','0','0','0','950','0','printed',' ','','1','0','71717937727','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3103,'Cur','Mpesa','','2024-06-09 15:58:01','','0','7','2024-06-09 15:58:01','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71717937873','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3104,'N54','Mpesa','','2024-06-09 15:58:23','','0','7','2024-06-09 15:58:23','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717937888','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3105,'Azj','Mpesa','','2024-06-09 15:59:07','','0','7','2024-06-09 15:59:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717937912','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3106,'Hiz','Mpesa','','2024-06-09 15:59:53','','0','7','2024-06-09 15:59:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717937972','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3107,'J5s','Mpesa','','2024-06-09 16:00:57','','0','7','2024-06-09 16:00:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717938028','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3108,'9uw','Mpesa','','2024-06-09 16:03:54','','0','7','2024-06-09 16:03:54','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717938126','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3109,'89w','Mpesa','','2024-06-09 16:04:27','','0','7','2024-06-09 16:04:27','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717938252','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3110,'','Cash','','2024-06-09 16:05:37','','0','7','2024-06-09 16:05:37','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71717938287','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3111,'F5k','Mpesa','','2024-06-09 16:08:02','','0','7','2024-06-09 16:08:02','','0','530','1','retail','0','530','1','0','0','0','0','530','0','printed',' ','','1','0','71717938358','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3112,'','Cash','','2024-06-09 16:15:38','','0','7','2024-06-09 16:15:38','','1550','1550','1','retail','0','1550','1','0','0','0','0','0','0','printed',' ','','1','0','71717938879','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3113,'','Cash','','2024-06-09 16:16:46','','0','7','2024-06-09 16:16:46','','550','550','1','retail','0','550','1','0','0','0','0','0','0','printed',' ','','1','0','71717938968','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3114,'8on','Mpesa','','2024-06-09 16:54:45','','0','7','2024-06-09 16:54:45','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71717941203','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3115,'Zk1','Mpesa','','2024-06-09 16:56:04','','0','7','2024-06-09 16:56:04','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71717941346','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3116,'','Cash','','2024-06-09 18:02:13','','0','7','2024-06-09 18:02:13','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71717945328','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3117,'','Cash','','2024-06-09 18:08:05','','0','7','2024-06-09 18:08:05','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','71717945512','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3118,'8xl','Mpesa','','2024-06-09 19:55:19','','0','7','2024-06-09 19:55:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717951520','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3119,'Nu5','Mpesa','','2024-06-09 19:58:48','','0','7','2024-06-09 19:58:48','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71717952165','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3120,'Rru','Mpesa','','2024-06-09 19:59:27','','0','7','2024-06-09 19:59:27','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71717952352','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3121,'Zbu','Mpesa','','2024-06-09 19:59:54','','0','7','2024-06-09 19:59:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717952378','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3122,'Mjr','Mpesa','','2024-06-09 20:02:41','','0','7','2024-06-09 20:02:41','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71717952475','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3123,'U80','Mpesa','','2024-06-09 20:04:05','','0','7','2024-06-09 20:04:05','','0','620','1','retail','0','620','1','0','0','0','0','620','0','printed',' ','','1','0','71717952623','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3124,'Nr8','Mpesa','','2024-06-09 20:05:26','','0','7','2024-06-09 20:05:26','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71717952654','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3125,'Ya2','Mpesa','','2024-06-09 20:06:13','','0','7','2024-06-09 20:06:13','','0','630','1','retail','0','630','1','0','0','0','0','630','0','printed',' ','','1','0','71717952740','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3126,'74w','Mpesa','','2024-06-09 20:06:44','','0','7','2024-06-09 20:06:44','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71717952791','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3127,'Lzj','Mpesa','','2024-06-09 20:07:11','','0','7','2024-06-09 20:07:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717952817','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3128,'4nv','Mpesa','','2024-06-09 20:09:19','','0','7','2024-06-09 20:09:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717952947','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3129,'89k','Mpesa','','2024-06-09 20:10:27','','0','7','2024-06-09 20:10:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717952976','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3130,'Nqt','Mpesa','','2024-06-09 20:11:04','','0','7','2024-06-09 20:11:04','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71717953045','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3131,'80c','Mpesa','','2024-06-09 20:13:54','','0','7','2024-06-09 20:13:54','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71717953213','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3132,'Ofq','Mpesa','','2024-06-09 20:15:07','','0','7','2024-06-09 20:15:07','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71717953273','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3133,'Gkh','Mpesa','','2024-06-09 20:15:38','','0','7','2024-06-09 20:15:38','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71717953325','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3134,'30l','Mpesa','','2024-06-09 20:16:22','','0','7','2024-06-09 20:16:22','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71717953357','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3135,'Faf','Mpesa','','2024-06-10 16:47:09','','0','7','2024-06-10 16:47:09','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718027221','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3136,'X4d','Mpesa','','2024-06-10 16:47:55','','0','7','2024-06-10 16:47:55','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71718027260','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3137,'Xno','Mpesa','','2024-06-10 16:48:16','','0','7','2024-06-10 16:48:16','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71718027287','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3138,'Rdw','Mpesa','','2024-06-10 16:49:53','','0','7','2024-06-10 16:49:53','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71718027304','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3139,'70d','Mpesa','','2024-06-10 16:50:12','','0','7','2024-06-10 16:50:12','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718027403','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3140,'Xu2','Mpesa','','2024-06-10 17:07:08','','0','7','2024-06-10 17:07:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718027427','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3141,'9jt','Mpesa','','2024-06-10 17:07:30','','0','7','2024-06-10 17:07:30','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718028440','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3142,'Mhr','Mpesa','','2024-06-10 17:08:02','','0','7','2024-06-10 17:08:02','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71718028463','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3143,'70o','Mpesa','','2024-06-10 17:09:10','','0','7','2024-06-10 17:09:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718028493','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3144,'Sln','Mpesa','','2024-06-10 17:09:59','','0','7','2024-06-10 17:09:59','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71718028579','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3145,'De9','Mpesa','','2024-06-10 17:21:13','','0','7','2024-06-10 17:21:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718028791','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3146,'Q9e','Mpesa','','2024-06-10 19:45:10','','0','7','2024-06-10 19:45:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718037903','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3147,'Tze','Mpesa','','2024-06-10 19:45:34','','0','7','2024-06-10 19:45:34','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718037923','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3148,'531','Mpesa','','2024-06-10 19:46:12','','0','7','2024-06-10 19:46:12','','0','220','1','retail','0','220','1','0','0','0','0','220','0','printed',' ','','1','0','71718037941','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3149,'Big','Mpesa','','2024-06-10 19:47:19','','0','7','2024-06-10 19:47:19','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71718037982','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3150,'Vsq','Mpesa','','2024-06-10 19:48:45','','0','7','2024-06-10 19:48:45','','0','950','1','retail','0','950','1','0','0','0','0','950','0','printed',' ','','1','0','71718038051','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3151,'','Cash','','2024-06-10 19:49:07','','0','7','2024-06-10 19:49:07','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71718038136','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3152,'Ok0','Mpesa','','2024-06-10 19:59:34','','0','7','2024-06-10 19:59:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718038760','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3153,'Glp','Mpesa','','2024-06-10 20:09:55','','0','7','2024-06-10 20:09:55','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71718039341','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3154,'9p4','Mpesa','','2024-06-10 21:00:41','','0','7','2024-06-10 21:00:41','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718039413','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3155,'7h1','Mpesa','','2024-06-10 21:23:59','','0','7','2024-06-10 21:23:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718043833','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3156,'Vtc','Mpesa','','2024-06-10 21:24:40','','0','7','2024-06-10 21:24:40','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71718043854','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3157,'','Cash','','2024-06-10 21:24:58','','0','7','2024-06-10 21:24:58','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71718043891','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3158,'8j8','Mpesa','','2024-06-11 14:49:53','','0','7','2024-06-11 14:49:53','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718104829','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3159,'692','Mpesa','','2024-06-11 14:50:57','','0','7','2024-06-11 14:50:57','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71718106640','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3160,'Tif','Mpesa','','2024-06-11 14:51:44','','0','7','2024-06-11 14:51:44','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718106678','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3161,'Tmu','Mpesa','','2024-06-11 14:52:25','','0','7','2024-06-11 14:52:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718106728','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3162,'El7','Mpesa','','2024-06-11 14:53:07','','0','7','2024-06-11 14:53:07','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718106771','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3163,'R3a','Mpesa','','2024-06-11 14:54:52','','0','7','2024-06-11 14:54:52','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','71718106807','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3164,'','Cash','','2024-06-11 14:58:17','','0','7','2024-06-11 14:58:17','','270','270','1','retail','0','270','1','0','0','0','0','0','0','printed',' ','','1','0','71718106966','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3165,'2xk','Mpesa','','2024-06-11 15:33:02','','0','7','2024-06-11 15:33:02','','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','1','0','71718107155','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3166,'Btd','Mpesa','','2024-06-11 15:39:47','','0','7','2024-06-11 15:39:47','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71718109197','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3167,'48l','Mpesa','','2024-06-11 15:40:09','','0','7','2024-06-11 15:40:09','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718109597','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3168,'Hzv','Mpesa','','2024-06-11 15:40:59','','0','7','2024-06-11 15:40:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718109621','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3169,'Pdx','Mpesa','','2024-06-11 15:47:40','','0','7','2024-06-11 15:47:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718110026','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3170,'Xr4','Mpesa','','2024-06-11 15:48:06','','0','7','2024-06-11 15:48:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718110075','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3171,'Lkg','Mpesa','','2024-06-11 15:49:45','','0','7','2024-06-11 15:49:45','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71718110178','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3172,'9mj','Mpesa','','2024-06-11 16:53:21','','0','7','2024-06-11 16:53:21','','0','170','1','retail','0','170','1','0','0','0','0','170','0','printed',' ','','1','0','71718113689','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3173,'','Cash','','2024-06-11 16:54:09','','0','7','2024-06-11 16:54:09','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71718114039','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3174,'Bnq','Mpesa','','2024-06-11 17:23:58','','0','7','2024-06-11 17:23:58','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71718114556','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3175,'3an','Mpesa','','2024-06-11 17:24:32','','0','7','2024-06-11 17:24:32','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71718115852','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3176,'82y','Mpesa','','2024-06-11 17:49:38','','0','7','2024-06-11 17:49:38','','0','450','1','retail','0','450','1','0','0','0','0','450','0','new',' ','','1','0','71718117371','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3177,'Rck','Mpesa','','2024-06-11 17:51:34','','0','7','2024-06-11 17:51:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718117475','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3178,'Cfm','Mpesa','','2024-06-11 18:18:46','','0','7','2024-06-11 18:18:46','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71718119060','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3179,'','Cash','','2024-06-11 18:19:11','','0','7','2024-06-11 18:19:11','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71718119145','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3180,'6kc','Mpesa','','2024-06-11 19:13:15','','0','7','2024-06-11 19:13:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718122374','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3181,'Jf9','Mpesa','','2024-06-11 20:46:06','','0','7','2024-06-11 20:46:06','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718122432','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3182,'','Cash','','2024-06-11 20:48:26','','0','7','2024-06-11 20:48:26','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71718127984','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3183,'Oa3','Mpesa','','2024-06-11 20:49:46','','0','7','2024-06-11 20:49:46','','0','1150','1','retail','0','1150','1','0','0','0','0','1150','0','printed',' ','','1','0','71718128152','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3184,'Er5','Mpesa','','2024-06-11 20:50:44','','0','7','2024-06-11 20:50:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718128223','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3185,'1qt','Mpesa','','2024-06-11 21:24:00','','0','7','2024-06-11 21:24:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718130233','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3186,'Vzy','Mpesa','','2024-06-11 21:24:57','','0','7','2024-06-11 21:24:57','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','71718130263','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3187,'Zn8','Mpesa','','2024-06-11 21:26:50','','0','7','2024-06-11 21:26:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718130403','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3188,'','Cash','','2024-06-11 21:27:44','','0','7','2024-06-11 21:27:44','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','71718130456','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3189,'Pzc','Mpesa','','2024-06-12 17:18:29','','0','6','2024-06-12 17:18:29','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718201902','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3190,'7k9','Mpesa','','2024-06-12 17:20:30','','0','6','2024-06-12 17:20:30','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61718202028','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3191,'43u','Mpesa','','2024-06-12 17:21:31','','0','6','2024-06-12 17:21:31','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718202089','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3192,'Jjp','Mpesa','','2024-06-12 17:22:35','','0','6','2024-06-12 17:22:35','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61718202124','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3193,'M1r','Mpesa','','2024-06-12 17:23:35','','0','6','2024-06-12 17:23:35','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61718202207','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3194,'Le1','Mpesa','','2024-06-12 17:24:50','','0','6','2024-06-12 17:24:50','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61718202277','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3195,'19z','Mpesa','','2024-06-12 17:25:46','','0','6','2024-06-12 17:25:46','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718202344','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3196,'Fug','Mpesa','','2024-06-12 17:26:40','','0','6','2024-06-12 17:26:40','','0','490','1','retail','0','490','1','0','0','0','0','490','0','printed',' ','','1','0','61718202372','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3197,' Nip','Mpesa','','2024-06-12 17:46:05','','0','6','2024-06-12 17:46:05','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61718202423','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3198,'F3j','Mpesa','','2024-06-12 17:47:21','','0','6','2024-06-12 17:47:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718203639','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3199,'Cp8','Mpesa','','2024-06-12 17:47:51','','0','6','2024-06-12 17:47:51','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718203670','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3200,'Nip','Mpesa','','2024-06-12 17:48:29','','0','6','2024-06-12 17:48:29','','0','570','1','retail','0','570','1','0','0','0','0','570','0','printed',' ','','1','0','61718203699','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3201,'','Cash','','2024-06-12 17:51:55','','0','6','2024-06-12 17:51:55','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61718203882','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3202,'','Cash','','2024-06-12 17:53:09','','0','6','2024-06-12 17:53:09','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','61718203929','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3203,'','Cash','','2024-06-12 17:55:41','','0','6','2024-06-12 17:55:41','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61718204139','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3204,'5ey','Mpesa','','2024-06-12 20:00:14','','0','6','2024-06-12 20:00:14','','0','340','1','retail','0','340','1','0','0','0','0','340','0','printed',' ','','1','0','61718211567','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3205,'Rv5','Mpesa','','2024-06-12 20:02:36','','0','6','2024-06-12 20:02:36','','0','290','1','retail','0','290','1','0','0','0','0','290','0','printed',' ','','1','0','61718211643','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3206,'3ss','Mpesa','','2024-06-12 20:05:19','','0','6','2024-06-12 20:05:19','','0','570','1','retail','0','570','1','0','0','0','0','570','0','printed',' ','','1','0','61718211787','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3207,'Jop','Mpesa','','2024-06-12 21:06:11','','0','6','2024-06-12 21:06:11','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61718215531','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3208,'2ft','Mpesa','','2024-06-12 21:06:56','','0','6','2024-06-12 21:06:56','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718215614','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3209,'Lhv','Mpesa','','2024-06-12 21:07:41','','0','6','2024-06-12 21:07:41','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61718215645','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3210,'Wwe','Mpesa','','2024-06-12 21:08:21','','0','6','2024-06-12 21:08:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718215700','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3211,'Vzf','Mpesa','','2024-06-13 14:58:24','','0','7','2024-06-13 14:58:24','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','71718279864','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3212,'I5o','Mpesa','','2024-06-13 14:58:48','','0','7','2024-06-13 14:58:48','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718279919','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3213,'Rai','Mpesa','','2024-06-13 14:59:41','','0','7','2024-06-13 14:59:41','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71718279952','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3214,'S0j','Mpesa','','2024-06-13 15:01:22','','0','7','2024-06-13 15:01:22','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71718280060','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3215,'Zvh','Mpesa','','2024-06-13 15:01:55','','0','7','2024-06-13 15:01:55','','0','5','1','retail','0','5','1','0','0','0','0','5','0','printed',' ','','1','0','71718280096','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3216,'N4k','Mpesa','','2024-06-13 15:02:25','','0','7','2024-06-13 15:02:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718280124','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3217,'E2q','Mpesa','','2024-06-13 15:02:51','','0','7','2024-06-13 15:02:51','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718280156','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3218,'Wfb','Mpesa','','2024-06-13 15:03:17','','0','7','2024-06-13 15:03:17','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718280181','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3219,'9ea','Mpesa','','2024-06-13 16:32:22','','0','7','2024-06-13 16:32:22','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71718285532','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3220,'7el','Mpesa','','2024-06-13 16:33:20','','0','7','2024-06-13 16:33:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718285586','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3221,'Fr4','Mpesa','','2024-06-13 16:33:49','','0','7','2024-06-13 16:33:49','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718285617','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3222,'Zgu','Mpesa','','2024-06-13 16:48:38','','0','7','2024-06-13 16:48:38','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','71718285651','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3223,'Bhn','Mpesa','','2024-06-13 18:44:44','','0','7','2024-06-13 18:44:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718293484','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3224,'Nag','Mpesa','','2024-06-13 18:45:19','','0','7','2024-06-13 18:45:19','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','71718293511','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3225,'98v','Mpesa','','2024-06-13 18:45:52','','0','7','2024-06-13 18:45:52','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718293549','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3226,'0yf','Mpesa','','2024-06-13 18:47:04','','0','7','2024-06-13 18:47:04','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71718293587','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3227,'Arr','Mpesa','','2024-06-13 18:47:42','','0','7','2024-06-13 18:47:42','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718293659','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3228,'Hkr','Mpesa','','2024-06-13 18:48:38','','0','7','2024-06-13 18:48:38','','0','175','1','retail','0','175','1','0','0','0','0','175','0','printed',' ','','1','0','71718293689','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3229,'Bn7','Mpesa','','2024-06-13 18:49:17','','0','7','2024-06-13 18:49:17','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718293756','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3230,'Tq7','Card','','2024-06-13 18:53:06','','0','7','2024-06-13 18:53:06','','0','150','1','retail','0','150','1','150','0','0','0','0','0','printed',' ','','1','0','71718293985','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3231,'','Cash','','2024-06-13 18:53:26','','0','7','2024-06-13 18:53:26','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71718294005','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3232,'Vui','Mpesa','','2024-06-13 19:33:56','','0','7','2024-06-13 19:33:56','','0','465','1','retail','0','465','1','0','0','0','0','465','0','printed',' ','','1','0','71718296358','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3233,'88b','Mpesa','','2024-06-13 21:27:17','','0','7','2024-06-13 21:27:17','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71718303007','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3234,'3ib','Mpesa','','2024-06-13 21:28:19','','0','7','2024-06-13 21:28:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718303247','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3235,'M1h','Mpesa','','2024-06-13 21:29:41','','0','7','2024-06-13 21:29:41','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718303376','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3236,'Qp8','Mpesa','','2024-06-14 16:22:04','','0','6','2024-06-14 16:22:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718371322','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3237,'Jl5','Mpesa','','2024-06-14 16:23:48','','0','6','2024-06-14 16:23:48','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61718371418','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3238,'Lav','Mpesa','','2024-06-14 16:24:13','','0','6','2024-06-14 16:24:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718371451','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3239,'Nij','Mpesa','','2024-06-14 16:28:45','','0','6','2024-06-14 16:28:45','','0','330','1','retail','0','330','1','0','0','0','0','330','0','printed',' ','','1','0','61718371714','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3240,'1c1','Mpesa','','2024-06-14 16:29:27','','0','6','2024-06-14 16:29:27','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718371765','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3241,'E2p','Mpesa','','2024-06-14 16:30:15','','0','6','2024-06-14 16:30:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718371814','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3242,'B9h','Mpesa','','2024-06-14 16:31:24','','0','6','2024-06-14 16:31:24','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718371882','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3243,'F4d','Mpesa','','2024-06-14 16:32:03','','0','6','2024-06-14 16:32:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718371922','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3244,'4ld','Mpesa','','2024-06-14 16:32:30','','0','6','2024-06-14 16:32:30','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718371949','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3245,'Ky1','Mpesa','','2024-06-14 16:33:08','','0','6','2024-06-14 16:33:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718371985','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3246,'H4r','Mpesa','','2024-06-14 16:33:35','','0','6','2024-06-14 16:33:35','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61718372013','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3247,'','Cash','','2024-06-14 16:35:20','','0','6','2024-06-14 16:35:20','','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','1','0','61718372115','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3248,'','Cash','','2024-06-14 16:35:54','','0','6','2024-06-14 16:35:54','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','61718372147','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3249,'','Cash','','2024-06-14 16:37:02','','0','6','2024-06-14 16:37:02','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61718372219','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3250,'','Cash','','2024-06-14 16:37:47','','0','6','2024-06-14 16:37:47','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','1','0','61718372256','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3251,'Pu8','Mpesa','','2024-06-14 16:48:41','','0','6','2024-06-14 16:48:41','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61718372902','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3252,'Zya','Mpesa','','2024-06-14 17:24:54','','0','6','2024-06-14 17:24:54','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61718375080','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3253,'','Cash','','2024-06-14 18:59:52','','0','6','2024-06-14 18:59:52','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61718380789','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3254,'','Cash','','2024-06-14 19:00:50','','0','6','2024-06-14 19:00:50','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61718380847','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3255,'Iu5','Mpesa','','2024-06-14 19:01:37','','0','6','2024-06-14 19:01:37','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61718380880','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3256,'2k7','Mpesa','','2024-06-14 20:34:35','','0','6','2024-06-14 20:34:35','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718386472','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3257,'G0r','Mpesa','','2024-06-14 20:34:59','','0','6','2024-06-14 20:34:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718386498','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3258,'4hy','Mpesa','','2024-06-14 20:35:25','','0','6','2024-06-14 20:35:25','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718386523','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3259,'4hl','Mpesa','','2024-06-14 20:36:35','','0','6','2024-06-14 20:36:35','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718386558','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3260,'','Cash','','2024-06-14 20:37:04','','0','6','2024-06-14 20:37:04','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61718386622','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3261,'74g','Mpesa','','2024-06-14 20:38:31','','0','6','2024-06-14 20:38:31','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61718386635','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3262,'Kg3','Mpesa','','2024-06-14 20:39:20','','0','6','2024-06-14 20:39:20','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61718386746','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3263,'Jqd','Mpesa','','2024-06-14 20:39:48','','0','6','2024-06-14 20:39:48','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718386786','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3264,'S2w','Mpesa','','2024-06-14 20:41:00','','0','6','2024-06-14 20:41:00','','0','710','1','retail','0','710','1','0','0','0','0','710','0','printed',' ','','1','0','61718386821','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3265,'3v0','Mpesa','','2024-06-14 20:42:08','','0','6','2024-06-14 20:42:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718386884','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3266,'','Cash','','2024-06-14 20:48:34','','0','6','2024-06-14 20:48:34','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61718387312','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3267,'Dnc','Mpesa','','2024-06-15 13:00:12','','0','7','2024-06-15 13:00:12','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718445531','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3268,'Yfl','Mpesa','','2024-06-15 13:09:36','','0','7','2024-06-15 13:09:36','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718445633','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3269,'Kcv','Mpesa','','2024-06-15 13:10:14','','0','7','2024-06-15 13:10:14','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718446202','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3270,'Jm5','Mpesa','','2024-06-15 13:10:39','','0','7','2024-06-15 13:10:39','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71718446225','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3271,'Kc9','Card','','2024-06-15 13:11:15','','0','7','2024-06-15 13:11:15','','0','150','1','retail','0','150','1','150','0','0','0','0','0','printed',' ','','1','0','71718446253','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3272,'','Cash','','2024-06-15 14:30:25','','0','7','2024-06-15 14:30:25','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','71718450999','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3273,'V4z','Mpesa','','2024-06-15 14:31:55','','0','7','2024-06-15 14:31:55','','0','760','1','retail','0','760','1','0','0','0','0','760','0','printed',' ','','1','0','71718451035','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3274,'Gff','Mpesa','','2024-06-15 14:32:22','','0','7','2024-06-15 14:32:22','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718451141','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3275,'Yfl','Mpesa','','2024-06-15 14:32:43','','0','7','2024-06-15 14:32:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718451162','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3276,'','Cash','','2024-06-15 14:33:56','','0','7','2024-06-15 14:33:56','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71718451229','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3277,'Myr','Mpesa','','2024-06-15 16:09:37','','0','7','2024-06-15 16:09:37','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718456975','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3278,'Bje','Mpesa','','2024-06-15 16:10:43','','0','7','2024-06-15 16:10:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718457042','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3279,'Vzo','Mpesa','','2024-06-15 16:11:52','','0','7','2024-06-15 16:11:52','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71718457100','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3280,'7a7','Mpesa','','2024-06-15 16:12:18','','0','7','2024-06-15 16:12:18','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718457137','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3281,'Uto','Mpesa','','2024-06-15 16:13:20','','0','7','2024-06-15 16:13:20','','0','480','1','retail','0','480','1','0','0','0','0','480','0','printed',' ','','1','0','71718457177','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3282,'B9t','Card','','2024-06-15 16:13:49','','0','7','2024-06-15 16:13:50','','0','250','1','retail','0','250','1','250','0','0','0','0','0','printed',' ','','1','0','71718457223','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3283,'5z6','Mpesa','','2024-06-15 16:14:41','','0','7','2024-06-15 16:14:41','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','71718457270','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3284,'4yj','Mpesa','','2024-06-15 16:15:16','','0','7','2024-06-15 16:15:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718457315','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3285,'Opj','Mpesa','','2024-06-15 16:15:43','','0','7','2024-06-15 16:15:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718457342','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3286,'Mlx','Mpesa','','2024-06-15 16:16:05','','0','7','2024-06-15 16:16:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718457364','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3287,'','Cash','','2024-06-15 16:33:17','','0','7','2024-06-15 16:33:17','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71718458396','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3288,'','Cash','','2024-06-15 16:34:21','','0','7','2024-06-15 16:34:21','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71718458461','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3289,'','Cash','','2024-06-15 16:35:08','','0','7','2024-06-15 16:35:08','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','71718458507','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3290,'','Cash','','2024-06-15 16:37:11','','0','7','2024-06-15 16:37:11','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','71718458609','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3291,'C4s','Mpesa','','2024-06-15 17:11:17','','0','7','2024-06-15 17:11:17','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718460676','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3292,'Ngj','Mpesa','','2024-06-15 17:11:44','','0','7','2024-06-15 17:11:44','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71718460702','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3293,'Dvb','Mpesa','','2024-06-15 17:12:28','','0','7','2024-06-15 17:12:28','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718460745','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3294,'36j','Mpesa','','2024-06-15 17:25:13','','0','7','2024-06-15 17:25:13','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718461510','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3295,'00d','Mpesa','','2024-06-15 17:45:27','','0','7','2024-06-15 17:45:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718462726','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3296,'Kji','Mpesa','','2024-06-15 17:45:56','','0','7','2024-06-15 17:45:56','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71718462755','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3297,'','Cash','','2024-06-15 17:47:13','','0','7','2024-06-15 17:47:13','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71718462827','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3298,'','Cash','','2024-06-15 17:47:47','','0','7','2024-06-15 17:47:47','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','71718462856','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3299,'','Cash','','2024-06-15 18:21:50','','0','7','2024-06-15 18:21:50','','830','830','1','retail','0','830','1','0','0','0','0','0','0','printed',' ','','1','0','71718464893','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3300,'','Cash','','2024-06-15 18:23:07','','0','7','2024-06-15 18:23:07','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','71718464986','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3301,'gii','Mpesa','','2024-06-15 19:35:34','','0','7','2024-06-15 19:35:34','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','71718469283','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3302,'Vhd','Mpesa','','2024-06-15 19:36:19','','0','7','2024-06-15 19:36:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718469358','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3303,'L24','Mpesa','','2024-06-15 20:46:24','','0','7','2024-06-15 20:46:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718473583','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3304,'Cmn','Mpesa','','2024-06-15 20:47:09','','0','7','2024-06-15 20:47:09','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718473624','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3305,'Cmn','Mpesa','','2024-06-15 20:47:26','','0','7','2024-06-15 20:47:26','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718473645','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3306,'08g','Mpesa','','2024-06-15 20:48:15','','0','7','2024-06-15 20:48:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718473694','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3307,'8qj','Mpesa','','2024-06-15 20:50:30','','0','7','2024-06-15 20:50:30','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718473825','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3308,'Aag','Mpesa','','2024-06-15 20:51:20','','0','7','2024-06-15 20:51:20','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71718473860','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3309,'Xnq','Mpesa','','2024-06-15 20:52:06','','0','7','2024-06-15 20:52:06','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71718473918','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3310,'Gii','Mpesa','','2024-06-15 20:52:40','','0','7','2024-06-15 20:52:40','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','71718473952','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3311,'','Cash','','2024-06-15 20:57:51','','0','7','2024-06-15 20:57:51','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71718473991','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3312,'','Cash','','2024-06-15 20:58:19','','0','7','2024-06-15 20:58:19','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71718474295','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3313,'','Cash','','2024-06-15 21:00:08','','0','7','2024-06-15 21:00:08','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71718474407','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3314,'058','Mpesa','','2024-06-15 21:22:22','','0','7','2024-06-15 21:22:22','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','71718475732','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3315,'28w','Mpesa','','2024-06-15 21:22:45','','0','7','2024-06-15 21:22:45','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718475764','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3316,'Epo','Mpesa','','2024-06-15 21:23:19','','0','7','2024-06-15 21:23:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718475795','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3317,'','Cash','','2024-06-15 21:25:20','','0','7','2024-06-15 21:25:20','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','71718475913','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3318,'','Cash','','2024-06-15 21:26:57','','0','7','2024-06-15 21:26:57','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71718476016','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3319,'1o9','Mpesa','','2024-06-16 13:22:07','','0','7','2024-06-16 13:22:07','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71718533095','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3320,'7m3','Mpesa','','2024-06-16 13:34:06','','0','7','2024-06-16 13:34:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718534039','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3321,'','Cash','','2024-06-16 13:35:26','','0','7','2024-06-16 13:35:26','','480','480','1','retail','0','480','1','0','0','0','0','0','0','printed',' ','','1','0','71718534067','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3322,'Fju','Mpesa','','2024-06-16 13:40:06','','0','7','2024-06-16 13:40:06','','0','780','1','retail','0','780','1','0','0','0','0','780','0','printed',' ','','1','0','71718534209','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3323,'Ny2','Mpesa','','2024-06-16 13:40:34','','0','7','2024-06-16 13:40:34','','0','10','1','retail','0','10','1','0','0','0','0','10','0','printed',' ','','1','0','71718534418','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3324,'30n','Mpesa','','2024-06-16 14:05:28','','0','7','2024-06-16 14:05:28','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','71718534900','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3325,'Yh4','Mpesa','','2024-06-16 14:06:40','','0','7','2024-06-16 14:06:40','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71718535965','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3326,'Muz','Mpesa','','2024-06-16 14:07:04','','0','7','2024-06-16 14:07:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718536012','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3327,'Eto','Mpesa','','2024-06-16 17:08:48','','0','7','2024-06-16 17:08:48','','0','1450','1','retail','0','1450','1','0','0','0','0','1450','0','printed',' ','','1','0','71718546894','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3328,'1tk','Mpesa','','2024-06-16 17:09:27','','0','7','2024-06-16 17:09:27','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71718546943','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3329,'Znh','Mpesa','','2024-06-16 17:10:21','','0','7','2024-06-16 17:10:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718546980','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3330,'0pp','Card','','2024-06-16 17:11:33','','0','7','2024-06-16 17:11:33','','0','150','1','retail','0','150','1','150','0','0','0','0','0','printed',' ','','1','0','71718547030','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3331,'Xe7','Mpesa','','2024-06-16 17:11:56','','0','7','2024-06-16 17:11:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718547108','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3332,'Xh6','Mpesa','','2024-06-16 17:18:02','','0','7','2024-06-16 17:18:02','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718547469','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3333,'Eig','Mpesa','','2024-06-16 17:18:45','','0','7','2024-06-16 17:18:45','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718547498','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3334,'1vi','Mpesa','','2024-06-16 17:19:07','','0','7','2024-06-16 17:19:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718547534','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3335,'1v1','Mpesa','','2024-06-16 17:20:29','','0','7','2024-06-16 17:20:29','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71718547620','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3336,'K3a','Mpesa','','2024-06-16 17:21:35','','0','7','2024-06-16 17:21:35','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71718547676','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3337,'Q4j','Mpesa','','2024-06-16 17:22:05','','0','7','2024-06-16 17:22:05','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718547708','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3338,'','Cash','','2024-06-16 17:23:31','','0','7','2024-06-16 17:23:31','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','71718547743','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3339,'','Cash','','2024-06-16 17:23:45','','0','7','2024-06-16 17:23:45','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','71718547815','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3340,'Muz','Mpesa','','2024-06-16 17:25:03','','0','7','2024-06-16 17:25:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718547895','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3341,'Xy3','Mpesa','','2024-06-16 17:26:31','','0','7','2024-06-16 17:26:31','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71718547931','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3342,'99h','Mpesa','','2024-06-16 17:27:18','','0','7','2024-06-16 17:27:18','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71718548003','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3343,'7zl','Mpesa','','2024-06-16 17:28:08','','0','7','2024-06-16 17:28:08','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71718548054','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3344,'8u4','Mpesa','','2024-06-16 17:45:56','','0','7','2024-06-16 17:45:56','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71718549118','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3345,'X2d','Mpesa','','2024-06-16 17:51:14','','0','7','2024-06-16 17:51:14','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71718549178','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3346,'','Cash','','2024-06-16 17:52:07','','0','7','2024-06-16 17:52:07','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71718549487','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3347,'Zne','Mpesa','','2024-06-16 17:52:17','','0','7','2024-06-16 17:52:17','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718549529','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3348,'X0c','Mpesa','','2024-06-16 19:24:39','','0','7','2024-06-16 19:24:39','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718554995','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3349,'T09','Mpesa','','2024-06-16 20:04:06','','0','7','2024-06-16 20:04:06','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71718557419','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3350,'','Cash','','2024-06-16 20:16:03','','0','7','2024-06-16 20:16:03','','1260','1260','1','retail','0','1260','1','0','0','0','0','0','0','printed',' ','','1','0','71718558127','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3351,'Qgd','Mpesa','','2024-06-16 20:17:05','','0','7','2024-06-16 20:17:05','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71718558224','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3352,'X0c','Mpesa','','2024-06-16 20:17:32','','0','7','2024-06-16 20:17:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718558251','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3353,'6zl','Mpesa','','2024-06-16 20:19:13','','0','7','2024-06-16 20:19:13','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71718558352','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3354,'2f1','Mpesa','','2024-06-16 20:20:19','','0','6','2024-06-16 20:20:19','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61718558416','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3355,'','Cash','','2024-06-16 20:20:44','','0','6','2024-06-16 20:20:44','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61718558442','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3356,'Sir','Mpesa','','2024-06-16 20:25:17','','0','6','2024-06-16 20:25:17','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718558715','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3357,'Wxz','Mpesa','','2024-06-16 20:54:09','','0','6','2024-06-16 20:54:09','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61718560365','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3358,'Pjw','Mpesa','','2024-06-16 20:54:58','','0','6','2024-06-16 20:54:58','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61718560459','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3359,'Pe8','Mpesa','','2024-06-16 21:01:19','','0','6','2024-06-16 21:01:19','','0','740','1','retail','0','740','1','0','0','0','0','740','0','printed',' ','','1','0','61718560509','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3360,'19m','Mpesa','','2024-06-16 21:02:41','','0','6','2024-06-16 21:02:41','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61718560918','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3361,'B2s','Mpesa','','2024-06-16 21:03:10','','0','6','2024-06-16 21:03:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718560978','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3362,'9tk','Mpesa','','2024-06-16 21:04:01','','0','6','2024-06-16 21:04:01','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61718561009','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3363,'Ko4','Mpesa','','2024-06-18 18:14:53','','0','7','2024-06-18 18:14:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718723648','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3364,'6tj','Mpesa','','2024-06-18 18:15:20','','0','7','2024-06-18 18:15:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718723705','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3365,'5sq','Mpesa','','2024-06-18 18:15:45','','0','7','2024-06-18 18:15:45','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718723731','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3366,'3yd','Mpesa','','2024-06-18 18:16:17','','0','7','2024-06-18 18:16:17','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','71718723764','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3367,'P9a','Mpesa','','2024-06-18 18:17:45','','0','7','2024-06-18 18:17:45','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718723850','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3368,'Wb5','Mpesa','','2024-06-18 18:18:34','','0','7','2024-06-18 18:18:34','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71718723877','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3369,'Bhl','Mpesa','','2024-06-18 18:19:20','','0','7','2024-06-18 18:19:20','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71718723930','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3370,'Qxy','Mpesa','','2024-06-18 18:19:43','','0','7','2024-06-18 18:19:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718723968','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3371,'Xay','Mpesa','','2024-06-18 18:20:11','','0','7','2024-06-18 18:20:11','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71718723998','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3372,'Tgp','Mpesa','','2024-06-18 18:20:32','','0','7','2024-06-18 18:20:32','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71718724021','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3373,'08o','Mpesa','','2024-06-18 18:20:57','','0','7','2024-06-18 18:20:57','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71718724047','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3374,'','Cash','','2024-06-18 18:21:38','','0','7','2024-06-18 18:21:38','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71718724082','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3375,'Lsl','Mpesa','','2024-06-18 19:06:16','','0','7','2024-06-18 19:06:16','','0','510','1','retail','0','510','1','0','0','0','0','510','0','printed',' ','','1','0','71718724639','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3376,'','Cash','','2024-06-18 19:06:35','','0','7','2024-06-18 19:06:35','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71718726789','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3377,'Aza','Mpesa','','2024-06-18 19:15:57','','0','7','2024-06-18 19:15:57','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718726825','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3378,'','Cash','','2024-06-18 19:16:28','','0','7','2024-06-18 19:16:28','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','71718727379','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3379,'I5c','Mpesa','','2024-06-18 20:03:35','','0','7','2024-06-18 20:03:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718727392','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3380,'179','Mpesa','','2024-06-18 20:36:46','','0','7','2024-06-18 20:36:46','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71718732195','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3381,'Ons','Mpesa','','2024-06-18 20:37:15','','0','7','2024-06-18 20:37:15','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','71718732217','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3382,'88d','Mpesa','','2024-06-18 21:13:10','','0','7','2024-06-18 21:13:10','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71718732291','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3383,'Te1','Mpesa','','2024-06-18 21:36:43','','0','7','2024-06-18 21:36:43','','0','610','1','retail','0','610','1','0','0','0','0','610','0','printed',' ','','1','0','71718734924','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3384,'Udp','Mpesa','','2024-06-18 21:37:36','','0','7','2024-06-18 21:37:36','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71718735841','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3385,'','Cash','','2024-06-18 21:38:05','','0','7','2024-06-18 21:38:05','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71718735878','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3386,'10o','Mpesa','','2024-06-18 21:58:24','','0','7','2024-06-18 21:58:24','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71718736644','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3387,'Xl9','Mpesa','','2024-06-19 16:28:09','','0','6','2024-06-19 16:28:09','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718803684','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3388,'Rmm','Mpesa','','2024-06-19 16:29:05','','0','6','2024-06-19 16:29:05','','0','430','1','retail','0','430','1','0','0','0','0','430','0','printed',' ','','1','0','61718803726','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3389,'K06','Mpesa','','2024-06-19 16:30:09','','0','6','2024-06-19 16:30:09','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61718803808','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3390,'Ipz','Mpesa','','2024-06-19 16:31:20','','0','6','2024-06-19 16:31:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718803878','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3391,'Rgk','Mpesa','','2024-06-19 16:32:48','','0','6','2024-06-19 16:32:48','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718803956','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3392,'Ynw','Mpesa','','2024-06-19 16:34:19','','0','6','2024-06-19 16:34:19','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61718804046','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3393,'Kiy','Mpesa','','2024-06-19 16:35:18','','0','6','2024-06-19 16:35:18','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61718804091','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3394,'Avp','Mpesa','','2024-06-19 16:42:17','','0','6','2024-06-19 16:42:17','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61718804358','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3395,'Tlm','Mpesa','','2024-06-19 16:43:27','','0','6','2024-06-19 16:43:27','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','61718804562','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3396,'Hrr','Mpesa','','2024-06-19 16:44:19','','0','6','2024-06-19 16:44:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718804656','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3397,'G7n','Mpesa','','2024-06-19 16:44:49','','0','6','2024-06-19 16:44:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718804686','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3398,'','Cash','','2024-06-19 16:53:17','','0','6','2024-06-19 16:53:17','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','61718805174','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3399,'','Cash','','2024-06-19 16:53:38','','0','6','2024-06-19 16:53:38','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61718805216','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3400,'2e0','Mpesa','','2024-06-19 19:59:23','','0','6','2024-06-19 19:59:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718816359','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3401,'Wgz','Mpesa','','2024-06-19 20:02:36','','0','6','2024-06-19 20:02:36','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718816552','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3402,'U16','Mpesa','','2024-06-19 20:04:38','','0','6','2024-06-19 20:04:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718816673','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3403,'Sdj','Mpesa','','2024-06-19 20:05:25','','0','6','2024-06-19 20:05:25','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718816723','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3404,'Uk5','Mpesa','','2024-06-19 20:08:29','','0','6','2024-06-19 20:08:29','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61718816902','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3405,'Db2','Mpesa','','2024-06-19 20:09:10','','0','6','2024-06-19 20:09:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718816948','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3406,'As4','Mpesa','','2024-06-19 20:09:45','','0','6','2024-06-19 20:09:45','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718816982','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3407,'Vsb','Mpesa','','2024-06-19 20:10:13','','0','6','2024-06-19 20:10:13','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','1','0','61718817011','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3408,'Dar','Mpesa','','2024-06-19 20:11:25','','0','6','2024-06-19 20:11:25','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61718817083','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3409,'Y7y','Mpesa','','2024-06-19 20:25:56','','0','6','2024-06-19 20:25:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718817954','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3410,'Jkx','Mpesa','','2024-06-19 21:04:09','','0','6','2024-06-19 21:04:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718820243','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3411,'Jct','Mpesa','','2024-06-19 21:06:15','','0','6','2024-06-19 21:06:15','','0','1250','1','retail','0','1250','1','0','0','0','0','1250','0','printed',' ','','1','0','61718820293','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3412,'','Cash','','2024-06-19 21:07:38','','0','6','2024-06-19 21:07:38','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61718820455','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3413,'','Cash','','2024-06-19 21:08:50','','0','6','2024-06-19 21:08:50','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61718820476','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3414,'Etw','Mpesa','','2024-06-20 17:26:42','','0','6','2024-06-20 17:26:42','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61718893566','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3415,'Zaw','Mpesa','','2024-06-20 17:27:31','','0','6','2024-06-20 17:27:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718893637','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3416,'Yfg','Mpesa','','2024-06-20 17:31:29','','0','6','2024-06-20 17:31:29','','0','410','1','retail','0','410','1','0','0','0','0','410','0','printed',' ','','1','0','61718893775','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3417,'8vz','Mpesa','','2024-06-20 17:32:30','','0','6','2024-06-20 17:32:30','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61718893932','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3418,'1d4','Mpesa','','2024-06-20 17:33:04','','0','6','2024-06-20 17:33:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718893981','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3419,'E2f','Mpesa','','2024-06-20 17:36:23','','0','6','2024-06-20 17:36:23','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61718894180','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3420,'6nb','Mpesa','','2024-06-20 17:37:05','','0','6','2024-06-20 17:37:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718894223','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3421,'N3h','Mpesa','','2024-06-20 17:37:46','','0','6','2024-06-20 17:37:46','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718894264','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3422,'Tzh','Mpesa','','2024-06-20 17:38:19','','0','6','2024-06-20 17:38:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718894297','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3423,'Kew','Mpesa','','2024-06-20 17:38:44','','0','6','2024-06-20 17:38:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718894323','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3424,'Nl3','Mpesa','','2024-06-20 17:40:49','','0','6','2024-06-20 17:40:49','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718894445','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3425,'Jcp','Mpesa','','2024-06-20 17:41:59','','0','6','2024-06-20 17:41:59','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61718894502','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3426,'34h','Mpesa','','2024-06-20 17:44:55','','0','6','2024-06-20 17:44:55','','0','305','1','retail','0','305','1','0','0','0','0','305','0','printed',' ','','1','0','61718894652','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3427,'Fmn','Mpesa','','2024-06-20 17:45:37','','0','6','2024-06-20 17:45:37','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61718894727','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3428,'Grh','Mpesa','','2024-06-20 17:46:01','','0','6','2024-06-20 17:46:01','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61718894759','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3429,'R0r','Mpesa','','2024-06-20 17:46:38','','0','6','2024-06-20 17:46:38','','0','90','1','retail','0','90','1','0','0','0','0','90','0','printed',' ','','1','0','61718894791','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3430,'Gon','Mpesa','','2024-06-20 17:47:06','','0','6','2024-06-20 17:47:06','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718894823','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3431,'Wuf','Mpesa','','2024-06-20 17:47:34','','0','6','2024-06-20 17:47:34','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718894851','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3432,'Bfe','Mpesa','','2024-06-20 17:48:16','','0','6','2024-06-20 17:48:16','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61718894884','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3433,'B47','Mpesa','','2024-06-20 17:48:53','','0','6','2024-06-20 17:48:53','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61718894922','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3434,'Kd0','Mpesa','','2024-06-20 17:49:21','','0','6','2024-06-20 17:49:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718894960','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3435,'','Cash','','2024-06-20 17:57:49','','0','6','2024-06-20 17:57:49','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61718895461','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3436,'Lqo','Mpesa','','2024-06-20 20:37:33','','0','6','2024-06-20 20:37:33','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718904660','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3437,'Rp5','Mpesa','','2024-06-21 18:40:05','','0','6','2024-06-21 18:40:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718984403','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3438,'7ia','Mpesa','','2024-06-21 18:42:42','','0','6','2024-06-21 18:42:42','','0','1900','1','retail','0','1900','1','0','0','0','0','1900','0','printed',' ','','1','0','61718984491','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3439,'0ff','Mpesa','','2024-06-21 18:44:26','','0','6','2024-06-21 18:44:26','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61718984648','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3440,'Ndn','Mpesa','','2024-06-21 18:45:10','','0','6','2024-06-21 18:45:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718984708','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3441,'6kq','Mpesa','','2024-06-21 18:45:43','','0','6','2024-06-21 18:45:43','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718984740','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3442,'Oo4','Mpesa','','2024-06-21 18:46:32','','0','6','2024-06-21 18:46:32','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61718984777','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3443,'Ey5','Mpesa','','2024-06-21 18:47:04','','0','6','2024-06-21 18:47:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718984822','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3444,'8ku','Mpesa','','2024-06-21 18:47:37','','0','6','2024-06-21 18:47:37','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61718984855','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3445,'Iv7','Mpesa','','2024-06-21 18:48:21','','0','6','2024-06-21 18:48:21','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61718984887','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3446,'Iwp','Mpesa','','2024-06-21 18:49:22','','0','6','2024-06-21 18:49:22','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718984953','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3447,'7i9','Mpesa','','2024-06-21 18:50:09','','0','6','2024-06-21 18:50:09','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61718985000','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3448,'Prk','Mpesa','','2024-06-21 18:51:03','','0','6','2024-06-21 18:51:03','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718985060','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3449,'Puv','Mpesa','','2024-06-21 18:51:43','','0','6','2024-06-21 18:51:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718985099','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3450,'Srq','Mpesa','','2024-06-21 18:52:18','','0','6','2024-06-21 18:52:18','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61718985132','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3451,'Rqv','Mpesa','','2024-06-21 18:53:05','','0','6','2024-06-21 18:53:05','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61718985181','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3452,'Hdv','Mpesa','','2024-06-21 18:55:16','','0','6','2024-06-21 18:55:16','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61718985239','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3453,'F5f','Mpesa','','2024-06-21 18:56:51','','0','6','2024-06-21 18:56:51','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61718985409','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3454,'Wrx','Mpesa','','2024-06-21 18:57:26','','0','6','2024-06-21 18:57:26','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61718985441','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3455,'','Cash','','2024-06-21 18:58:39','','0','6','2024-06-21 18:58:39','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61718985517','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3456,'','Cash','','2024-06-21 18:59:05','','0','6','2024-06-21 18:59:05','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61718985542','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3457,'3nl','Mpesa','','2024-06-21 20:19:51','','0','6','2024-06-21 20:19:51','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61718990389','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3458,'Qk0','Mpesa','','2024-06-21 20:20:42','','0','6','2024-06-21 20:20:42','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61718990429','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3459,'Vsc','Mpesa','','2024-06-21 20:21:28','','0','6','2024-06-21 20:21:28','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61718990476','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3460,'K7y','Mpesa','','2024-06-21 20:22:42','','0','6','2024-06-21 20:22:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718990561','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3461,'Usr','Mpesa','','2024-06-21 20:23:09','','0','6','2024-06-21 20:23:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61718990587','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3462,'','Cash','','2024-06-21 20:24:29','','0','6','2024-06-21 20:24:29','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','1','0','61718990619','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3463,'O6h','Mpesa','','2024-06-22 15:49:21','','0','6','2024-06-22 15:49:21','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61719060549','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3464,'Rjl','Mpesa','','2024-06-22 15:50:17','','0','6','2024-06-22 15:50:17','','0','480','1','retail','0','480','1','0','0','0','0','480','0','printed',' ','','1','0','61719060592','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3465,'I2l','Mpesa','','2024-06-22 15:51:11','','0','6','2024-06-22 15:51:11','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61719060661','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3466,'5ov','Mpesa','','2024-06-22 15:52:05','','0','6','2024-06-22 15:52:05','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719060723','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3467,'9vu','Mpesa','','2024-06-22 15:52:50','','0','6','2024-06-22 15:52:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719060768','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3468,'Bc5','Mpesa','','2024-06-22 15:53:28','','0','6','2024-06-22 15:53:28','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61719060796','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3469,'4a6','Mpesa','','2024-06-22 15:54:02','','0','6','2024-06-22 15:54:02','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719060839','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3470,'Aba','Mpesa','','2024-06-22 15:54:41','','0','6','2024-06-22 15:54:41','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61719060874','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3471,'Lc0','Mpesa','','2024-06-22 15:55:09','','0','6','2024-06-22 15:55:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719060908','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3472,'','Cash','','2024-06-22 16:02:10','','0','6','2024-06-22 16:02:10','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61719061325','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3473,'','Cash','','2024-06-22 16:03:26','','0','6','2024-06-22 16:03:26','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61719061340','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3474,'','Cash','','2024-06-22 16:04:20','','0','6','2024-06-22 16:04:20','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','61719061451','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3475,'','Cash','','2024-06-22 16:04:57','','0','6','2024-06-22 16:04:57','','480','480','1','retail','0','480','1','0','0','0','0','0','0','printed',' ','','1','0','61719061486','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3476,'','Cash','','2024-06-22 16:05:26','','0','6','2024-06-22 16:05:26','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61719061524','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3477,'Fmd','Mpesa','','2024-06-22 17:07:19','','0','6','2024-06-22 17:07:19','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61719065217','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3478,'Bh4','Mpesa','','2024-06-22 17:07:44','','0','6','2024-06-22 17:07:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719065263','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3479,'L5f','Mpesa','','2024-06-22 19:02:31','','0','6','2024-06-22 19:02:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719072149','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3480,'Yh7','Mpesa','','2024-06-22 19:03:12','','0','6','2024-06-22 19:03:12','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61719072177','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3481,'Ypa','Mpesa','','2024-06-22 19:04:11','','0','6','2024-06-22 19:04:11','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719072249','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3482,'Yde','Mpesa','','2024-06-22 19:05:05','','0','6','2024-06-22 19:05:05','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61719072298','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3483,'Gla','Mpesa','','2024-06-22 19:05:45','','0','6','2024-06-22 19:05:45','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61719072342','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3484,'Eal','Mpesa','','2024-06-22 19:06:24','','0','6','2024-06-22 19:06:24','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61719072370','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3485,'Sfm','Mpesa','','2024-06-22 19:07:57','','0','6','2024-06-22 19:07:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719072465','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3486,'M6d','Mpesa','','2024-06-22 19:09:15','','0','6','2024-06-22 19:09:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719072553','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3487,'Sxk','Mpesa','','2024-06-22 19:10:46','','0','6','2024-06-22 19:10:46','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61719072618','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3488,'11k','Mpesa','','2024-06-22 19:11:36','','0','6','2024-06-22 19:11:36','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61719072682','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3489,'Gu7','Mpesa','','2024-06-22 19:12:18','','0','6','2024-06-22 19:12:18','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719072736','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3490,'3xt','Mpesa','','2024-06-22 20:35:41','','0','6','2024-06-22 20:35:41','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719077705','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3491,'U9n','Mpesa','','2024-06-22 20:36:36','','0','6','2024-06-22 20:36:36','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719077789','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3492,'P1t','Mpesa','','2024-06-22 20:38:00','','0','6','2024-06-22 20:38:00','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719077877','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3493,'H18','Mpesa','','2024-06-22 20:44:05','','0','6','2024-06-22 20:44:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719077949','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3494,'Lik','Mpesa','','2024-06-22 20:46:13','','0','6','2024-06-22 20:46:13','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719078371','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3495,'Jwf','Mpesa','','2024-06-22 20:48:19','','0','6','2024-06-22 20:48:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719078496','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3496,'W5f','Mpesa','','2024-06-22 20:50:34','','0','6','2024-06-22 20:50:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719078632','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3497,'Xjs','Mpesa','','2024-06-22 20:51:55','','0','6','2024-06-22 20:51:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719078708','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3498,'0rc','Mpesa','','2024-06-22 21:05:07','','0','6','2024-06-22 21:05:07','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61719079498','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3499,'','Cash','','2024-06-22 21:24:48','','0','6','2024-06-22 21:24:48','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61719080686','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3500,'7wf','Mpesa','','2024-06-22 21:25:39','','0','6','2024-06-22 21:25:39','','0','780','1','retail','0','780','1','0','0','0','0','780','0','printed',' ','','1','0','61719080697','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3501,'Sg8','Mpesa','','2024-06-23 11:49:56','','0','7','2024-06-23 11:49:56','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','71719132541','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3502,'Aqu','Mpesa','','2024-06-23 11:51:42','','0','7','2024-06-23 11:51:42','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71719132615','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3503,'Yxv','Mpesa','','2024-06-23 11:52:36','','0','7','2024-06-23 11:52:36','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71719132716','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3504,'Dn7','Mpesa','','2024-06-23 11:54:04','','0','7','2024-06-23 11:54:04','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71719132829','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3505,'Vz4','Mpesa','','2024-06-23 12:52:01','','0','7','2024-06-23 12:52:01','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71719132869','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3506,'M9l','Mpesa','','2024-06-23 16:56:24','','0','7','2024-06-23 16:56:24','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71719136421','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3507,'Whp','Mpesa','','2024-06-23 17:29:54','','0','7','2024-06-23 17:29:54','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71719152974','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3508,'377','Mpesa','','2024-06-23 17:30:15','','0','7','2024-06-23 17:30:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719153005','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3509,'Bng','Mpesa','','2024-06-23 17:30:37','','0','7','2024-06-23 17:30:37','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71719153025','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3510,'Fp7','Mpesa','','2024-06-23 17:31:08','','0','7','2024-06-23 17:31:08','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71719153047','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3511,'D06','Mpesa','','2024-06-23 17:31:44','','0','7','2024-06-23 17:31:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719153084','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3512,'097','Mpesa','','2024-06-23 17:32:58','','0','7','2024-06-23 17:32:58','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71719153122','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3513,'P3l','Mpesa','','2024-06-23 17:36:37','','0','7','2024-06-23 17:36:37','','0','2100','1','retail','0','2100','1','0','0','0','0','2100','0','printed',' ','','1','0','71719153192','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3514,'Nto','Mpesa','','2024-06-23 17:37:17','','0','7','2024-06-23 17:37:17','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71719153413','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3515,'Moo','Mpesa','','2024-06-23 17:37:39','','0','7','2024-06-23 17:37:39','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719153450','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3516,'8gz','Mpesa','','2024-06-23 17:38:02','','0','7','2024-06-23 17:38:02','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71719153470','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3517,'','Cash','','2024-06-23 18:03:45','','0','7','2024-06-23 18:03:45','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','71719153499','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3518,'Yh2','Mpesa','','2024-06-23 18:10:03','','0','7','2024-06-23 18:10:03','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71719155150','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3519,'P4j','Mpesa','','2024-06-23 18:12:28','','0','7','2024-06-23 18:12:28','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','71719155436','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3520,'Ple','Mpesa','','2024-06-23 18:13:16','','0','7','2024-06-23 18:13:16','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71719155570','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3521,'Q0k','Mpesa','','2024-06-23 18:13:46','','0','7','2024-06-23 18:13:46','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71719155604','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3522,'9oa','Mpesa','','2024-06-23 18:14:20','','0','7','2024-06-23 18:14:20','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71719155645','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3523,'61v','Mpesa','','2024-06-23 18:16:17','','0','7','2024-06-23 18:16:17','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','71719155677','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3524,'Bch','Mpesa','','2024-06-23 18:18:13','','0','7','2024-06-23 18:18:13','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71719155798','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3525,'1rc','Mpesa','','2024-06-23 18:19:51','','0','7','2024-06-23 18:19:51','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','71719155954','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3526,'Ry7','Mpesa','','2024-06-23 18:21:13','','0','7','2024-06-23 18:21:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719156016','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3527,'Sl1','Mpesa','','2024-06-23 18:22:36','','0','7','2024-06-23 18:22:36','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71719156120','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3528,'Bip','Mpesa','','2024-06-23 18:23:14','','0','7','2024-06-23 18:23:14','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719156184','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3529,'Zo5','Mpesa','','2024-06-23 18:26:39','','0','7','2024-06-23 18:26:39','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','71719156217','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3530,'3Wt','Mpesa','','2024-06-23 18:29:29','','0','7','2024-06-23 18:29:29','','0','1900','1','retail','0','1900','1','0','0','0','0','1900','0','printed',' ','','1','0','71719156440','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3531,'Pot','Mpesa','','2024-06-23 18:31:26','','0','7','2024-06-23 18:31:26','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','71719156592','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3532,'Cyb','Mpesa','','2024-06-23 18:32:02','','0','7','2024-06-23 18:32:02','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71719156698','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3533,'V24','Mpesa','','2024-06-23 18:40:21','','0','7','2024-06-23 18:40:21','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71719156731','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3534,'Yxv','Mpesa','','2024-06-23 18:41:29','','0','7','2024-06-23 18:41:29','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71719157243','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3535,'V6j','Mpesa','','2024-06-23 18:42:21','','0','7','2024-06-23 18:42:21','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71719157331','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3536,'Np6','Mpesa','','2024-06-23 18:44:39','','0','7','2024-06-23 18:44:39','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71719157374','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3537,'1uu','Mpesa','','2024-06-23 18:45:31','','0','7','2024-06-23 18:45:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719157495','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3538,'','Cash','','2024-06-23 18:50:04','','0','7','2024-06-23 18:50:04','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71719157793','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3539,'','Cash','','2024-06-23 18:50:16','','0','7','2024-06-23 18:50:16','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','71719157807','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3540,'','Cash','','2024-06-23 18:51:14','','0','7','2024-06-23 18:51:14','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71719157837','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3541,'','Cash','','2024-06-23 18:51:46','','0','7','2024-06-23 18:51:46','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','71719157889','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3542,'R5v','Mpesa','','2024-06-23 19:18:43','','0','7','2024-06-23 19:18:43','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71719159487','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3543,'Bp1','Mpesa','','2024-06-23 21:14:16','','0','7','2024-06-23 21:14:16','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71719166404','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3544,'1r1','Mpesa','','2024-06-23 21:15:19','','0','7','2024-06-23 21:15:19','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','71719166476','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3545,'Vec','Mpesa','','2024-06-23 21:16:43','','0','7','2024-06-23 21:16:43','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','71719166543','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3546,'X61','Mpesa','','2024-06-23 21:18:49','','0','7','2024-06-23 21:18:49','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71719166616','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3547,'9yb','Mpesa','','2024-06-23 21:19:33','','0','7','2024-06-23 21:19:33','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719166753','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3548,'Smo','Mpesa','','2024-06-23 21:20:05','','0','7','2024-06-23 21:20:05','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71719166794','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3549,'887','Mpesa','','2024-06-23 21:21:20','','0','7','2024-06-23 21:21:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719166869','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3550,'Zwo','Mpesa','','2024-06-23 21:22:10','','0','7','2024-06-23 21:22:10','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71719166906','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3551,'84l','Mpesa','','2024-06-23 21:23:06','','0','7','2024-06-23 21:23:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719166961','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3552,'Usl','Mpesa','','2024-06-23 21:24:45','','0','7','2024-06-23 21:24:45','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71719167037','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3553,'58v','Mpesa','','2024-06-23 21:26:15','','0','7','2024-06-23 21:26:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719167107','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3554,'270','Mpesa','','2024-06-23 21:26:52','','0','7','2024-06-23 21:26:52','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719167192','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3555,'Dmn','Mpesa','','2024-06-24 12:17:26','','0','7','2024-06-24 12:17:26','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71719220619','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3556,'Rj2','Mpesa','','2024-06-24 12:21:20','','0','7','2024-06-24 12:21:20','','0','10','1','retail','0','10','1','0','0','0','0','10','0','printed',' ','','1','0','71719220672','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3557,'G2e','Mpesa','','2024-06-24 12:50:07','','0','7','2024-06-24 12:50:07','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71719220893','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3558,'Olp','Mpesa','','2024-06-24 15:48:06','','0','6','2024-06-24 15:48:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719233276','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3559,'Tet','Mpesa','','2024-06-24 15:49:03','','0','6','2024-06-24 15:49:03','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61719233334','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3560,'3vt','Mpesa','','2024-06-24 15:49:53','','0','6','2024-06-24 15:49:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719233389','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3561,'Wzv','Mpesa','','2024-06-24 15:50:44','','0','6','2024-06-24 15:50:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719233439','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3562,'Ean','Mpesa','','2024-06-24 15:54:41','','0','6','2024-06-24 15:54:41','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719233679','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3563,'Epg','Mpesa','','2024-06-24 16:49:37','','0','6','2024-06-24 16:49:37','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719236975','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3564,'Wy4','Mpesa','','2024-06-24 16:50:31','','0','6','2024-06-24 16:50:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719237013','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3565,'8dn','Mpesa','','2024-06-24 16:51:19','','0','6','2024-06-24 16:51:19','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61719237066','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3566,'Gva','Mpesa','','2024-06-24 16:51:59','','0','6','2024-06-24 16:51:59','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719237116','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3567,'Het','Mpesa','','2024-06-24 16:52:44','','0','6','2024-06-24 16:52:44','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61719237156','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3568,'Ra8','Mpesa','','2024-06-24 16:54:05','','0','6','2024-06-24 16:54:05','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719237207','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3569,'','Cash','','2024-06-24 16:55:23','','0','6','2024-06-24 16:55:23','','550','550','1','retail','0','550','1','0','0','0','0','0','0','printed',' ','','1','0','61719237302','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3570,'','Cash','','2024-06-24 17:03:45','','0','6','2024-06-24 17:03:45','','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','1','0','61719237364','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3571,'','Cash','','2024-06-24 17:03:59','','0','6','2024-06-24 17:03:59','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61719237835','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3572,'','Cash','','2024-06-24 18:38:25','','0','6','2024-06-24 18:38:25','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61719243498','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3573,'','Cash','','2024-06-24 18:39:11','','0','6','2024-06-24 18:39:11','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','61719243545','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3574,'M7y','Mpesa','','2024-06-24 18:40:46','','0','6','2024-06-24 18:40:46','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719243645','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3575,'','Cash','','2024-06-24 18:45:15','','0','6','2024-06-24 18:45:15','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61719243904','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3576,'','Cash','','2024-06-24 18:46:41','','0','6','2024-06-24 18:46:41','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61719243993','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3577,'','Cash','','2024-06-24 19:24:22','','0','6','2024-06-24 19:24:22','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61719246224','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3578,'Hc6','Mpesa','','2024-06-24 19:26:52','','0','6','2024-06-24 19:26:52','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','61719246347','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3579,'','Cash','','2024-06-24 19:47:00','','0','6','2024-06-24 19:47:00','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61719246461','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3580,'','Cash','','2024-06-24 19:56:09','','0','6','2024-06-24 19:56:09','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61719248157','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3581,'','Cash','','2024-06-24 19:58:15','','0','6','2024-06-24 19:58:15','','660','660','1','retail','0','660','1','0','0','0','0','0','0','printed',' ','','1','0','61719248243','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3582,'','Cash','','2024-06-24 20:06:57','','0','6','2024-06-24 20:06:57','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','61719248782','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3583,'Nra','Mpesa','','2024-06-24 20:07:57','','0','6','2024-06-24 20:07:57','','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','1','0','61719248843','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3584,'Zhj','Mpesa','','2024-06-24 20:09:09','','0','6','2024-06-24 20:09:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719248948','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3585,'ZHJ','Mpesa','','2024-06-24 20:32:16','','0','6','2024-06-24 20:32:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719248962','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3586,'','Cash','','2024-06-24 20:37:01','','0','6','2024-06-24 20:37:01','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61719250611','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3587,'Jdm','Mpesa','','2024-06-25 10:59:54','','0','7','2024-06-25 10:59:54','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71719302351','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3588,'237','Mpesa','','2024-06-25 11:08:28','','0','7','2024-06-25 11:08:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719302433','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3589,'Tew','Mpesa','','2024-06-25 12:09:09','','0','7','2024-06-25 12:09:09','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','71719302975','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3590,'Bko','Mpesa','','2024-06-25 15:36:50','','0','7','2024-06-25 15:36:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719318967','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3591,'15c','Mpesa','','2024-06-25 15:37:51','','0','7','2024-06-25 15:37:51','','0','90','1','retail','0','90','1','0','0','0','0','90','0','printed',' ','','1','0','71719319024','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3592,'F3l','Mpesa','','2024-06-25 15:38:34','','0','7','2024-06-25 15:38:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719319084','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3593,'If1','Mpesa','','2024-06-25 18:24:12','','0','7','2024-06-25 18:24:12','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71719324091','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3594,'Ujd','Mpesa','','2024-06-25 18:25:17','','0','7','2024-06-25 18:25:17','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71719329070','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3595,'Zow','Mpesa','','2024-06-25 18:25:58','','0','7','2024-06-25 18:25:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719329144','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3596,'8h0','Mpesa','','2024-06-25 18:26:29','','0','7','2024-06-25 18:26:29','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719329171','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3597,'Ec3','Mpesa','','2024-06-25 18:27:00','','0','7','2024-06-25 18:27:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719329205','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3598,'Wl0','Mpesa','','2024-06-25 18:27:33','','0','7','2024-06-25 18:27:33','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71719329238','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3599,'Nuk','Mpesa','','2024-06-25 18:28:07','','0','7','2024-06-25 18:28:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719329274','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3600,'L4r','Mpesa','','2024-06-25 18:28:34','','0','7','2024-06-25 18:28:34','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71719329302','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3601,'N5c','Mpesa','','2024-06-25 18:29:22','','0','7','2024-06-25 18:29:22','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719329348','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3602,'2jn','Mpesa','','2024-06-25 18:30:43','','0','7','2024-06-25 18:30:43','','0','355','1','retail','0','355','1','0','0','0','0','355','0','printed',' ','','1','0','71719329378','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3603,'5z1','Mpesa','','2024-06-25 18:32:42','','0','7','2024-06-25 18:32:42','','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','1','0','71719329457','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3604,'Gb4','Mpesa','','2024-06-25 18:34:11','','0','7','2024-06-25 18:34:11','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71719329598','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3605,'Bii','Mpesa','','2024-06-25 18:36:40','','0','7','2024-06-25 18:36:40','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71719329728','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3606,'L83','Mpesa','','2024-06-25 18:39:00','','0','7','2024-06-25 18:39:00','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71719329827','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3607,'Lkf','Mpesa','','2024-06-25 18:42:27','','0','7','2024-06-25 18:42:27','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71719329994','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3608,'4k2','Mpesa','','2024-06-25 19:54:47','','0','7','2024-06-25 19:54:47','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71719334473','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3609,'Jnh','Mpesa','','2024-06-25 19:56:27','','0','7','2024-06-25 19:56:27','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71719334535','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3610,'Vek','Mpesa','','2024-06-25 20:08:16','','0','7','2024-06-25 20:08:16','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71719335285','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3611,'Paf','Mpesa','','2024-06-25 20:08:42','','0','7','2024-06-25 20:08:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719335306','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3612,'P0m','Mpesa','','2024-06-25 20:09:08','','0','7','2024-06-25 20:09:08','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71719335333','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3613,'2n7','Mpesa','','2024-06-26 16:36:15','','0','6','2024-06-26 16:36:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719408969','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3614,'Jc4','Mpesa','','2024-06-26 16:36:52','','0','6','2024-06-26 16:36:52','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719409006','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3615,'Ssk','Mpesa','','2024-06-26 16:37:25','','0','6','2024-06-26 16:37:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719409042','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3616,'Fgm','Mpesa','','2024-06-26 16:39:23','','0','6','2024-06-26 16:39:23','','0','1100','1','retail','0','1100','1','0','0','0','0','1100','0','printed',' ','','1','0','61719409103','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3617,'5pv','Mpesa','','2024-06-26 16:40:26','','0','6','2024-06-26 16:40:26','','0','840','1','retail','0','840','1','0','0','0','0','840','0','printed',' ','','1','0','61719409197','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3618,'7ni','Mpesa','','2024-06-26 16:41:58','','0','6','2024-06-26 16:41:58','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61719409275','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3619,'N7i','Mpesa','','2024-06-26 16:42:31','','0','6','2024-06-26 16:42:31','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61719409348','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3620,'Gfl','Mpesa','','2024-06-26 16:44:45','','0','6','2024-06-26 16:44:45','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','61719409395','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3621,'','Cash','','2024-06-26 16:46:13','','0','6','2024-06-26 16:46:13','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','1','0','61719409533','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3622,'','Cash','','2024-06-26 16:46:31','','0','6','2024-06-26 16:46:31','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61719409589','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3623,'','Cash','','2024-06-26 16:46:47','','0','6','2024-06-26 16:46:47','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','61719409604','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3624,'','Cash','','2024-06-26 16:50:03','','0','6','2024-06-26 16:50:03','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61719409801','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3625,'Shh','Mpesa','','2024-06-26 18:35:37','','0','6','2024-06-26 18:35:37','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61719416127','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3626,'Ior','Mpesa','','2024-06-26 18:36:57','','0','6','2024-06-26 18:36:57','','0','265','1','retail','0','265','1','0','0','0','0','265','0','printed',' ','','1','0','61719416178','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3627,'N9a','Mpesa','','2024-06-26 18:37:42','','0','6','2024-06-26 18:37:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719416246','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3628,'Bpc','Mpesa','','2024-06-26 18:38:29','','0','6','2024-06-26 18:38:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719416303','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3629,'C4g','Mpesa','','2024-06-26 18:39:29','','0','6','2024-06-26 18:39:29','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61719416345','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3630,'','Cash','','2024-06-26 18:40:28','','0','6','2024-06-26 18:40:28','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61719416410','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3631,'','Cash','','2024-06-26 19:45:48','','0','6','2024-06-26 19:45:48','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61719420333','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3632,'','Cash','','2024-06-26 19:46:36','','0','6','2024-06-26 19:46:36','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61719420374','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3633,'9i1','Mpesa','','2024-06-26 21:03:15','','0','6','2024-06-26 21:03:15','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61719424993','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3634,'M9e','Mpesa','','2024-06-26 21:04:49','','0','6','2024-06-26 21:04:49','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','61719425065','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3635,'Ncg','Mpesa','','2024-06-26 21:05:17','','0','6','2024-06-26 21:05:17','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719425116','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3636,'321','Mpesa','','2024-06-26 21:05:51','','0','6','2024-06-26 21:05:51','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61719425139','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3637,'Num','Mpesa','','2024-06-26 21:06:25','','0','6','2024-06-26 21:06:25','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','61719425175','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3638,'0c0','Mpesa','','2024-06-26 21:12:34','','0','6','2024-06-26 21:12:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719425358','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3639,'','Cash','','2024-06-26 21:13:02','','0','6','2024-06-26 21:13:02','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61719425580','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3640,'6g1','Mpesa','','2024-06-27 18:17:41','','0','7','2024-06-27 18:17:41','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71719336289','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3641,'9jl','Mpesa','','2024-06-27 19:07:07','','0','7','2024-06-27 19:07:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719501479','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3642,'Anw','Mpesa','','2024-06-27 19:37:34','','0','7','2024-06-27 19:37:34','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71719504605','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3643,'Wws','Mpesa','','2024-06-27 19:38:14','','0','7','2024-06-27 19:38:14','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719506282','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3644,'P2e','Mpesa','','2024-06-27 19:40:52','','0','7','2024-06-27 19:40:52','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','71719506302','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3645,'Uke','Mpesa','','2024-06-27 19:48:05','','0','7','2024-06-27 19:48:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719506875','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3646,'Li9','Mpesa','','2024-06-28 14:31:44','','0','7','2024-06-28 14:31:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719512095','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3647,'Cvd','Mpesa','','2024-06-28 14:34:40','','0','7','2024-06-28 14:34:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719574473','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3648,'Xx7','Mpesa','','2024-06-28 14:35:04','','0','7','2024-06-28 14:35:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719574492','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3649,'U34','Mpesa','','2024-06-28 14:35:23','','0','7','2024-06-28 14:35:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719574512','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3650,'Htb','Mpesa','','2024-06-28 14:35:47','','0','7','2024-06-28 14:35:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719574535','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3651,'Pnc','Mpesa','','2024-06-28 14:36:24','','0','7','2024-06-28 14:36:24','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71719574558','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3652,'290','Mpesa','','2024-06-28 14:39:55','','0','7','2024-06-28 14:39:55','','0','610','1','retail','0','610','1','0','0','0','0','610','0','printed',' ','','1','0','71719574596','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3653,'3j1','Mpesa','','2024-06-28 14:40:24','','0','7','2024-06-28 14:40:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719574806','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3654,'Eym','Mpesa','','2024-06-28 14:40:54','','0','7','2024-06-28 14:40:54','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71719574842','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3655,'','Cash','','2024-06-28 14:45:45','','0','6','2024-06-28 14:45:45','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61719575126','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3656,'','Cash','','2024-06-28 14:46:15','','0','6','2024-06-28 14:46:15','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61719575166','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3657,'','Cash','','2024-06-28 14:46:38','','0','6','2024-06-28 14:46:38','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61719575194','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3658,'','Cash','','2024-06-28 14:48:28','','0','6','2024-06-28 14:48:28','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61719575305','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3659,'Vu8','Mpesa','','2024-06-28 17:06:52','','0','6','2024-06-28 17:06:52','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61719583570','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3660,'Jue','Mpesa','','2024-06-28 17:07:25','','0','6','2024-06-28 17:07:25','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61719583642','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3661,'9jd','Mpesa','','2024-06-28 17:07:50','','0','6','2024-06-28 17:07:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719583668','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3662,'Clr','Mpesa','','2024-06-28 17:08:39','','0','6','2024-06-28 17:08:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719583717','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3663,'302','Mpesa','','2024-06-28 17:09:21','','0','6','2024-06-28 17:09:21','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61719583760','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3664,'Cup','Mpesa','','2024-06-28 17:10:11','','0','6','2024-06-28 17:10:11','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61719583797','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3665,'5td','Mpesa','','2024-06-28 17:10:40','','0','6','2024-06-28 17:10:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719583838','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3666,'Bfo','Mpesa','','2024-06-28 17:11:27','','0','6','2024-06-28 17:11:27','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61719583870','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3667,'','Cash','','2024-06-28 17:15:22','','0','6','2024-06-28 17:15:22','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61719584119','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3668,'Dwh','Mpesa','','2024-06-28 18:14:33','','0','6','2024-06-28 18:14:33','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61719587619','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3669,'Okc','Mpesa','','2024-06-28 20:47:47','','0','6','2024-06-28 20:47:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719596866','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3670,'Lh1','Mpesa','','2024-06-28 20:48:18','','0','6','2024-06-28 20:48:18','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719596895','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3671,'050','Mpesa','','2024-06-28 20:49:37','','0','6','2024-06-28 20:49:37','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61719596974','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3672,'Sr6','Mpesa','','2024-06-28 20:50:03','','0','6','2024-06-28 20:50:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719597002','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3673,'Zjc','Mpesa','','2024-06-28 20:50:35','','0','6','2024-06-28 20:50:35','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719597033','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3674,'M13','Mpesa','','2024-06-28 20:50:57','','0','6','2024-06-28 20:50:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719597056','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3675,'Djw','Mpesa','','2024-06-28 20:52:21','','0','6','2024-06-28 20:52:21','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','61719597083','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3676,'735','Mpesa','','2024-06-28 20:52:46','','0','6','2024-06-28 20:52:46','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719597165','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3677,'Z3z','Mpesa','','2024-06-28 20:53:24','','0','6','2024-06-28 20:53:24','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61719597194','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3678,'Ho1','Mpesa','','2024-06-28 20:56:00','','0','6','2024-06-28 20:56:00','','0','570','1','retail','0','570','1','0','0','0','0','570','0','printed',' ','','1','0','61719597243','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3679,'Bqz','Mpesa','','2024-06-28 20:56:30','','0','6','2024-06-28 20:56:30','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61719597389','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3680,'35a','Mpesa','','2024-06-29 13:21:31','','0','6','2024-06-29 13:21:31','','0','270','1','retail','0','270','1','0','0','0','0','270','0','printed',' ','','1','0','61719656394','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3681,'46y','Mpesa','','2024-06-29 13:23:38','','0','6','2024-06-29 13:23:38','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719656588','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3682,'09h','Mpesa','','2024-06-29 13:24:28','','0','6','2024-06-29 13:24:28','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719656664','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3683,'Nhz','Mpesa','','2024-06-29 13:25:50','','0','6','2024-06-29 13:25:50','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719656745','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3684,'Gu0','Mpesa','','2024-06-29 13:27:20','','0','6','2024-06-29 13:27:20','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719656795','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3685,'Wz8','Mpesa','','2024-06-29 15:46:42','','0','7','2024-06-29 15:46:42','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','71719665148','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3686,'Q91','Mpesa','','2024-06-29 15:47:35','','0','7','2024-06-29 15:47:35','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71719665215','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3687,'Qzg','Mpesa','','2024-06-29 15:48:26','','0','7','2024-06-29 15:48:26','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71719665284','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3688,'5wq','Mpesa','','2024-06-29 15:50:07','','0','7','2024-06-29 15:50:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719665384','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3689,'Bep','Mpesa','','2024-06-29 20:31:16','','0','7','2024-06-29 20:31:16','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71719682225','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3690,'4jr','Mpesa','','2024-06-29 20:33:10','','0','7','2024-06-29 20:33:10','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71719682370','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3691,'Cnm','Mpesa','','2024-06-29 20:33:59','','0','7','2024-06-29 20:33:59','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71719682410','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3692,'0u9','Mpesa','','2024-06-29 20:35:27','','0','7','2024-06-29 20:35:27','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71719682466','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3693,'Fu9','Mpesa','','2024-06-29 20:37:03','','0','7','2024-06-29 20:37:03','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71719682552','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3694,'X6c','Mpesa','','2024-06-29 20:37:45','','0','7','2024-06-29 20:37:45','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71719682640','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3695,'2uo','Mpesa','','2024-06-29 20:38:51','','0','7','2024-06-29 20:38:51','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71719682689','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3696,'Suh','Mpesa','','2024-06-29 20:39:30','','0','7','2024-06-29 20:39:30','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719682753','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3697,'1j9','Mpesa','','2024-06-29 20:42:27','','0','7','2024-06-29 20:42:27','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71719682906','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3698,'Wox','Mpesa','','2024-06-29 20:43:14','','0','7','2024-06-29 20:43:14','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71719682970','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3699,'5wq','Mpesa','','2024-06-29 20:44:23','','0','7','2024-06-29 20:44:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719683023','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3700,'K4z','Mpesa','','2024-06-29 20:45:46','','0','7','2024-06-29 20:45:46','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','71719683085','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3701,'','Cash','','2024-06-29 20:51:34','','0','7','2024-06-29 20:51:34','','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','1','0','71719683325','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3702,'','Cash','','2024-06-29 20:52:05','','0','7','2024-06-29 20:52:05','','700','700','1','retail','0','700','1','0','0','0','0','0','0','printed',' ','','1','0','71719683505','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3703,'','Cash','','2024-06-29 20:59:09','','0','7','2024-06-29 20:59:09','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71719683942','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3704,'','Cash','','2024-06-29 20:59:48','','0','7','2024-06-29 20:59:48','','230','230','1','retail','0','230','1','0','0','0','0','0','0','printed',' ','','1','0','71719683981','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3705,'','Cash','','2024-06-29 21:02:16','','0','7','2024-06-29 21:02:16','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71719684135','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3706,'','Cash','','2024-06-29 21:02:54','','0','7','2024-06-29 21:02:54','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','71719684161','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3707,'','Cash','','2024-06-29 21:04:33','','0','7','2024-06-29 21:04:33','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','71719684267','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3708,'','Cash','','2024-06-29 21:06:02','','0','7','2024-06-29 21:06:02','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','71719684283','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3709,'','Cash','','2024-06-29 21:09:13','','0','7','2024-06-29 21:09:13','','520','520','1','retail','0','520','1','0','0','0','0','0','0','printed',' ','','1','0','71719684518','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3710,'4as','Mpesa','','2024-06-29 21:11:29','','0','7','2024-06-29 21:11:29','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71719684677','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3711,'752','Mpesa','','2024-06-29 21:12:08','','0','7','2024-06-29 21:12:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719684727','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3712,'Rim','Mpesa','','2024-06-29 21:12:45','','0','7','2024-06-29 21:12:45','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71719684749','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3713,'570','Mpesa','','2024-06-30 12:37:47','','0','6','2024-06-30 12:37:47','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61719740264','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3714,'Hmw','Mpesa','','2024-06-30 12:38:55','','0','6','2024-06-30 12:38:55','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61719740308','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3715,'Whh','Mpesa','','2024-06-30 12:39:41','','0','6','2024-06-30 12:39:41','','0','620','1','retail','0','620','1','0','0','0','0','620','0','printed',' ','','1','0','61719740367','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3716,'Pfa','Mpesa','','2024-06-30 12:41:34','','0','6','2024-06-30 12:41:34','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61719740412','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3717,'','Cash','','2024-06-30 12:42:14','','0','6','2024-06-30 12:42:14','','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','1','0','61719740524','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3718,'','Cash','','2024-06-30 12:56:22','','0','6','2024-06-30 12:56:22','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61719741379','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3719,'','Cash','','2024-06-30 13:09:22','','0','6','2024-06-30 13:09:22','','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','1','0','61719742152','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3720,'Kvr','Mpesa','','2024-06-30 13:22:13','','0','6','2024-06-30 13:22:13','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','1','0','61719742657','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3721,'Voc','Mpesa','','2024-06-30 13:33:36','','0','6','2024-06-30 13:33:36','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719743574','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3722,'','Cash','','2024-06-30 13:35:42','','0','7','2024-06-30 13:35:42','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','71719743712','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3723,'1rq','Mpesa','','2024-06-30 13:36:36','','0','7','2024-06-30 13:36:36','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71719743743','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3724,'Oh4','Mpesa','','2024-06-30 13:37:00','','0','7','2024-06-30 13:37:00','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71719743807','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3725,'','Cash','','2024-06-30 13:37:19','','0','7','2024-06-30 13:37:19','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71719743830','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3726,'1qr','Mpesa','','2024-06-30 13:40:56','','0','7','2024-06-30 13:40:56','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71719743954','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3727,'Ub8','Mpesa','','2024-06-30 14:08:25','','0','7','2024-06-30 14:08:25','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719745696','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3728,'6fe','Mpesa','','2024-06-30 14:09:13','','0','7','2024-06-30 14:09:13','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71719745718','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3729,'D6c','Mpesa','','2024-06-30 16:39:30','','0','7','2024-06-30 16:39:30','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71719752217','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3730,'Oso','Mpesa','','2024-06-30 16:40:16','','0','7','2024-06-30 16:40:16','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71719754786','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3731,'Ipo','Mpesa','','2024-06-30 16:40:53','','0','7','2024-06-30 16:40:53','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71719754827','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3732,'Qsc','Mpesa','','2024-06-30 16:41:19','','0','7','2024-06-30 16:41:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719754863','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3733,'40t','Mpesa','','2024-06-30 16:41:43','','0','7','2024-06-30 16:41:43','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71719754890','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3734,'28z','Mpesa','','2024-06-30 16:42:45','','0','7','2024-06-30 16:42:45','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71719754916','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3735,'7v4','Mpesa','','2024-06-30 16:44:53','','0','7','2024-06-30 16:44:53','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','71719754978','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3736,'9qq','Mpesa','','2024-06-30 16:45:41','','0','7','2024-06-30 16:45:41','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71719755111','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3737,'Y94','Mpesa','','2024-06-30 16:46:09','','0','7','2024-06-30 16:46:09','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71719755159','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3738,'Nkc','Mpesa','','2024-06-30 16:47:55','','0','7','2024-06-30 16:47:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719755264','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3739,'226','Mpesa','','2024-06-30 16:48:37','','0','7','2024-06-30 16:48:37','','0','640','1','retail','0','640','1','0','0','0','0','640','0','printed',' ','','1','0','71719755289','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3740,'Lvo','Mpesa','','2024-06-30 16:49:10','','0','7','2024-06-30 16:49:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719755339','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3741,'Mct','Mpesa','','2024-06-30 16:49:30','','0','7','2024-06-30 16:49:30','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71719755361','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3742,'Zav','Mpesa','','2024-06-30 16:49:47','','0','7','2024-06-30 16:49:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719755378','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3743,'Q0u','Mpesa','','2024-06-30 16:50:42','','0','7','2024-06-30 16:50:42','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71719755425','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3744,'Hzo','Mpesa','','2024-06-30 16:52:46','','0','7','2024-06-30 16:52:46','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','71719755485','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3745,'R2q','Mpesa','','2024-06-30 16:53:46','','0','7','2024-06-30 16:53:46','','0','1150','1','retail','0','1150','1','0','0','0','0','1150','0','printed',' ','','1','0','71719755578','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3746,'Wk3','Mpesa','','2024-06-30 16:54:10','','0','7','2024-06-30 16:54:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719755639','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3747,'C01','Mpesa','','2024-06-30 16:54:31','','0','7','2024-06-30 16:54:32','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71719755659','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3748,'Kvd','Mpesa','','2024-06-30 16:55:00','','0','7','2024-06-30 16:55:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719755690','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3749,'Tzi','Mpesa','','2024-06-30 16:55:35','','0','7','2024-06-30 16:55:35','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71719755712','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3750,'Us5','Mpesa','','2024-06-30 16:56:13','','0','7','2024-06-30 16:56:13','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71719755759','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3751,'Z7y','Mpesa','','2024-06-30 16:56:42','','0','7','2024-06-30 16:56:42','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71719755788','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3752,'Nkh','Mpesa','','2024-06-30 16:57:48','','0','7','2024-06-30 16:57:48','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71719755816','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''); INSERT INTO `sales` VALUES (3753,'046','Mpesa','','2024-06-30 17:04:08','','0','7','2024-06-30 17:04:08','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71719756095','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3754,'Hmp','Mpesa','','2024-06-30 17:06:09','','0','7','2024-06-30 17:06:09','','0','15','1','retail','0','15','1','0','0','0','0','15','0','printed',' ','','1','0','71719756360','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3755,'Gji','Mpesa','','2024-06-30 17:36:23','','0','7','2024-06-30 17:36:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719756391','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3756,'Gji','Mpesa','','2024-06-30 17:36:53','','0','7','2024-06-30 17:36:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719758201','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3757,'Ai6','Mpesa','','2024-06-30 17:37:18','','0','7','2024-06-30 17:37:18','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71719758227','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3758,'1e2','Mpesa','','2024-06-30 17:37:55','','0','7','2024-06-30 17:37:55','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71719758250','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3759,'Qjz','Mpesa','','2024-06-30 17:50:17','','0','7','2024-06-30 17:50:17','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71719758976','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3760,'Afo','Mpesa','','2024-06-30 17:51:25','','0','7','2024-06-30 17:51:25','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71719759048','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3761,'09o','Mpesa','','2024-06-30 17:52:54','','0','7','2024-06-30 17:52:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719759144','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3762,'Gxb','Mpesa','','2024-06-30 17:53:39','','0','7','2024-06-30 17:53:39','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71719759185','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3763,'','Cash','','2024-06-30 17:58:27','','0','7','2024-06-30 17:58:27','','950','950','1','retail','0','950','1','0','0','0','0','0','0','printed',' ','','1','0','71719759447','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3764,'','Cash','','2024-06-30 17:59:06','','0','7','2024-06-30 17:59:06','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71719759510','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3765,'Dsy','Mpesa','','2024-06-30 18:17:47','','0','7','2024-06-30 18:17:47','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71719760646','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3766,'Mu1','Mpesa','','2024-06-30 18:18:17','','0','7','2024-06-30 18:18:17','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71719760682','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3767,'Gc4','Mpesa','','2024-06-30 18:18:47','','0','7','2024-06-30 18:18:47','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71719760706','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3768,'','Cash','','2024-06-30 18:20:35','','0','7','2024-06-30 18:20:35','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71719760822','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3769,'','Cash','','2024-06-30 18:20:44','','0','7','2024-06-30 18:20:44','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','71719760837','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3770,'','Cash','','2024-06-30 18:20:57','','0','7','2024-06-30 18:20:57','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71719760848','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3771,'','Cash','','2024-06-30 18:21:31','','0','7','2024-06-30 18:21:31','','530','530','1','retail','0','530','1','0','0','0','0','0','0','printed',' ','','1','0','71719760858','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3772,'','Cash','','2024-06-30 18:35:46','','0','7','2024-06-30 18:35:46','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','71719761296','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3773,'R0k','Mpesa','','2024-06-30 19:13:36','','0','6','2024-06-30 19:13:36','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61719764007','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3774,'1q1','Mpesa','','2024-06-30 19:14:17','','0','6','2024-06-30 19:14:17','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719764051','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3775,'37q','Mpesa','','2024-06-30 19:15:12','','0','6','2024-06-30 19:15:12','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61719764109','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3776,'3q2','Mpesa','','2024-06-30 19:15:49','','0','6','2024-06-30 19:15:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719764146','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3777,'Nrd','Mpesa','','2024-06-30 19:16:31','','0','6','2024-06-30 19:16:31','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719764188','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3778,'Jim','Mpesa','','2024-06-30','','0','6','2024-06-30 19:17:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719764223','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3779,'1g4','Mpesa','','2024-06-30 19:18:40','','0','6','2024-06-30 19:18:40','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61719764310','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3780,'','Cash','','2024-06-30 19:19:45','','0','6','2024-06-30 19:19:45','','700','700','1','retail','0','700','1','0','0','0','0','0','0','printed',' ','','1','0','61719764350','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3781,'','Cash','','2024-06-30 19:22:34','','0','6','2024-06-30 19:22:34','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61719764399','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3782,'S03','Mpesa','','2024-06-30 19:29:09','','0','6','2024-06-30 19:29:09','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61719764936','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3783,'Xc8','Mpesa','','2024-06-30 20:04:21','','0','6','2024-06-30 20:04:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719767003','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3784,'','Cash','','2024-06-30 20:05:34','','0','6','2024-06-30 20:05:34','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61719767122','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3785,'P7h','Mpesa','','2024-06-30 20:05:43','','0','6','2024-06-30 20:05:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719767136','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3786,'W9e','Mpesa','','2024-06-30 20:40:51','','0','6','2024-06-30 20:40:51','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61719769233','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3787,'79k','Mpesa','','2024-06-30 20:42:03','','0','6','2024-06-30 20:42:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719769273','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3788,'Xfd','Mpesa','','2024-06-30 20:45:43','','0','6','2024-06-30 20:45:43','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61719769488','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3789,'Ikt','Mpesa','','2024-07-01 11:36:37','','0','6','2024-07-01 11:36:37','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719822994','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3790,'7ct','Mpesa','','2024-07-01 11:37:10','','0','6','2024-07-01 11:37:10','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61719823021','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3791,'Zem','Mpesa','','2024-07-01 14:00:43','','0','6','2024-07-01 14:00:43','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61719831637','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3792,'8j1','Mpesa','','2024-07-01 14:01:35','','0','6','2024-07-01 14:01:35','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719831687','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3793,'N23','Mpesa','','2024-07-01 14:03:16','','0','6','2024-07-01 14:03:16','','0','410','1','retail','0','410','1','0','0','0','0','410','0','printed',' ','','1','0','61719831748','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3794,'6vj','Mpesa','','2024-07-01 14:03:55','','0','6','2024-07-01 14:03:55','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61719831821','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3795,'Igo','Mpesa','','2024-07-01 14:07:43','','0','6','2024-07-01 14:07:43','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61719831864','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3796,'Og0','Mpesa','','2024-07-01 14:08:12','','0','6','2024-07-01 14:08:12','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719832090','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3797,'T73','Mpesa','','2024-07-01 14:50:36','','0','6','2024-07-01 14:50:36','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61719834616','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3798,'8wf','Mpesa','','2024-07-01 14:52:19','','0','6','2024-07-01 14:52:19','','0','530','1','retail','0','530','1','0','0','0','0','530','0','printed',' ','','1','0','61719834689','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3799,'Pjx','Mpesa','','2024-07-01 14:53:06','','0','6','2024-07-01 14:53:06','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61719834770','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3800,'4jo','Mpesa','','2024-07-01 14:53:45','','0','6','2024-07-01 14:53:45','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719834824','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3801,'','Cash','','2024-07-01 14:55:04','','0','6','2024-07-01 14:55:04','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61719834894','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3802,'','Cash','','2024-07-01 16:04:01','','0','6','2024-07-01 16:04:01','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','61719839026','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3803,'','Cash','','2024-07-01 16:04:27','','0','6','2024-07-01 16:04:27','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61719839056','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3804,'0wa','Mpesa','','2024-07-01 16:05:52','','0','6','2024-07-01 16:05:52','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61719839142','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3805,'Czr','Mpesa','','2024-07-01 16:06:34','','0','6','2024-07-01 16:06:34','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719839177','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3806,'Kdx','Mpesa','','2024-07-01 16:07:49','','0','6','2024-07-01 16:07:49','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719839266','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3807,'T3m','Mpesa','','2024-07-01 16:08:21','','0','6','2024-07-01 16:08:21','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61719839298','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3808,'3xd','Mpesa','','2024-07-01 18:30:20','','0','6','2024-07-01 18:30:20','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719847818','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3809,'','Cash','','2024-07-01 18:31:22','','0','6','2024-07-01 18:31:22','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61719847866','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3810,'','Cash','','2024-07-01 18:31:30','','0','6','2024-07-01 18:31:30','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61719847888','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3811,'','Cash','','2024-07-01 21:07:19','','0','6','2024-07-01 21:07:19','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61719857236','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3812,'','Cash','','2024-07-01 21:08:32','','0','6','2024-07-01 21:08:32','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61719857302','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3813,'','Cash','','2024-07-01 21:09:07','','0','6','2024-07-01 21:09:07','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61719857330','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3814,'Moo','Mpesa','','2024-07-01 21:10:03','','0','6','2024-07-01 21:10:03','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61719857368','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3815,'Nw6','Mpesa','','2024-07-01 21:12:57','','0','6','2024-07-01 21:12:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719857575','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3816,'E1o','Mpesa','','2024-07-01 21:13:38','','0','6','2024-07-01 21:13:38','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719857616','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3817,'0la','Mpesa','','2024-07-01 21:14:09','','0','6','2024-07-01 21:14:09','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61719857638','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3818,'Sl0','Mpesa','','2024-07-01 21:14:46','','0','6','2024-07-01 21:14:46','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61719857672','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3819,'Bdo','Mpesa','','2024-07-01 21:15:50','','0','6','2024-07-01 21:15:50','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719857747','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3820,'Ubj','Mpesa','','2024-07-01 21:16:39','','0','6','2024-07-01 21:16:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61719857797','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3821,'Lr2','Mpesa','','2024-07-01 21:17:14','','0','6','2024-07-01 21:17:14','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61719857833','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3822,'776','Mpesa','','2024-07-07 11:56:39','','0','7','2024-07-07 11:56:39','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720342589','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3823,'4jk','Mpesa','','2024-07-07 11:57:39','','0','7','2024-07-07 11:57:39','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71720342610','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3824,'0br','Mpesa','','2024-07-07 13:47:22','','0','6','2024-07-07 13:47:22','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61720349233','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3825,'Y7e','Mpesa','','2024-07-07 13:49:01','','0','6','2024-07-07 13:49:01','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','61720349280','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3826,'Xwz','Mpesa','','2024-07-07 13:50:46','','0','6','2024-07-07 13:50:46','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61720349440','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3827,'Iye','Mpesa','','2024-07-07 13:51:19','','0','6','2024-07-07 13:51:19','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61720349475','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3828,'Xkz','Mpesa','','2024-07-07 15:07:04','','0','6','2024-07-07 15:07:04','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61720354012','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3829,'3m2','Mpesa','','2024-07-07 15:07:35','','0','6','2024-07-07 15:07:35','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720354053','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3830,'Krf','Mpesa','','2024-07-07 15:08:32','','0','6','2024-07-07 15:08:32','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720354109','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3831,'95h','Mpesa','','2024-07-07 15:08:53','','0','6','2024-07-07 15:08:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720354131','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3832,'5w3','Mpesa','','2024-07-07 15:09:26','','0','6','2024-07-07 15:09:26','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61720354155','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3833,'6jv','Mpesa','','2024-07-07 15:10:31','','0','6','2024-07-07 15:10:31','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61720354229','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3834,'Jvt','Mpesa','','2024-07-07 15:10:54','','0','6','2024-07-07 15:10:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720354253','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3835,'2bz','Mpesa','','2024-07-07 15:11:27','','0','6','2024-07-07 15:11:27','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61720354275','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3836,'Jtc','Mpesa','','2024-07-07 15:11:51','','0','6','2024-07-07 15:11:51','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720354309','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3837,'S8y','Mpesa','','2024-07-07 16:55:46','','0','6','2024-07-07 16:55:46','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720360543','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3838,'Sem','Mpesa','','2024-07-07 16:56:23','','0','6','2024-07-07 16:56:23','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720360579','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3839,'Nxq','Mpesa','','2024-07-07 16:57:15','','0','6','2024-07-07 16:57:15','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','61720360615','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3840,'8a7','Mpesa','','2024-07-07 16:58:32','','0','6','2024-07-07 16:58:32','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61720360692','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3841,'Jlz','Mpesa','','2024-07-07 16:59:22','','0','6','2024-07-07 16:59:22','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720360759','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3842,'Cax','Mpesa','','2024-07-07 17:08:39','','0','6','2024-07-07 17:08:39','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61720361295','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3843,'Kli','Mpesa','','2024-07-07 17:09:28','','0','6','2024-07-07 17:09:28','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720361360','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3844,'Tor','Mpesa','','2024-07-07 17:13:33','','0','6','2024-07-07 17:13:33','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720361602','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3845,'2jb','Mpesa','','2024-07-07 17:14:29','','0','6','2024-07-07 17:14:29','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720361668','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3846,'805','Mpesa','','2024-07-07 17:21:07','','0','6','2024-07-07 17:21:07','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720362063','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3847,'Hr3','Mpesa','','2024-07-07 17:21:57','','0','6','2024-07-07 17:21:57','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','61720362099','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3848,'6mf','Mpesa','','2024-07-07 17:22:41','','0','6','2024-07-07 17:22:41','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61720362148','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3849,'Vs9','Mpesa','','2024-07-07 17:24:08','','0','6','2024-07-07 17:24:08','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61720362225','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3850,'Hrn','Mpesa','','2024-07-07 17:25:13','','0','6','2024-07-07 17:25:13','','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','1','0','61720362278','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3851,'Kwa','Mpesa','','2024-07-07 17:28:32','','0','6','2024-07-07 17:28:32','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61720362503','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3852,'175','Mpesa','','2024-07-07 17:31:03','','0','6','2024-07-07 17:31:03','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','61720362654','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3853,'N7z','Mpesa','','2024-07-07 17:31:49','','0','6','2024-07-07 17:31:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720362700','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3854,'9xq','Mpesa','','2024-07-07 17:33:44','','0','6','2024-07-07 17:33:44','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61720362816','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3855,'Q82','Mpesa','','2024-07-07 17:34:29','','0','6','2024-07-07 17:34:29','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61720362860','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3856,'6hx','Mpesa','','2024-07-07 17:35:06','','0','6','2024-07-07 17:35:06','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720362902','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3857,'Dku','Mpesa','','2024-07-07 17:44:05','','0','6','2024-07-07 17:44:05','','0','480','1','retail','0','480','1','0','0','0','0','480','0','printed',' ','','1','0','61720363435','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3858,'Ra3','Mpesa','','2024-07-07 17:44:52','','0','6','2024-07-07 17:44:52','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720363491','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3859,'Ouc','Mpesa','','2024-07-07 17:46:26','','0','6','2024-07-07 17:46:26','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720363585','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3860,'J37','Mpesa','','2024-07-07 17:47:02','','0','6','2024-07-07 17:47:02','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61720363618','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3861,'H7z','Mpesa','','2024-07-07 17:47:36','','0','6','2024-07-07 17:47:36','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720363654','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3862,'P6u','Mpesa','','2024-07-07 17:48:11','','0','6','2024-07-07 17:48:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720363689','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3863,'32h','Mpesa','','2024-07-07 17:48:49','','0','6','2024-07-07 17:48:49','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61720363725','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3864,'Vwl','Mpesa','','2024-07-07 17:50:00','','0','6','2024-07-07 17:50:00','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61720363783','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3865,'Aen','Mpesa','','2024-07-07 17:51:43','','0','6','2024-07-07 17:51:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720363901','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3866,'Oxm','Mpesa','','2024-07-07 17:52:31','','0','6','2024-07-07 17:52:31','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61720363936','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3867,'52h','Mpesa','','2024-07-07 17:54:57','','0','6','2024-07-07 17:54:57','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61720364068','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3868,'Tjn','Mpesa','','2024-07-07 18:11:56','','0','6','2024-07-07 18:11:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720365114','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3869,'F13','Mpesa','','2024-07-07 18:12:46','','0','6','2024-07-07 18:12:46','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61720365157','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3870,'V28','Mpesa','','2024-07-07 18:13:29','','0','6','2024-07-07 18:13:29','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','61720365204','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3871,'','Cash','','2024-07-07 18:16:13','','0','6','2024-07-07 18:16:13','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61720365370','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3872,'','Cash','','2024-07-07 18:17:40','','0','6','2024-07-07 18:17:40','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','1','0','61720365399','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3873,'','Cash','','2024-07-07 18:18:08','','0','6','2024-07-07 18:18:08','','460','460','1','retail','0','460','1','0','0','0','0','0','0','printed',' ','','1','0','61720365468','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3874,'','Cash','','2024-07-07 18:19:22','','0','6','2024-07-07 18:19:22','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61720365544','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3875,'53h','Mpesa','','2024-07-07 18:20:38','','0','6','2024-07-07 18:20:38','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61720365587','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3876,'Dhr','Mpesa','','2024-07-07 19:44:38','','0','6','2024-07-07 19:44:38','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61720370582','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3877,'Q2k','Mpesa','','2024-07-07 19:45:29','','0','6','2024-07-07 19:45:29','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720370726','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3878,'Oid','Mpesa','','2024-07-07 19:47:06','','0','6','2024-07-07 19:47:06','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61720370819','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3879,'Noz','Mpesa','','2024-07-07 19:47:41','','0','6','2024-07-07 19:47:41','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720370859','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3880,'4ds','Mpesa','','2024-07-07 19:48:41','','0','6','2024-07-07 19:48:41','','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','1','0','61720370908','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3881,'','Cash','','2024-07-07 19:51:06','','0','6','2024-07-07 19:51:06','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61720371063','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3882,'','Cash','','2024-07-07 19:51:17','','0','6','2024-07-07 19:51:17','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61720371072','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3883,'T5l','Mpesa','','2024-07-07 20:16:58','','0','6','2024-07-07 20:16:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720372616','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3884,'Gjw','Mpesa','','2024-07-07 20:17:53','','0','6','2024-07-07 20:17:53','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61720372663','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3885,'','Cash','','2024-07-07 20:29:14','','0','6','2024-07-07 20:29:14','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61720373351','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3886,'','Cash','','2024-07-08 16:35:27','','0','6','2024-07-08 16:35:27','','1050','1050','1','retail','0','1050','1','0','0','0','0','0','0','printed',' ','','1','0','61720445699','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3887,'','Cash','','2024-07-08 16:35:56','','0','6','2024-07-08 16:35:56','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61720445748','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3888,'','Cash','','2024-07-08 16:36:09','','0','6','2024-07-08 16:36:09','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61720445767','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3889,'','Cash','','2024-07-08 16:37:18','','0','6','2024-07-08 16:37:18','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61720445835','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3890,'H8f','Mpesa','','2024-07-08 17:24:18','','0','6','2024-07-08 17:24:18','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720445839','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3891,'Wa2','Mpesa','','2024-07-08 17:25:23','','0','6','2024-07-08 17:25:23','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61720448672','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3892,'Dv9','Mpesa','','2024-07-08 17:27:42','','0','6','2024-07-08 17:27:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720448741','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3893,'66p','Mpesa','','2024-07-08 17:28:17','','0','6','2024-07-08 17:28:17','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61720448871','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3894,'Ist','Mpesa','','2024-07-08 17:29:17','','0','6','2024-07-08 17:29:17','','0','490','1','retail','0','490','1','0','0','0','0','490','0','printed',' ','','1','0','61720448918','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3895,'38x','Mpesa','','2024-07-08 17:29:58','','0','6','2024-07-08 17:29:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720448970','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3896,'Pu6','Mpesa','','2024-07-08 17:31:25','','0','6','2024-07-08 17:31:25','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61720449035','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3897,'Ot4','Mpesa','','2024-07-08 17:31:53','','0','6','2024-07-08 17:31:53','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720449098','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3898,'9lg','Mpesa','','2024-07-08 17:32:25','','0','6','2024-07-08 17:32:25','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61720449125','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3899,'Lzd','Mpesa','','2024-07-08 17:32:58','','0','6','2024-07-08 17:32:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720449164','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3900,'Nfo','Mpesa','','2024-07-08 17:33:28','','0','6','2024-07-08 17:33:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720449195','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3901,'6h1','Mpesa','','2024-07-08 17:34:13','','0','6','2024-07-08 17:34:13','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61720449218','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3902,'30l','Mpesa','','2024-07-08 17:35:48','','0','6','2024-07-08 17:35:48','','0','330','1','retail','0','330','1','0','0','0','0','330','0','printed',' ','','1','0','61720449307','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3903,'Cbm','Mpesa','','2024-07-08 17:37:13','','0','6','2024-07-08 17:37:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720449424','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3904,'','Cash','','2024-07-08 19:54:34','','0','6','2024-07-08 19:54:34','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61720457672','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3905,'Kl5','Mpesa','','2024-07-08 19:55:38','','0','6','2024-07-08 19:55:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720457736','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3906,'Pgp','Mpesa','','2024-07-08 19:56:53','','0','6','2024-07-08 19:56:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720457810','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3907,'Mu4','Mpesa','','2024-07-08 19:57:30','','0','6','2024-07-08 19:57:30','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61720457845','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3908,'6uq','Mpesa','','2024-07-08 19:58:00','','0','6','2024-07-08 19:58:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720457878','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3909,'Xzo','Mpesa','','2024-07-08 19:58:33','','0','6','2024-07-08 19:58:33','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720457907','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3910,'','Cash','','2024-07-08 20:56:05','','0','6','2024-07-08 20:56:05','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61720461362','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3911,'','Cash','','2024-07-08 21:19:01','','0','6','2024-07-08 21:19:01','','700','700','1','retail','0','700','1','0','0','0','0','0','0','printed',' ','','1','0','61720462728','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3912,'Cgd','Mpesa','','2024-07-09 15:19:17','','0','7','2024-07-09 15:19:17','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71720527505','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3913,'A41','Mpesa','','2024-07-09 15:20:17','','0','7','2024-07-09 15:20:17','','0','430','1','retail','0','430','1','0','0','0','0','430','0','printed',' ','','1','0','71720527579','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3914,'Axd','Mpesa','','2024-07-09 15:21:04','','0','7','2024-07-09 15:21:04','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71720527630','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3915,'K83','Mpesa','','2024-07-09 15:21:42','','0','7','2024-07-09 15:21:42','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71720527677','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3916,'Vjz','Mpesa','','2024-07-09 16:50:41','','0','7','2024-07-09 16:50:41','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71720533008','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3917,'2qx','Mpesa','','2024-07-09 16:51:21','','0','7','2024-07-09 16:51:21','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','71720533058','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3918,'Vgz','Mpesa','','2024-07-09 16:52:02','','0','7','2024-07-09 16:52:02','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71720533094','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3919,'2qs','Mpesa','','2024-07-09 16:52:19','','0','7','2024-07-09 16:52:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720533130','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3920,'102','Mpesa','','2024-07-09 16:52:52','','0','7','2024-07-09 16:52:52','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71720533157','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3921,'50t','Mpesa','','2024-07-09 16:53:14','','0','7','2024-07-09 16:53:14','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71720533181','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3922,'89y','Mpesa','','2024-07-09 16:53:39','','0','7','2024-07-09 16:53:39','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720533209','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3923,'4c5','Mpesa','','2024-07-09 16:54:22','','0','7','2024-07-09 16:54:22','','0','370','1','retail','0','370','1','0','0','0','0','370','0','printed',' ','','1','0','71720533229','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3924,'','Cash','','2024-07-09 16:54:49','','0','7','2024-07-09 16:54:49','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','71720533278','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3925,'','Cash','','2024-07-09 16:55:10','','0','7','2024-07-09 16:55:10','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','71720533291','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3926,'4kk','Mpesa','','2024-07-09 17:46:04','','0','7','2024-07-09 17:46:04','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71720533683','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3927,'Jpx','Mpesa','','2024-07-09 19:20:51','','0','7','2024-07-09 19:20:51','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71720536396','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3928,'Jpx','Mpesa','','2024-07-09 19:23:30','','0','7','2024-07-09 19:23:30','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71720542107','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3929,'A9y','Mpesa','','2024-07-09 19:24:24','','0','7','2024-07-09 19:24:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720542224','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3930,'Kv8','Mpesa','','2024-07-09 19:25:09','','0','7','2024-07-09 19:25:09','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71720542291','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3931,'Qga','Mpesa','','2024-07-10 16:50:50','','0','6','2024-07-10 16:50:50','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61720619427','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3932,'Fq4','Mpesa','','2024-07-10 16:51:34','','0','6','2024-07-10 16:51:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720619492','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3933,'F7o','Mpesa','','2024-07-10 16:53:04','','0','6','2024-07-10 16:53:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720619576','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3934,'5bu','Mpesa','','2024-07-10 16:53:56','','0','6','2024-07-10 16:53:56','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720619633','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3935,'Lnk','Mpesa','','2024-07-10 16:54:51','','0','6','2024-07-10 16:54:51','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61720619688','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3936,'','Cash','','2024-07-10 16:58:29','','0','6','2024-07-10 16:58:29','','1050','1050','1','retail','0','1050','1','0','0','0','0','0','0','printed',' ','','1','0','61720619853','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3937,'Zyy','Mpesa','','2024-07-10 19:59:12','','0','6','2024-07-10 19:59:12','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720630750','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3938,'Mxi','Mpesa','','2024-07-10 19:59:50','','0','6','2024-07-10 19:59:50','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61720630778','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3939,'Uwk','Mpesa','','2024-07-10 20:00:30','','0','6','2024-07-10 20:00:30','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61720630827','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3940,'Kwi','Mpesa','','2024-07-10 20:01:16','','0','6','2024-07-10 20:01:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720630875','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3941,'Kry','Mpesa','','2024-07-10 20:02:55','','0','6','2024-07-10 20:02:55','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61720630958','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3942,'Wee','Mpesa','','2024-07-10 20:04:32','','0','6','2024-07-10 20:04:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720631071','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3943,'Qgm','Mpesa','','2024-07-10 20:07:27','','0','6','2024-07-10 20:07:27','','0','470','1','retail','0','470','1','0','0','0','0','470','0','printed',' ','','1','0','61720631150','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3944,'Wgn','Mpesa','','2024-07-10 20:07:56','','0','6','2024-07-10 20:07:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720631275','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3945,'Swy','Mpesa','','2024-07-10 20:08:26','','0','6','2024-07-10 20:08:26','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61720631299','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3946,'Li1','Mpesa','','2024-07-10 20:09:04','','0','6','2024-07-10 20:09:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720631342','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3947,'','Cash','','2024-07-10 20:10:20','','0','6','2024-07-10 20:10:20','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61720631416','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3948,'','Cash','','2024-07-10 20:10:46','','0','6','2024-07-10 20:10:46','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61720631435','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3949,'','Cash','','2024-07-10 20:11:20','','0','6','2024-07-10 20:11:20','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61720631470','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3950,'','Cash','','2024-07-10 20:12:41','','0','6','2024-07-10 20:12:41','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61720631555','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3951,'','Cash','','2024-07-10 20:14:16','','0','6','2024-07-10 20:14:16','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61720631654','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3952,'F0w','Mpesa','','2024-07-10 20:20:52','','0','6','2024-07-10 20:20:52','','0','170','1','retail','0','170','1','0','0','0','0','170','0','printed',' ','','1','0','61720632018','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3953,'','Cash','','2024-07-10 20:30:35','','0','6','2024-07-10 20:30:35','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61720632630','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3954,'Beq','Mpesa','','2024-07-10 20:51:34','','0','6','2024-07-10 20:51:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720633893','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3955,'9sw','Mpesa','','2024-07-10 20:52:08','','0','6','2024-07-10 20:52:08','','0','170','1','retail','0','170','1','0','0','0','0','170','0','printed',' ','','1','0','61720633917','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3956,'Mr7','Mpesa','','2024-07-10 20:52:30','','0','6','2024-07-10 20:52:30','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720633948','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3957,'Zcd','Mpesa','','2024-07-10 20:59:55','','0','6','2024-07-10 20:59:55','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','61720634388','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3958,'Wyv','Mpesa','','2024-07-10 21:00:42','','0','6','2024-07-10 21:00:42','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720634440','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3959,'','Cash','','2024-07-11 14:22:26','','0','6','2024-07-11 14:22:26','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61720696944','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3960,'An6','Mpesa','','2024-07-11 18:02:58','','0','6','2024-07-11 18:02:58','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720710167','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3961,'Nql','Mpesa','','2024-07-11 18:03:27','','0','6','2024-07-11 18:03:27','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720710205','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3962,'Qg5','Mpesa','','2024-07-11 18:03:57','','0','6','2024-07-11 18:03:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720710236','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3963,'Loa','Mpesa','','2024-07-11 18:12:06','','0','6','2024-07-11 18:12:06','','0','1070','1','retail','0','1070','1','0','0','0','0','1070','0','printed',' ','','1','0','61720710276','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3964,'Yoh','Mpesa','','2024-07-11 18:20:18','','0','6','2024-07-11 18:20:18','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720711215','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3965,'Kwx','Mpesa','','2024-07-11 18:20:59','','0','6','2024-07-11 18:20:59','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61720711251','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3966,'M3q','Mpesa','','2024-07-11 18:21:33','','0','6','2024-07-11 18:21:33','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720711292','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3967,'80j','Mpesa','','2024-07-11 20:07:33','','0','6','2024-07-11 20:07:33','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720717651','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3968,'Spa','Mpesa','','2024-07-11 20:08:00','','0','6','2024-07-11 20:08:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720717679','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3969,'Ne3','Mpesa','','2024-07-11 20:24:35','','0','6','2024-07-11 20:24:36','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61720718666','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3970,'7w3','Mpesa','','2024-07-11 20:25:20','','0','6','2024-07-11 20:25:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720718718','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3971,'023','Mpesa','','2024-07-11 20:26:41','','0','6','2024-07-11 20:26:41','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61720718753','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3972,'Y8e','Mpesa','','2024-07-11 20:28:07','','0','6','2024-07-11 20:28:07','','0','270','1','retail','0','270','1','0','0','0','0','270','0','printed',' ','','1','0','61720718855','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3973,'J3f','Mpesa','','2024-07-11 20:28:55','','0','6','2024-07-11 20:28:55','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61720718923','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3974,'Gxr','Mpesa','','2024-07-11 20:29:35','','0','6','2024-07-11 20:29:35','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','61720718963','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3975,'','Cash','','2024-07-11 20:30:43','','0','6','2024-07-11 20:30:43','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61720719036','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3976,'','Cash','','2024-07-12 14:51:10','','0','6','2024-07-12 14:51:10','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61720785069','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3977,'','Cash','','2024-07-12 14:51:29','','0','6','2024-07-12 14:51:29','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61720785087','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3978,'','Cash','','2024-07-12 14:51:44','','0','6','2024-07-12 14:51:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61720785097','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3979,'H5s','Mpesa','','2024-07-12 15:16:21','','0','6','2024-07-12 15:16:21','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61720786580','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3980,'Jx3','Mpesa','','2024-07-12 15:17:21','','0','6','2024-07-12 15:17:21','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61720786634','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3981,'B7g','Mpesa','','2024-07-12 15:22:14','','0','6','2024-07-12 15:22:14','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61720786933','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3982,'Mwt','Mpesa','','2024-07-12 15:52:31','','0','6','2024-07-12 15:52:31','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61720788736','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3983,'C3u','Mpesa','','2024-07-12 15:53:32','','0','6','2024-07-12 15:53:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720788810','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3984,'Stv','Mpesa','','2024-07-12 15:54:53','','0','6','2024-07-12 15:54:53','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61720788888','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3985,'E7k','Mpesa','','2024-07-12 16:46:33','','0','6','2024-07-12 16:46:33','','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','1','0','61720791958','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3986,'7t0','Mpesa','','2024-07-12 16:49:13','','0','6','2024-07-12 16:49:13','','0','1100','1','retail','0','1100','1','0','0','0','0','1100','0','printed',' ','','1','0','61720792096','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3987,'Ixj','Mpesa','','2024-07-12 16:52:08','','0','6','2024-07-12 16:52:08','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61720792297','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3988,'R9b','Mpesa','','2024-07-12 16:53:53','','0','6','2024-07-12 16:53:53','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61720792429','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3989,'Ufi','Mpesa','','2024-07-12 16:55:34','','0','6','2024-07-12 16:55:34','','0','560','1','retail','0','560','1','0','0','0','0','560','0','printed',' ','','1','0','61720792488','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3990,'A8j','Mpesa','','2024-07-12 16:56:04','','0','6','2024-07-12 16:56:04','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720792560','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3991,'F3h','Mpesa','','2024-07-12 16:57:48','','0','6','2024-07-12 16:57:48','','0','950','1','retail','0','950','1','0','0','0','0','950','0','printed',' ','','1','0','61720792636','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3992,'V4z','Mpesa','','2024-07-12 17:00:53','','0','6','2024-07-12 17:00:53','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720792847','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3993,'','Cash','','2024-07-12 19:23:24','','0','6','2024-07-12 19:23:24','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61720801402','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3994,'','Cash','','2024-07-12 19:24:17','','0','6','2024-07-12 19:24:17','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61720801455','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3995,'806','Mpesa','','2024-07-12 19:25:19','','0','6','2024-07-12 19:25:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720801517','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3996,'Wrl','Mpesa','','2024-07-12 19:25:38','','0','6','2024-07-12 19:25:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720801537','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3997,'Uwg','Mpesa','','2024-07-12 19:26:04','','0','6','2024-07-12 19:26:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720801563','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3998,'Cts','Mpesa','','2024-07-12 19:26:28','','0','6','2024-07-12 19:26:28','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','1','0','61720801586','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(3999,'3cj','Mpesa','','2024-07-12 19:26:49','','0','6','2024-07-12 19:26:49','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720801607','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4000,'S06','Mpesa','','2024-07-12 20:17:09','','0','6','2024-07-12 20:17:09','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61720801619','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4001,'','Cash','','2024-07-12 20:18:11','','0','6','2024-07-12 20:18:11','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61720804684','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4002,'','Cash','','2024-07-12 20:18:20','','0','6','2024-07-12 20:18:20','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61720804693','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4003,'Ebr','Mpesa','','2024-07-12 21:10:21','','0','6','2024-07-12 21:10:21','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61720807818','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4004,'','Cash','','2024-07-13 13:27:50','','0','6','2024-07-13 13:27:50','','1050','1050','1','retail','0','1050','1','0','0','0','0','0','0','printed',' ','','1','0','61720866465','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4005,'','Cash','','2024-07-13 13:28:24','','0','6','2024-07-13 13:28:24','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61720866498','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4006,'2j5','Mpesa','','2024-07-13 13:28:36','','0','6','2024-07-13 13:28:36','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720866515','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4007,'Tr1','Mpesa','','2024-07-13 15:30:09','','0','6','2024-07-13 15:30:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720873808','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4008,'I13','Mpesa','','2024-07-13 15:30:32','','0','6','2024-07-13 15:30:32','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61720873830','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4009,'6nt','Mpesa','','2024-07-13 15:31:14','','0','6','2024-07-13 15:31:14','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720873872','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4010,'7di','Mpesa','','2024-07-13 15:31:45','','0','6','2024-07-13 15:31:45','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61720873901','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4011,'5kd','Mpesa','','2024-07-13 15:45:42','','0','6','2024-07-13 15:45:42','','0','430','1','retail','0','430','1','0','0','0','0','430','0','printed',' ','','1','0','61720873924','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4012,'E6k','Mpesa','','2024-07-13 15:47:11','','0','6','2024-07-13 15:47:11','','0','340','1','retail','0','340','1','0','0','0','0','340','0','printed',' ','','1','0','61720874824','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4013,'Fqm','Mpesa','','2024-07-13 16:04:06','','0','6','2024-07-13 16:04:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720875844','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4014,'12e','Mpesa','','2024-07-13 16:04:31','','0','6','2024-07-13 16:04:31','','0','460','1','retail','0','460','1','0','0','0','0','460','0','printed',' ','','1','0','61720875863','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4015,'Pac','Mpesa','','2024-07-13 16:04:54','','0','6','2024-07-13 16:04:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720875892','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4016,'Qwi','Mpesa','','2024-07-13 16:05:27','','0','6','2024-07-13 16:05:28','','0','840','1','retail','0','840','1','0','0','0','0','840','0','printed',' ','','1','0','61720875914','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4017,'Fo6','Mpesa','','2024-07-13 16:05:56','','0','6','2024-07-13 16:05:56','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61720875954','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4018,'','Cash','','2024-07-13 16:07:26','','0','6','2024-07-13 16:07:26','','380','380','1','retail','0','380','1','0','0','0','0','0','0','printed',' ','','1','0','61720876039','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4019,'2vu','Mpesa','','2024-07-13 17:14:47','','0','6','2024-07-13 17:14:47','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61720880060','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4020,'0yo','Mpesa','','2024-07-13 17:16:08','','0','6','2024-07-13 17:16:08','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','61720880154','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4021,'R5s','Mpesa','','2024-07-13 17:47:09','','0','6','2024-07-13 17:47:09','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','61720882011','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4022,'3hp','Mpesa','','2024-07-13 17:47:41','','0','6','2024-07-13 17:47:41','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720882057','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4023,'Y1m','Mpesa','','2024-07-13 19:23:41','','0','6','2024-07-13 19:23:41','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720887820','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4024,'Fng','Mpesa','','2024-07-13 19:24:08','','0','6','2024-07-13 19:24:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720887847','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4025,'Js3','Mpesa','','2024-07-13 19:24:36','','0','6','2024-07-13 19:24:36','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61720887868','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4026,'','Cash','','2024-07-13 19:25:18','','0','6','2024-07-13 19:25:18','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61720887915','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4027,'','Cash','','2024-07-13 19:25:31','','0','6','2024-07-13 19:25:31','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61720887929','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4028,'80e','Mpesa','','2024-07-13 20:35:38','','0','6','2024-07-13 20:35:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720892137','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4029,'6aq','Mpesa','','2024-07-13 20:36:36','','0','6','2024-07-13 20:36:36','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61720892195','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4030,'25r','Mpesa','','2024-07-13 20:37:35','','0','6','2024-07-13 20:37:35','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61720892254','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4031,'82f','Mpesa','','2024-07-13 20:46:59','','0','6','2024-07-13 20:46:59','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61720892800','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4032,'0x9','Mpesa','','2024-07-13 20:47:54','','0','6','2024-07-13 20:47:54','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61720892849','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4033,'511','Mpesa','','2024-07-13 20:48:37','','0','6','2024-07-13 20:48:37','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720892915','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4034,'Zcf','Mpesa','','2024-07-13 20:49:04','','0','6','2024-07-13 20:49:04','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61720892939','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4035,'T26','Mpesa','','2024-07-13 20:49:34','','0','6','2024-07-13 20:49:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720892973','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4036,'Ff4','Mpesa','','2024-07-13 20:51:55','','0','6','2024-07-13 20:51:55','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61720893112','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4037,'Y1m','Mpesa','','2024-07-13 20:52:32','','0','6','2024-07-13 20:52:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720893150','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4038,'Fhg','Mpesa','','2024-07-13 20:53:09','','0','6','2024-07-13 20:53:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720893183','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4039,'Js3','Mpesa','','2024-07-13 20:55:14','','0','6','2024-07-13 20:55:14','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61720893304','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4040,'Ffw','Mpesa','','2024-07-13 20:55:46','','0','6','2024-07-13 20:55:46','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61720893345','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4041,'Ty0','Mpesa','','2024-07-13 20:56:34','','0','6','2024-07-13 20:56:34','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61720893387','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4042,'Vkp','Mpesa','','2024-07-13 20:56:56','','0','6','2024-07-13 20:56:56','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61720893414','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4043,'','Cash','','2024-07-13 20:59:13','','0','6','2024-07-13 20:59:13','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61720893542','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4044,'','Cash','','2024-07-13 20:59:31','','0','6','2024-07-13 20:59:31','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61720893561','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4045,'','Cash','','2024-07-14 12:28:16','','0','6','2024-07-14 12:28:16','','700','700','1','retail','0','700','1','0','0','0','0','0','0','printed',' ','','1','0','61720949278','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4046,'','Cash','','2024-07-14 12:28:49','','0','6','2024-07-14 12:28:49','','560','560','1','retail','0','560','1','0','0','0','0','0','0','printed',' ','','1','0','61720949305','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4047,'Ex4','Mpesa','','2024-07-14 12:29:32','','0','6','2024-07-14 12:29:32','','0','390','1','retail','0','390','1','0','0','0','0','390','0','printed',' ','','1','0','61720949351','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4048,'Htf','Mpesa','','2024-07-14 12:29:57','','0','6','2024-07-14 12:29:57','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61720949396','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4049,'Cfi','Mpesa','','2024-07-14 12:37:36','','0','6','2024-07-14 12:37:36','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61720949853','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4050,'Ira','Mpesa','','2024-07-14 12:38:07','','0','6','2024-07-14 12:38:07','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61720949883','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4051,'Hps','Mpesa','','2024-07-14 12:38:55','','0','6','2024-07-14 12:38:55','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61720949931','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4052,'Fnp','Mpesa','','2024-07-14 13:04:16','','0','7','2024-07-14 13:04:16','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','1','0','71720951438','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4053,'5mg','Mpesa','','2024-07-14 13:05:39','','0','7','2024-07-14 13:05:39','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','71720951486','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4054,'Q0p','Mpesa','','2024-07-14 13:06:54','','0','7','2024-07-14 13:06:54','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71720951602','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4055,'Dlf','Mpesa','','2024-07-14 13:08:10','','0','7','2024-07-14 13:08:10','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71720951632','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4056,'Yat','Mpesa','','2024-07-14 14:07:35','','0','7','2024-07-14 14:07:35','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71720955204','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4057,'Uht','Mpesa','','2024-07-14 14:07:56','','0','7','2024-07-14 14:07:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720955267','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4058,'28q','Mpesa','','2024-07-14 14:08:43','','0','7','2024-07-14 14:08:43','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71720955292','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4059,'Lq4','Mpesa','','2024-07-14 14:10:03','','0','7','2024-07-14 14:10:03','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71720955347','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4060,'Zdc','Mpesa','','2024-07-14 14:11:26','','0','7','2024-07-14 14:11:26','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71720955417','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4061,'Wy0','Mpesa','','2024-07-14 14:12:34','','0','7','2024-07-14 14:12:34','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71720955501','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4062,'B85','Mpesa','','2024-07-14 14:13:26','','0','7','2024-07-14 14:13:26','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71720955570','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4063,'Dkc','Mpesa','','2024-07-14 14:14:05','','0','7','2024-07-14 14:14:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720955632','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4064,'','Cash','','2024-07-14 14:21:49','','0','7','2024-07-14 14:21:49','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','71720956064','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4065,'','Cash','','2024-07-14 14:22:14','','0','7','2024-07-14 14:22:14','','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','1','0','71720956126','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4066,'Txy','Mpesa','','2024-07-14 17:02:22','','0','7','2024-07-14 17:02:22','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71720965421','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4067,'Of4','Mpesa','','2024-07-14 17:03:19','','0','7','2024-07-14 17:03:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71720965780','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4068,'Qu7','Mpesa','','2024-07-14 17:03:45','','0','7','2024-07-14 17:03:45','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','71720965813','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4069,'Y5b','Mpesa','','2024-07-14 17:04:22','','0','7','2024-07-14 17:04:22','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71720965844','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4070,'En9','Mpesa','','2024-07-14 17:06:14','','0','7','2024-07-14 17:06:14','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720965963','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4071,'Wss','Mpesa','','2024-07-14 17:06:45','','0','7','2024-07-14 17:06:45','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720965993','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4072,'P91','Mpesa','','2024-07-14 17:22:11','','0','7','2024-07-14 17:22:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720966776','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4073,'Dgh','Mpesa','','2024-07-14 17:22:50','','0','7','2024-07-14 17:22:50','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71720966945','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4074,'5af','Mpesa','','2024-07-14 17:26:06','','0','7','2024-07-14 17:26:06','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','71720966986','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4075,'Udo','Mpesa','','2024-07-14 17:27:35','','0','7','2024-07-14 17:27:35','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','71720967198','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4076,'7d5','Mpesa','','2024-07-14 17:31:09','','0','7','2024-07-14 17:31:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720967460','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4077,'7vq','Mpesa','','2024-07-14 17:45:14','','0','7','2024-07-14 17:45:14','','0','530','1','retail','0','530','1','0','0','0','0','530','0','printed',' ','','1','0','71720967486','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4078,'Hql','Mpesa','','2024-07-14 17:45:40','','0','7','2024-07-14 17:45:40','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71720968326','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4079,'Dqh','Mpesa','','2024-07-14 17:47:24','','0','7','2024-07-14 17:47:24','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71720968374','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4080,'0za','Mpesa','','2024-07-14 17:49:59','','0','7','2024-07-14 17:49:59','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','71720968455','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4081,'9do','Mpesa','','2024-07-14 17:52:19','','0','7','2024-07-14 17:52:19','','0','1150','1','retail','0','1150','1','0','0','0','0','1150','0','printed',' ','','1','0','71720968614','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4082,'N6z','Mpesa','','2024-07-14 17:54:52','','0','7','2024-07-14 17:54:52','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','71720968885','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4083,'Z38','Mpesa','','2024-07-14 17:57:15','','0','7','2024-07-14 17:57:15','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','71720968952','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4084,'Zq6','Mpesa','','2024-07-14 18:03:31','','0','7','2024-07-14 18:03:31','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','1','0','71720969063','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4085,'6uk','Mpesa','','2024-07-14 18:04:15','','0','7','2024-07-14 18:04:15','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71720969424','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4086,'Ufd','Mpesa','','2024-07-14 18:07:02','','0','7','2024-07-14 18:07:02','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71720969547','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4087,'P8x','Mpesa','','2024-07-14 18:07:43','','0','7','2024-07-14 18:07:43','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71720969655','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4088,'57u','Mpesa','','2024-07-14 18:10:00','','0','7','2024-07-14 18:10:00','','0','1890','1','retail','0','1890','1','0','0','0','0','1890','0','printed',' ','','1','0','71720969751','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4089,'Sf7','Mpesa','','2024-07-14 18:11:41','','0','7','2024-07-14 18:11:41','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71720969816','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4090,'','Cash','','2024-07-14 19:43:15','','0','7','2024-07-14 19:43:15','','1700','1700','1','retail','0','1700','1','0','0','0','0','0','0','printed',' ','','1','0','71720975367','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4091,'','Cash','','2024-07-14 19:43:38','','0','7','2024-07-14 19:43:38','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','71720975403','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4092,'','Cash','','2024-07-14 19:44:22','','0','7','2024-07-14 19:44:22','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71720975455','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4093,'Iqx','Mpesa','','2024-07-14 19:45:00','','0','7','2024-07-14 19:45:00','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','71720975464','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4094,'','Cash','','2024-07-14 19:45:33','','0','7','2024-07-14 19:45:33','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71720975513','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4095,'E0y','Mpesa','','2024-07-14 19:46:02','','0','7','2024-07-14 19:46:02','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71720975548','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4096,'A41','Mpesa','','2024-07-14 19:46:28','','0','7','2024-07-14 19:46:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720975577','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4097,'07l','Mpesa','','2024-07-14 19:46:52','','0','7','2024-07-14 19:46:52','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720975601','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4098,'Aet','Mpesa','','2024-07-14 19:47:16','','0','7','2024-07-14 19:47:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720975626','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4099,'Scd','Mpesa','','2024-07-14 19:47:58','','0','7','2024-07-14 19:47:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720975651','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4100,'3mq','Mpesa','','2024-07-14 19:49:16','','0','7','2024-07-14 19:49:16','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','1','0','71720975707','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4101,'Vxw','Mpesa','','2024-07-14 19:49:52','','0','7','2024-07-14 19:49:52','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720975779','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4102,'U6n','Mpesa','','2024-07-14 19:50:18','','0','7','2024-07-14 19:50:18','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71720975804','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4103,'Kzr','Mpesa','','2024-07-14 19:50:47','','0','7','2024-07-14 19:50:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720975831','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4104,'L98','Mpesa','','2024-07-14 19:51:11','','0','7','2024-07-14 19:51:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720975857','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4105,'Vnf','Mpesa','','2024-07-14 19:52:37','','0','7','2024-07-14 19:52:37','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71720975882','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4106,'012','Mpesa','','2024-07-14 19:53:29','','0','7','2024-07-14 19:53:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71720975984','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4107,'33e','Mpesa','','2024-07-14 19:54:16','','0','7','2024-07-14 19:54:16','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','71720976027','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4108,'','Cash','','2024-07-14 19:54:53','','0','7','2024-07-14 19:54:53','','320','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','1','0','71720976069','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4109,'822','Mpesa','','2024-07-14 20:25:00','','0','7','2024-07-14 20:25:00','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71720977155','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4110,'Els','Mpesa','','2024-07-14 20:25:32','','0','7','2024-07-14 20:25:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720977919','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4111,'Q2h','Mpesa','','2024-07-14 20:26:31','','0','7','2024-07-14 20:26:31','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71720977947','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4112,'Na1','Mpesa','','2024-07-14 20:31:33','','0','7','2024-07-14 20:31:33','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71720978257','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4113,'Odn','Mpesa','','2024-07-14 20:41:18','','0','7','2024-07-14 20:41:18','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71720978869','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4114,'243','Mpesa','','2024-07-14 20:55:26','','0','7','2024-07-14 20:55:26','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','71720979479','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4115,'381','Mpesa','','2024-07-15 14:18:35','','0','6','2024-07-15 14:18:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61721042310','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4116,'Ws2','Mpesa','','2024-07-15 14:20:48','','0','6','2024-07-15 14:20:48','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','61721042416','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4117,'Pdm','Mpesa','','2024-07-15 14:22:29','','0','6','2024-07-15 14:22:29','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61721042548','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4118,'7x9','Mpesa','','2024-07-15 14:22:50','','0','6','2024-07-15 14:22:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61721042569','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4119,'Qip','Mpesa','','2024-07-15 14:25:34','','0','6','2024-07-15 14:25:34','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61721042731','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4120,'Gpx','Mpesa','','2024-07-15 14:26:07','','0','6','2024-07-15 14:26:07','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61721042761','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4121,'','Cash','','2024-07-15 16:00:07','','0','6','2024-07-15 16:00:07','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61721048387','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4122,'','Cash','','2024-07-15 19:12:00','','0','6','2024-07-15 19:12:00','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61721059917','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4123,'','Cash','','2024-07-15 19:19:50','','0','6','2024-07-15 19:19:50','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','61721060380','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4124,'8sj','Mpesa','','2024-07-15 19:20:59','','0','6','2024-07-15 19:20:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61721060438','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4125,'Laf','Mpesa','','2024-07-15 19:21:27','','0','6','2024-07-15 19:21:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61721060486','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4126,'4ff','Mpesa','','2024-07-15 19:22:00','','0','6','2024-07-15 19:22:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61721060519','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4127,'5x8','Mpesa','','2024-07-15 19:24:18','','0','6','2024-07-15 19:24:18','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61721060641','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4128,'Oyp','Mpesa','','2024-07-15 19:24:45','','0','6','2024-07-15 19:24:45','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61721060684','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4129,'Vx1','Mpesa','','2024-07-15 19:39:39','','0','6','2024-07-15 19:39:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61721061576','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4130,'Ujb','Mpesa','','2024-07-15 19:40:08','','0','6','2024-07-15 19:40:08','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61721061605','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4131,'Ilj','Mpesa','','2024-07-15 19:40:58','','0','6','2024-07-15 19:40:58','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','61721061644','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4132,'Ad4','Mpesa','','2024-07-15 19:42:21','','0','6','2024-07-15 19:42:21','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61721061696','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4133,'Yyh','Mpesa','','2024-07-15 19:45:21','','0','6','2024-07-15 19:45:21','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61721061919','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4134,'Vy2','Mpesa','','2024-07-15 19:48:31','','0','6','2024-07-15 19:48:31','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61721062109','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4135,'3py','Mpesa','','2024-07-15 19:49:09','','0','6','2024-07-15 19:49:09','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61721062146','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4136,'Mt2','Mpesa','','2024-07-15 19:51:28','','0','6','2024-07-15 19:51:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61721062218','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4137,'Cbm','Mpesa','','2024-07-15 19:53:17','','0','6','2024-07-15 19:53:17','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61721062372','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4138,'He3','Mpesa','','2024-07-15 19:54:36','','0','6','2024-07-15 19:54:36','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61721062445','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4139,'8fd','Mpesa','','2024-07-15 19:55:11','','0','6','2024-07-15 19:55:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61721062509','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4140,'Mn4','Mpesa','','2024-07-15 19:56:31','','0','6','2024-07-15 19:56:31','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61721062574','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4141,'','Cash','','2024-07-15 20:03:35','','0','6','2024-07-15 20:03:35','','230','230','1','retail','0','230','1','0','0','0','0','0','0','printed',' ','','1','0','61721062998','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4142,'Sp3','Mpesa','','2024-07-15 20:50:51','','0','6','2024-07-15 20:50:51','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61721065847','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4143,'','Cash','','2024-07-15 20:52:35','','0','6','2024-07-15 20:52:35','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61721065947','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4144,'7jl','Mpesa','','2024-07-16 19:17:15','','0','7','2024-07-16 19:17:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71721146616','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4145,'88c','Mpesa','','2024-07-16 19:18:00','','0','7','2024-07-16 19:18:00','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71721146668','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4146,'6bl','Mpesa','','2024-07-16 19:18:32','','0','7','2024-07-16 19:18:32','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71721146691','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4147,'Ny4','Mpesa','','2024-07-16 19:18:54','','0','7','2024-07-16 19:18:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71721146724','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4148,'W8u','Mpesa','','2024-07-16 19:19:14','','0','7','2024-07-16 19:19:14','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71721146743','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4149,'05x','Mpesa','','2024-07-16 19:20:05','','0','7','2024-07-16 19:20:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71721146794','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4150,'Epf','Mpesa','','2024-07-16 19:20:38','','0','7','2024-07-16 19:20:38','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71721146818','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4151,'7o4','Mpesa','','2024-07-16 19:20:57','','0','7','2024-07-16 19:20:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71721146847','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4152,'Yab','Mpesa','','2024-07-16 19:21:19','','0','7','2024-07-16 19:21:19','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71721146867','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4153,'Mx4','Mpesa','','2024-07-16 19:21:48','','0','7','2024-07-16 19:21:48','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71721146890','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4154,'3fo','Mpesa','','2024-07-16 19:22:08','','0','7','2024-07-16 19:22:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71721146919','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4155,'B73','Mpesa','','2024-07-16 19:22:50','','0','7','2024-07-16 19:22:50','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71721146956','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4156,'75p','Mpesa','','2024-07-16 19:24:08','','0','7','2024-07-16 19:24:08','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','71721147029','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4157,'Ulg','Mpesa','','2024-07-16 19:24:55','','0','7','2024-07-16 19:24:55','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71721147057','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4158,'','Cash','','2024-07-16 19:25:19','','0','7','2024-07-16 19:25:19','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71721147111','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4159,'','Cash','','2024-07-16 19:25:36','','0','7','2024-07-16 19:25:36','','230','230','1','retail','0','230','1','0','0','0','0','0','0','printed',' ','','1','0','71721147120','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4160,'Kro','Mpesa','','2024-07-16 19:57:17','','0','7','2024-07-16 19:57:17','','0','1420','1','retail','0','1420','1','0','0','0','0','1420','0','printed',' ','','1','0','71721147190','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4161,'K70','Mpesa','','2024-07-16 19:57:36','','0','7','2024-07-16 19:57:36','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71721149050','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4162,'Wad','Mpesa','','2024-07-16 19:59:31','','0','7','2024-07-16 19:59:31','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71721149161','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4163,'Kae','Mpesa','','2024-07-16 20:11:15','','0','7','2024-07-16 20:11:15','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71721149186','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4164,'4tf','Mpesa','','2024-07-16 20:12:16','','0','7','2024-07-16 20:12:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71721149921','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4165,'','Cash','','2024-07-16 20:12:39','','0','7','2024-07-16 20:12:39','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71721149947','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4166,'3df','Mpesa','','2024-07-16 21:15:52','','0','7','2024-07-16 21:15:52','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71721150006','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4167,'5ei','Mpesa','','2024-07-16 21:16:29','','0','7','2024-07-16 21:16:29','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71721153773','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4168,'5dj','Mpesa','','2024-07-16 21:16:56','','0','7','2024-07-16 21:16:56','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','71721153806','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4169,'','Cash','','2024-07-16 21:25:39','','0','7','2024-07-16 21:25:39','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71721154333','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4170,'2ql','Mpesa','','2024-07-17 17:36:50','','0','6','2024-07-17 17:36:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61721227003','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4171,'1vo','Mpesa','','2024-07-17 17:37:22','','0','6','2024-07-17 17:37:22','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61721227035','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4172,'La3','Mpesa','','2024-07-17 17:41:48','','0','6','2024-07-17 17:41:48','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61721227306','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4173,'5xu','Mpesa','','2024-07-17 17:42:52','','0','6','2024-07-17 17:42:52','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61721227369','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4174,'Xpt','Mpesa','','2024-07-17 17:44:11','','0','6','2024-07-17 17:44:11','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61721227429','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4175,'Q6q','Mpesa','','2024-07-17 17:53:54','','0','6','2024-07-17 17:53:54','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61721227482','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4176,'Ta9','Mpesa','','2024-07-17 17:54:29','','0','6','2024-07-17 17:54:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61721228067','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4177,'5b0','Mpesa','','2024-07-17 17:55:15','','0','6','2024-07-17 17:55:15','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61721228108','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4178,'Ko2','Mpesa','','2024-07-17 17:55:54','','0','6','2024-07-17 17:55:54','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61721228152','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4179,'Xfj','Mpesa','','2024-07-17 18:00:28','','0','6','2024-07-17 18:00:28','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61721228414','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4180,'Dco','Mpesa','','2024-07-17 18:01:36','','0','6','2024-07-17 18:01:36','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61721228478','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4181,'53x','Mpesa','','2024-07-17 18:02:04','','0','6','2024-07-17 18:02:04','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61721228523','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4182,'K5t','Mpesa','','2024-07-17 18:02:47','','0','6','2024-07-17 18:02:47','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61721228554','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4183,'','Cash','','2024-07-17 18:03:16','','0','6','2024-07-17 18:03:16','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61721228594','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4184,'','Cash','','2024-07-17 20:35:59','','0','6','2024-07-17 20:35:59','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61721237621','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4185,'','Cash','','2024-07-17 20:36:24','','0','6','2024-07-17 20:36:24','','380','380','1','retail','0','380','1','0','0','0','0','0','0','printed',' ','','1','0','61721237769','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4186,'Hwv','Mpesa','','2024-07-17 20:50:42','','0','6','2024-07-17 20:50:42','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61721238630','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4187,'8c9','Mpesa','','2024-07-17 20:51:18','','0','6','2024-07-17 20:51:18','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61721238664','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4188,'B4v','Mpesa','','2024-07-17 20:52:05','','0','6','2024-07-17 20:52:05','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61721238706','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4189,'Evm','Mpesa','','2024-07-17 20:52:40','','0','6','2024-07-17 20:52:40','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61721238757','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4190,'E9f','Mpesa','','2024-07-17 20:53:22','','0','6','2024-07-17 20:53:22','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61721238790','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4191,'D21','Mpesa','','2024-07-17 20:53:45','','0','6','2024-07-17 20:53:45','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61721238824','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4192,'9it','Mpesa','','2024-07-17 20:54:33','','0','6','2024-07-17 20:54:33','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61721238867','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4193,'0kr','Mpesa','','2024-07-17 20:55:05','','0','6','2024-07-17 20:55:05','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61721238899','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4194,'Eo0','Mpesa','','2024-07-17 21:05:43','','0','6','2024-07-17 21:05:43','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61721239535','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4195,'R70','Mpesa','','2024-07-28 13:11:21','','0','7','2024-07-28 13:11:21','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71722160560','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4196,'Vwf','Mpesa','','2024-07-28 13:16:51','','0','7','2024-07-28 13:16:51','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71722161641','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4197,'W2p','Mpesa','','2024-07-28 13:25:16','','0','7','2024-07-28 13:25:16','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71722161820','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4198,'','Cash','','2024-07-28 13:28:44','','0','7','2024-07-28 13:28:44','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71722162333','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4199,'Cxr','Mpesa','','2024-07-28 13:30:39','','0','7','2024-07-28 13:30:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71722162562','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4200,'H74','Mpesa','','2024-07-28 13:31:16','','0','7','2024-07-28 13:31:16','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71722162661','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4201,'73e','Mpesa','','2024-07-28 13:32:08','','0','7','2024-07-28 13:32:08','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71722162713','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4202,'73e','Mpesa','','2024-07-28 13:32:40','','0','7','2024-07-28 13:32:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71722162747','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4203,'Fs1','Mpesa','','2024-07-28 13:33:16','','0','7','2024-07-28 13:33:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71722162776','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4204,'Dar','Mpesa','','2024-07-28 14:03:42','','0','7','2024-07-28 14:03:42','','0','790','1','retail','0','790','1','0','0','0','0','790','0','printed',' ','','1','0','71722162941','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4205,'Zzo','Mpesa','','2024-07-28 14:04:33','','0','7','2024-07-28 14:04:33','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71722164652','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4206,'Ojz','Mpesa','','2024-07-28 14:05:12','','0','7','2024-07-28 14:05:12','','0','620','1','retail','0','620','1','0','0','0','0','620','0','printed',' ','','1','0','71722164693','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4207,'9fo','Mpesa','','2024-07-30 15:08:41','','0','7','2024-07-30 15:08:41','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71722341293','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4208,'Wo7','Mpesa','','2024-07-30 15:09:08','','0','7','2024-07-30 15:09:08','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71722341334','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4209,'Iau','Mpesa','','2024-07-30 15:09:39','','0','7','2024-07-30 15:09:39','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71722341361','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4210,'Qr4','Mpesa','','2024-07-30 15:10:02','','0','7','2024-07-30 15:10:02','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71722341393','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4211,'Apf','Mpesa','','2024-07-30 15:10:46','','0','7','2024-07-30 15:10:46','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71722341412','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4212,'Yv3','Mpesa','','2024-07-30 15:11:14','','0','7','2024-07-30 15:11:14','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71722341456','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4213,'Fr6','Mpesa','','2024-07-30 18:32:27','','0','7','2024-07-30 18:32:27','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71722353535','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4214,'M0a','Mpesa','','2024-07-30 19:25:35','','0','7','2024-07-30 19:25:35','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71722356727','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4215,'Yhc','Mpesa','','2024-07-30 19:26:07','','0','7','2024-07-30 19:26:07','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71722356746','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4216,'P30','Mpesa','','2024-07-30 19:26:44','','0','7','2024-07-30 19:26:44','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71722356778','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4217,'Czp','Mpesa','','2024-07-30 19:28:21','','0','7','2024-07-30 19:28:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71722356859','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4218,'Rbo','Mpesa','','2024-07-30 19:28:46','','0','7','2024-07-30 19:28:46','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','71722356909','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4219,'Vnq','Mpesa','','2024-07-30 19:39:52','','0','7','2024-07-30 19:39:52','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71722356936','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4220,'6bw','Mpesa','','2024-07-30 19:40:45','','0','7','2024-07-30 19:40:45','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71722357614','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4221,'Of5','Mpesa','','2024-07-30 19:41:32','','0','7','2024-07-30 19:41:32','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71722357662','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4222,'2ml','Mpesa','','2024-07-30 19:42:04','','0','7','2024-07-30 19:42:04','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71722357704','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4223,'5lk','Mpesa','','2024-07-30 19:43:03','','0','7','2024-07-30 19:43:03','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71722357732','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4224,'','Cash','','2024-07-30 19:43:49','','0','7','2024-07-30 19:43:49','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71722357811','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4225,'Hft','Mpesa','','2024-07-30 20:41:00','','0','7','2024-07-30 20:41:00','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71722357844','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4226,'Odw','Mpesa','','2024-07-30 20:42:31','','0','7','2024-07-30 20:42:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71722361272','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4227,'Wl4','Mpesa','','2024-07-30 20:58:00','','0','7','2024-07-30 20:58:00','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71722362273','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4228,'Oq9','Mpesa','','2024-07-30 20:58:35','','0','7','2024-07-30 20:58:35','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','1','0','71722362301','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4229,'Shn','Mpesa','','2024-07-30 21:10:03','','0','7','2024-07-30 21:10:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71722362984','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4230,'','Cash','','2024-07-31 14:18:48','','0','6','2024-07-31 14:18:48','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','61722424702','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4231,'2mb','Mpesa','','2024-07-31 14:21:57','','0','6','2024-07-31 14:21:57','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61722424900','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4232,'','Cash','','2024-07-31 14:26:08','','0','6','2024-07-31 14:26:08','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61722425157','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4233,'3iq','Mpesa','','2024-07-31 14:26:26','','0','6','2024-07-31 14:26:26','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61722425177','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4234,'3mw','Mpesa','','2024-07-31 14:26:54','','0','6','2024-07-31 14:26:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61722425212','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4235,'Ydo','Mpesa','','2024-07-31 14:28:11','','0','6','2024-07-31 14:28:11','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61722425280','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4236,'7y5','Mpesa','','2024-07-31 16:02:15','','0','6','2024-07-31 16:02:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61722430934','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4237,'Lue','Mpesa','','2024-07-31 16:03:49','','0','6','2024-07-31 16:03:49','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61722431024','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4238,'Yai','Mpesa','','2024-07-31 16:05:33','','0','6','2024-07-31 16:05:33','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61722431083','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4239,'Foj','Mpesa','','2024-07-31 16:06:14','','0','6','2024-07-31 16:06:14','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61722431161','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4240,'Uzq','Mpesa','','2024-07-31 16:07:13','','0','6','2024-07-31 16:07:13','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61722431225','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4241,'Bmv','Mpesa','','2024-07-31 16:07:55','','0','6','2024-07-31 16:07:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61722431274','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4242,'S1n','Mpesa','','2024-07-31 16:10:44','','0','6','2024-07-31 16:10:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61722431442','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4243,'9nj','Mpesa','','2024-07-31 16:11:59','','0','6','2024-07-31 16:11:59','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61722431517','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4244,'Pru','Mpesa','','2024-07-31 16:13:11','','0','6','2024-07-31 16:13:11','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61722431571','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4245,'Zyb','Mpesa','','2024-07-31 16:14:50','','0','6','2024-07-31 16:14:50','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','61722431626','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4246,'Xrx','Mpesa','','2024-07-31 16:21:28','','0','6','2024-07-31 16:21:28','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61722432085','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4247,'U8l','Mpesa','','2024-07-31 16:22:03','','0','6','2024-07-31 16:22:03','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61722432122','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4248,'Hy5','Mpesa','','2024-07-31 16:22:41','','0','6','2024-07-31 16:22:41','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61722432159','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4249,'2yb','Mpesa','','2024-07-31 16:23:36','','0','6','2024-07-31 16:23:36','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61722432215','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4250,'','Cash','','2024-07-31 16:25:41','','0','6','2024-07-31 16:25:41','','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','1','0','61722432338','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4251,'','Cash','','2024-07-31 16:26:09','','0','6','2024-07-31 16:26:09','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61722432366','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4252,'','Cash','','2024-07-31 18:24:01','','0','6','2024-07-31 18:24:01','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61722439421','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4253,'M5t','Mpesa','','2024-07-31 18:24:36','','0','6','2024-07-31 18:24:36','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61722439473','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4254,'4sz','Mpesa','','2024-07-31 18:32:36','','0','6','2024-07-31 18:32:36','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61722439568','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4255,'P0l','Mpesa','','2024-07-31 18:33:21','','0','6','2024-07-31 18:33:21','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61722439999','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4256,'26y','Mpesa','','2024-07-31 18:34:18','','0','6','2024-07-31 18:34:18','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61722440050','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4257,'06k','Mpesa','','2024-07-31 18:34:58','','0','6','2024-07-31 18:34:58','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61722440094','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4258,'','Cash','','2024-07-31 18:38:45','','0','6','2024-07-31 18:38:45','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61722440323','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4259,'M29','Mpesa','','2024-07-31 21:13:07','','0','6','2024-07-31 21:13:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61722449586','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4260,'M2w','Mpesa','','2024-07-31 21:13:33','','0','6','2024-07-31 21:13:33','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61722449611','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4261,'K3n','Mpesa','','2024-07-31 21:14:51','','0','6','2024-07-31 21:14:51','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','61722449678','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4262,'A9v','Mpesa','','2024-07-31 21:16:00','','0','6','2024-07-31 21:16:00','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','61722449739','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4263,'','Cash','','2024-07-31 21:22:37','','0','6','2024-07-31 21:22:37','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61722450140','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4264,'','Cash','','2024-08-01 16:55:53','','0','6','2024-08-01 16:55:53','','550','550','1','retail','0','550','1','0','0','0','0','0','0','printed',' ','','1','0','61722520384','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4265,'','Cash','','2024-08-01 16:56:30','','0','6','2024-08-01 16:56:30','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61722520588','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4266,'','Cash','','2024-08-01 16:57:02','','0','6','2024-08-01 16:57:02','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61722520611','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4267,'','Cash','','2024-08-01 16:57:16','','0','6','2024-08-01 16:57:16','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61722520628','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4268,'','Cash','','2024-08-01 16:57:25','','0','6','2024-08-01 16:57:25','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61722520643','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4269,'','Cash','','2024-08-01 16:57:33','','0','6','2024-08-01 16:57:33','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61722520652','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4270,'','Cash','','2024-08-01 20:40:02','','0','6','2024-08-01 20:40:02','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61722531329','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4271,'','Cash','','2024-08-01 20:40:19','','0','6','2024-08-01 20:40:19','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','61722534018','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4272,'Tlu','Mpesa','','2024-08-05 13:30:38','','0','7','2024-08-05 13:30:38','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71722853793','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4273,'','Cash','','2024-08-05 14:20:09','','0','7','2024-08-05 14:20:09','','720','720','1','retail','0','720','1','0','0','0','0','0','0','printed',' ','','1','0','71722855187','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4274,'2ar','Mpesa','','2024-08-06 18:34:17','','0','7','2024-08-06 18:34:17','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71722958431','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4275,'5ng','Mpesa','','2024-08-06 18:37:57','','0','7','2024-08-06 18:37:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71722958654','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4276,'Fsh','Mpesa','','2024-08-06 18:38:35','','0','7','2024-08-06 18:38:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71722958705','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4277,'8wz','Mpesa','','2024-08-06 18:39:22','','0','7','2024-08-06 18:39:22','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71722958728','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4278,'Dks','Mpesa','','2024-08-06 18:39:47','','0','7','2024-08-06 18:39:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71722958777','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4279,'Djx','Mpesa','','2024-08-06 18:40:47','','0','7','2024-08-06 18:40:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71722958838','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4280,'Fv8','Mpesa','','2024-08-06 18:41:15','','0','7','2024-08-06 18:41:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71722958864','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4281,'Cr5','Mpesa','','2024-08-06 18:42:13','','0','7','2024-08-06 18:42:13','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71722958884','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4282,'Vxv','Mpesa','','2024-08-06 18:42:46','','0','7','2024-08-06 18:42:46','','0','190','1','retail','0','190','1','0','0','0','0','190','0','printed',' ','','1','0','71722958947','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4283,'0og','Mpesa','','2024-08-06 18:43:09','','0','7','2024-08-06 18:43:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71722958974','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4284,'89v','Mpesa','','2024-08-06 18:43:38','','0','7','2024-08-06 18:43:38','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','71722959003','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4285,'','Cash','','2024-08-06 18:45:25','','0','7','2024-08-06 18:45:25','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','71722959028','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4286,'2l6','Mpesa','','2024-08-06 18:50:43','','0','7','2024-08-06 18:50:43','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71722959128','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4287,'','Cash','','2024-08-06 19:30:20','','0','7','2024-08-06 19:30:20','','910','910','1','retail','0','910','1','0','0','0','0','0','0','printed',' ','','1','0','71722961494','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4288,'','Cash','','2024-08-06 19:31:24','','0','7','2024-08-06 19:31:24','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','71722961877','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4289,'Of9','Mpesa','','2024-08-06 19:56:49','','0','7','2024-08-06 19:56:49','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71722961932','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4290,'','Cash','','2024-08-07 20:36:52','','0','6','2024-08-07 20:36:52','','420','420','1','retail','0','420','1','0','0','0','0','0','0','printed',' ','','1','0','61723052188','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4291,'yki','Mpesa','','2024-08-07 20:38:04','','0','6','2024-08-07 20:38:04','','0','780','1','retail','0','780','1','0','0','0','0','780','0','printed',' ','','1','0','61723052264','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4292,'096','Mpesa','','2024-08-07 20:39:03','','0','6','2024-08-07 20:39:03','','0','205','1','retail','0','205','1','0','0','0','0','205','0','printed',' ','','1','0','61723052323','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4293,'Vmz','Mpesa','','2024-08-07 20:39:37','','0','6','2024-08-07 20:39:37','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61723052366','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4294,'Kj7','Mpesa','','2024-08-07 20:40:57','','0','6','2024-08-07 20:40:57','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723052455','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4295,'J03','Mpesa','','2024-08-07 20:41:20','','0','6','2024-08-07 20:41:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723052479','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4296,'7vo','Mpesa','','2024-08-07 20:42:41','','0','6','2024-08-07 20:42:41','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61723052554','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4297,'Oop','Mpesa','','2024-08-07 20:43:31','','0','6','2024-08-07 20:43:31','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61723052597','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4298,'N98','Mpesa','','2024-08-07 20:44:01','','0','6','2024-08-07 20:44:01','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723052638','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4299,'Lnq','Mpesa','','2024-08-07 20:44:57','','0','6','2024-08-07 20:44:57','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','1','0','61723052676','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4300,'Sa8','Mpesa','','2024-08-07 20:45:55','','0','6','2024-08-07 20:45:55','','0','560','1','retail','0','560','1','0','0','0','0','560','0','printed',' ','','1','0','61723052723','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4301,'Qxg','Mpesa','','2024-08-07 20:47:11','','0','6','2024-08-07 20:47:11','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61723052810','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4302,'Ab0','Mpesa','','2024-08-07 20:47:57','','0','6','2024-08-07 20:47:57','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723052874','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4303,'M5e','Mpesa','','2024-08-07 20:48:23','','0','6','2024-08-07 20:48:23','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','61723052901','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4304,'C8k','Mpesa','','2024-08-07 20:49:03','','0','6','2024-08-07 20:49:03','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61723052926','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4305,'Ef3','Mpesa','','2024-08-07 20:50:04','','0','6','2024-08-07 20:50:04','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61723052974','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4306,'Yoz','Mpesa','','2024-08-07 20:51:00','','0','6','2024-08-07 20:51:00','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723053058','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4307,'04y','Mpesa','','2024-08-07 20:51:29','','0','6','2024-08-07 20:51:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723053087','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4308,'Vyy','Mpesa','','2024-08-07 20:52:16','','0','6','2024-08-07 20:52:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723053134','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4309,'Taw','Mpesa','','2024-08-07 20:52:47','','0','6','2024-08-07 20:52:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723053166','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4310,'Kaq','Mpesa','','2024-08-07 20:53:16','','0','6','2024-08-07 20:53:16','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723053194','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4311,'Ssk','Mpesa','','2024-08-07 20:54:05','','0','6','2024-08-07 20:54:05','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61723053232','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4312,'D4z','Mpesa','','2024-08-07 20:55:20','','0','6','2024-08-07 20:55:20','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61723053297','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4313,'Bud','Mpesa','','2024-08-07 20:56:50','','0','6','2024-08-07 20:56:50','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61723053387','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4314,'1r1','Mpesa','','2024-08-07 20:58:08','','0','6','2024-08-07 20:58:08','','0','660','1','retail','0','660','1','0','0','0','0','660','0','printed',' ','','1','0','61723053445','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4315,'Fvt','Mpesa','','2024-08-07 20:58:33','','0','6','2024-08-07 20:58:33','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723053512','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4316,'78y','Mpesa','','2024-08-07 20:58:59','','0','6','2024-08-07 20:58:59','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723053538','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4317,'Rv6','Mpesa','','2024-08-07 20:59:36','','0','6','2024-08-07 20:59:36','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61723053568','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4318,'Ru9','Mpesa','','2024-08-07 21:00:11','','0','6','2024-08-07 21:00:11','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61723053606','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4319,'Ilh','Mpesa','','2024-08-07 21:01:26','','0','6','2024-08-07 21:01:26','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723053679','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4320,'B4q','Mpesa','','2024-08-08 16:00:42','','0','7','2024-08-08 16:00:42','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723121893','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4321,'Xkk','Mpesa','','2024-08-08 16:01:21','','0','7','2024-08-08 16:01:21','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723122054','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4322,'76q','Mpesa','','2024-08-08 16:04:20','','0','7','2024-08-08 16:04:20','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','71723122230','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4323,'A5y','Mpesa','','2024-08-08 16:05:00','','0','7','2024-08-08 16:05:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723122282','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4324,'Ho0','Mpesa','','2024-08-08 16:07:27','','0','7','2024-08-08 16:07:27','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71723122429','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4325,'Tml','Mpesa','','2024-08-08 16:08:18','','0','7','2024-08-08 16:08:18','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723122461','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4326,'Pnw','Mpesa','','2024-08-08 16:08:44','','0','7','2024-08-08 16:08:44','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723122508','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4327,'0s6','Mpesa','','2024-08-08 16:09:09','','0','7','2024-08-08 16:09:09','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71723122535','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4328,'Kch','Mpesa','','2024-08-08 17:22:12','','0','7','2024-08-08 17:22:12','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723126932','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4329,'Mq1','Mpesa','','2024-08-08 17:23:21','','0','7','2024-08-08 17:23:21','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723126996','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4330,'','Cash','','2024-08-08 17:49:08','','0','7','2024-08-08 17:49:08','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','71723128537','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4331,'','Cash','','2024-08-08 17:49:55','','0','7','2024-08-08 17:49:55','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','1','0','71723128582','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4332,'Ixd','Mpesa','','2024-08-08 19:33:26','','0','7','2024-08-08 19:33:26','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71723134780','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4333,'Wqh','Mpesa','','2024-08-08 19:55:49','','0','7','2024-08-08 19:55:49','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723136145','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4334,'Jkg','Mpesa','','2024-08-08 19:56:42','','0','7','2024-08-08 19:56:42','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71723136188','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4335,'Wz4','Mpesa','','2024-08-08 19:58:16','','0','7','2024-08-08 19:58:16','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71723136282','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4336,'Yi3','Mpesa','','2024-08-08 19:58:46','','0','7','2024-08-08 19:58:46','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723136325','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4337,'','Cash','','2024-08-08 20:00:50','','0','7','2024-08-08 20:00:50','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','71723136423','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4338,'','Cash','','2024-08-08 20:01:27','','0','7','2024-08-08 20:01:27','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','71723136480','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4339,'N5k','Mpesa','','2024-08-08 20:52:33','','0','6','2024-08-08 20:52:33','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723139550','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4340,'7q2','Mpesa','','2024-08-08 20:53:05','','0','6','2024-08-08 20:53:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723139582','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4341,'457','Mpesa','','2024-08-08 20:53:52','','0','6','2024-08-08 20:53:52','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61723139619','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4342,'Vvn','Mpesa','','2024-08-08 21:09:24','','0','6','2024-08-08 21:09:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723140559','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4343,'N61','Mpesa','','2024-08-08 21:10:06','','0','6','2024-08-08 21:10:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723140602','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4344,'Iet','Mpesa','','2024-08-08 21:10:43','','0','6','2024-08-08 21:10:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723140641','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4345,'','Cash','','2024-08-08 21:14:22','','0','7','2024-08-08 21:14:22','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71723140857','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4346,'','Cash','','2024-08-08 21:14:41','','0','7','2024-08-08 21:14:41','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','71723140880','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4347,'','Cash','','2024-08-08 21:15:36','','0','7','2024-08-08 21:15:36','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71723140935','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4348,'','Cash','','2024-08-08 21:15:56','','0','7','2024-08-08 21:15:56','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71723140955','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4349,'','Cash','','2024-08-08 21:16:22','','0','7','2024-08-08 21:16:22','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','71723140981','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4350,'','Cash','','2024-08-08 21:19:21','','0','7','2024-08-08 21:19:21','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71723141159','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4351,'Sqa','Mpesa','','2024-08-09 19:42:39','','0','7','2024-08-09 19:42:39','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71723221692','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4352,'','Cash','','2024-08-09 19:43:09','','0','7','2024-08-09 19:43:09','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71723221773','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4353,'G3t','Mpesa','','2024-08-09 19:43:27','','0','7','2024-08-09 19:43:27','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723221792','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4354,'3ha','Mpesa','','2024-08-09 19:44:49','','0','7','2024-08-09 19:44:49','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','71723221829','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4355,'Ild','Mpesa','','2024-08-09 19:52:03','','0','7','2024-08-09 19:52:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723222295','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4356,'Hgj','Mpesa','','2024-08-09 19:52:52','','0','7','2024-08-09 19:52:52','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723222357','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4357,'K07','Mpesa','','2024-08-09 19:55:34','','0','7','2024-08-09 19:55:34','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','71723222496','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4358,'Ypw','Mpesa','','2024-08-09 19:56:19','','0','7','2024-08-09 19:56:19','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71723222548','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4359,'Ig3','Mpesa','','2024-08-09 19:57:11','','0','7','2024-08-09 19:57:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723222617','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4360,'Fkn','Mpesa','','2024-08-09 20:00:27','','0','7','2024-08-09 20:00:27','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71723222648','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4361,'','Cash','','2024-08-09 20:23:54','','0','7','2024-08-09 20:23:54','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71723224222','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4362,'Yva','Mpesa','','2024-08-09 20:25:53','','0','7','2024-08-09 20:25:53','','0','660','1','retail','0','660','1','0','0','0','0','660','0','printed',' ','','1','0','71723224261','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4363,'Yne','Mpesa','','2024-08-09 20:26:34','','0','7','2024-08-09 20:26:34','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71723224368','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4364,'Luw','Mpesa','','2024-08-09 20:28:03','','0','7','2024-08-09 20:28:03','','0','1100','1','retail','0','1100','1','0','0','0','0','1100','0','printed',' ','','1','0','71723224410','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4365,'Syj','Mpesa','','2024-08-09 20:29:03','','0','7','2024-08-09 20:29:03','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723224493','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4366,'Arh','Mpesa','','2024-08-09 20:31:29','','0','7','2024-08-09 20:31:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723224616','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4367,'','Cash','','2024-08-09 20:35:31','','0','7','2024-08-09 20:35:31','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71723224705','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4368,'Rof','Mpesa','','2024-08-09 20:38:30','','0','7','2024-08-09 20:38:30','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723225094','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4369,'J3f','Mpesa','','2024-08-09 20:41:43','','0','7','2024-08-09 20:41:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723225289','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4370,'','Cash','','2024-08-10 14:36:00','','0','6','2024-08-10 14:36:00','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61723289754','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4371,'','Cash','','2024-08-10 14:36:20','','0','6','2024-08-10 14:36:20','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61723289778','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4372,'Ii6','Mpesa','','2024-08-10 14:37:47','','0','6','2024-08-10 14:37:47','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61723289864','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4373,'Awt','Mpesa','','2024-08-10 14:38:25','','0','6','2024-08-10 14:38:25','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723289895','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4374,'Lvg','Mpesa','','2024-08-10 14:39:22','','0','6','2024-08-10 14:39:22','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61723289945','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4375,'Qfv','Mpesa','','2024-08-10 18:04:09','','0','6','2024-08-10 18:04:09','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723302018','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4376,'3dn','Mpesa','','2024-08-10 18:20:45','','0','6','2024-08-10 18:20:45','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','1','0','61723302464','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4377,'Mu5','Mpesa','','2024-08-10 18:22:14','','0','6','2024-08-10 18:22:14','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61723303320','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4378,'085','Mpesa','','2024-08-10 18:28:06','','0','6','2024-08-10 18:28:06','','0','480','1','retail','0','480','1','0','0','0','0','480','0','printed',' ','','1','0','61723303488','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4379,'6hu','Mpesa','','2024-08-10 18:33:20','','0','6','2024-08-10 18:33:20','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723303998','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4380,'2t5','Mpesa','','2024-08-10 18:51:01','','0','6','2024-08-10 18:51:01','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','61723305029','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4381,'42s','Mpesa','','2024-08-10 18:54:15','','0','6','2024-08-10 18:54:15','','0','440','1','retail','0','440','1','0','0','0','0','440','0','printed',' ','','1','0','61723305106','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4382,'Ajd','Mpesa','','2024-08-10 18:55:31','','0','6','2024-08-10 18:55:31','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61723305329','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4383,'Lo8','Mpesa','','2024-08-10 18:57:01','','0','6','2024-08-10 18:57:01','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723305420','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4384,'V9p','Mpesa','','2024-08-10 18:57:28','','0','6','2024-08-10 18:57:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723305446','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4385,'Tre','Mpesa','','2024-08-10 18:59:43','','0','6','2024-08-10 18:59:43','','0','860','1','retail','0','860','1','0','0','0','0','860','0','printed',' ','','1','0','61723305476','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4386,'7jb','Mpesa','','2024-08-10 19:01:27','','0','6','2024-08-10 19:01:27','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61723305680','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4387,'Xsh','Mpesa','','2024-08-10 19:05:05','','0','6','2024-08-10 19:05:05','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61723305902','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4388,'Mlm','Mpesa','','2024-08-10 19:05:40','','0','6','2024-08-10 19:05:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723305938','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4389,'Zgz','Mpesa','','2024-08-10 19:08:57','','0','6','2024-08-10 19:08:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723306131','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4390,'1cp','Mpesa','','2024-08-10 19:10:13','','0','6','2024-08-10 19:10:13','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61723306205','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4391,'2v6','Mpesa','','2024-08-10 19:23:45','','0','6','2024-08-10 19:23:45','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61723307002','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4392,'','Cash','','2024-08-10 19:30:26','','0','6','2024-08-10 19:30:26','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61723307399','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4393,'','Cash','','2024-08-10 19:34:20','','0','6','2024-08-10 19:34:20','','1200','1200','1','retail','0','1200','1','0','0','0','0','0','0','printed',' ','','1','0','61723307652','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4394,'','Cash','','2024-08-10 19:40:53','','0','6','2024-08-10 19:40:53','','1200','1200','1','retail','0','1200','1','0','0','0','0','0','0','printed',' ','','1','0','61723307729','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4395,'','Cash','','2024-08-10 19:42:00','','0','6','2024-08-10 19:42:00','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','61723308103','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4396,'','Cash','','2024-08-10 19:48:37','','0','6','2024-08-10 19:48:37','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61723308514','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4397,'','Cash','','2024-08-10 19:50:02','','0','6','2024-08-10 19:50:02','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61723308600','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4398,'Vjz','Mpesa','','2024-08-10 19:59:06','','0','6','2024-08-10 19:59:06','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61723309139','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4399,'9ms','Mpesa','','2024-08-10 19:59:55','','0','6','2024-08-10 19:59:55','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61723309193','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4400,'0z6','Mpesa','','2024-08-10 20:00:34','','0','6','2024-08-10 20:00:34','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723309232','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4401,'Wd4','Mpesa','','2024-08-10 20:01:04','','0','6','2024-08-10 20:01:04','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61723309261','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4402,'Nj9','Mpesa','','2024-08-10 21:00:29','','0','6','2024-08-10 21:00:29','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61723312811','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4403,'Ulm','Mpesa','','2024-08-10 21:01:02','','0','6','2024-08-10 21:01:02','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723312860','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4404,'Sr5','Mpesa','','2024-08-10 21:01:56','','0','6','2024-08-10 21:01:56','','0','170','1','retail','0','170','1','0','0','0','0','170','0','printed',' ','','1','0','61723312884','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4405,'Luy','Mpesa','','2024-08-10 21:03:02','','0','6','2024-08-10 21:03:02','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723312947','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4406,'','Cash','','2024-08-10 21:05:09','','0','6','2024-08-10 21:05:09','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61723313099','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4407,'','Cash','','2024-08-10 21:09:38','','0','6','2024-08-10 21:09:38','','70','70','1','retail','0','70','1','0','0','0','0','0','0','printed',' ','','1','0','61723313318','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4408,'Q5g','Mpesa','','2024-08-11 18:14:34','','0','7','2024-08-11 18:14:34','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71723389264','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4409,'Ixq','Mpesa','','2024-08-11 18:15:11','','0','7','2024-08-11 18:15:11','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723389292','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4410,'Ees','Mpesa','','2024-08-11 18:16:45','','0','7','2024-08-11 18:16:45','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723389383','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4411,'To4','Mpesa','','2024-08-11 18:17:17','','0','7','2024-08-11 18:17:17','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71723389414','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4412,'Wdv','Mpesa','','2024-08-11 18:18:01','','0','7','2024-08-11 18:18:01','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71723389447','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4413,'Ppk','Mpesa','','2024-08-11 18:19:28','','0','7','2024-08-11 18:19:28','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','1','0','71723389499','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4414,'77w','Mpesa','','2024-08-11 18:19:51','','0','7','2024-08-11 18:19:51','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723389577','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4415,'3xq','Mpesa','','2024-08-11 18:20:12','','0','7','2024-08-11 18:20:12','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723389604','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4416,'Ebx','Mpesa','','2024-08-11 18:23:02','','0','7','2024-08-11 18:23:02','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71723389659','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4417,'08f','Mpesa','','2024-08-11 18:25:33','','0','7','2024-08-11 18:25:33','','0','1550','1','retail','0','1550','1','0','0','0','0','1550','0','printed',' ','','1','0','71723389823','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4418,'Wsh','Mpesa','','2024-08-11 18:26:34','','0','7','2024-08-11 18:26:34','','0','570','1','retail','0','570','1','0','0','0','0','570','0','printed',' ','','1','0','71723389949','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4419,'Rev','Mpesa','','2024-08-11 18:28:02','','0','7','2024-08-11 18:28:02','','0','950','1','retail','0','950','1','0','0','0','0','950','0','printed',' ','','1','0','71723390011','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4420,'4pt','Mpesa','','2024-08-11 18:28:25','','0','7','2024-08-11 18:28:25','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71723390092','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4421,'Wu3','Mpesa','','2024-08-11 18:30:20','','0','7','2024-08-11 18:30:20','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71723390155','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4422,'Fxa','Mpesa','','2024-08-11 18:30:53','','0','7','2024-08-11 18:30:53','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723390250','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4423,'50t','Mpesa','','2024-08-11 18:31:32','','0','7','2024-08-11 18:31:32','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71723390282','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4424,'Mu4','Mpesa','','2024-08-11 18:32:25','','0','7','2024-08-11 18:32:25','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71723390337','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4425,'W5a','Mpesa','','2024-08-11 18:33:23','','0','7','2024-08-11 18:33:23','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','71723390379','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4426,'Jsp','Mpesa','','2024-08-11 18:36:20','','0','7','2024-08-11 18:36:20','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','71723390417','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4427,'Zdg','Mpesa','','2024-08-11 18:38:58','','0','7','2024-08-11 18:38:58','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71723390681','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4428,'I2j','Mpesa','','2024-08-11 18:39:27','','0','7','2024-08-11 18:39:27','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','71723390749','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4429,'650','Mpesa','','2024-08-11 18:39:59','','0','7','2024-08-11 18:39:59','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723390781','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4430,'Jor','Mpesa','','2024-08-11 18:40:31','','0','7','2024-08-11 18:40:31','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71723390824','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4431,'Xh4','Mpesa','','2024-08-11 18:41:26','','0','7','2024-08-11 18:41:26','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71723390871','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4432,'Lwb','Mpesa','','2024-08-11 18:41:53','','0','7','2024-08-11 18:41:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723390913','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4433,'2gl','Mpesa','','2024-08-11 18:42:29','','0','7','2024-08-11 18:42:29','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71723390925','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4434,'Cvb','Mpesa','','2024-08-11 18:43:05','','0','7','2024-08-11 18:43:05','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71723390975','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4435,'Yee','Mpesa','','2024-08-11 18:43:40','','0','7','2024-08-11 18:43:40','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71723391010','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4436,'N7k','Mpesa','','2024-08-11 18:44:15','','0','7','2024-08-11 18:44:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723391050','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4437,'Zwh','Mpesa','','2024-08-11 18:45:05','','0','7','2024-08-11 18:45:05','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723391087','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4438,'Xgr','Mpesa','','2024-08-11 18:45:42','','0','7','2024-08-11 18:45:42','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71723391131','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4439,'Hyf','Mpesa','','2024-08-11 18:46:31','','0','7','2024-08-11 18:46:31','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71723391174','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4440,'Iel','Mpesa','','2024-08-11 18:47:42','','0','7','2024-08-11 18:47:42','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723391235','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4441,'Zl3','Mpesa','','2024-08-11 18:48:22','','0','7','2024-08-11 18:48:22','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','1','0','71723391295','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4442,'5jn','Mpesa','','2024-08-11 18:49:21','','0','7','2024-08-11 18:49:21','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71723391344','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4443,'9g9','Mpesa','','2024-08-11 18:50:24','','0','7','2024-08-11 18:50:24','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723391418','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4444,'L7j','Mpesa','','2024-08-11 18:51:08','','0','7','2024-08-11 18:51:08','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723391465','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4445,'L7j','Mpesa','','2024-08-11 18:51:30','','0','7','2024-08-11 18:51:30','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71723391481','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4446,'Zjt','Mpesa','','2024-08-11 18:52:24','','0','7','2024-08-11 18:52:24','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723391535','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4447,'4gw','Mpesa','','2024-08-11 18:53:14','','0','7','2024-08-11 18:53:14','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','71723391582','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4448,'F2g','Mpesa','','2024-08-11 19:05:17','','0','7','2024-08-11 19:05:17','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723392312','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4449,'','Cash','','2024-08-11 19:09:30','','0','7','2024-08-11 19:09:30','','1470','1470','1','retail','0','1470','1','0','0','0','0','0','0','printed',' ','','1','0','71723392442','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4450,'','Cash','','2024-08-11 19:09:52','','0','7','2024-08-11 19:09:52','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','71723392575','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4451,'Mtv','Mpesa','','2024-08-12 20:45:41','','0','6','2024-08-12 20:45:41','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723484417','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4452,'2rz','Mpesa','','2024-08-12 20:46:39','','0','6','2024-08-12 20:46:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723484777','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4453,'08e','Mpesa','','2024-08-12 20:47:19','','0','6','2024-08-12 20:47:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723484812','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4454,'Ss8','Mpesa','','2024-08-12 20:47:51','','0','6','2024-08-12 20:47:51','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723484862','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4455,'9ja','Mpesa','','2024-08-12 20:48:58','','0','6','2024-08-12 20:48:58','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61723484890','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4456,'Z2q','Mpesa','','2024-08-12 20:49:31','','0','6','2024-08-12 20:49:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723484957','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4457,'Jwl','Mpesa','','2024-08-12 20:50:32','','0','6','2024-08-12 20:50:32','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61723484988','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4458,'Xj3','Mpesa','','2024-08-12 20:50:52','','0','6','2024-08-12 20:50:52','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723485042','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4459,'Cvp','Mpesa','','2024-08-12 20:51:59','','0','6','2024-08-12 20:51:59','','0','330','1','retail','0','330','1','0','0','0','0','330','0','printed',' ','','1','0','61723485063','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4460,'Nfm','Mpesa','','2024-08-12 20:53:36','','0','6','2024-08-12 20:53:36','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61723485161','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4461,'U5p','Mpesa','','2024-08-12 21:00:53','','0','6','2024-08-12 21:00:53','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61723485228','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4462,'Gp6','Mpesa','','2024-08-12 21:01:29','','0','6','2024-08-12 21:01:29','','0','310','1','retail','0','310','1','0','0','0','0','310','0','printed',' ','','1','0','61723485668','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4463,'Ne7','Mpesa','','2024-08-12 21:01:53','','0','6','2024-08-12 21:01:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723485702','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4464,'56u','Mpesa','','2024-08-12 21:02:23','','0','6','2024-08-12 21:02:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723485723','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4465,'B9x','Mpesa','','2024-08-12 21:02:58','','0','6','2024-08-12 21:02:58','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61723485753','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4466,'Xfd','Mpesa','','2024-08-12 21:03:24','','0','6','2024-08-12 21:03:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723485795','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4467,'Bbr','Mpesa','','2024-08-12 21:03:56','','0','6','2024-08-12 21:03:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723485818','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4468,'A3n','Mpesa','','2024-08-12 21:04:17','','0','6','2024-08-12 21:04:17','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723485845','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4469,'Xvv','Mpesa','','2024-08-12 21:04:39','','0','6','2024-08-12 21:04:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723485869','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4470,'6no','Mpesa','','2024-08-12 21:06:09','','0','6','2024-08-12 21:06:09','','0','255','1','retail','0','255','1','0','0','0','0','255','0','printed',' ','','1','0','61723485908','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4471,'Egn','Mpesa','','2024-08-12 21:07:48','','0','6','2024-08-12 21:07:48','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723486037','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4472,'C70','Mpesa','','2024-08-12 21:08:44','','0','6','2024-08-12 21:08:44','','0','1550','1','retail','0','1550','1','0','0','0','0','1550','0','printed',' ','','1','0','61723486077','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4473,'0xt','Mpesa','','2024-08-12 21:09:07','','0','6','2024-08-12 21:09:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723486138','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4474,'Nt6','Mpesa','','2024-08-12 21:09:31','','0','6','2024-08-12 21:09:31','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723486160','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4475,'Vjg','Mpesa','','2024-08-12 21:10:15','','0','6','2024-08-12 21:10:15','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61723486180','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4476,'Omw','Mpesa','','2024-08-12 21:10:47','','0','6','2024-08-12 21:10:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723486237','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4477,'643','Mpesa','','2024-08-12 21:11:26','','0','6','2024-08-12 21:11:26','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','61723486254','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4478,'33t','Mpesa','','2024-08-12 21:13:19','','0','6','2024-08-12 21:13:19','','0','555','1','retail','0','555','1','0','0','0','0','555','0','printed',' ','','1','0','61723486296','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4479,'Gyl','Mpesa','','2024-08-12 21:13:55','','0','6','2024-08-12 21:13:55','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61723486416','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4480,'D4k','Mpesa','','2024-08-12 21:14:24','','0','6','2024-08-12 21:14:24','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723486453','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4481,'Sph','Mpesa','','2024-08-12 21:14:53','','0','6','2024-08-12 21:14:53','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723486483','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4482,'Ahh','Mpesa','','2024-08-12 21:18:05','','0','6','2024-08-12 21:18:05','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61723486503','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4483,'Heu','Mpesa','','2024-08-12 21:20:09','','0','6','2024-08-12 21:20:09','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61723486709','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4484,'','Cash','','2024-08-12 21:23:39','','0','6','2024-08-12 21:23:39','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61723487008','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4485,'','Cash','','2024-08-12 21:23:55','','0','6','2024-08-12 21:23:55','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61723487025','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4486,'S2h','Mpesa','','2024-08-13 13:58:46','','0','7','2024-08-13 13:58:46','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71723544655','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4487,'7a8','Mpesa','','2024-08-13 13:59:22','','0','7','2024-08-13 13:59:22','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71723546747','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4488,'O1d','Mpesa','','2024-08-13 14:52:53','','0','7','2024-08-13 14:52:53','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71723549955','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4489,'Oqb','Mpesa','','2024-08-13 14:53:22','','0','7','2024-08-13 14:53:22','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723549990','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4490,'','Cash','','2024-08-13 14:55:24','','0','7','2024-08-13 14:55:24','','1150','1150','1','retail','0','1150','1','0','0','0','0','0','0','printed',' ','','1','0','71723550069','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4491,'D6q','Mpesa','','2024-08-13 14:56:50','','0','7','2024-08-13 14:56:50','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723550194','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4492,'4ms','Mpesa','','2024-08-13 15:53:08','','0','7','2024-08-13 15:53:08','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723553576','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4493,'S3x','Mpesa','','2024-08-13 15:55:01','','0','7','2024-08-13 15:55:01','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','71723553628','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4494,'','Cash','','2024-08-13 15:55:44','','0','7','2024-08-13 15:55:44','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71723553733','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4495,'Axk','Mpesa','','2024-08-13 16:05:35','','0','7','2024-08-13 16:05:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723554331','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4496,'Ank','Mpesa','','2024-08-13 16:45:47','','0','7','2024-08-13 16:45:47','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723555566','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4497,'Qvf','Mpesa','','2024-08-13 16:46:51','','0','7','2024-08-13 16:46:51','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71723556793','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4498,'Bbz','Mpesa','','2024-08-13 16:47:35','','0','7','2024-08-13 16:47:35','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71723556821','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4499,'Q64','Mpesa','','2024-08-13 16:51:42','','0','7','2024-08-13 16:51:42','','0','630','1','retail','0','630','1','0','0','0','0','630','0','printed',' ','','1','0','71723556888','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4500,'22e','Mpesa','','2024-08-13 17:11:50','','0','7','2024-08-13 17:11:50','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','',NULL,'0','71723557598','Cleared','7','2024-08-13 17:11:50','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4501,'4kx','Mpesa','','2024-08-13 17:14:36','','0','7','2024-08-13 17:14:36','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71723558463','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4502,'Eco','Mpesa','','2024-08-13 17:31:28','','0','7','2024-08-13 17:31:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723558517','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4503,'Eup','Mpesa','','2024-08-13 18:35:55','','0','7','2024-08-13 18:35:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723563327','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4504,'B5b','Mpesa','','2024-08-13 19:24:24','','0','7','2024-08-13 19:24:24','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71723566235','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4505,'3wn','Mpesa','','2024-08-13 19:25:16','','0','7','2024-08-13 19:25:16','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71723566277','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4506,'','Cash','','2024-08-13 19:25:50','','0','7','2024-08-13 19:25:50','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71723566344','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4507,'','Cash','','2024-08-13 19:26:14','','0','7','2024-08-13 19:26:14','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','71723566364','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4508,'Faq','Mpesa','','2024-08-13 19:46:15','','0','7','2024-08-13 19:46:15','','0','290','1','retail','0','290','1','0','0','0','0','290','0','printed',' ','','1','0','71723567149','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4509,'Mla','Mpesa','','2024-08-13 19:56:57','','0','7','2024-08-13 19:56:57','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723568196','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4510,'C4p','Mpesa','','2024-08-13 20:36:55','','0','7','2024-08-13 20:36:55','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71723568962','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4511,'Vq6','Mpesa','','2024-08-13 20:45:30','','0','7','2024-08-13 20:45:30','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723571123','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4512,'Zcy','Mpesa','','2024-08-13 20:45:54','','0','7','2024-08-13 20:45:54','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71723571142','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4513,'','Cash','','2024-08-15 20:09:01','','0','6','2024-08-15 20:09:01','','380','380','1','retail','0','380','1','0','0','0','0','0','0','printed',' ','','1','0','61723741723','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4514,'','Cash','','2024-08-15 20:09:16','','0','6','2024-08-15 20:09:16','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61723741754','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4515,'78z','Mpesa','','2024-08-15 20:11:59','','0','6','2024-08-15 20:11:59','','0','160','1','retail','0','160','1','0','0','0','0','160','0','printed',' ','','1','0','61723741909','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4516,'S6v','Mpesa','','2024-08-15 20:13:10','','0','6','2024-08-15 20:13:10','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723741989','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4517,'S3h','Mpesa','','2024-08-15 20:13:50','','0','6','2024-08-15 20:13:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723742029','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4518,'Ch1','Mpesa','','2024-08-15 20:14:38','','0','6','2024-08-15 20:14:38','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61723742069','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4519,'W2n','Mpesa','','2024-08-15 20:23:32','','0','6','2024-08-15 20:23:32','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61723742597','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4520,'Ixj','Mpesa','','2024-08-15 20:24:05','','0','6','2024-08-15 20:24:05','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723742643','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4521,'Xv2','Mpesa','','2024-08-15 20:24:45','','0','6','2024-08-15 20:24:45','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61723742669','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4522,'Oqf','Mpesa','','2024-08-15 20:26:48','','0','6','2024-08-15 20:26:48','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723742717','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4523,'Oer','Mpesa','','2024-08-15 20:27:21','','0','6','2024-08-15 20:27:21','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','1','0','61723742831','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4524,'N8z','Mpesa','','2024-08-15 20:27:55','','0','6','2024-08-15 20:27:55','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723742873','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4525,'1o0','Mpesa','','2024-08-15 20:34:20','','0','6','2024-08-15 20:34:20','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723743258','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4526,'Lpw','Mpesa','','2024-08-15 20:34:50','','0','6','2024-08-15 20:34:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723743288','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4527,'V32','Mpesa','','2024-08-15 20:35:19','','0','6','2024-08-15 20:35:19','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723743316','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4528,'8n4','Mpesa','','2024-08-15 20:35:46','','0','6','2024-08-15 20:35:46','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723743341','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4529,'Hc1','Mpesa','','2024-08-15 20:36:23','','0','6','2024-08-15 20:36:23','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61723743373','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4530,'99n','Mpesa','','2024-08-15 20:41:07','','0','6','2024-08-15 20:41:07','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723743663','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4531,'Ngh','Mpesa','','2024-08-15 20:41:40','','0','6','2024-08-15 20:41:40','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61723743694','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4532,'0q9','Mpesa','','2024-08-15 20:42:06','','0','6','2024-08-15 20:42:06','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723743725','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4533,'N3t','Mpesa','','2024-08-15 20:42:41','','0','6','2024-08-15 20:42:41','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61723743748','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4534,'Fcv','Mpesa','','2024-08-15 20:43:28','','0','6','2024-08-15 20:43:28','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61723743801','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4535,'Wkb','Mpesa','','2024-08-15 20:43:59','','0','6','2024-08-15 20:43:59','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723743835','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4536,'12z','Mpesa','','2024-08-15 20:44:59','','0','6','2024-08-15 20:44:59','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','61723743858','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4537,'2ts','Mpesa','','2024-08-15 20:45:26','','0','6','2024-08-15 20:45:26','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723743924','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4538,'1ha','Mpesa','','2024-08-15 20:46:56','','0','6','2024-08-15 20:46:56','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','61723743950','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4539,'Ux0','Mpesa','','2024-08-15 20:47:54','','0','6','2024-08-15 20:47:54','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61723744057','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4540,'Koq','Mpesa','','2024-08-15 20:48:30','','0','6','2024-08-15 20:48:30','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61723744108','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4541,'Gp2','Mpesa','','2024-08-15 20:49:51','','0','6','2024-08-15 20:49:51','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723744188','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4542,'Zg2','Mpesa','','2024-08-15 20:50:27','','0','6','2024-08-15 20:50:27','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','61723744225','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4543,'Lhx','Mpesa','','2024-08-15 20:50:57','','0','6','2024-08-15 20:50:57','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','1','0','61723744250','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4544,'','Cash','','2024-08-15 20:52:09','','0','6','2024-08-15 20:52:09','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','61723744328','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4545,'','Cash','','2024-08-16 14:03:32','','0','6','2024-08-16 14:03:32','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61723806206','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4546,'','Cash','','2024-08-16 14:05:07','','0','6','2024-08-16 14:05:07','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61723806256','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4547,'71j','Mpesa','','2024-08-16 14:12:15','','0','6','2024-08-16 14:12:15','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61723806733','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4548,'My1','Mpesa','','2024-08-16 14:13:16','','0','6','2024-08-16 14:13:16','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61723806786','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4549,'Qc3','Mpesa','','2024-08-16 14:14:15','','0','6','2024-08-16 14:14:15','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723806845','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4550,'Jcg','Mpesa','','2024-08-16 14:16:27','','0','6','2024-08-16 14:16:27','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','61723806924','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4551,'7i0','Mpesa','','2024-08-16 14:19:50','','0','6','2024-08-16 14:19:50','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61723807082','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4552,'Lh9','Mpesa','','2024-08-16 14:38:47','','0','6','2024-08-16 14:38:47','','0','570','1','retail','0','570','1','0','0','0','0','570','0','printed',' ','','1','0','61723808287','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4553,'P86','Mpesa','','2024-08-16 14:39:33','','0','6','2024-08-16 14:39:33','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61723808364','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4554,'','Cash','','2024-08-16 14:40:09','','0','6','2024-08-16 14:40:09','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61723808405','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4555,'','Cash','','2024-08-16 19:28:43','','0','6','2024-08-16 19:28:43','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','61723825658','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4556,'','Cash','','2024-08-16 19:29:11','','0','6','2024-08-16 19:29:11','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61723825749','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4557,'','Cash','','2024-08-16 19:30:13','','0','6','2024-08-16 19:30:13','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61723825811','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4558,'','Cash','','2024-08-16 19:31:55','','0','6','2024-08-16 19:31:55','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','61723825903','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4559,'22t','Mpesa','','2024-08-27 14:50:40','','0','7','2024-08-27 14:50:40','','0','90','1','retail','0','90','1','0','0','0','0','90','0','printed',' ','','1','0','71724759438','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4560,'B1f','Mpesa','','2024-08-27 14:53:53','','0','7','2024-08-27 14:53:53','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71724759505','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4561,'6pu','Mpesa','','2024-08-27 15:37:37','','0','7','2024-08-27 15:37:37','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71724762255','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4562,'J2p','Mpesa','','2024-08-27 15:40:37','','0','7','2024-08-27 15:40:37','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71724762436','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4563,'8h1','Mpesa','','2024-08-27 16:31:14','','0','7','2024-08-27 16:31:14','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71724765460','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4564,'3nt','Mpesa','','2024-08-27 16:34:24','','0','7','2024-08-27 16:34:24','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71724765546','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4565,'13q','Mpesa','','2024-08-27 16:39:08','','0','7','2024-08-27 16:39:08','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71724765855','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4566,'Oyk','Mpesa','','2024-08-27 16:40:09','','0','7','2024-08-27 16:40:09','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71724765979','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4567,'Rhi','Mpesa','','2024-08-27 16:42:45','','0','7','2024-08-27 16:42:45','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71724766163','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4568,'Pkz','Mpesa','','2024-08-27 16:52:56','','0','7','2024-08-27 16:52:56','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','71724766448','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4569,'4qw','Mpesa','','2024-08-27 16:56:28','','0','7','2024-08-27 16:56:28','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71724766906','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4570,'Pqq','Mpesa','','2024-08-27 17:17:04','','0','7','2024-08-27 17:17:04','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','1','0','71724768085','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4571,'F02','Mpesa','','2024-08-27 17:18:12','','0','7','2024-08-27 17:18:12','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','71724768288','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4572,'Kpq','Mpesa','','2024-08-27 17:22:02','','0','7','2024-08-27 17:22:02','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','71724768345','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4573,'3nc','Mpesa','','2024-08-27 17:26:03','','0','7','2024-08-27 17:26:03','','0','210','1','retail','0','210','1','0','0','0','0','210','0','printed',' ','','1','0','71724768571','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4574,'Fcw','Mpesa','','2024-08-27 17:27:23','','0','7','2024-08-27 17:27:23','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71724768841','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4575,'Gdm','Mpesa','','2024-08-27 17:28:53','','0','7','2024-08-27 17:28:53','','0','230','1','retail','0','230','1','0','0','0','0','230','0','printed',' ','','1','0','71724768914','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4576,'Dbr','Mpesa','','2024-08-27 17:32:22','','0','7','2024-08-27 17:32:22','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71724769140','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4577,'6bw','Mpesa','','2024-08-27 17:33:57','','0','7','2024-08-27 17:33:57','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71724769235','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4578,'743','Mpesa','','2024-08-27 17:37:56','','0','7','2024-08-27 17:37:56','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71724769474','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4579,'2s7','Mpesa','','2024-08-27 17:38:54','','0','7','2024-08-27 17:38:54','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71724769515','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4580,'Quo','Mpesa','','2024-08-27 17:39:34','','0','7','2024-08-27 17:39:34','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71724769568','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4581,'Uym','Mpesa','','2024-08-27 17:40:58','','0','7','2024-08-27 17:40:58','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71724769617','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4582,'Rcq','Mpesa','','2024-08-27 17:53:53','','0','7','2024-08-27 17:53:53','','0','1420','1','retail','0','1420','1','0','0','0','0','1420','0','printed',' ','','1','0','71724770314','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4583,'Nta','Mpesa','','2024-08-27 17:55:27','','0','7','2024-08-27 17:55:27','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','71724770472','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4584,'Zrq','Mpesa','','2024-08-27 17:56:29','','0','7','2024-08-27 17:56:29','','0','155','1','retail','0','155','1','0','0','0','0','155','0','printed',' ','','1','0','71724770573','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4585,'Mcc','Mpesa','','2024-08-27 18:05:14','','0','7','2024-08-27 18:05:14','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','71724771063','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4586,'','Cash','','2024-08-27 18:10:54','','0','7','2024-08-27 18:10:54','','90','90','1','retail','0','90','1','0','0','0','0','0','0','printed',' ','','1','0','71724771452','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4587,'','Cash','','2024-08-27 18:11:32','','0','7','2024-08-27 18:11:32','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','71724771490','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4588,'','Cash','','2024-08-27 18:12:09','','0','7','2024-08-27 18:12:09','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71724771527','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4589,'7zs','Mpesa','','2024-08-27 18:31:13','','0','7','2024-08-27 18:31:13','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71724772672','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4590,'Kut','Mpesa','','2024-08-27 18:59:29','','0','7','2024-08-27 18:59:29','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71724774364','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4591,'S96','Mpesa','','2024-08-27 19:32:12','','0','7','2024-08-27 19:32:12','','0','10','1','retail','0','10','1','0','0','0','0','10','0','printed',' ','','1','0','71724776329','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4592,'Que','Mpesa','','2024-08-27 19:33:00','','0','7','2024-08-27 19:33:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71724776376','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4593,'Lhd','Mpesa','','2024-08-27 20:04:00','','0','7','2024-08-27 20:04:00','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','71724778238','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4594,'5ql','Mpesa','','2024-08-27 20:05:07','','0','7','2024-08-27 20:05:07','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71724778291','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4595,'1op','Mpesa','','2024-08-27 20:06:52','','0','7','2024-08-27 20:06:52','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71724778405','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4596,'','Cash','','2024-08-27 20:08:51','','0','7','2024-08-27 20:08:51','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71724778520','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4597,'','Cash','','2024-08-27 20:10:48','','0','7','2024-08-27 20:10:48','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','71724778577','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4598,'Ef8','Mpesa','','2024-08-27 20:22:10','','0','7','2024-08-27 20:22:10','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','71724779328','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4599,'Qv3','Mpesa','','2024-08-27 20:59:38','','0','7','2024-08-27 20:59:38','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','71724781572','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4600,'13l','Mpesa','','2024-08-27 21:00:23','','0','7','2024-08-27 21:00:23','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','71724781618','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4601,'Lo3','Mpesa','','2024-08-27 21:02:20','','0','7','2024-08-27 21:02:20','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','71724781699','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4602,'','Cash','','2024-08-27 21:03:31','','0','7','2024-08-27 21:03:31','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','71724781784','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4603,'','Cash','','2025-01-16 14:48:36','','0','7','2025-01-16 14:48:36','','800','800','1','retail','0','800','1','0','0','0','0','0','0','new',' ','','1','0','71737028115','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4604,'','Cash','','2025-01-16 14:49:14','','0','7','2025-01-16 14:49:14','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','71737028154','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''),(4605,'','Cash','','2025-03-05 17:32:29','','0','6','2025-03-05 17:32:29','','2500','2500','1','retail','0','2500','1','0','0','0','0','0','0','printed',' ','','1','0','61741185030','Cleared','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','',''); /*!40000 ALTER TABLE `sales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_order` -- DROP TABLE IF EXISTS `sales_order`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_order` ( `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 '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, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB AUTO_INCREMENT=7137 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 ('1170868890532320230338',1,'11708688867','2','1.00','150','retail','0','2024-02-23 14:48:54','','','','0','Cash',0.00,'150','','','1','16.00','1','2024-02-23 11:49:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('1170868893333303386328',2,'11708688867','35','1.00','5','retail','0','2024-02-23 14:48:54','','','','0','Cash',0.00,'5','','','1','16.00','1','2024-02-23 11:49:25','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','300.00','299','Inclusive','branch','Inventory','','','','',''),('6170869058438334120325',3,'61708690565','1','1.00','150','retail','0','2024-02-23 15:16:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 12:21:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170869059842650503233',4,'61708690565','16','1.00','50','retail','0','2024-02-23 15:16:24','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-23 12:21:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('6170869114922324363901',5,'61708690883','4','2.00','300','retail','0','2024-02-23 15:21:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 12:28:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170869292333803902932',6,'61708692858','4','1.00','150','retail','0','2024-02-23 15:54:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 12:59:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170869294938739320833',7,'61708692858','35','1.00','5','retail','0','2024-02-23 15:55:23','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-02-23 12:59:33','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','299.00','298','Inclusive','branch','Inventory','','','','',''),('6170869321223330322308',8,'61708693173','1','3.00','450','retail','0','2024-02-23 15:59:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 13:11:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6170869385130622232043',9,'61708693173','10','0.50','400','retail','0','2024-02-23 16:09:58','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-02-23 13:11:57','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.75','3.25','Inclusive','branch','Inventory','','','','',''),('6170869440826204330932',10,'61708693956','1','1.00','150','retail','0','2024-02-23 16:12:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 13:20:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170869444202440430439',11,'61708694417','1','2.00','300','retail','0','2024-02-23 16:20:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 13:23:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170869451721770333660',12,'61708694417','31','1.00','30','retail','0','2024-02-23 16:21:17','','','','0','Cash',0.00,'30','','','6','16.00','1','2024-02-23 13:23:31','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('6170869457403202203747',13,'61708694417','33','1.00','10','retail','0','2024-02-23 16:22:40','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-02-23 13:23:31','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','49.00','48','Inclusive','branch','Inventory','','','','',''),('6170869530500233185326',14,'61708694612','4','1.00','150','retail','0','2024-02-23 16:34:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 13:38:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170869532822802322330',15,'61708694612','16','4.00','200','retail','0','2024-02-23 16:35:06','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-23 13:38:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','17.00','13','Inclusive','branch','Inventory','','','','',''),('6170869545929203054532',16,'61708694612','1','2.00','300','retail','0','2024-02-23 16:36:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 13:38:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170869556320523246225',17,'61708695536','33','1.00','10','retail','0','2024-02-23 16:38:56','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-02-23 13:39:28','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','48.00','47','Inclusive','branch','Inventory','','','','',''),('6170869652966237380033',18,'61708695568','1','1.00','150','retail','0','2024-02-23 16:39:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 13:55:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170869659202566026092',19,'61708696536','17','2.00','80','retail','0','2024-02-23 16:55:36','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-02-23 13:57:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','21.00','19','Inclusive','branch','Inventory','','','','',''),('6170869669637622832303',20,'61708696626','4','1.00','150','retail','0','2024-02-23 16:57:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 13:59:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170869670926002062112',21,'61708696626','16','1.00','50','retail','0','2024-02-23 16:58:16','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-23 13:59:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('6170869888943236208030',22,'61708697378','1','1.00','150','retail','0','2024-02-23 17:09:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 14:36:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170869892700090833280',23,'61708697378','35','2.00','10','retail','0','2024-02-23 17:34:49','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-02-23 14:36:02','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','298.00','296','Inclusive','branch','Inventory','','','','',''),('6170869988121320903180',24,'61708698962','1','1.00','150','retail','0','2024-02-23 17:36:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 14:52:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170869990332901200293',25,'61708698962','16','1.00','50','retail','0','2024-02-23 17:51:21','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-23 14:52:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('6170870003063300302020',26,'61708699927','36','1.00','5','retail','0','2024-02-23 17:52:07','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-02-23 14:54:17','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','200.00','199','Inclusive','branch','Inventory','','4000','Asset','',''),('6170870017332323003210',27,'61708700057','23','1.00','80','retail','0','2024-02-23 17:54:17','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-02-23 14:56:21','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','','','','',''),('6170870074920287003032',28,'61708700181','1','1.00','150','retail','0','2024-02-23 17:56:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 15:12:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170870075922303077202',29,'61708700181','16','1.00','50','retail','0','2024-02-23 18:05:49','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-23 15:12:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('6170870111313002160282',30,'61708700181','31','1.00','30','retail','0','2024-02-23 18:11:28','','','','0','Cash',0.00,'30','','','6','16.00','1','2024-02-23 15:12:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('6170870425203752322580',31,'61708701137','1','1.00','150','retail','0','2024-02-23 18:12:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 16:06:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170870426300020307472',32,'61708701137','16','1.00','50','retail','0','2024-02-23 19:04:13','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-23 16:06:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6170870553223372720308',33,'61708704453','1','1.00','150','retail','0','2024-02-23 19:07:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 16:25:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170870564952246910636',34,'61708705556','1','1.00','150','retail','0','2024-02-23 19:25:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 16:27:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170870642303337033620',35,'61708706352','1','1.00','150','retail','0','2024-02-23 19:39:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 16:40:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170870653863447200033',36,'61708706522','4','1.00','150','retail','0','2024-02-23 19:42:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 16:43:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170870655527502333732',37,'61708706522','35','1.00','5','retail','0','2024-02-23 19:42:18','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-02-23 16:43:15','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','296.00','295','Inclusive','branch','Inventory','','','','',''),('6170870662262723723602',38,'61708706595','1','1.00','150','retail','0','2024-02-23 19:43:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 16:44:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170870680020080220723',39,'61708706777','17','2.00','80','retail','0','2024-02-23 19:46:17','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-02-23 16:47:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','19.00','17','Inclusive','branch','Inventory','','','','',''),('6170870694034232012293',40,'61708706855','1','1.00','150','retail','0','2024-02-23 19:47:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 16:49:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170870695700000672937',41,'61708706855','25','1.00','150','retail','0','2024-02-23 19:49:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 16:49:22','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6170870712237232123634',42,'61708706962','1','2.00','300','retail','0','2024-02-23 19:49:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 16:54:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170870851332732727003',43,'61708708102','16','1.00','50','retail','0','2024-02-23 20:14:32','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-23 17:15:57','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6170870883382133362267',44,'61708708102','20','1.00','60','retail','0','2024-02-23 20:20:19','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-02-23 17:20:50','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.00','30','Inclusive','branch','Inventory','','','','',''),('6170870884613333223388',45,'61708708102','33','1.00','10','retail','0','2024-02-23 20:20:33','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-02-23 17:20:50','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','47.00','46','Inclusive','branch','Inventory','','','','',''),('6170870888943937322028',46,'61708708850','4','2.00','300','retail','0','2024-02-23 20:20:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-23 17:21:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','10.00','8','Inclusive','branch','Inventory','','','','',''),('7170870996430027009231',47,'71708709764','1','2.00','300','retail','0','2024-02-23 20:38:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-23 17:41:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','40.00','38','Inclusive','branch','Inventory','','','','',''),('7170871139632306323082',50,'71708711162','1','1.00','150','retail','0','2024-02-23 20:59:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-23 18:03:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','37.00','36','Inclusive','branch','Inventory','','','','',''),('7170871036903206043392',51,'71708710223','1','1.00','150','retail','0','2024-02-23 20:43:43','','','','0','Cash',0.00,'150','','','7','','1','2024-02-23 18:10:46','1','1','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','38.00','37','Inclusive','branch','Inventory','','','','',''),('7170871056302733250000',52,'71708710223','10','0.25','200','retail','0','2024-02-23 20:47:44','','','','0','Cash',0.00,'800','','','7','','1','2024-02-23 18:10:46','1','2','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.25','3','Inclusive','branch','Inventory','','','','',''),('6170871265810241252021',53,'61708712471','20','1.00','60','retail','0','2024-02-23 21:21:11','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-02-23 18:24:32','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','30.00','29','Inclusive','branch','Inventory','','','','',''),('7170871272728078232702',54,'71708712700','17','1.00','40','retail','0','2024-02-23 21:25:00','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-02-23 18:26:50','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('6170876295450220922331',55,'61708762866','1','1.00','150','retail','0','2024-02-24 11:21:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-24 08:42:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.00','35','Inclusive','branch','Inventory','','','','',''),('6170876401708030207271',56,'61708762866','16','4.00','200','retail','0','2024-02-24 11:22:35','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-24 08:42:02','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','10.00','6','Inclusive','branch','Inventory','','','','',''),('6170876965148099502283',57,'61708769623','4','2.00','300','retail','0','2024-02-24 13:13:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-24 10:16:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','8.00','6','Inclusive','branch','Inventory','','','','',''),('6170876968136228328023',58,'61708769623','33','1.00','10','retail','0','2024-02-24 13:14:12','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-02-24 10:16:12','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.00','45','Inclusive','branch','Inventory','','','','',''),('6170876991060332160239',59,'61708769870','1','3.00','450','retail','0','2024-02-24 13:17:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-24 10:26:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','35.00','32','Inclusive','branch','Inventory','','','','',''),('6170877043907277232073',60,'61708770399','4','1.00','150','retail','0','2024-02-24 13:26:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-24 10:28:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6170877053722382373340',61,'61708770484','4','3.00','450','retail','0','2024-02-24 13:28:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-24 10:31:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','5.00','2','Inclusive','branch','Inventory','','','','',''),('6170877055273222602172',62,'61708770484','34','1.00','20','retail','0','2024-02-24 13:28:57','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-02-24 10:31:39','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6170877363473337423264',63,'61708770710','10','0.50','400','retail','0','2024-02-24 13:31:50','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-02-24 11:21:06','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.00','2.5','Inclusive','branch','Inventory','','','','',''),('6170877366223223280604',64,'61708770710','1','1.00','150','retail','0','2024-02-24 14:20:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-24 11:21:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','32.00','31','Inclusive','branch','Inventory','','','','',''),('6170877371832123032637',65,'61708773666','1','3.00','450','retail','0','2024-02-24 14:21:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-24 11:23:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','31.00','28','Inclusive','branch','Inventory','','','','',''),('6170877374322773327372',66,'61708773666','17','2.00','80','retail','0','2024-02-24 14:21:59','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-02-24 11:23:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','16.00','14','Inclusive','branch','Inventory','','','','',''),('6170877376662336307163',67,'61708773666','34','1.00','20','retail','0','2024-02-24 14:22:23','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-02-24 11:23:23','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('6170877567672272633434',68,'61708773804','10','0.25','200','retail','0','2024-02-24 14:23:24','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-02-24 12:00:01','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6170877680482670242274',69,'61708776765','1','1.00','150','retail','0','2024-02-24 15:12:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-24 12:13:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.00','27','Inclusive','branch','Inventory','','','','',''),('6170877685433222874830',70,'61708776824','4','1.00','150','retail','0','2024-02-24 15:13:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-24 12:14:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6170877870823373023322',71,'61708776865','16','2.00','100','retail','0','2024-02-24 15:14:25','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-24 12:51:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','6.00','4','Inclusive','branch','Inventory','','','','',''),('6170877884023723302224',72,'61708776865','17','6.00','240','retail','0','2024-02-24 15:46:56','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-02-24 12:51:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','14.00','8','Inclusive','branch','Inventory','','','','',''),('6170878013867832023320',73,'61708779072','4','2.00','300','retail','0','2024-02-24 15:51:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-24 13:09:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('7170878546826732342580',74,'71708785423','1','1.00','150','retail','0','2024-02-24 17:37:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-24 14:44:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.00','26','Inclusive','branch','Inventory','','','','',''),('7170878584401224873033',75,'71708785423','10','0.25','200','retail','0','2024-02-24 17:38:47','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-02-24 14:44:29','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('7170878594901498020315',76,'71708785916','34','1.00','20','retail','0','2024-02-24 17:45:16','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-02-24 14:46:13','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7170878600903702027200',77,'71708785973','1','1.00','150','retail','0','2024-02-24 17:46:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-24 14:53:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','','','','',''),('7170878602423283323220',78,'71708785973','17','1.00','40','retail','0','2024-02-24 17:46:50','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-02-24 14:53:00','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7170878639668332386309',79,'71708786381','1','1.00','150','retail','0','2024-02-24 17:53:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-24 14:53:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','','','',''),('7170878647738274272208',80,'71708786434','1','1.00','150','retail','0','2024-02-24 17:53:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-24 14:55:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('7170878649834339041372',81,'71708786434','17','2.00','80','retail','0','2024-02-24 17:54:38','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-02-24 14:55:21','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','7.00','5','Inclusive','branch','Inventory','','','','',''),('7170878651733026823772',82,'71708786434','28','1.00','90','retail','0','2024-02-24 17:54:59','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-02-24 14:55:21','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.00','30','Inclusive','branch','Inventory','','','','',''),('7170878756333327237132',83,'71708786522','4','1.00','150','retail','0','2024-02-24 17:55:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-24 15:13:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7170879202932307272200',84,'71708787590','1','2.00','300','retail','0','2024-02-24 18:13:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-24 16:27:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','23.00','21','Inclusive','branch','Inventory','','','','',''),('7170879204340232132247',85,'71708787590','33','1.00','10','retail','0','2024-02-24 19:27:09','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-02-24 16:27:28','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','','','','',''),('6170897083133030060222',86,'61708970803','1','1.00','150','retail','0','2024-02-26 21:06:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-26 18:07:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('6170897086713004332076',87,'61708970849','1','1.00','150','retail','0','2024-02-26 21:07:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-26 18:08:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('6170897090202132034328',88,'61708970890','1','1.00','150','retail','0','2024-02-26 21:08:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-26 18:08:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('6170897095505193302380',89,'61708970938','1','1.00','150','retail','0','2024-02-26 21:08:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-26 18:09:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('6170897103223200373080',90,'61708970982','1','3.00','450','retail','0','2024-02-26 21:09:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-26 18:10:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','17.00','14','Inclusive','branch','Inventory','','','','',''),('6170897106133140932364',91,'61708971035','20','1.00','60','retail','0','2024-02-26 21:10:35','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-02-26 18:11:05','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.00','28','Inclusive','branch','Inventory','','','','',''),('7170902320103372200330',92,'71709023159','1','3.00','450','retail','0','2024-02-27 11:39:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 08:40:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','14.00','11','Inclusive','branch','Inventory','','','','',''),('7170902555802523022522',93,'71709025412','22','1.00','50','retail','0','2024-02-27 12:16:52','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-02-27 09:20:07','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','54.00','53','Inclusive','branch','Inventory','','','','',''),('7170902615202043120303',94,'71709025705','1','2.00','300','retail','0','2024-02-27 12:28:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 09:30:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','11.00','9','Inclusive','branch','Inventory','','','','',''),('7170902997933047200922',95,'71709029654','1','1.00','150','retail','0','2024-02-27 13:27:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 10:36:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('7170903084227288202330',96,'71709030203','1','1.00','150','retail','0','2024-02-27 13:36:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 10:48:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7170903085933123227213',97,'71709030203','31','1.00','30','retail','0','2024-02-27 13:47:23','','','','0','Cash',0.00,'30','','','7','16.00','1','2024-02-27 10:48:05','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('7170903218392103427393',98,'71709030886','4','1.00','150','retail','0','2024-02-27 13:48:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 11:10:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170903251532224037301',99,'71709032478','1','1.00','150','retail','0','2024-02-27 14:15:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 11:15:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7170903256401357220224',100,'71709032555','1','1.00','150','retail','0','2024-02-27 14:15:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 11:16:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('7170903325933435331752',101,'71709033248','22','1.00','50','retail','0','2024-02-27 14:27:28','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-02-27 11:28:41','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','53.00','52','Inclusive','branch','Inventory','','','','',''),('7170903790933900224930',102,'71709037884','22','1.00','50','retail','0','2024-02-27 15:44:44','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-02-27 12:45:13','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','52.00','51','Inclusive','branch','Inventory','','','','',''),('7170903805344533202274',103,'71709038017','1','2.00','300','retail','0','2024-02-27 15:46:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 12:47:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','5.00','3','Inclusive','branch','Inventory','','','','',''),('7170903833803732322390',104,'71709038118','10','0.25','200','retail','0','2024-02-27 15:49:57','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-02-27 12:53:48','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('7170903835608220320632',105,'71709038118','1','1.00','150','retail','0','2024-02-27 15:52:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 12:53:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7170904456822006334330',106,'71709044422','10','0.25','200','retail','0','2024-02-27 17:35:43','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-02-27 14:39:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('7170904465332525316374',107,'71709044422','1','1.00','150','retail','0','2024-02-27 17:36:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 14:39:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7170904467303231132202',108,'71709044422','33','1.00','10','retail','0','2024-02-27 17:37:34','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-02-27 14:39:52','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','','','','',''),('7170905017322343230043',109,'71709047298','1','1.00','150','retail','0','2024-02-27 18:21:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 16:17:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7170905061807225200062',110,'71709047298','10','0.25','200','retail','0','2024-02-27 19:16:03','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-02-27 16:17:53','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('7170905146826133162332',111,'71709050957','1','1.00','150','retail','0','2024-02-27 19:22:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 16:31:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170905152110034344112',112,'71709051508','1','1.00','150','retail','0','2024-02-27 19:31:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 16:32:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170905261502006702077',113,'71709051563','1','1.00','150','retail','0','2024-02-27 19:32:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 16:53:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170905297022020523043',114,'71709052818','1','1.00','150','retail','0','2024-02-27 19:53:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 17:07:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170905319429402321222',115,'71709052818','10','0.50','400','retail','0','2024-02-27 19:56:10','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-02-27 17:07:06','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.25','0.75','Inclusive','branch','Inventory','','','','',''),('7170905483553532330320',116,'71709054788','4','3.00','450','retail','0','2024-02-27 20:26:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 17:28:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','1.00','-2','Inclusive','branch','Inventory','','','','',''),('7170905534530107025533',117,'71709054895','10','0.25','200','retail','0','2024-02-27 20:28:15','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-02-27 17:37:39','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('7170905547005053073042',118,'71709055459','4','1.00','150','retail','0','2024-02-27 20:37:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 17:38:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7170905555520002203300',119,'71709055501','10','0.25','200','retail','0','2024-02-27 20:38:21','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-02-27 17:39:37','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('7170905773420403313307',120,'71709055577','4','1.00','150','retail','0','2024-02-27 21:10:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-27 18:22:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170905837923230322957',121,'71709058362','23','1.00','80','retail','0','2024-02-27 21:26:02','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-02-27 18:28:19','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','','','','',''),('6170910938223227623213',122,'61709108452','4','1.00','150','retail','0','2024-02-28 11:20:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 08:38:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170910941306042293040',123,'61709108452','10','0.25','200','retail','0','2024-02-28 11:36:23','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-02-28 08:38:34','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6170910942932903206339',124,'61709108452','23','1.00','80','retail','0','2024-02-28 11:36:54','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-02-28 08:38:34','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','','','','',''),('6170911100909106769112',125,'61709109515','1','3.00','450','retail','0','2024-02-28 11:38:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 09:23:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6170911103320612369367',126,'61709109515','28','2.00','180','retail','0','2024-02-28 12:03:29','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-02-28 09:23:00','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','30.00','28','Inclusive','branch','Inventory','','','','',''),('6170911104930206033302',127,'61709109515','23','1.00','80','retail','0','2024-02-28 12:03:54','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-02-28 09:23:00','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','42.00','41','Inclusive','branch','Inventory','','','','',''),('6170911220822219992303',128,'61709112181','4','2.00','300','retail','0','2024-02-28 12:23:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 09:24:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170911222026320249733',129,'61709112181','1','1.00','150','retail','0','2024-02-28 12:23:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 09:24:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170911246060373603216',130,'61709112432','10','0.25','200','retail','0','2024-02-28 12:27:12','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-02-28 09:28:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6170911255050211332223',131,'61709112483','4','2.00','300','retail','0','2024-02-28 12:28:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 09:29:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170911532403330034722',132,'61709113402','4','1.00','150','retail','0','2024-02-28 12:43:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 10:16:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170911605830302332111',133,'61709116047','1','1.00','150','retail','0','2024-02-28 13:27:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 10:27:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170911657503123033333',134,'61709116067','1','1.00','150','retail','0','2024-02-28 13:27:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 10:37:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170911913743310713332',135,'61709116623','1','1.00','150','retail','0','2024-02-28 13:37:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 11:23:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170912078743733203280',136,'61709119430','4','1.00','150','retail','0','2024-02-28 14:23:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 11:46:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170912146323003312200',137,'61709121445','1','2.00','300','retail','0','2024-02-28 14:57:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 11:57:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170912148822263330227',138,'61709121470','1','1.00','150','retail','0','2024-02-28 14:57:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 12:01:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170912153230000526902',139,'61709121470','10','0.25','200','retail','0','2024-02-28 14:58:08','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-02-28 12:01:08','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('6170912160704207317007',140,'61709121470','20','1.00','60','retail','0','2024-02-28 14:59:29','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-02-28 12:01:08','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.00','27','Inclusive','branch','Inventory','','','','',''),('6170912162602302362162',141,'61709121470','33','1.00','10','retail','0','2024-02-28 15:00:07','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-02-28 12:01:08','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','','','','',''),('6170912170531323526303',142,'61709121669','4','1.00','150','retail','0','2024-02-28 15:01:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 12:02:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170912172832733932333',143,'61709121669','4','1.00','150','retail','0','2024-02-28 15:01:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 12:02:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170912174121726322262',144,'61709121669','33','1.00','10','retail','0','2024-02-28 15:02:09','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-02-28 12:02:48','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','42.00','41','Inclusive','branch','Inventory','','','','',''),('6170912184113002162292',145,'61709121826','1','1.00','150','retail','0','2024-02-28 15:03:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 12:04:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170912190829713103309',146,'61709121891','1','1.00','150','retail','0','2024-02-28 15:04:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 12:07:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170912233474302002024',147,'61709122316','22','1.00','50','retail','0','2024-02-28 15:11:56','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-28 12:12:49','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','51.00','50','Inclusive','branch','Inventory','','','','',''),('6170912479602032003123',148,'61709123377','1','1.00','150','retail','0','2024-02-28 15:29:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 12:55:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170912480533002082230',149,'61709123377','33','1.00','10','retail','0','2024-02-28 15:53:17','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-02-28 12:55:16','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','41.00','40','Inclusive','branch','Inventory','','','','',''),('6170912766464226124310',150,'61709126960','1','1.00','150','retail','0','2024-02-28 16:29:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 13:41:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170912861702730402208',151,'61709128600','4','2.00','300','retail','0','2024-02-28 16:56:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 13:57:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','12.00','10','Inclusive','branch','Inventory','','','','',''),('6170912863230336221136',152,'61709128600','16','3.00','150','retail','0','2024-02-28 16:56:57','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-28 13:57:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','312.00','309','Inclusive','branch','Inventory','','','','',''),('6170912923222230322923',153,'61709129220','1','1.00','150','retail','0','2024-02-28 17:07:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 14:08:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170913169313233233900',154,'61709131615','10','1.00','800','retail','0','2024-02-28 17:46:55','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-02-28 14:53:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6170913171460213736122',155,'61709131615','3','2.00','300','retail','0','2024-02-28 17:48:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 14:53:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170913173830103163402',156,'61709131615','16','4.00','200','retail','0','2024-02-28 17:48:34','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-28 14:53:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','309.00','305','Inclusive','branch','Inventory','','','','',''),('6170913175310731907012',157,'61709131615','36','2.00','10','retail','0','2024-02-28 17:48:59','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-02-28 14:53:12','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','199.00','197','Inclusive','branch','Inventory','','4000','Asset','',''),('6170913177549011702293',158,'61709131615','33','2.00','20','retail','0','2024-02-28 17:49:14','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-02-28 14:53:12','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','40.00','38','Inclusive','branch','Inventory','','','','',''),('6170913202126040424230',159,'61709131992','10','0.50','400','retail','0','2024-02-28 17:53:12','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-02-28 14:54:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.00','0.5','Inclusive','branch','Inventory','','','','',''),('6170913203191303330303',160,'61709131992','33','1.00','10','retail','0','2024-02-28 17:53:42','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-02-28 14:54:30','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','38.00','37','Inclusive','branch','Inventory','','','','',''),('6170913204620243426323',161,'61709131992','36','2.00','10','retail','0','2024-02-28 17:53:51','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-02-28 14:54:30','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','197.00','195','Inclusive','branch','Inventory','','4000','Asset','',''),('6170913208832223323334',162,'61709132070','4','1.00','150','retail','0','2024-02-28 17:54:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 14:55:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6170913209802333347901',163,'61709132070','1','1.00','150','retail','0','2024-02-28 17:54:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 14:55:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170913210830224732412',164,'61709132070','16','1.00','50','retail','0','2024-02-28 17:54:59','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-28 14:55:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','305.00','304','Inclusive','branch','Inventory','','','','',''),('6170913221020123263323',165,'61709132196','1','2.00','300','retail','0','2024-02-28 17:56:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 14:57:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170913224824170332232',166,'61709132231','1','1.00','150','retail','0','2024-02-28 17:57:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 14:58:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170913489232120344303',167,'61709134883','1','1.00','150','retail','0','2024-02-28 18:41:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 15:42:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170913490333323020222',168,'61709134883','22','1.00','50','retail','0','2024-02-28 18:41:33','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-28 15:42:28','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','50.00','49','Inclusive','branch','Inventory','','','','',''),('6170913491422630092220',169,'61709134883','35','1.00','5','retail','0','2024-02-28 18:41:43','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-02-28 15:42:28','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','295.00','294','Inclusive','branch','Inventory','','','','',''),('6170913510633600007331',170,'61709135094','2','2.00','300','retail','0','2024-02-28 18:44:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 15:45:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6170913562501205036337',171,'61709135114','10','0.50','400','retail','0','2024-02-28 18:45:14','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-02-28 15:54:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.50','0','Inclusive','branch','Inventory','','','','',''),('6170913563913322349463',172,'61709135114','1','2.00','300','retail','0','2024-02-28 18:53:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 15:54:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170913702836732322381',173,'61709135643','1','1.00','150','retail','0','2024-02-28 18:54:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 16:18:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170913705133230210230',174,'61709135643','16','3.00','150','retail','0','2024-02-28 19:17:08','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-28 16:18:00','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','304.00','301','Inclusive','branch','Inventory','','','','',''),('6170913770320423220732',175,'61709137667','1','1.00','150','retail','0','2024-02-28 19:27:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 16:30:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170913775552610274333',176,'61709137667','4','1.00','150','retail','0','2024-02-28 19:28:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 16:30:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6170913779434303720301',177,'61709137667','17','2.00','80','retail','0','2024-02-28 19:29:15','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-02-28 16:30:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','115.00','113','Inclusive','branch','Inventory','','','','',''),('6170913781630003737400',178,'61709137667','22','1.00','50','retail','0','2024-02-28 19:29:55','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-28 16:30:54','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','49.00','48','Inclusive','branch','Inventory','','','','',''),('6170913800362320926047',179,'61709137947','4','2.00','300','retail','0','2024-02-28 19:32:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 16:33:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','8.00','6','Inclusive','branch','Inventory','','','','',''),('6170913801422380820331',180,'61709137947','20','1.00','60','retail','0','2024-02-28 19:33:23','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-02-28 16:33:55','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.00','26','Inclusive','branch','Inventory','','','','',''),('6170913810310311333411',181,'61709138078','3','1.00','150','retail','0','2024-02-28 19:34:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 16:35:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170913892323033209002',182,'61709138905','3','2.00','300','retail','0','2024-02-28 19:48:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 16:48:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170913953803978023233',183,'61709138928','2','1.00','150','retail','0','2024-02-28 19:58:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 17:01:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6170913971634271093201',184,'61709139708','3','1.00','150','retail','0','2024-02-28 20:01:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 17:02:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170913972503077033233',185,'61709139708','17','1.00','40','retail','0','2024-02-28 20:01:56','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-02-28 17:02:24','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','113.00','112','Inclusive','branch','Inventory','','','','',''),('6170913978223030102320',186,'61709139745','4','1.00','150','retail','0','2024-02-28 20:02:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 17:03:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6170913992230922922263',187,'61709139814','20','1.00','60','retail','0','2024-02-28 20:03:34','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-02-28 17:05:52','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','','','','',''),('6170914020032029000223',188,'61709139952','3','1.00','150','retail','0','2024-02-28 20:05:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 17:10:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170914021122132110021',189,'61709139952','3','1.00','150','retail','0','2024-02-28 20:10:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 17:10:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170914347732323403733',190,'61709143445','1','1.00','150','retail','0','2024-02-28 21:04:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 18:05:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170914349626093306342',191,'61709143445','17','2.00','80','retail','0','2024-02-28 21:04:37','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-02-28 18:05:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','112.00','110','Inclusive','branch','Inventory','','','','',''),('6170914357633727343332',192,'61709143523','1','1.00','150','retail','0','2024-02-28 21:05:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 18:06:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170914366416273362031',193,'61709143654','17','1.00','40','retail','0','2024-02-28 21:07:34','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-02-28 18:07:53','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','110.00','109','Inclusive','branch','Inventory','','','','',''),('6170914433972463002233',194,'61709143803','1','2.00','300','retail','0','2024-02-28 21:10:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-28 18:20:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170914436723264340721',195,'61709143803','33','1.00','10','retail','0','2024-02-28 21:18:59','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-02-28 18:20:12','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','37.00','36','Inclusive','branch','Inventory','','','','',''),('6170914482520336243102',196,'61709144814','17','1.00','40','retail','0','2024-02-28 21:26:54','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-02-28 18:27:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','109.00','108','Inclusive','branch','Inventory','','','','',''),('6170919253999232033093',197,'61709192513','3','1.00','150','retail','0','2024-02-29 10:41:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 07:45:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170920191203102991423',198,'61709201896','2','1.00','150','retail','0','2024-02-29 13:18:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 10:20:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6170920193720303130003',199,'61709201896','2','1.00','150','retail','0','2024-02-29 13:18:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 10:20:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6170920196421029920332',200,'61709201896','3','2.00','300','retail','0','2024-02-29 13:18:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 10:20:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170920199729200240229',201,'61709201896','2','3.00','450','retail','0','2024-02-29 13:19:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 10:20:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6170920206190060102102',202,'61709202029','1','1.00','150','retail','0','2024-02-29 13:20:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 10:21:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170920223794630733732',203,'61709202103','4','1.00','150','retail','0','2024-02-29 13:21:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 10:24:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6170920319732002330602',204,'61709203175','17','2.00','80','retail','0','2024-02-29 13:39:35','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-02-29 10:40:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','108.00','106','Inclusive','branch','Inventory','','','','',''),('6170920324803631920032',205,'61709203217','1','4.00','600','retail','0','2024-02-29 13:40:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 10:41:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6170920328131302220132',206,'61709203263','31','1.00','30','retail','0','2024-02-29 13:41:03','','','','0','Cash',0.00,'30','','','6','16.00','1','2024-02-29 10:42:20','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('6170920329402303002229',207,'61709203263','33','1.00','10','retail','0','2024-02-29 13:41:21','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-02-29 10:42:20','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.00','35','Inclusive','branch','Inventory','','','','',''),('6170920337332373332320',208,'61709203341','4','2.00','300','retail','0','2024-02-29 13:42:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 10:43:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.00','2','Inclusive','branch','Inventory','','','','',''),('6170920393232223023333',209,'61709203804','1','1.00','150','retail','0','2024-02-29 13:50:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 11:18:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170920550230933020000',210,'61709203804','16','1.00','50','retail','0','2024-02-29 13:52:13','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-29 11:18:25','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','301.00','300','Inclusive','branch','Inventory','','','','',''),('6170920614721021120332',211,'61709206132','3','4.00','600','retail','0','2024-02-29 14:28:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 11:29:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6170920616323626242726',212,'61709206132','16','4.00','200','retail','0','2024-02-29 14:29:08','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-29 11:29:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','300.00','296','Inclusive','branch','Inventory','','','','',''),('6170920621142033122220',213,'61709206185','2','2.00','300','retail','0','2024-02-29 14:29:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 11:30:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6170920627120223230622',214,'61709206231','1','2.00','300','retail','0','2024-02-29 14:30:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 11:31:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170920631803690234323',215,'61709206298','4','2.00','300','retail','0','2024-02-29 14:31:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 11:32:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.00','0','Inclusive','branch','Inventory','','','','',''),('6170920727722732023327',216,'61709207234','1','1.00','150','retail','0','2024-02-29 14:47:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 11:48:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170920732224261600332',217,'61709207301','16','2.00','100','retail','0','2024-02-29 14:48:21','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-29 11:49:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','296.00','294','Inclusive','branch','Inventory','','','','',''),('6170920736424403200302',218,'61709207347','16','1.00','50','retail','0','2024-02-29 14:49:07','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-29 11:52:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','294.00','293','Inclusive','branch','Inventory','','','','',''),('6170920738833733732000',219,'61709207347','1','1.00','150','retail','0','2024-02-29 14:49:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 11:52:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170920755703433500369',220,'61709207347','22','1.00','50','retail','0','2024-02-29 14:49:49','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-29 11:52:47','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','48.00','47','Inclusive','branch','Inventory','','','','',''),('6170920769537723302229',221,'61709207567','1','2.00','300','retail','0','2024-02-29 14:52:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 11:55:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170920771427292722222',222,'61709207567','20','1.00','60','retail','0','2024-02-29 14:54:56','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-02-29 11:55:29','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','','','',''),('6170920772423309277422',223,'61709207567','33','1.00','10','retail','0','2024-02-29 14:55:14','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-02-29 11:55:29','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','35.00','34','Inclusive','branch','Inventory','','','','',''),('6170920832782302233202',224,'61709208305','16','3.00','150','retail','0','2024-02-29 15:05:05','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-29 12:05:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','293.00','290','Inclusive','branch','Inventory','','','','',''),('6170920944223003297392',225,'61709208331','5','1.00','150','retail','0','2024-02-29 15:05:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 12:24:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170920945936933260320',226,'61709208331','1','1.00','150','retail','0','2024-02-29 15:24:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 12:24:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170921014220011209342',227,'61709209461','3','1.00','150','retail','0','2024-02-29 15:24:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 12:36:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170921017930002137234',228,'61709210160','1','1.00','150','retail','0','2024-02-29 15:36:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 12:36:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170921022473222222133',229,'61709210197','1','1.00','150','retail','0','2024-02-29 15:36:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 12:37:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170921058710226008022',230,'61709210569','1','1.00','150','retail','0','2024-02-29 15:42:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 12:43:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170921198301112026230',231,'61709211962','3','3.00','450','retail','0','2024-02-29 16:06:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 13:11:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6170921241446072220242',232,'61709212276','1','1.00','150','retail','0','2024-02-29 16:13:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 13:13:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170921242212132323032',233,'61709212276','35','1.00','5','retail','0','2024-02-29 16:13:34','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-02-29 13:13:46','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','294.00','293','Inclusive','branch','Inventory','','','','',''),('6170921243537262100312',234,'61709212426','3','1.00','150','retail','0','2024-02-29 16:13:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 13:17:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170921244324370042234',235,'61709212426','16','1.00','50','retail','0','2024-02-29 16:13:56','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-29 13:17:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','290.00','289','Inclusive','branch','Inventory','','','','',''),('6170921375873002773202',236,'61709212667','3','1.00','150','retail','0','2024-02-29 16:17:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 13:38:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170921377371293222232',237,'61709212667','17','1.00','40','retail','0','2024-02-29 16:35:59','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-02-29 13:38:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','106.00','105','Inclusive','branch','Inventory','','','','',''),('6170921397023333033702',238,'61709213898','22','1.00','50','retail','0','2024-02-29 16:38:18','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-29 13:39:44','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','47.00','46','Inclusive','branch','Inventory','','','','',''),('6170921798500070091201',239,'61709217975','1','1.00','150','retail','0','2024-02-29 17:46:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 14:47:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170921818670239312261',240,'61709218169','23','1.00','80','retail','0','2024-02-29 17:49:29','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-02-29 14:50:39','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','41.00','40','Inclusive','branch','Inventory','','','','',''),('6170921843573332330347',241,'61709218240','3','1.00','150','retail','0','2024-02-29 17:50:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 14:54:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170922206923023236232',242,'61709222056','16','1.00','50','retail','0','2024-02-29 18:54:16','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-29 15:54:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','289.00','288','Inclusive','branch','Inventory','','','','',''),('6170922216022232230022',243,'61709222144','16','1.00','50','retail','0','2024-02-29 18:55:44','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-02-29 15:56:05','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','288.00','287','Inclusive','branch','Inventory','','','','',''),('6170922457372023032044',244,'61709224555','1','5.00','750','retail','0','2024-02-29 19:35:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-02-29 16:36:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('7170922546404237370422',245,'71709225442','1','1.00','150','retail','0','2024-02-29 19:50:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-29 16:51:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170922551222030030333',246,'71709225496','1','1.00','150','retail','0','2024-02-29 19:51:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-29 16:52:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170922557423330232339',247,'71709225546','1','1.00','150','retail','0','2024-02-29 19:52:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-29 16:54:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170922559303033325203',248,'71709225546','16','2.00','100','retail','0','2024-02-29 19:52:54','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-02-29 16:54:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','287.00','285','Inclusive','branch','Inventory','','','','',''),('7170922571713277002003',249,'71709225657','1','1.00','150','retail','0','2024-02-29 19:54:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-29 16:56:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170922582532287222830',250,'71709225806','1','2.00','300','retail','0','2024-02-29 19:56:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-29 16:59:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7170922585431302333043',251,'71709225806','35','3.00','15','retail','0','2024-02-29 19:57:05','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-02-29 16:59:03','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','293.00','290','Inclusive','branch','Inventory','','','','',''),('7170922592337233293237',252,'71709225806','16','1.00','50','retail','0','2024-02-29 19:58:04','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-02-29 16:59:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','285.00','284','Inclusive','branch','Inventory','','','','',''),('7170922690923202339230',253,'71709226892','1','1.00','150','retail','0','2024-02-29 20:14:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-02-29 17:18:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170922696222322216332',254,'71709226892','17','1.00','40','retail','0','2024-02-29 20:15:30','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-02-29 17:18:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','105.00','104','Inclusive','branch','Inventory','','','','',''),('7170922703627333223023',255,'71709226892','20','1.00','60','retail','0','2024-02-29 20:16:03','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-02-29 17:18:49','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('6170928633022433300023',256,'61709286319','3','1.00','150','retail','0','2024-03-01 12:45:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 09:46:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170928633920234296221',257,'61709286319','33','1.00','10','retail','0','2024-03-01 12:45:30','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-03-01 09:46:15','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','34.00','33','Inclusive','branch','Inventory','','','','',''),('6170928638907238323222',258,'61709286375','16','1.00','50','retail','0','2024-03-01 12:46:15','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-01 09:46:52','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','284.00','283','Inclusive','branch','Inventory','','','','',''),('6170928651821722132330',259,'61709286412','3','1.00','150','retail','0','2024-03-01 12:46:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 09:48:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170928653431330633230',260,'61709286412','1','3.00','450','retail','0','2024-03-01 12:48:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 09:48:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6170928686362263336672',261,'61709286853','22','1.00','50','retail','0','2024-03-01 12:54:13','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-01 09:54:48','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.00','45','Inclusive','branch','Inventory','','','','',''),('6170928816523362002238',262,'61709286888','1','1.00','150','retail','0','2024-03-01 12:54:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 10:16:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170928862200932333333',263,'61709288606','2','2.00','300','retail','0','2024-03-01 13:23:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 10:24:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6170928863623004336380',264,'61709288606','33','1.00','10','retail','0','2024-03-01 13:23:43','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-03-01 10:24:45','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','33.00','32','Inclusive','branch','Inventory','','','','',''),('6170928865922902978328',265,'61709288606','2','1.00','150','retail','0','2024-03-01 13:23:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 10:24:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6170928971677630027013',266,'61709289699','1','1.00','150','retail','0','2024-03-01 13:41:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 10:43:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170928974502373043239',267,'61709289699','16','2.00','100','retail','0','2024-03-01 13:41:56','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-01 10:43:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','283.00','281','Inclusive','branch','Inventory','','','','',''),('6170928975572220112323',268,'61709289699','20','1.00','60','retail','0','2024-03-01 13:42:25','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-01 10:43:19','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('6170929165243130039223',269,'61709290552','16','3.00','150','retail','0','2024-03-01 13:55:52','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-01 11:18:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','281.00','278','Inclusive','branch','Inventory','','','','',''),('6170929168520433223221',270,'61709290552','17','2.00','80','retail','0','2024-03-01 14:14:12','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-01 11:18:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','104.00','102','Inclusive','branch','Inventory','','','','',''),('6170929193630030227933',271,'61709291916','3','1.00','150','retail','0','2024-03-01 14:18:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 11:19:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170929336333703323223',272,'61709293274','2','2.00','300','retail','0','2024-03-01 14:41:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 11:45:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6170929439922933203332',273,'61709293502','1','2.00','300','retail','0','2024-03-01 14:45:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 12:00:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170929501732022025022',274,'61709295000','1','1.00','150','retail','0','2024-03-01 15:10:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 12:13:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170929590227392072902',275,'61709295202','3','1.00','150','retail','0','2024-03-01 15:13:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 12:25:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170929591103252930232',276,'61709295202','16','1.00','50','retail','0','2024-03-01 15:25:03','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-01 12:25:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','278.00','277','Inclusive','branch','Inventory','','','','',''),('6170929595129200504032',277,'61709295933','1','1.00','150','retail','0','2024-03-01 15:25:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 12:26:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170929780570239392258',278,'61709295962','1','1.00','150','retail','0','2024-03-01 15:26:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 12:57:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170929871629303130093',279,'61709297823','1','2.00','300','retail','0','2024-03-01 15:57:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 13:12:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170930682523322695073',280,'61709306801','22','1.00','50','retail','0','2024-03-01 18:26:41','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-01 15:28:09','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','','','','',''),('6170930685632232332336',281,'61709306801','17','1.00','40','retail','0','2024-03-01 18:27:07','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-01 15:28:09','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','102.00','101','Inclusive','branch','Inventory','','','','',''),('6170930690933020323092',282,'61709306890','17','1.00','40','retail','0','2024-03-01 18:28:10','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-01 15:28:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','101.00','100','Inclusive','branch','Inventory','','','','',''),('6170930696436726032326',283,'61709306930','1','1.00','150','retail','0','2024-03-01 18:28:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 15:30:35','1','1','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','0.00','0','Inclusive','branch','Inventory','','','','',''),('6170930702131233337103',284,'61709306930','1','2.00','300','retail','0','2024-03-01 18:29:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 15:30:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170930705337027323093',285,'61709307035','34','1.00','20','retail','0','2024-03-01 18:30:35','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-03-01 15:31:20','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6170930745494650735432',286,'61709307445','3','1.00','150','retail','0','2024-03-01 18:37:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 15:38:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170930955922593901334',287,'61709307532','1','1.00','150','retail','0','2024-03-01 18:38:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 16:13:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170930957062661293200',288,'61709307532','22','1.00','50','retail','0','2024-03-01 19:12:40','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-01 16:13:26','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','','','','',''),('6170930964290302332232',289,'61709309606','5','2.00','300','retail','0','2024-03-01 19:13:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-01 16:15:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170930966532239303322',290,'61709309606','17','2.00','80','retail','0','2024-03-01 19:14:02','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-01 16:15:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','100.00','98','Inclusive','branch','Inventory','','','','',''),('6170931186535105223507',291,'61709309739','22','1.00','50','retail','0','2024-03-01 19:15:39','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-01 16:51:38','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','','','','',''),('6170938782532303333300',292,'61709387810','4','2.00','300','retail','0','2024-03-02 16:56:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-02 13:57:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6170938812023072283470',293,'61709387839','1','4.00','600','retail','0','2024-03-02 16:57:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-02 14:15:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','1.00','-3','Inclusive','branch','Inventory','','','','',''),('6170938892333232232813',294,'61709387839','10','1.00','800','retail','0','2024-03-02 17:15:08','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-02 14:15:55','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.50','2.5','Inclusive','branch','Inventory','','','','',''),('6170938901423303233233',295,'61709388955','1','2.00','300','retail','0','2024-03-02 17:15:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-02 14:17:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('6170939023726203073343',296,'61709389146','3','1.00','150','retail','0','2024-03-02 17:19:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-02 14:41:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170939046622320233233',297,'61709389146','10','0.25','200','retail','0','2024-03-02 17:40:15','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-02 14:41:23','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6170939049194911243672',298,'61709390483','1','1.00','150','retail','0','2024-03-02 17:41:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-02 14:42:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6170939146730632230021',299,'61709390647','1','1.00','150','retail','0','2024-03-02 17:44:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-02 14:58:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170939148519303700220',300,'61709390647','35','2.00','10','retail','0','2024-03-02 17:57:47','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-02 14:58:12','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','290.00','288','Inclusive','branch','Inventory','','','','',''),('6170939260113333633373',301,'61709392586','1','1.00','150','retail','0','2024-03-02 18:16:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-02 15:17:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170939346721923213423',302,'61709392650','1','1.00','150','retail','0','2024-03-02 18:17:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-02 15:35:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170939348533232322283',303,'61709392650','10','0.25','200','retail','0','2024-03-02 18:31:07','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-02 15:35:59','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('6170939372823033873002',304,'61709392650','33','1.00','10','retail','0','2024-03-02 18:31:25','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-03-02 15:35:59','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','32.00','31','Inclusive','branch','Inventory','','','','',''),('6170939377830362203324',305,'61709393760','1','1.00','150','retail','0','2024-03-02 18:36:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-02 15:36:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6170939378727330072339',306,'61709393760','22','1.00','50','retail','0','2024-03-02 18:36:19','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-02 15:36:45','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','42.00','41','Inclusive','branch','Inventory','','','','',''),('6170939534293022793032',307,'61709395330','1','2.00','300','retail','0','2024-03-02 19:02:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-02 16:02:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','12.00','10','Inclusive','branch','Inventory','','','','',''),('6170939650322096296033',308,'61709395368','1','2.00','300','retail','0','2024-03-02 19:02:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-02 16:21:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','10.00','8','Inclusive','branch','Inventory','','','','',''),('6170939699434737730306',309,'61709396505','1','1.00','150','retail','0','2024-03-02 19:21:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-02 16:29:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('6170939736833242032643',310,'61709396996','1','1.00','150','retail','0','2024-03-02 19:29:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-02 16:37:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('6170939862389942332000',311,'61709398598','1','1.00','150','retail','0','2024-03-02 19:56:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-02 16:57:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6170939866002132669723',312,'61709398647','35','1.00','5','retail','0','2024-03-02 19:57:27','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-02 16:57:55','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','288.00','287','Inclusive','branch','Inventory','','','','',''),('6170939867137267060033',313,'61709398647','36','1.00','5','retail','0','2024-03-02 19:57:40','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-02 16:57:55','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','195.00','194','Inclusive','branch','Inventory','','4000','Asset','',''),('6170939974559940305372',314,'61709398675','10','0.25','200','retail','0','2024-03-02 19:57:55','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-02 17:16:33','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('6170939975830243100163',315,'61709398675','1','1.00','150','retail','0','2024-03-02 20:15:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-02 17:16:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6170939981432072332321',316,'61709399793','10','0.25','200','retail','0','2024-03-02 20:16:33','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-02 17:17:21','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('7170962419539321201530',317,'71709624153','16','4.00','200','retail','0','2024-03-05 10:35:53','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-05 07:38:09','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','277.00','273','Inclusive','branch','Inventory','','','','',''),('7170962420503324931263',318,'71709624153','3','1.00','150','retail','0','2024-03-05 10:36:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 07:38:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170962424264046611322',319,'71709624153','2','1.00','150','retail','0','2024-03-05 10:36:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 07:38:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7170963045830243100173',320,'71709630442','1','1.00','150','retail','0','2024-03-05 12:20:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 09:21:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7170963049347033322272',321,'71709630473','17','2.00','80','retail','0','2024-03-05 12:21:13','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-05 09:21:36','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','98.00','96','Inclusive','branch','Inventory','','','','',''),('7170963072505776027022',322,'71709630707','16','6.00','300','retail','0','2024-03-05 12:25:07','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-05 09:26:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','273.00','267','Inclusive','branch','Inventory','','','','',''),('7170963122470239332642',323,'71709630788','2','1.00','150','retail','0','2024-03-05 12:26:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 09:34:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7170963125300236322233',324,'71709630788','16','2.00','100','retail','0','2024-03-05 12:33:44','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-05 09:34:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','267.00','265','Inclusive','branch','Inventory','','','','',''),('7170963129532232973422',325,'71709631268','2','1.00','150','retail','0','2024-03-05 12:34:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 09:35:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7170963170413247701733',326,'71709631695','1','1.00','150','retail','0','2024-03-05 12:41:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 09:42:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7170963336023137430209',327,'71709633352','3','1.00','150','retail','0','2024-03-05 13:09:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 10:09:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170963568523303333532',328,'71709633386','1','1.00','150','retail','0','2024-03-05 13:09:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 10:49:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7170963572830012457572',329,'71709633386','16','2.00','100','retail','0','2024-03-05 13:48:06','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-05 10:49:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','265.00','263','Inclusive','branch','Inventory','','','','',''),('7170963574233933402533',330,'71709633386','22','1.00','50','retail','0','2024-03-05 13:48:48','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-05 10:49:55','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','41.00','40','Inclusive','branch','Inventory','','','','',''),('7170963906602262906330',331,'71709639055','5','1.00','150','retail','0','2024-03-05 14:44:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 11:44:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170963958923402279320',332,'71709639088','3','1.00','150','retail','0','2024-03-05 14:44:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 11:53:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170964038830022240209',333,'71709639610','1','1.00','150','retail','0','2024-03-05 14:53:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 12:16:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7170964039600240334342',334,'71709639610','17','1.00','40','retail','0','2024-03-05 15:06:28','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-05 12:16:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','','','','',''),('7170964040361122334333',335,'71709639610','16','1.00','50','retail','0','2024-03-05 15:06:36','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-05 12:16:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','263.00','262','Inclusive','branch','Inventory','','','','',''),('7170964228940220712622',336,'71709640987','1','1.00','150','retail','0','2024-03-05 15:16:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 12:46:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170964329392223032039',337,'71709642780','3','1.00','150','retail','0','2024-03-05 15:46:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 13:00:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170964330000003423301',338,'71709642780','5','1.00','150','retail','0','2024-03-05 15:54:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 13:00:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170964363303403767033',339,'71709642780','16','2.00','100','retail','0','2024-03-05 16:00:18','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-05 13:00:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','262.00','260','Inclusive','branch','Inventory','','','','',''),('7170964692032300329323',340,'71709646901','2','2.00','300','retail','0','2024-03-05 16:55:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 13:55:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7170964868582328634243',341,'71709646946','4','1.00','150','retail','0','2024-03-05 16:55:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 14:25:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170964870640364233206',342,'71709646946','3','1.00','150','retail','0','2024-03-05 17:24:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 14:25:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7170964871503975023233',343,'71709646946','2','1.00','150','retail','0','2024-03-05 17:25:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 14:25:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7170964873333703302703',344,'71709646946','16','2.00','100','retail','0','2024-03-05 17:25:15','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-05 14:25:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','260.00','258','Inclusive','branch','Inventory','','','','',''),('7170964874903607232002',345,'71709648743','1','1.00','150','retail','0','2024-03-05 17:25:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-05 14:26:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171032686929323330366',346,'61710326810','10','0.25','200','retail','0','2024-03-13 13:46:50','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-13 10:48:43','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171032688426326318203',347,'61710326810','1','1.00','150','retail','0','2024-03-13 13:47:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 10:48:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6171032695550030227235',348,'61710326923','1','2.00','300','retail','0','2024-03-13 13:48:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 10:49:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','9.00','7','Inclusive','branch','Inventory','','','','',''),('6171032697392649232347',349,'61710326923','10','0.50','400','retail','0','2024-03-13 13:49:16','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-13 10:49:59','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.25','0.75','Inclusive','branch','Inventory','','','','',''),('6171032701362203171021',350,'61710326999','1','1.00','150','retail','0','2024-03-13 13:49:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 10:50:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('6171032706000330130263',351,'61710327039','20','1.00','60','retail','0','2024-03-13 13:50:39','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-13 10:51:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('6171032709733321040031',352,'61710327077','1','1.00','150','retail','0','2024-03-13 13:51:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 10:51:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6171032711631232112213',353,'61710327077','31','1.00','30','retail','0','2024-03-13 13:51:38','','','','0','Cash',0.00,'30','','','6','16.00','1','2024-03-13 10:51:59','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('6171033124820332230323',354,'61710327077','3','1.00','150','retail','0','2024-03-13 13:58:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 12:01:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171033129722332213030',355,'61710331267','2','2.00','300','retail','0','2024-03-13 15:01:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 12:02:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171033286732233133638',356,'61710332841','4','2.00','300','retail','0','2024-03-13 15:27:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 12:28:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171033288933224393620',357,'61710332841','35','2.00','10','retail','0','2024-03-13 15:27:48','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-13 12:28:33','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','286.00','284','Inclusive','branch','Inventory','','','','',''),('6171033293600033220162',358,'61710332914','1','1.00','150','retail','0','2024-03-13 15:28:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 12:29:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6171033295767373503215',359,'61710332914','10','0.25','200','retail','0','2024-03-13 15:28:57','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-13 12:29:42','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('6171033314533243333300',360,'61710333131','31','1.00','30','retail','0','2024-03-13 15:32:11','','','','0','Cash',0.00,'30','','','6','16.00','1','2024-03-13 12:32:39','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('6171033315710235222300',361,'61710333131','1','1.00','150','retail','0','2024-03-13 15:32:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 12:32:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171033319033600013331',362,'61710333172','10','0.50','400','retail','0','2024-03-13 15:32:52','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-13 12:33:21','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.50','0','Inclusive','branch','Inventory','','','','',''),('6171033319822239232303',363,'61710333172','1','1.00','150','retail','0','2024-03-13 15:33:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 12:33:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6171033454224243621022',364,'61710334524','10','0.25','200','retail','0','2024-03-13 15:55:24','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-13 12:56:22','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6171033469632332303222',365,'61710334685','1','1.00','150','retail','0','2024-03-13 15:58:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 12:58:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171033694513232232035',366,'61710336935','1','1.00','150','retail','0','2024-03-13 16:35:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 13:36:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171033699830393033711',367,'61710336983','4','2.00','300','retail','0','2024-03-13 16:36:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 13:36:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171033839933323020222',368,'61710337015','2','1.00','150','retail','0','2024-03-13 16:36:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 14:01:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171033840820783232033',369,'61710337015','3','1.00','150','retail','0','2024-03-13 17:00:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 14:01:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171033873533143022850',370,'61710338723','1','1.00','150','retail','0','2024-03-13 17:05:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 14:06:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('6171034415720233142423',371,'61710341891','23','2.00','160','retail','0','2024-03-13 17:58:11','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-03-13 15:36:30','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','40.00','38','Inclusive','branch','Inventory','','','','',''),('6171034416732336602022',372,'61710341891','1','1.00','150','retail','0','2024-03-13 18:35:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 15:36:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('6171034422002327037014',373,'61710344190','1','1.00','150','retail','0','2024-03-13 18:36:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 15:37:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('6171034490492131224133',374,'61710344328','1','1.00','150','retail','0','2024-03-13 18:38:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 15:48:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('6171034714314231230323',375,'61710347119','10','0.50','400','retail','0','2024-03-13 19:25:19','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-13 16:26:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.25','1.75','Inclusive','branch','Inventory','','','','',''),('6171034715510172222025',376,'61710347119','1','2.00','300','retail','0','2024-03-13 19:25:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 16:26:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','16.00','14','Inclusive','branch','Inventory','','','','',''),('6171034766632330616700',377,'61710347119','1','1.00','150','retail','0','2024-03-13 19:26:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 16:35:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('6171034768930264272200',378,'61710347119','10','0.25','200','retail','0','2024-03-13 19:34:26','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-13 16:35:20','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171034962542096202930',379,'61710348802','3','1.00','150','retail','0','2024-03-13 19:53:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 17:07:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171035090413417926303',380,'61710349660','1','1.00','150','retail','0','2024-03-13 20:07:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 17:28:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('6171035094094202304020',381,'61710350914','1','1.00','150','retail','0','2024-03-13 20:28:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 17:30:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6171035096920532262132',382,'61710350914','3','1.00','150','retail','0','2024-03-13 20:29:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 17:30:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171035097800062050479',383,'61710350914','33','1.00','10','retail','0','2024-03-13 20:29:29','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-03-13 17:30:05','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.00','30','Inclusive','branch','Inventory','','','','',''),('6171035131430053041337',384,'61710351005','5','1.00','150','retail','0','2024-03-13 20:30:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 17:35:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171035151905332357111',385,'61710351499','10','0.50','400','retail','0','2024-03-13 20:38:19','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-13 17:39:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.50','1','Inclusive','branch','Inventory','','','','',''),('6171035153936022242513',386,'61710351499','1','2.00','300','retail','0','2024-03-13 20:38:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-13 17:39:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','11.00','9','Inclusive','branch','Inventory','','','','',''),('6171040373422443230030',387,'61710403706','1','1.00','150','retail','0','2024-03-14 11:08:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 08:09:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6171040383231020220322',388,'61710403813','1','1.00','150','retail','0','2024-03-14 11:10:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 08:10:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('6171040736330330034711',389,'61710407333','5','1.00','150','retail','0','2024-03-14 12:08:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 09:10:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171040737674723022322',390,'61710407333','2','1.00','150','retail','0','2024-03-14 12:09:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 09:10:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171040741520030323532',391,'61710407400','1','1.00','150','retail','0','2024-03-14 12:10:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 09:10:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.00','28','Inclusive','branch','Inventory','','','','',''),('6171040742470733340204',392,'61710407400','23','1.00','80','retail','0','2024-03-14 12:10:15','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-03-14 09:10:47','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','38.00','37','Inclusive','branch','Inventory','','','','',''),('6171040923230337023343',393,'61710407448','1','1.00','150','retail','0','2024-03-14 12:10:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 09:41:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.00','27','Inclusive','branch','Inventory','','','','',''),('6171041063820032330823',394,'61710409296','1','2.00','300','retail','0','2024-03-14 12:41:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 10:04:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','27.00','25','Inclusive','branch','Inventory','','','','',''),('6171041189322720321022',395,'61710410697','10','0.25','200','retail','0','2024-03-14 13:04:57','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-14 10:25:20','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.00','3.75','Inclusive','branch','Inventory','','','','',''),('6171041512828334230183',396,'61710415121','1','1.00','150','retail','0','2024-03-14 14:18:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 11:19:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','','','',''),('6171041516812060320381',397,'61710415155','1','1.00','150','retail','0','2024-03-14 14:19:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 11:19:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('6171041562413324333334',398,'61710415191','1','1.00','150','retail','0','2024-03-14 14:19:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 11:27:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('6171042024932302344421',399,'61710417456','3','2.00','300','retail','0','2024-03-14 14:57:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 12:44:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171042028942124300002',400,'61710420274','1','1.00','150','retail','0','2024-03-14 15:44:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 12:45:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('6171042292923364492203',401,'61710420315','1','2.00','300','retail','0','2024-03-14 15:45:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 13:28:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','21.00','19','Inclusive','branch','Inventory','','','','',''),('6171042295403177033523',402,'61710422939','1','1.00','150','retail','0','2024-03-14 16:28:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 13:29:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('6171042389821022013233',403,'61710422979','10','0.25','200','retail','0','2024-03-14 16:29:39','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-14 13:45:45','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.75','3.5','Inclusive','branch','Inventory','','','','',''),('6171042390770322231236',404,'61710422979','1','1.00','150','retail','0','2024-03-14 16:44:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 13:45:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('6171042391434172244423',405,'61710422979','33','1.00','10','retail','0','2024-03-14 16:45:07','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-03-14 13:45:45','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','30.00','29','Inclusive','branch','Inventory','','','','',''),('6171042437012304337023',406,'61710424314','1','2.00','300','retail','0','2024-03-14 16:51:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 13:53:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','17.00','15','Inclusive','branch','Inventory','','','','',''),('6171042442136233241237',407,'61710424399','10','0.25','200','retail','0','2024-03-14 16:53:19','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-14 13:54:45','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.50','3.25','Inclusive','branch','Inventory','','','','',''),('6171042443400403363473',408,'61710424399','1','1.00','150','retail','0','2024-03-14 16:53:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 13:54:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('6171042606920027922322',409,'61710426045','3','2.00','300','retail','0','2024-03-14 17:20:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 14:32:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171042631430423201033',410,'61710426045','10','1.00','800','retail','0','2024-03-14 17:21:09','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-14 14:32:08','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.25','2.25','Inclusive','branch','Inventory','','','','',''),('6171042634723123342330',411,'61710426045','26','1.00','220','retail','0','2024-03-14 17:25:14','','','','0','Cash',0.00,'220','','','6','16.00','1','2024-03-14 14:32:08','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.00','28','Inclusive','branch','Inventory','','','','',''),('6171042638803062362328',412,'61710426045','35','3.00','15','retail','0','2024-03-14 17:25:47','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-14 14:32:08','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','284.00','281','Inclusive','branch','Inventory','','','','',''),('6171042639626320203190',413,'61710426045','34','1.00','20','retail','0','2024-03-14 17:26:28','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-03-14 14:32:08','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6171043161033303037213',414,'61710429978','1','2.00','300','retail','0','2024-03-14 18:26:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 15:53:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','14.00','12','Inclusive','branch','Inventory','','','','',''),('6171043438333323833104',415,'61710434369','1','2.00','300','retail','0','2024-03-14 19:39:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 16:40:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','12.00','10','Inclusive','branch','Inventory','','','','',''),('6171043444502204346323',416,'61710434419','3','1.00','150','retail','0','2024-03-14 19:40:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 16:41:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171043445460326226331',417,'61710434419','2','1.00','150','retail','0','2024-03-14 19:40:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 16:41:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171043453532333232400',418,'61710434503','1','3.00','450','retail','0','2024-03-14 19:41:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 16:42:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','10.00','7','Inclusive','branch','Inventory','','','','',''),('6171043572037272223003',419,'61710435568','1','1.00','150','retail','0','2024-03-14 19:59:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 17:02:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('6171043655135300505630',420,'61710436530','5','3.00','450','retail','0','2024-03-14 20:15:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 17:17:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171043663872668163023',421,'61710436530','10','0.25','200','retail','0','2024-03-14 20:15:51','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-14 17:17:46','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('6171043677527272043320',422,'61710436759','3','1.00','150','retail','0','2024-03-14 20:19:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 17:20:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171043679032002612243',423,'61710436759','4','1.00','150','retail','0','2024-03-14 20:19:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 17:20:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171043681427288202331',424,'61710436759','10','0.25','200','retail','0','2024-03-14 20:19:50','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-14 17:20:19','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('6171043684300332333040',425,'61710436819','3','1.00','150','retail','0','2024-03-14 20:20:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 17:21:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171043685443042533343',426,'61710436819','33','1.00','10','retail','0','2024-03-14 20:20:44','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-03-14 17:21:38','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.00','28','Inclusive','branch','Inventory','','','','',''),('6171043980612136034320',427,'61710436936','1','1.00','150','retail','0','2024-03-14 20:22:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 18:10:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6171043982001200333123',428,'61710436936','22','1.00','50','retail','0','2024-03-14 21:10:06','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-14 18:10:25','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','40.00','39','Inclusive','branch','Inventory','','','','',''),('6171043983442400032702',429,'61710439825','20','1.00','60','retail','0','2024-03-14 21:10:25','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-14 18:11:03','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('6171044084730210223300',430,'61710440834','1','1.00','150','retail','0','2024-03-14 21:27:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 18:28:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6171044087533020042707',431,'61710440834','22','1.00','50','retail','0','2024-03-14 21:27:28','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-14 18:28:26','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','39.00','38','Inclusive','branch','Inventory','','','','',''),('6171044092440304002022',432,'61710440906','4','3.00','450','retail','0','2024-03-14 21:28:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-14 18:28:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171049043122304421331',433,'61710490423','1','1.00','150','retail','0','2024-03-15 11:13:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 08:14:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','','','','',''),('6171049400913202903203',434,'61710490452','1','2.00','300','retail','0','2024-03-15 11:14:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 09:13:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','25.00','23','Inclusive','branch','Inventory','','','','',''),('6171049722323234302220',435,'61710494419','3','3.00','450','retail','0','2024-03-15 12:20:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 10:07:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171049796804323932331',436,'61710497241','1','1.00','150','retail','0','2024-03-15 13:07:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 10:20:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('6171049799322027313393',437,'61710497241','33','1.00','10','retail','0','2024-03-15 13:19:28','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-03-15 10:20:18','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.00','27','Inclusive','branch','Inventory','','','','',''),('6171049909034303432339',438,'61710498018','1','1.00','150','retail','0','2024-03-15 13:20:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 10:38:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('6171049996520663323036',439,'61710499111','17','1.00','40','retail','0','2024-03-15 13:38:31','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-15 10:56:02','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','','','','',''),('6171050251403003430420',440,'61710502480','1','3.00','450','retail','0','2024-03-15 14:34:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 11:36:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','23.00','20','Inclusive','branch','Inventory','','','','',''),('6171050252332224037302',441,'61710502480','16','1.00','50','retail','0','2024-03-15 14:35:15','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-15 11:36:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','258.00','257','Inclusive','branch','Inventory','','','','',''),('6171050255302733250010',442,'61710502480','16','2.00','100','retail','0','2024-03-15 14:35:23','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-15 11:36:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','257.00','255','Inclusive','branch','Inventory','','','','',''),('6171050257923002239322',443,'61710502563','2','1.00','150','retail','0','2024-03-15 14:36:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 11:36:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171050263205030032237',444,'61710502607','10','0.25','200','retail','0','2024-03-15 14:36:47','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-15 11:38:09','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171050265322403400743',445,'61710502607','2','2.00','300','retail','0','2024-03-15 14:37:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 11:38:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171050273803203322221',446,'61710502689','3','1.00','150','retail','0','2024-03-15 14:38:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 11:39:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171050276252004262032',447,'61710502689','16','2.00','100','retail','0','2024-03-15 14:38:58','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-15 11:39:52','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','255.00','253','Inclusive','branch','Inventory','','','','',''),('6171050327130332363302',448,'61710502793','23','1.00','80','retail','0','2024-03-15 14:39:53','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-03-15 11:48:07','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','37.00','36','Inclusive','branch','Inventory','','','','',''),('6171050330163331030222',449,'61710503287','3','1.00','150','retail','0','2024-03-15 14:48:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 11:49:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171050332202050225224',450,'61710503287','22','1.00','50','retail','0','2024-03-15 14:48:30','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-15 11:49:20','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','38.00','37','Inclusive','branch','Inventory','','','','',''),('6171050334233242032643',451,'61710503287','16','2.00','100','retail','0','2024-03-15 14:48:42','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-15 11:49:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','253.00','251','Inclusive','branch','Inventory','','','','',''),('6171050734622600320210',452,'61710507332','1','3.00','450','retail','0','2024-03-15 15:55:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 12:55:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','20.00','17','Inclusive','branch','Inventory','','','','',''),('7171050884482330200200',453,'71710508833','1','1.00','150','retail','0','2024-03-15 16:20:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-15 13:21:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('6171051087721826312261',454,'61710510856','3','2.00','300','retail','0','2024-03-15 16:54:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 13:55:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171051091434930527022',455,'61710510856','5','1.00','150','retail','0','2024-03-15 16:54:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 13:55:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171051315712732233201',456,'61710510932','3','2.00','300','retail','0','2024-03-15 16:55:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 14:33:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171051317474330120202',457,'61710510932','2','1.00','150','retail','0','2024-03-15 17:32:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 14:33:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171051323903232222203',458,'61710513231','1','1.00','150','retail','0','2024-03-15 17:33:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 14:34:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('6171051344012630333000',459,'61710513282','1','1.00','150','retail','0','2024-03-15 17:34:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 14:37:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('6171051345035232423634',460,'61710513282','16','1.00','50','retail','0','2024-03-15 17:37:20','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-15 14:37:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','251.00','250','Inclusive','branch','Inventory','','','','',''),('6171051466671300127023',461,'61710514657','1','1.00','150','retail','0','2024-03-15 17:57:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 15:01:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('6171051469123771302011',462,'61710514657','28','1.00','90','retail','0','2024-03-15 17:57:46','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-03-15 15:01:02','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.00','27','Inclusive','branch','Inventory','','','','',''),('6171051473712323102303',463,'61710514657','16','4.00','200','retail','0','2024-03-15 17:58:11','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-15 15:01:02','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','250.00','246','Inclusive','branch','Inventory','','','','',''),('6171051480330602323413',464,'61710514657','22','2.00','100','retail','0','2024-03-15 17:58:57','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-15 15:01:02','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','37.00','35','Inclusive','branch','Inventory','','','','',''),('6171051502132253023333',465,'61710514863','3','1.00','150','retail','0','2024-03-15 18:01:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-15 15:04:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171051503433036700123',466,'61710514863','33','1.00','10','retail','0','2024-03-15 18:03:41','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-03-15 15:04:22','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.00','26','Inclusive','branch','Inventory','','','','',''),('7171051699633333343322',467,'71710516023','3','2.00','300','retail','0','2024-03-15 18:20:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-15 15:38:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171051702130320200225',468,'71710516023','2','2.00','300','retail','0','2024-03-15 18:36:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-15 15:38:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171051705622730272227',469,'71710516023','10','0.25','200','retail','0','2024-03-15 18:37:01','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-15 15:38:11','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('7171051719772727172102',470,'71710517091','10','0.50','400','retail','0','2024-03-15 18:38:12','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-15 15:41:17','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.25','0.75','Inclusive','branch','Inventory','','','','',''),('7171051725437203332232',471,'71710517091','16','2.00','100','retail','0','2024-03-15 18:39:57','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-15 15:41:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','246.00','244','Inclusive','branch','Inventory','','','','',''),('7171051876421727312271',472,'71710518457','10','0.25','200','retail','0','2024-03-15 19:05:44','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-15 16:23:23','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('7171052023112027112102',473,'71710520212','1','3.00','450','retail','0','2024-03-15 19:30:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-15 16:30:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','13.00','10','Inclusive','branch','Inventory','','','','',''),('7171052115733337330533',474,'71710521144','5','1.00','150','retail','0','2024-03-15 19:45:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-15 16:48:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171052118431720403720',475,'71710521144','2','2.00','300','retail','0','2024-03-15 19:45:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-15 16:48:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171052205222100125213',476,'71710521834','1','2.00','300','retail','0','2024-03-15 20:00:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-15 17:01:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','10.00','8','Inclusive','branch','Inventory','','','','',''),('7171052299122490225723',477,'71710522922','1','1.00','150','retail','0','2024-03-15 20:15:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-15 17:17:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7171052460212021423302',478,'71710524542','1','1.00','150','retail','0','2024-03-15 20:42:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-15 17:44:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7171052464132052024622',479,'71710524542','16','1.00','50','retail','0','2024-03-15 20:43:22','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-15 17:44:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','244.00','243','Inclusive','branch','Inventory','','','','',''),('7171052719420232292132',480,'71710527128','1','1.00','150','retail','0','2024-03-15 21:25:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-15 18:30:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('7171052731322121721132',481,'71710527128','1','1.00','150','retail','0','2024-03-15 21:25:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-15 18:30:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171052774827014052220',482,'71710527692','1','3.00','450','retail','0','2024-03-15 21:34:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-15 18:37:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','4.00','1','Inclusive','branch','Inventory','','','','',''),('7171052776272211330200',483,'71710527692','16','1.00','50','retail','0','2024-03-15 21:35:48','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-15 18:37:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','243.00','242','Inclusive','branch','Inventory','','','','',''),('7171052777113703300232',484,'71710527692','22','1.00','50','retail','0','2024-03-15 21:36:02','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-15 18:37:06','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','35.00','34','Inclusive','branch','Inventory','','','','',''),('1171057782332723333033',485,'11710577804','1','2.00','300','retail','0','2024-03-16 11:30:23','','','','0','Cash',0.00,'150','','','1','16.00','1','2024-03-16 08:30:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','11.00','9','Inclusive','branch','Inventory','','','','',''),('1171057808900319332232',486,'11710578083','1','2.00','300','retail','0','2024-03-16 11:34:50','','','','0','Cash',0.00,'150','','','1','16.00','1','2024-03-16 08:35:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171058377070033702020',487,'61710583765','3','4.00','600','retail','0','2024-03-16 13:09:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 10:10:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','1.00','-3','Inclusive','branch','Inventory','','','','',''),('6171058378636733087065',488,'61710583765','28','2.00','180','retail','0','2024-03-16 13:09:42','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-03-16 10:10:23','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','27.00','25','Inclusive','branch','Inventory','','','','',''),('6171058380222223835323',489,'61710583765','33','2.00','20','retail','0','2024-03-16 13:09:55','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-03-16 10:10:23','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','26.00','24','Inclusive','branch','Inventory','','','','',''),('6171058385223763042242',490,'61710583850','22','1.00','50','retail','0','2024-03-16 13:10:51','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-16 10:11:21','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','34.00','33','Inclusive','branch','Inventory','','','','',''),('6171058426123222301630',491,'61710584258','2','2.00','300','retail','0','2024-03-16 13:17:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 10:18:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171058427545423322334',492,'61710584258','25','1.00','150','retail','0','2024-03-16 13:17:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 10:18:25','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171058428413210142601',493,'61710584258','16','2.00','100','retail','0','2024-03-16 13:18:01','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-16 10:18:25','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','242.00','240','Inclusive','branch','Inventory','','','','',''),('6171058565320252255403',494,'61710585641','4','3.00','450','retail','0','2024-03-16 13:40:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 10:41:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171058566110225200822',495,'61710585641','33','1.00','10','retail','0','2024-03-16 13:41:00','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-03-16 10:41:19','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('6171058570333303332023',496,'61710585693','1','1.00','150','retail','0','2024-03-16 13:41:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 10:41:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171058636636324563026',497,'61710586364','16','1.00','50','retail','0','2024-03-16 13:52:44','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-16 10:53:24','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','240.00','239','Inclusive','branch','Inventory','','','','',''),('6171058637223578333230',498,'61710586364','16','1.00','50','retail','0','2024-03-16 13:52:50','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-16 10:53:24','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','239.00','238','Inclusive','branch','Inventory','','','','',''),('6171058733632773332320',499,'61710587330','1','2.00','300','retail','0','2024-03-16 14:08:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 11:09:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171058765717531263700',500,'61710587656','3','1.00','150','retail','0','2024-03-16 14:14:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 11:14:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171058766320320303736',501,'61710587656','16','1.00','50','retail','0','2024-03-16 14:14:22','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-16 11:14:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','238.00','237','Inclusive','branch','Inventory','','','','',''),('6171058929323300329522',502,'61710589275','4','1.00','150','retail','0','2024-03-16 14:41:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 12:00:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171058930520314023333',503,'61710589275','5','2.00','300','retail','0','2024-03-16 14:41:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 12:00:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171058932732102322332',504,'61710589275','3','1.00','150','retail','0','2024-03-16 14:42:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 12:00:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171058940020830502041',505,'61710589275','1','1.00','150','retail','0','2024-03-16 14:43:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 12:00:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171059033731209230050',506,'61710589275','1','1.00','150','retail','0','2024-03-16 14:58:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 12:00:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171059036040323203237',507,'61710589275','16','2.00','100','retail','0','2024-03-16 14:59:13','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-16 12:00:02','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','237.00','235','Inclusive','branch','Inventory','','','','',''),('6171059043302007363300',508,'61710590426','16','4.00','200','retail','0','2024-03-16 15:00:26','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-16 12:00:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','235.00','231','Inclusive','branch','Inventory','','','','',''),('6171059046512209013323',509,'61710590460','25','1.00','150','retail','0','2024-03-16 15:01:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 12:01:50','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6171059059122023072120',510,'61710590588','5','2.00','300','retail','0','2024-03-16 15:03:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 12:03:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171059153005322322227',511,'61710591529','1','1.00','150','retail','0','2024-03-16 15:18:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 12:20:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171059153322352625233',512,'61710591529','3','1.00','150','retail','0','2024-03-16 15:18:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 12:20:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171059153602391706222',513,'61710591529','2','1.00','150','retail','0','2024-03-16 15:18:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 12:20:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171059155059651304302',514,'61710591529','20','1.00','60','retail','0','2024-03-16 15:19:08','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-16 12:20:35','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('6171059155300030232003',515,'61710591529','20','1.00','60','retail','0','2024-03-16 15:19:12','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-16 12:20:35','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('6171059155672376203220',516,'61710591529','20','1.00','60','retail','0','2024-03-16 15:19:15','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-16 12:20:35','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('6171059164822318332463',517,'61710591646','1','1.00','150','retail','0','2024-03-16 15:20:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 12:20:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171059383028200240223',518,'61710593825','3','1.00','150','retail','0','2024-03-16 15:57:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 12:57:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171059386898292303338',519,'61710593867','1','1.00','150','retail','0','2024-03-16 15:57:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 12:58:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171059393423330017126',520,'61710593928','31','1.00','30','retail','0','2024-03-16 15:58:48','','','','0','Cash',0.00,'30','','','6','16.00','1','2024-03-16 12:59:12','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6171059396632033130013',521,'61710593964','5','2.00','300','retail','0','2024-03-16 15:59:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 13:00:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171059402323023321363',522,'61710594019','3','5.00','750','retail','0','2024-03-16 16:00:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 13:00:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('6171059424390239322123',523,'61710594233','1','2.00','300','retail','0','2024-03-16 16:03:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 13:07:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171059430322301000252',524,'61710594233','2','1.00','150','retail','0','2024-03-16 16:05:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 13:07:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171059440920932202132',525,'61710594233','10','1.00','800','retail','0','2024-03-16 16:06:45','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-16 13:07:17','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.50','3.5','Inclusive','branch','Inventory','','','','',''),('6171059446294326433600',526,'61710594459','1','1.00','150','retail','0','2024-03-16 16:07:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 13:09:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171059454032607534295',527,'61710594459','10','0.25','200','retail','0','2024-03-16 16:08:31','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-16 13:09:31','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.50','3.25','Inclusive','branch','Inventory','','','','',''),('6171059505323033005322',528,'61710595052','20','1.00','60','retail','0','2024-03-16 16:17:32','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-16 13:17:56','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('6171059505916325539070',529,'61710595052','1','1.00','150','retail','0','2024-03-16 16:17:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 13:17:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171059565592331550952',530,'61710595099','1','1.00','150','retail','0','2024-03-16 16:27:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 13:28:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171059700411332220033',531,'61710597002','1','3.00','450','retail','0','2024-03-16 16:50:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 13:50:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171059703202333347001',532,'61710597031','16','1.00','50','retail','0','2024-03-16 16:50:31','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-16 13:50:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','231.00','230','Inclusive','branch','Inventory','','','','',''),('6171059707572031722233',533,'61710597074','23','1.00','80','retail','0','2024-03-16 16:51:14','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-03-16 13:51:28','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.00','35','Inclusive','branch','Inventory','','','','',''),('6171059709709207242767',534,'61710597096','1','1.00','150','retail','0','2024-03-16 16:51:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 13:51:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171059866020262429881',535,'61710598658','1','1.00','150','retail','0','2024-03-16 17:17:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 14:18:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171059874339203034743',536,'61710598740','3','2.00','300','retail','0','2024-03-16 17:19:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 14:19:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('7171059937233320504373',537,'71710599371','4','1.00','150','retail','0','2024-03-16 17:29:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-16 14:57:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171059937421327392279',538,'71710599371','4','1.00','150','retail','0','2024-03-16 17:29:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-16 14:57:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171059938610230414928',539,'71710599371','3','1.00','150','retail','0','2024-03-16 17:29:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-16 14:57:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171059938992012173332',540,'71710599371','3','1.00','150','retail','0','2024-03-16 17:29:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-16 14:57:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171059939243209053013',541,'71710599371','3','1.00','150','retail','0','2024-03-16 17:29:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-16 14:57:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171060110000100023736',542,'71710601099','1','1.00','150','retail','0','2024-03-16 17:58:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-16 15:06:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171060138302076017733',543,'71710601099','20','1.00','60','retail','0','2024-03-16 18:03:03','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-03-16 15:06:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('7171060190870312228103',544,'71710601907','17','1.00','40','retail','0','2024-03-16 18:11:47','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-16 15:33:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','','','','',''),('7171060191101713037222',545,'71710601907','17','1.00','40','retail','0','2024-03-16 18:11:50','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-16 15:33:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','','','','',''),('7171060302828233022203',546,'71710601907','1','1.00','150','retail','0','2024-03-16 18:30:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-16 15:33:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171060304430332303004',547,'71710601907','1','1.00','150','retail','0','2024-03-16 18:30:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-16 15:33:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171060305932332330423',548,'71710601907','28','1.00','90','retail','0','2024-03-16 18:30:58','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-03-16 15:33:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','','','',''),('7171060307232232221222',549,'71710601907','28','1.00','90','retail','0','2024-03-16 18:31:11','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-03-16 15:33:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('6171060510333047240032',550,'61710605098','17','3.00','120','retail','0','2024-03-16 19:04:58','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-16 16:07:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','92.00','89','Inclusive','branch','Inventory','','','','',''),('6171060511123330017126',551,'61710605098','1','1.00','150','retail','0','2024-03-16 19:05:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 16:07:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171060512430223330242',552,'61710605098','28','1.00','90','retail','0','2024-03-16 19:05:20','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-03-16 16:07:23','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('6171060530434032000232',553,'61710605301','1','2.00','300','retail','0','2024-03-16 19:08:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 16:10:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171060567926261727126',554,'61710605677','3','1.00','150','retail','0','2024-03-16 19:14:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 16:14:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171060596623715523032',555,'61710605941','10','0.25','200','retail','0','2024-03-16 19:19:01','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-16 16:20:39','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.25','3','Inclusive','branch','Inventory','','','','',''),('6171060603527303300732',556,'61710605941','1','1.00','150','retail','0','2024-03-16 19:20:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 16:20:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171060651727012000562',557,'61710606511','2','1.00','150','retail','0','2024-03-16 19:28:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 16:29:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171060795767302336343',558,'61710607953','2','1.00','150','retail','0','2024-03-16 19:52:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 16:52:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171060798432322420144',559,'61710607981','16','2.00','100','retail','0','2024-03-16 19:53:01','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-16 16:53:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','230.00','228','Inclusive','branch','Inventory','','','','',''),('6171060847906632313322',560,'61710608478','1','1.00','150','retail','0','2024-03-16 20:01:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 17:01:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171060848702300723382',561,'61710608478','25','1.00','150','retail','0','2024-03-16 20:01:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 17:01:40','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171060981900030220192',562,'61710609818','1','1.00','150','retail','0','2024-03-16 20:23:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 17:23:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171061196730770313204',563,'61710611965','1','1.00','150','retail','0','2024-03-16 20:59:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 17:59:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171061199832328398321',564,'61710611993','3','2.00','300','retail','0','2024-03-16 20:59:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 18:00:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171061371433032232022',565,'61710613709','1','1.00','150','retail','0','2024-03-16 21:28:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-16 18:29:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171061374613222132603',566,'61710613709','16','2.00','100','retail','0','2024-03-16 21:29:00','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-16 18:29:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','228.00','226','Inclusive','branch','Inventory','','','','',''),('6171061382623333200032',567,'61710613821','33','1.00','10','retail','0','2024-03-16 21:30:21','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-03-16 18:30:34','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('7171060320903033322023',568,'71710603208','1','1.00','150','retail','0','2024-03-16 18:33:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-16 18:33:42','1','1','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','0.00','0','Inclusive','branch','Inventory','','','','',''),('6171075820832233133072',569,'61710758205','2','2.00','300','retail','0','2024-03-18 13:36:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-18 10:37:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171075821502322322053',570,'61710758205','4','1.00','150','retail','0','2024-03-18 13:36:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-18 10:37:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171075833430003263372',571,'61710758333','28','1.00','90','retail','0','2024-03-18 13:38:53','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-03-18 10:40:02','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('6171075834136324020722',572,'61710758333','5','1.00','150','retail','0','2024-03-18 13:39:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-18 10:40:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171075834432072273523',573,'61710758333','2','1.00','150','retail','0','2024-03-18 13:39:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-18 10:40:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171075834901072042032',574,'61710758333','1','1.00','150','retail','0','2024-03-18 13:39:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-18 10:40:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171075835223237252630',575,'61710758333','1','1.00','150','retail','0','2024-03-18 13:39:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-18 10:40:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171075839219260172372',576,'61710758333','35','1.00','5','retail','0','2024-03-18 13:39:51','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-18 10:40:02','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','282.00','281','Inclusive','branch','Inventory','','','','',''),('6171075922613533077372',577,'61710759225','1','1.00','150','retail','0','2024-03-18 13:53:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-18 10:54:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171075923029330273202',578,'61710759225','25','1.00','150','retail','0','2024-03-18 13:53:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-18 10:54:57','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171077386813232232038',579,'61710773865','3','2.00','300','retail','0','2024-03-18 17:57:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-18 14:57:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171084095807028310830',580,'71710840779','1','1.00','150','retail','0','2024-03-19 12:32:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 09:50:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171084200532330300072',581,'71710841981','10','0.25','200','retail','0','2024-03-19 12:53:01','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-19 09:53:29','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('7171084235622017102342',582,'71710842009','1','3.00','450','retail','0','2024-03-19 12:59:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 09:59:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','2.00','-1','Inclusive','branch','Inventory','','','','',''),('7171084313103021233133',583,'71710843121','23','1.00','80','retail','0','2024-03-19 13:12:01','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-03-19 10:12:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','35.00','34','Inclusive','branch','Inventory','','','','',''),('7171084725733344322202',584,'71710847221','2','1.00','150','retail','0','2024-03-19 14:20:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 11:31:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','4000','Asset','',''),('7171084726733320770227',585,'71710847221','4','1.00','150','retail','0','2024-03-19 14:20:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 11:31:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171084773073008773202',586,'71710847221','16','2.00','100','retail','0','2024-03-19 14:27:41','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-19 11:31:00','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','226.00','224','Inclusive','branch','Inventory','','','','',''),('7171084775530032327503',587,'71710847221','20','1.00','60','retail','0','2024-03-19 14:28:51','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-03-19 11:31:00','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('7171084905623213003323',588,'71710847987','1','1.00','150','retail','0','2024-03-19 14:50:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 11:53:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171085036707021124023',589,'71710849748','1','3.00','450','retail','0','2024-03-19 15:03:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 12:14:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','1.00','-2','Inclusive','branch','Inventory','','','','',''),('7171085041533203324021',590,'71710849748','35','3.00','15','retail','0','2024-03-19 15:12:47','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-03-19 12:14:07','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','281.00','278','Inclusive','branch','Inventory','','','','',''),('7171085046542122033228',591,'71710850447','1','1.00','150','retail','0','2024-03-19 15:14:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 12:16:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171085054123352532001',592,'71710850447','16','2.00','100','retail','0','2024-03-19 15:15:21','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-19 12:16:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','224.00','222','Inclusive','branch','Inventory','','','','',''),('7171085063833373253283',593,'71710850573','4','1.00','150','retail','0','2024-03-19 15:16:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 12:20:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171085101813073305203',594,'71710850996','10','0.25','200','retail','0','2024-03-19 15:23:16','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-19 12:42:55','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('7171085249120220423933',595,'71710852470','1','1.00','150','retail','0','2024-03-19 15:47:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 12:49:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171085250602211230732',596,'71710852470','33','1.00','10','retail','0','2024-03-19 15:48:11','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-03-19 12:49:10','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('7171085256923252253237',597,'71710852551','2','1.00','150','retail','0','2024-03-19 15:49:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 12:50:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171085257835185520233',598,'71710852551','23','1.00','80','retail','0','2024-03-19 15:49:29','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-03-19 12:50:34','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','34.00','33','Inclusive','branch','Inventory','','','','',''),('7171085259030820047214',599,'71710852551','16','2.00','100','retail','0','2024-03-19 15:49:38','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-19 12:50:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','222.00','220','Inclusive','branch','Inventory','','','','',''),('7171085578403370337813',600,'71710855765','3','1.00','150','retail','0','2024-03-19 16:42:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 13:43:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171085585535022340302',601,'71710855837','16','1.00','50','retail','0','2024-03-19 16:43:57','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-19 13:45:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','220.00','219','Inclusive','branch','Inventory','','','','',''),('7171085586430127008231',602,'71710855837','16','1.00','50','retail','0','2024-03-19 16:44:16','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-19 13:45:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','219.00','218','Inclusive','branch','Inventory','','','','',''),('7171085594842204432322',603,'71710855919','22','1.00','50','retail','0','2024-03-19 16:45:19','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-19 13:46:29','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','33.00','32','Inclusive','branch','Inventory','','','','',''),('7171085728303235822012',604,'71710856015','3','1.00','150','retail','0','2024-03-19 16:46:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 14:08:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171085749354252303334',605,'71710857308','16','2.00','100','retail','0','2024-03-19 17:10:57','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-19 14:12:10','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','218.00','216','Inclusive','branch','Inventory','','','','',''),('7171085854943323832712',606,'71710858538','17','2.00','80','retail','0','2024-03-19 17:28:58','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-19 14:29:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','89.00','87','Inclusive','branch','Inventory','','','','',''),('7171085856665503238243',607,'71710858538','4','1.00','150','retail','0','2024-03-19 17:29:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 14:29:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171086289723903323290',608,'71710862850','1','2.00','300','retail','0','2024-03-19 18:41:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 15:44:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171086292774722333730',609,'71710862850','10','0.25','200','retail','0','2024-03-19 18:41:38','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-19 15:44:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('7171086300030017230013',610,'71710862850','22','1.00','50','retail','0','2024-03-19 18:42:42','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-19 15:44:03','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','32.00','31','Inclusive','branch','Inventory','','','','',''),('7171086301500334017271',611,'71710862850','20','1.00','60','retail','0','2024-03-19 18:43:21','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-03-19 15:44:03','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7171086411942007337110',612,'71710863959','3','1.00','150','retail','0','2024-03-19 18:59:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 16:02:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171086418023308814208',613,'71710864157','23','1.00','80','retail','0','2024-03-19 19:02:37','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-03-19 16:03:25','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','33.00','32','Inclusive','branch','Inventory','','','','',''),('7171086422321143227023',614,'71710864205','3','1.00','150','retail','0','2024-03-19 19:03:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 16:05:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171086426832332080328',615,'71710864205','16','2.00','100','retail','0','2024-03-19 19:03:43','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-19 16:05:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','216.00','214','Inclusive','branch','Inventory','','','','',''),('7171086434172300372222',616,'71710864332','1','2.00','300','retail','0','2024-03-19 19:05:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 16:07:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171087002822302843203',617,'71710869575','1','2.00','300','retail','0','2024-03-19 20:32:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 17:40:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171087053233003370003',618,'71710870052','28','1.00','90','retail','0','2024-03-19 20:48:43','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-03-19 18:02:21','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('7171087228701020272722',619,'71710872260','1','1.00','150','retail','0','2024-03-19 21:17:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 18:18:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171087236323372034122',620,'71710872314','10','0.25','200','retail','0','2024-03-19 21:19:00','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-19 18:20:45','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('7171087238323303007702',621,'71710872314','1','1.00','150','retail','0','2024-03-19 21:19:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 18:20:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171087247103200012740',622,'71710872445','16','2.00','100','retail','0','2024-03-19 21:20:45','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-19 18:21:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','214.00','212','Inclusive','branch','Inventory','','','','',''),('7171087258421232333333',623,'71710872560','1','1.00','150','retail','0','2024-03-19 21:22:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 18:23:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171087282122332032202',624,'71710872802','3','1.00','150','retail','0','2024-03-19 21:26:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 18:29:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171087284822223272120',625,'71710872802','16','1.00','50','retail','0','2024-03-19 21:27:01','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-19 18:29:00','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','212.00','211','Inclusive','branch','Inventory','','','','',''),('7171087303900400830737',626,'71710873003','28','1.00','90','retail','0','2024-03-19 21:30:03','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-03-19 18:31:18','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('7171087306222234024332',627,'71710873003','16','2.00','100','retail','0','2024-03-19 21:30:39','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-19 18:31:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','211.00','209','Inclusive','branch','Inventory','','','','',''),('7171087315857048383238',628,'71710873078','1','1.00','150','retail','0','2024-03-19 21:31:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-19 18:33:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171087317837027241302',629,'71710873078','16','1.00','50','retail','0','2024-03-19 21:32:48','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-19 18:33:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','209.00','208','Inclusive','branch','Inventory','','','','',''),('7171087319372300372222',630,'71710873078','16','1.00','50','retail','0','2024-03-19 21:32:58','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-19 18:33:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','208.00','207','Inclusive','branch','Inventory','','','','',''),('7171087327970093323302',631,'71710873236','20','1.00','60','retail','0','2024-03-19 21:33:56','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-03-19 18:34:58','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7171087329503202270032',632,'71710873236','35','3.00','15','retail','0','2024-03-19 21:34:39','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-03-19 18:34:58','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','278.00','275','Inclusive','branch','Inventory','','','','',''),('6171092769360322602733',633,'61710927690','3','1.00','150','retail','0','2024-03-20 12:41:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 09:42:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171092773926233291342',634,'61710927737','1','1.00','150','retail','0','2024-03-20 12:42:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 09:42:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171092776870330726422',635,'61710927766','1','3.00','450','retail','0','2024-03-20 12:42:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 09:43:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171092779924622922337',636,'61710927797','16','1.00','50','retail','0','2024-03-20 12:43:17','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-20 09:43:44','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','207.00','206','Inclusive','branch','Inventory','','','','',''),('6171092780738031327730',637,'61710927797','1','1.00','150','retail','0','2024-03-20 12:43:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 09:43:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171092781826122301310',638,'61710927797','22','1.00','50','retail','0','2024-03-20 12:43:36','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-20 09:43:44','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.00','30','Inclusive','branch','Inventory','','','','',''),('6171092783133423233330',639,'61710927830','1','1.00','150','retail','0','2024-03-20 12:43:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 09:44:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171092783403370338313',640,'61710927830','3','1.00','150','retail','0','2024-03-20 12:43:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 09:44:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171092886623003000620',641,'61710928855','10','0.25','200','retail','0','2024-03-20 13:00:55','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-20 10:01:36','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('6171092887137232323330',642,'61710928855','3','1.00','150','retail','0','2024-03-20 13:01:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 10:01:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171092981520021002013',643,'61710929806','10','0.25','200','retail','0','2024-03-20 13:16:46','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-20 10:32:58','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171092983222013334330',644,'61710929806','16','1.00','50','retail','0','2024-03-20 13:17:10','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-20 10:32:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','206.00','205','Inclusive','branch','Inventory','','','','',''),('6171093066100236642126',645,'61710929806','10','0.25','200','retail','0','2024-03-20 13:30:44','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-20 10:32:58','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171093518533110725332',646,'61710935182','3','1.00','150','retail','0','2024-03-20 14:46:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 11:47:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171093519123102921060',647,'61710935182','3','1.00','150','retail','0','2024-03-20 14:46:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 11:47:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171093520822900320202',648,'61710935182','10','0.25','200','retail','0','2024-03-20 14:46:38','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-20 11:47:21','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('6171093526203332327655',649,'61710935259','17','2.00','80','retail','0','2024-03-20 14:47:39','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-20 11:48:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','87.00','85','Inclusive','branch','Inventory','','','','',''),('6171093526743703302621',650,'61710935259','16','1.00','50','retail','0','2024-03-20 14:47:44','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-20 11:48:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','205.00','204','Inclusive','branch','Inventory','','','','',''),('6171093873433094110092',651,'61710938724','10','0.50','400','retail','0','2024-03-20 15:45:24','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-20 12:48:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.00','0.5','Inclusive','branch','Inventory','','','','',''),('6171093875003232227203',652,'61710938724','1','1.00','150','retail','0','2024-03-20 15:45:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 12:48:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171093877330729332232',653,'61710938724','26','1.00','220','retail','0','2024-03-20 15:46:11','','','','0','Cash',0.00,'220','','','6','16.00','1','2024-03-20 12:48:28','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','30.00','29','Inclusive','branch','Inventory','','','','',''),('6171093972733930133273',654,'61710939723','1','2.00','300','retail','0','2024-03-20 16:02:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 13:09:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171094015832330192020',655,'61710939723','25','1.00','150','retail','0','2024-03-20 16:09:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 13:09:45','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6171094019639012193110',656,'61710940195','1','1.00','150','retail','0','2024-03-20 16:09:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 13:10:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171094020420042421009',657,'61710940195','17','1.00','40','retail','0','2024-03-20 16:10:03','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-20 13:10:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','','','','',''),('6171094023339232220303',658,'61710940231','1','2.00','300','retail','0','2024-03-20 16:10:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 13:11:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171094024533240322072',659,'61710940231','17','2.00','80','retail','0','2024-03-20 16:10:42','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-20 13:11:01','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','84.00','82','Inclusive','branch','Inventory','','','','',''),('6171094029203264001320',660,'61710940288','1','2.00','300','retail','0','2024-03-20 16:11:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 13:11:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171094124732732929007',661,'61710941245','1','1.00','150','retail','0','2024-03-20 16:27:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 13:27:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171094296909223244277',662,'61710942967','3','1.00','150','retail','0','2024-03-20 16:56:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 13:56:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171095065126223639115',663,'61710950648','1','1.00','150','retail','0','2024-03-20 19:04:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 16:04:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171095068868803263323',664,'61710950685','16','2.00','100','retail','0','2024-03-20 19:04:45','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-20 16:05:25','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','204.00','202','Inclusive','branch','Inventory','','','','',''),('6171095080306300023407',665,'61710950801','16','1.00','50','retail','0','2024-03-20 19:06:41','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-20 16:06:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','202.00','201','Inclusive','branch','Inventory','','','','',''),('6171095081513202830232',666,'61710950814','1','1.00','150','retail','0','2024-03-20 19:06:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-20 16:06:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171095083820100183513',667,'61710950828','10','0.25','200','retail','0','2024-03-20 19:07:08','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-20 16:07:23','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('7171101238132717332213',668,'71711012359','1','1.00','150','retail','0','2024-03-21 12:12:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-21 09:13:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171101240032230010311',669,'71711012359','17','2.00','80','retail','0','2024-03-21 12:13:01','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-21 09:13:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','82.00','80','Inclusive','branch','Inventory','','','','',''),('6171101731422674313032',670,'61711017313','3','1.00','150','retail','0','2024-03-21 13:35:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 10:35:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171101732130370210422',671,'61711017313','1','1.00','150','retail','0','2024-03-21 13:35:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 10:35:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171101735203536222773',672,'61711017348','2','1.00','150','retail','0','2024-03-21 13:35:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 10:36:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171101736163336200231',673,'61711017348','16','2.00','100','retail','0','2024-03-21 13:35:58','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-21 10:36:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','201.00','199','Inclusive','branch','Inventory','','','','',''),('6171101739732212012010',674,'61711017395','5','1.00','150','retail','0','2024-03-21 13:36:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 10:37:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171101740502120331334',675,'61711017395','16','2.00','100','retail','0','2024-03-21 13:36:42','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-21 10:37:10','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','199.00','197','Inclusive','branch','Inventory','','','','',''),('6171101755722002220232',676,'61711017484','1','1.00','150','retail','0','2024-03-21 13:39:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 10:39:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171101756104033202337',677,'61711017484','5','1.00','150','retail','0','2024-03-21 13:39:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 10:39:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171101793310210232031',678,'61711017929','16','2.00','100','retail','0','2024-03-21 13:45:29','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-21 10:45:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','197.00','195','Inclusive','branch','Inventory','','','','',''),('6171101867333028123632',679,'61711018671','1','1.00','150','retail','0','2024-03-21 13:57:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 11:00:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171101953525302036250',680,'61711019533','1','2.00','300','retail','0','2024-03-21 14:12:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 11:12:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171101953825370032235',681,'61711019533','5','1.00','150','retail','0','2024-03-21 14:12:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 11:12:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171101954709322373460',682,'61711019533','16','2.00','100','retail','0','2024-03-21 14:12:25','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-21 11:12:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','195.00','193','Inclusive','branch','Inventory','','','','',''),('6171102240624232142112',683,'61711022405','1','1.00','150','retail','0','2024-03-21 15:00:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 12:00:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171102276822106232338',684,'61711022767','4','1.00','150','retail','0','2024-03-21 15:06:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 12:07:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171102281030107280220',685,'61711022767','10','0.25','200','retail','0','2024-03-21 15:06:37','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-21 12:07:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171102307662122307132',686,'61711023075','5','1.00','150','retail','0','2024-03-21 15:11:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 12:11:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171102308308200007013',687,'61711023075','35','1.00','5','retail','0','2024-03-21 15:11:21','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-21 12:11:43','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','275.00','274','Inclusive','branch','Inventory','','','','',''),('6171102325452023032034',688,'61711023251','17','1.00','40','retail','0','2024-03-21 15:14:11','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-21 12:14:57','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','','','','',''),('6171102588746850362230',689,'61711025883','2','1.00','150','retail','0','2024-03-21 15:58:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 12:58:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171102591250232052272',690,'61711025910','1','2.00','300','retail','0','2024-03-21 15:58:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 12:58:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171102596332733136333',691,'61711025960','22','1.00','50','retail','0','2024-03-21 15:59:21','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-21 12:59:24','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','30.00','29','Inclusive','branch','Inventory','','','','',''),('6171102597423329612733',692,'61711025972','1','1.00','150','retail','0','2024-03-21 15:59:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 13:01:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171102598413322070115',693,'61711025972','16','1.00','50','retail','0','2024-03-21 15:59:42','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-21 13:01:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','193.00','192','Inclusive','branch','Inventory','','','','',''),('6171102672333303132003',694,'61711026722','1','1.00','150','retail','0','2024-03-21 16:12:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 13:12:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171102677611763321232',695,'61711026775','1','1.00','150','retail','0','2024-03-21 16:12:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 13:13:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171102678226033232220',696,'61711026775','16','1.00','50','retail','0','2024-03-21 16:13:01','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-21 13:13:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','192.00','191','Inclusive','branch','Inventory','','','','',''),('6171102681113236430203',697,'61711026806','1','2.00','300','retail','0','2024-03-21 16:13:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 13:13:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171102682006221030202',698,'61711026806','16','3.00','150','retail','0','2024-03-21 16:13:37','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-21 13:13:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','191.00','188','Inclusive','branch','Inventory','','','','',''),('6171102710620202741131',699,'61711027105','1','1.00','150','retail','0','2024-03-21 16:18:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 13:18:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171102829023330017126',700,'61711027131','1','1.00','150','retail','0','2024-03-21 16:18:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 13:38:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171102837121221323223',701,'61711028337','1','1.00','150','retail','0','2024-03-21 16:38:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 13:39:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171102902624333123233',702,'61711029025','1','1.00','150','retail','0','2024-03-21 16:50:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 13:50:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171102906260076330232',703,'61711029061','17','1.00','40','retail','0','2024-03-21 16:51:01','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-21 13:51:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','','','','',''),('6171102906803303026331',704,'61711029061','22','1.00','50','retail','0','2024-03-21 16:51:07','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-21 13:51:34','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.00','28','Inclusive','branch','Inventory','','','','',''),('6171103157123271000212',705,'61711031570','1','1.00','150','retail','0','2024-03-21 17:32:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 14:33:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171103160631264272201',706,'61711031605','1','1.00','150','retail','0','2024-03-21 17:33:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 14:33:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171103164200223223412',707,'61711031625','2','2.00','300','retail','0','2024-03-21 17:33:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 14:34:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171103221130232232623',708,'61711032209','1','2.00','300','retail','0','2024-03-21 17:43:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 14:47:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171103241311031323333',709,'61711032209','10','0.50','400','retail','0','2024-03-21 17:46:42','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-21 14:47:27','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.50','0','Inclusive','branch','Inventory','','','','',''),('6171103246512032330023',710,'61711032463','5','1.00','150','retail','0','2024-03-21 17:47:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 14:48:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171103246843283213432',711,'61711032463','1','1.00','150','retail','0','2024-03-21 17:47:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 14:48:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171103384604623817313',712,'61711033843','17','1.00','40','retail','0','2024-03-21 18:10:43','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-21 15:11:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','','','','',''),('6171103392802222222332',713,'61711033927','20','1.00','60','retail','0','2024-03-21 18:12:07','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-21 15:12:26','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6171103461106231116223',714,'61711034610','1','1.00','150','retail','0','2024-03-21 18:23:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 15:23:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171103794530050002353',715,'61711037942','1','2.00','300','retail','0','2024-03-21 19:19:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 16:27:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171103797502903133373',716,'61711037942','1','2.00','300','retail','0','2024-03-21 19:19:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 16:27:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171103801230226003130',717,'61711037942','16','9.00','450','retail','0','2024-03-21 19:19:59','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-21 16:27:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'9','188.00','179','Inclusive','branch','Inventory','','','','',''),('6171103802620112331643',718,'61711037942','28','1.00','90','retail','0','2024-03-21 19:20:25','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-03-21 16:27:46','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('6171103852930029302804',719,'61711038526','2','2.00','300','retail','0','2024-03-21 19:28:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 16:29:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171103856131326710263',720,'61711038560','1','1.00','150','retail','0','2024-03-21 19:29:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 16:29:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171103859631261313362',721,'61711038592','1','2.00','300','retail','0','2024-03-21 19:29:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 16:30:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171103865939046323728',722,'61711038658','1','1.00','150','retail','0','2024-03-21 19:30:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 16:31:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171103869632062233223',723,'61711038695','17','1.00','40','retail','0','2024-03-21 19:31:35','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-21 16:32:00','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','','','','',''),('6171103876413333273032',724,'61711038762','1','1.00','150','retail','0','2024-03-21 19:32:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 16:33:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171103878027380072333',725,'61711038762','22','2.00','100','retail','0','2024-03-21 19:32:56','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-21 16:33:27','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','28.00','26','Inclusive','branch','Inventory','','','','',''),('6171103972672229220013',726,'61711039724','1','2.00','300','retail','0','2024-03-21 19:48:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 16:49:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171103973828723121203',727,'61711039724','28','2.00','180','retail','0','2024-03-21 19:48:55','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-03-21 16:49:56','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','18.00','16','Inclusive','branch','Inventory','','','','',''),('6171103975635020733736',728,'61711039724','34','1.00','20','retail','0','2024-03-21 19:49:15','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-03-21 16:49:56','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171103982522102322330',729,'61711039824','16','1.00','50','retail','0','2024-03-21 19:50:24','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-21 16:50:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','179.00','178','Inclusive','branch','Inventory','','','','',''),('6171103983131930143363',730,'61711039824','1','1.00','150','retail','0','2024-03-21 19:50:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 16:50:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171104012020011422303',731,'61711040115','16','5.00','250','retail','0','2024-03-21 19:55:16','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-21 17:02:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','178.00','173','Inclusive','branch','Inventory','','','','',''),('6171104079513145213230',732,'61711040793','16','1.00','50','retail','0','2024-03-21 20:06:33','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-21 17:06:57','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','173.00','172','Inclusive','branch','Inventory','','','','',''),('6171104316522121615330',733,'61711043162','16','3.00','150','retail','0','2024-03-21 20:46:02','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-21 17:46:24','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','172.00','169','Inclusive','branch','Inventory','','','','',''),('6171104323933022304320',734,'61711043238','1','1.00','150','retail','0','2024-03-21 20:47:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 17:47:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171104324424244032031',735,'61711043238','33','1.00','10','retail','0','2024-03-21 20:47:23','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-03-21 17:47:41','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('6171104327532302344421',736,'61711043274','1','1.00','150','retail','0','2024-03-21 20:47:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-21 17:47:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171104329520232143430',737,'61711043291','16','4.00','200','retail','0','2024-03-21 20:48:11','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-21 17:49:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','169.00','165','Inclusive','branch','Inventory','','','','',''),('6171104341603223604333',738,'61711043415','21','1.00','80','retail','0','2024-03-21 20:50:15','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-03-21 17:50:37','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7171109937593431472353',739,'71711099374','4','1.00','150','retail','0','2024-03-22 12:22:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-22 09:23:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171109938213230313319',740,'71711099374','1','1.00','150','retail','0','2024-03-22 12:23:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-22 09:23:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171109941882121314374',741,'71711099374','22','1.00','50','retail','0','2024-03-22 12:23:38','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-22 09:23:53','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','','','','',''),('7171109942222302323307',742,'71711099374','22','1.00','50','retail','0','2024-03-22 12:23:42','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-22 09:23:53','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','','','',''),('7171109945932213319520',743,'71711099459','1','1.00','150','retail','0','2024-03-22 12:24:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-22 09:24:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171110512040103001233',744,'61711105119','2','1.00','150','retail','0','2024-03-22 13:58:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 10:59:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171110513015126503022',745,'61711105119','1','1.00','150','retail','0','2024-03-22 13:58:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 10:59:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171110517440207233014',746,'61711105171','1','2.00','300','retail','0','2024-03-22 13:59:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 11:00:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171110517903712212332',747,'61711105171','16','1.00','50','retail','0','2024-03-22 13:59:37','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-22 11:00:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','165.00','164','Inclusive','branch','Inventory','','','','',''),('6171110518725330723720',748,'61711105171','22','1.00','50','retail','0','2024-03-22 13:59:46','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-22 11:00:11','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('6171110524032301321031',749,'61711105240','1','1.00','150','retail','0','2024-03-22 14:00:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 11:00:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171110813521382450332',750,'61711108133','1','1.00','150','retail','0','2024-03-22 14:48:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 11:49:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171110814222132212300',751,'61711108133','16','1.00','50','retail','0','2024-03-22 14:49:00','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-22 11:49:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','164.00','163','Inclusive','branch','Inventory','','','','',''),('6171111081003330322301',752,'61711110809','1','1.00','150','retail','0','2024-03-22 15:33:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 12:34:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171111084622330381713',753,'61711110809','16','1.00','50','retail','0','2024-03-22 15:34:04','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-22 12:34:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','163.00','162','Inclusive','branch','Inventory','','','','',''),('6171111206412331344212',754,'61711112063','1','1.00','150','retail','0','2024-03-22 15:54:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 12:55:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171111207502102141322',755,'61711112063','20','1.00','60','retail','0','2024-03-22 15:54:34','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-22 12:55:29','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6171111208331162012102',756,'61711112063','1','1.00','150','retail','0','2024-03-22 15:54:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 12:55:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171111210360030332301',757,'61711112063','10','0.25','200','retail','0','2024-03-22 15:54:53','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-22 12:55:29','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('6171111215070350221222',758,'61711112148','23','1.00','80','retail','0','2024-03-22 15:55:48','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-03-22 12:56:02','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','32.00','31','Inclusive','branch','Inventory','','','','',''),('6171111217511073131215',759,'61711112173','2','1.00','150','retail','0','2024-03-22 15:56:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 12:57:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171111219220263320011',760,'61711112173','35','4.00','20','retail','0','2024-03-22 15:56:25','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-22 12:57:09','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','274.00','270','Inclusive','branch','Inventory','','','','',''),('6171111233922202119121',761,'61711112336','1','2.00','300','retail','0','2024-03-22 15:58:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 12:59:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171111235132211013220',762,'61711112336','10','0.50','400','retail','0','2024-03-22 15:59:02','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-22 12:59:25','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.75','2.25','Inclusive','branch','Inventory','','','','',''),('6171111236200233220332',763,'61711112336','28','1.00','90','retail','0','2024-03-22 15:59:21','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-03-22 12:59:25','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('6171111320501211023211',764,'61711113203','1','2.00','300','retail','0','2024-03-22 16:13:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 13:22:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171111321311307202131',765,'61711113203','22','1.00','50','retail','0','2024-03-22 16:13:32','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-22 13:22:21','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('6171111321917232333733',766,'61711113203','17','2.00','80','retail','0','2024-03-22 16:13:38','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-22 13:22:21','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','76.00','74','Inclusive','branch','Inventory','','','','',''),('6171111376236106220110',767,'61711113759','1','1.00','150','retail','0','2024-03-22 16:22:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 13:23:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171111827832132003661',768,'61711118275','1','2.00','300','retail','0','2024-03-22 17:37:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 14:38:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171111828120084233113',769,'61711118275','4','1.00','150','retail','0','2024-03-22 17:37:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 14:38:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171111834043202031322',770,'61711118339','1','1.00','150','retail','0','2024-03-22 17:38:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 14:39:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171111876323063303372',771,'61711118761','1','1.00','150','retail','0','2024-03-22 17:46:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 14:46:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171111907532334203250',772,'61711119073','1','1.00','150','retail','0','2024-03-22 17:51:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 14:51:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171111908213322430338',773,'61711119073','17','1.00','40','retail','0','2024-03-22 17:51:20','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-22 14:51:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.00','73','Inclusive','branch','Inventory','','','','',''),('6171111961831236126361',774,'61711119615','17','1.00','40','retail','0','2024-03-22 18:00:15','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-22 15:00:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.00','72','Inclusive','branch','Inventory','','','','',''),('6171112110861120481020',775,'61711121104','1','3.00','450','retail','0','2024-03-22 18:25:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 15:28:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171112393014321004222',776,'61711121369','1','1.00','150','retail','0','2024-03-22 19:11:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 16:13:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171112406526722332223',777,'61711124015','1','1.00','150','retail','0','2024-03-22 19:13:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 16:15:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171112412671222301002',778,'61711124015','10','0.25','200','retail','0','2024-03-22 19:14:25','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-22 16:15:56','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('6171112592320225736212',779,'61711125921','1','1.00','150','retail','0','2024-03-22 19:45:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 16:45:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171112595451332093106',780,'61711125953','2','1.00','150','retail','0','2024-03-22 19:45:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 16:46:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171112596205220320232',781,'61711125953','22','1.00','50','retail','0','2024-03-22 19:45:58','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-22 16:46:13','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('6171112646620261713271',782,'61711126464','2','1.00','150','retail','0','2024-03-22 19:54:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 16:54:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171112646823321236822',783,'61711126464','5','1.00','150','retail','0','2024-03-22 19:54:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 16:54:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171112681522200604032',784,'61711126805','1','1.00','150','retail','0','2024-03-22 20:00:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 17:01:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171112683121831030368',785,'61711126805','16','1.00','50','retail','0','2024-03-22 20:00:28','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-22 17:01:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','162.00','161','Inclusive','branch','Inventory','','','','',''),('6171112889593202031322',786,'61711128892','1','3.00','450','retail','0','2024-03-22 20:34:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 17:36:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171112914611232222330',787,'61711129144','1','2.00','300','retail','0','2024-03-22 20:39:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 17:39:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171113037332120030230',788,'61711130372','1','1.00','150','retail','0','2024-03-22 20:59:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 17:59:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171113038321332333612',789,'61711130372','10','1.00','800','retail','0','2024-03-22 20:59:41','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-22 17:59:59','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171113045861645233221',790,'61711130455','2','2.00','300','retail','0','2024-03-22 21:00:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 18:01:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171113046931204122302',791,'61711130455','17','2.00','80','retail','0','2024-03-22 21:01:07','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-22 18:01:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','72.00','70','Inclusive','branch','Inventory','','','','',''),('6171113047731034631313',792,'61711130455','33','1.00','10','retail','0','2024-03-22 21:01:15','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-03-22 18:01:29','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('6171113126532117230113',793,'61711131264','1','1.00','150','retail','0','2024-03-22 21:14:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 18:14:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171113249702244093220',794,'61711132494','1','1.00','150','retail','0','2024-03-22 21:34:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-22 18:45:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171113308320608233630',795,'61711132494','17','1.00','40','retail','0','2024-03-22 21:44:39','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-22 18:45:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','70.00','69','Inclusive','branch','Inventory','','','','',''),('6171113308932213023333',796,'61711132494','16','1.00','50','retail','0','2024-03-22 21:44:46','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-22 18:45:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','161.00','160','Inclusive','branch','Inventory','','','','',''),('6171118836562230232300',797,'61711188361','2','2.00','300','retail','0','2024-03-23 13:06:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 10:06:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171118845882012222262',798,'61711188457','1','1.00','150','retail','0','2024-03-23 13:07:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 10:08:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171118967612620213276',799,'61711189673','2','3.00','450','retail','0','2024-03-23 13:27:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 10:28:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171118971924363933013',800,'61711189716','5','1.00','150','retail','0','2024-03-23 13:28:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 10:28:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171118972231143223770',801,'61711189716','5','1.00','150','retail','0','2024-03-23 13:28:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 10:28:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171118975890302132232',802,'61711189754','2','2.00','300','retail','0','2024-03-23 13:29:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 10:29:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171118981116113217223',803,'61711189788','10','0.25','200','retail','0','2024-03-23 13:29:48','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-23 10:30:23','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('6171118985221182821227',804,'61711189851','2','1.00','150','retail','0','2024-03-23 13:30:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 10:31:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171118985533251933211',805,'61711189851','5','1.00','150','retail','0','2024-03-23 13:30:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 10:31:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171118985920583083120',806,'61711189851','1','2.00','300','retail','0','2024-03-23 13:30:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 10:31:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171118987030207011219',807,'61711189851','16','6.00','300','retail','0','2024-03-23 13:31:05','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-23 10:31:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','160.00','154','Inclusive','branch','Inventory','','','','',''),('6171118987891319083316',808,'61711189851','26','1.00','220','retail','0','2024-03-23 13:31:17','','','','0','Cash',0.00,'220','','','6','16.00','1','2024-03-23 10:31:34','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.00','28','Inclusive','branch','Inventory','','','','',''),('6171118994321227117712',809,'61711189935','10','0.50','400','retail','0','2024-03-23 13:32:15','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-23 10:32:26','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.75','0.25','Inclusive','branch','Inventory','','','','',''),('6171119141301330033001',810,'61711191411','1','1.00','150','retail','0','2024-03-23 13:56:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 10:57:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171119142823619831023',811,'61711191411','16','2.00','100','retail','0','2024-03-23 13:57:05','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-23 10:57:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','154.00','152','Inclusive','branch','Inventory','','','','',''),('6171119144533334033321',812,'61711191411','22','1.00','50','retail','0','2024-03-23 13:57:22','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-23 10:57:58','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('6171119145432305353631',813,'61711191411','33','2.00','20','retail','0','2024-03-23 13:57:31','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-03-23 10:57:58','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','19.00','17','Inclusive','branch','Inventory','','','','',''),('6171119190101201036337',814,'61711191900','1','1.00','150','retail','0','2024-03-23 14:05:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 11:05:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171119226223023112110',815,'61711192258','1','2.00','300','retail','0','2024-03-23 14:10:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 11:56:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171119287500223102253',816,'61711192258','23','1.00','80','retail','0','2024-03-23 14:21:12','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-03-23 11:56:12','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.00','30','Inclusive','branch','Inventory','','','','',''),('6171119289392214432322',817,'61711192258','16','2.00','100','retail','0','2024-03-23 14:21:31','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-23 11:56:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','152.00','150','Inclusive','branch','Inventory','','','','',''),('6171119494742132223002',818,'61711192258','10','0.50','400','retail','0','2024-03-23 14:55:36','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-23 11:56:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.75','0.25','Inclusive','branch','Inventory','','','','',''),('6171119501631304311101',819,'61711195009','20','7.00','420','retail','0','2024-03-23 14:56:49','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-23 11:57:35','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'7','10.00','3','Inclusive','branch','Inventory','','','','',''),('6171119507222222300209',820,'61711195070','16','1.00','50','retail','0','2024-03-23 14:57:50','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-23 11:58:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','150.00','149','Inclusive','branch','Inventory','','','','',''),('6171119517845831132332',821,'61711195175','2','2.00','300','retail','0','2024-03-23 14:59:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 12:00:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171119546832432204313',822,'61711195466','1','1.00','150','retail','0','2024-03-23 15:04:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 12:05:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171119548032001372122',823,'61711195466','20','1.00','60','retail','0','2024-03-23 15:04:39','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-23 12:05:06','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6171119549222421304401',824,'61711195466','16','2.00','100','retail','0','2024-03-23 15:04:48','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-23 12:05:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','149.00','147','Inclusive','branch','Inventory','','','','',''),('6171119551672200502230',825,'61711195515','1','1.00','150','retail','0','2024-03-23 15:05:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 12:05:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171119552921000093322',826,'61711195515','22','1.00','50','retail','0','2024-03-23 15:05:27','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-23 12:05:44','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('6171119586373382323333',827,'61711195861','1','1.00','150','retail','0','2024-03-23 15:11:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 12:11:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171119747312714173423',828,'61711197472','1','1.00','150','retail','0','2024-03-23 15:37:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 12:55:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171119867523163322230',829,'61711198667','16','3.00','150','retail','0','2024-03-23 15:57:47','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-23 12:57:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','147.00','144','Inclusive','branch','Inventory','','','','',''),('6171120126372316072220',830,'61711201262','1','1.00','150','retail','0','2024-03-23 16:41:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 13:41:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171120129823222272213',831,'61711201297','28','1.00','90','retail','0','2024-03-23 16:41:37','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-03-23 13:41:52','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('6171120134022002102331',832,'61711201334','16','2.00','100','retail','0','2024-03-23 16:42:14','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-23 13:42:57','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','144.00','142','Inclusive','branch','Inventory','','','','',''),('6171120136373612327063',833,'61711201334','20','1.00','60','retail','0','2024-03-23 16:42:42','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-23 13:42:57','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171120140632206323110',834,'61711201404','17','2.00','80','retail','0','2024-03-23 16:43:24','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-23 13:43:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','69.00','67','Inclusive','branch','Inventory','','','','',''),('6171120143631126123323',835,'61711201435','1','1.00','150','retail','0','2024-03-23 16:43:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 13:44:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171120587732020370413',836,'61711205874','1','1.00','150','retail','0','2024-03-23 17:57:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 14:58:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171120588230533333330',837,'61711205874','16','2.00','100','retail','0','2024-03-23 17:57:59','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-23 14:58:36','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','142.00','140','Inclusive','branch','Inventory','','','','',''),('6171120589632732323324',838,'61711205874','35','2.00','10','retail','0','2024-03-23 17:58:13','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-23 14:58:36','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','270.00','268','Inclusive','branch','Inventory','','','','',''),('6171120593423234932212',839,'61711205933','1','1.00','150','retail','0','2024-03-23 17:58:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 14:59:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171120598122323221333',840,'61711205979','1','1.00','150','retail','0','2024-03-23 17:59:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 15:06:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171120638837113736382',841,'61711206387','1','1.00','150','retail','0','2024-03-23 18:06:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 15:06:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171120643827244202331',842,'61711206437','35','1.00','5','retail','0','2024-03-23 18:07:17','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-23 15:07:40','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','268.00','267','Inclusive','branch','Inventory','','','','',''),('6171120644216313321613',843,'61711206437','16','1.00','50','retail','0','2024-03-23 18:07:21','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-23 15:07:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','140.00','139','Inclusive','branch','Inventory','','','','',''),('6171120647827412321222',844,'61711206477','5','1.00','150','retail','0','2024-03-23 18:07:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 15:08:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171120650403102021023',845,'61711206502','1','3.00','450','retail','0','2024-03-23 18:08:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 15:08:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171120687431383714121',846,'61711206505','1','2.00','300','retail','0','2024-03-23 18:08:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 15:15:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171120845723033002322',847,'61711208455','1','2.00','300','retail','0','2024-03-23 18:40:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 15:41:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171120850102252263212',848,'61711208498','22','1.00','50','retail','0','2024-03-23 18:41:38','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-23 15:41:43','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('6171120891722129697330',849,'61711208503','17','1.00','40','retail','0','2024-03-23 18:41:43','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-23 15:48:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','67.00','66','Inclusive','branch','Inventory','','','','',''),('6171120999432010204303',850,'61711209992','1','2.00','300','retail','0','2024-03-23 19:06:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 16:06:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171121045071221304005',851,'61711210446','1','1.00','150','retail','0','2024-03-23 19:14:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 16:14:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171121051320120130162',852,'61711210512','1','1.00','150','retail','0','2024-03-23 19:15:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 16:15:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171121058707132360353',853,'61711210583','1','1.00','150','retail','0','2024-03-23 19:16:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 16:16:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171121075647702027222',854,'61711210755','1','1.00','150','retail','0','2024-03-23 19:19:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 16:19:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171121431700223102273',855,'61711214316','1','1.00','150','retail','0','2024-03-23 20:18:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 17:19:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171121432732424330311',856,'61711214316','16','2.00','100','retail','0','2024-03-23 20:18:45','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-23 17:19:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','139.00','137','Inclusive','branch','Inventory','','','','',''),('6171121434023007131304',857,'61711214316','33','1.00','10','retail','0','2024-03-23 20:18:59','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-03-23 17:19:15','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('6171121438241223323330',858,'61711214381','1','1.00','150','retail','0','2024-03-23 20:19:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 17:20:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171121439122113112192',859,'61711214381','35','2.00','10','retail','0','2024-03-23 20:19:48','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-23 17:20:05','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','267.00','265','Inclusive','branch','Inventory','','','','',''),('6171121442730204221202',860,'61711214426','1','1.00','150','retail','0','2024-03-23 20:20:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 17:20:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171121445023060473423',861,'61711214449','1','1.00','150','retail','0','2024-03-23 20:20:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 17:21:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171121448342207260336',862,'61711214477','1','3.00','450','retail','0','2024-03-23 20:21:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 17:21:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171121448633371222620',863,'61711214477','4','1.00','150','retail','0','2024-03-23 20:21:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 17:21:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171121454731230203454',864,'61711214544','1','2.00','300','retail','0','2024-03-23 20:22:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 17:22:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171121544013332703223',865,'61711215437','1','2.00','300','retail','0','2024-03-23 20:37:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 17:37:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171121633602232100233',866,'61711216334','1','2.00','300','retail','0','2024-03-23 20:52:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 17:52:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171121634231322234630',867,'61711216334','4','1.00','150','retail','0','2024-03-23 20:52:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 17:52:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171121635252642233303',868,'61711216334','16','2.00','100','retail','0','2024-03-23 20:52:30','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-23 17:52:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','137.00','135','Inclusive','branch','Inventory','','','','',''),('6171121638734830203283',869,'61711216386','1','1.00','150','retail','0','2024-03-23 20:53:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 17:53:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171121642031220633201',870,'61711216418','17','2.00','80','retail','0','2024-03-23 20:53:38','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-23 17:54:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','66.00','64','Inclusive','branch','Inventory','','','','',''),('6171121741902323232033',871,'61711217415','1','2.00','300','retail','0','2024-03-23 21:10:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 18:10:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171121792431174024360',872,'61711217920','1','1.00','150','retail','0','2024-03-23 21:18:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 18:19:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171121919400032062124',873,'61711219193','1','1.00','150','retail','0','2024-03-23 21:39:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 18:40:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171121989210022003217',874,'61711219890','1','2.00','300','retail','0','2024-03-23 21:51:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 18:51:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171122040930023041227',875,'61711220406','1','3.00','450','retail','0','2024-03-23 22:00:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 19:01:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171122041721133221200',876,'61711220406','2','2.00','300','retail','0','2024-03-23 22:00:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 19:01:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171122042932220090322',877,'61711220406','16','3.00','150','retail','0','2024-03-23 22:00:23','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-23 19:01:25','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','135.00','132','Inclusive','branch','Inventory','','','','',''),('6171122054930230230033',878,'61711220548','1','1.00','150','retail','0','2024-03-23 22:02:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-23 19:03:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171122055830133020100',879,'61711220548','17','3.00','120','retail','0','2024-03-23 22:02:33','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-23 19:03:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','64.00','61','Inclusive','branch','Inventory','','','','',''),('6171122056501030207221',880,'61711220548','35','1.00','5','retail','0','2024-03-23 22:02:44','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-23 19:03:15','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','265.00','264','Inclusive','branch','Inventory','','','','',''),('6171126678813301213280',881,'61711266784','1','4.00','600','retail','0','2024-03-24 10:53:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 07:53:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171126679591020630712',882,'61711266784','16','5.00','250','retail','0','2024-03-24 10:53:11','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-24 07:53:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','132.00','127','Inclusive','branch','Inventory','','','','',''),('6171126683724222732203',883,'61711266836','1','1.00','150','retail','0','2024-03-24 10:53:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 07:53:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171126827512321237228',884,'61711268274','1','1.00','150','retail','0','2024-03-24 11:17:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 08:18:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171126828332320308232',885,'61711268274','26','1.00','220','retail','0','2024-03-24 11:18:01','','','','0','Cash',0.00,'220','','','6','16.00','1','2024-03-24 08:18:20','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.00','27','Inclusive','branch','Inventory','','','','',''),('6171126831461030308312',886,'61711268311','3','3.00','450','retail','0','2024-03-24 11:18:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 08:18:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171127036364226223311',887,'61711270361','3','2.00','300','retail','0','2024-03-24 11:52:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:10:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171127148416273342032',888,'61711271480','2','1.00','150','retail','0','2024-03-24 12:11:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:11:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171127153343332322021',889,'61711271529','2','4.00','600','retail','0','2024-03-24 12:12:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:13:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','4000','Asset','',''),('6171127154232222761362',890,'61711271529','1','1.00','150','retail','0','2024-03-24 12:12:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:13:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171127162820327260312',891,'61711271626','2','2.00','300','retail','0','2024-03-24 12:13:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:14:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171127163332023037014',892,'61711271626','3','2.00','300','retail','0','2024-03-24 12:13:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:14:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171127167323617331023',893,'61711271672','3','1.00','150','retail','0','2024-03-24 12:14:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:15:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171127167530034631325',894,'61711271672','2','1.00','150','retail','0','2024-03-24 12:14:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:15:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171127167823102228060',895,'61711271672','1','1.00','150','retail','0','2024-03-24 12:14:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:15:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171127168037203222320',896,'61711271672','5','1.00','150','retail','0','2024-03-24 12:14:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:15:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171127169203073230221',897,'61711271672','17','4.00','160','retail','0','2024-03-24 12:14:48','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-24 09:15:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','61.00','57','Inclusive','branch','Inventory','','','','',''),('6171127174821227127712',898,'61711271744','1','3.00','450','retail','0','2024-03-24 12:15:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:16:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171127179413763307273',899,'61711271792','16','1.00','50','retail','0','2024-03-24 12:16:32','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-24 09:17:05','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','127.00','126','Inclusive','branch','Inventory','','','','',''),('6171127182234302031230',900,'61711271792','29','1.00','40','retail','0','2024-03-24 12:17:01','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-24 09:17:05','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6171127185032220170222',901,'61711271848','1','2.00','300','retail','0','2024-03-24 12:17:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:17:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171127325471730022307',902,'61711273253','1','1.00','150','retail','0','2024-03-24 12:40:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:41:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171127357530210223303',903,'61711273269','4','2.00','300','retail','0','2024-03-24 12:41:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:50:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171127358434202015713',904,'61711273269','2','2.00','300','retail','0','2024-03-24 12:46:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:50:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171127359500130252003',905,'61711273269','5','1.00','150','retail','0','2024-03-24 12:46:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:50:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171127360622073071367',906,'61711273269','3','1.00','150','retail','0','2024-03-24 12:46:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 09:50:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171127391893222332023',907,'71711273857','3','1.00','150','retail','0','2024-03-24 12:50:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 09:56:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171127393661300222271',908,'71711273857','3','1.00','150','retail','0','2024-03-24 12:51:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 09:56:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171127431412023037044',909,'71711274211','1','2.00','300','retail','0','2024-03-24 12:56:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 09:59:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171127532872200732117',910,'71711274412','1','1.00','150','retail','0','2024-03-24 13:15:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 10:15:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171127545171122717230',911,'71711275436','1','1.00','150','retail','0','2024-03-24 13:17:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 10:18:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7171127549292325234243',912,'71711275482','1','2.00','300','retail','0','2024-03-24 13:18:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 10:19:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','6.00','4','Inclusive','branch','Inventory','','','','',''),('7171127552923272273237',913,'71711275482','17','1.00','40','retail','0','2024-03-24 13:18:12','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-24 10:19:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','57.00','56','Inclusive','branch','Inventory','','','','',''),('7171127569909205242575',915,'71711275654','1','1.00','150','retail','0','2024-03-24 13:21:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 10:23:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171127571612020043314',916,'71711275654','28','1.00','90','retail','0','2024-03-24 13:21:39','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-03-24 10:23:13','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7171127578723727272703',917,'71711275654','10','0.25','200','retail','0','2024-03-24 13:21:56','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-24 10:23:13','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7171127559322277132700',918,'71711275566','1','2.00','300','retail','0','2024-03-24 13:19:26','','','','0','Cash',0.00,'150','','','7','','1','2024-03-24 10:35:51','1','1','new','1','printed','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.00','2','Inclusive','branch','Inventory','','','','',''),('7171127664600306262622',919,'71711276635','1','1.00','150','retail','0','2024-03-24 13:37:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 10:38:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7171127665970267713304',920,'71711276635','1','1.00','150','retail','0','2024-03-24 13:37:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 10:38:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171127686848322773017',921,'71711276824','2','3.00','450','retail','0','2024-03-24 13:40:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 10:45:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171127689933026723792',922,'71711276824','17','1.00','40','retail','0','2024-03-24 13:41:20','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-24 10:45:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','56.00','55','Inclusive','branch','Inventory','','','','',''),('7171127737817301373422',923,'71711277314','1','2.00','300','retail','0','2024-03-24 13:49:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 10:53:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('7171127741513033227030',924,'71711277314','16','3.00','150','retail','0','2024-03-24 13:49:54','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-24 10:53:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','126.00','123','Inclusive','branch','Inventory','','','','',''),('7171127768920022043423',925,'71711277591','3','1.00','150','retail','0','2024-03-24 13:53:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 10:55:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171127784537372722402',926,'71711277751','16','2.00','100','retail','0','2024-03-24 13:55:51','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-24 10:57:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','123.00','121','Inclusive','branch','Inventory','','','','',''),('7171127785441104342234',927,'71711277751','1','2.00','300','retail','0','2024-03-24 13:57:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 10:57:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('7171127806832802481328',928,'71711277973','1','1.00','150','retail','0','2024-03-24 14:01:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 11:05:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171127813427311072102',929,'71711277973','3','1.00','150','retail','0','2024-03-24 14:01:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 11:05:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171127834332083132231',930,'71711278315','1','2.00','300','retail','0','2024-03-24 14:05:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 11:09:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171127856032203332103',931,'71711278548','3','1.00','150','retail','0','2024-03-24 14:09:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 11:14:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171127886500432228388',932,'71711278854','1','1.00','150','retail','0','2024-03-24 14:14:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 11:22:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171127887620717312263',933,'71711278854','28','1.00','90','retail','0','2024-03-24 14:14:25','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-03-24 11:22:31','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7171127936971723333227',934,'71711279351','35','0.00','0','retail','0','2024-03-24 14:22:31','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-03-24 11:24:59','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0','264.00','264','Inclusive','branch','Inventory','','','','',''),('7171127939020323120321',935,'71711279351','4','1.00','150','retail','0','2024-03-24 14:22:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 11:24:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171127940230337223073',936,'71711279351','16','1.00','50','retail','0','2024-03-24 14:23:10','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-24 11:24:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','121.00','120','Inclusive','branch','Inventory','','','','',''),('7171127945030702007310',937,'71711279351','20','1.00','60','retail','0','2024-03-24 14:23:22','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-03-24 11:24:59','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171127947273702270302',938,'71711279351','35','1.00','5','retail','0','2024-03-24 14:24:11','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-03-24 11:24:59','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','264.00','263','Inclusive','branch','Inventory','','','','',''),('7171127960112717327029',939,'71711279499','1','3.00','450','retail','0','2024-03-24 14:26:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 11:30:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171127961227722216233',940,'71711279499','16','4.00','200','retail','0','2024-03-24 14:26:41','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-24 11:30:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','120.00','116','Inclusive','branch','Inventory','','','','',''),('7171127983232137002282',941,'71711279803','1','4.00','600','retail','0','2024-03-24 14:30:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 11:31:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171127999433933932001',942,'71711279862','28','1.00','90','retail','0','2024-03-24 14:31:03','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-03-24 11:34:59','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('7171128001333232270333',943,'71711279862','28','1.00','90','retail','0','2024-03-24 14:33:15','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-03-24 11:34:59','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('7171128014331232333312',944,'71711280112','4','1.00','150','retail','0','2024-03-24 14:35:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 11:36:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171128022723013707312',945,'71711280212','1','1.00','150','retail','0','2024-03-24 14:36:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 11:38:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171128026624333361032',946,'71711280212','16','2.00','100','retail','0','2024-03-24 14:37:07','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-24 11:38:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','116.00','114','Inclusive','branch','Inventory','','','','',''),('7171128042534232231332',947,'71711280310','1','3.00','450','retail','0','2024-03-24 14:38:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 11:47:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171128080002180727318',948,'71711280310','10','1.00','800','retail','0','2024-03-24 14:46:30','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-24 11:47:42','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.50','4.5','Inclusive','branch','Inventory','','','','',''),('7171128087934202018813',949,'71711280862','3','1.00','150','retail','0','2024-03-24 14:47:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 11:51:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171128096536107220820',950,'71711280862','1','1.00','150','retail','0','2024-03-24 14:47:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 11:51:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171128098230282000208',951,'71711280862','1','2.00','300','retail','0','2024-03-24 14:49:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 11:51:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171128158722723002012',952,'71711281570','2','4.00','600','retail','0','2024-03-24 14:59:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 12:01:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','4000','Asset','',''),('7171128159927331032221',953,'71711281570','10','1.00','800','retail','0','2024-03-24 14:59:47','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-24 12:01:45','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.50','3.5','Inclusive','branch','Inventory','','','','',''),('7171128176922273330827',954,'71711281705','10','0.50','400','retail','0','2024-03-24 15:01:45','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-24 12:04:09','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.50','3','Inclusive','branch','Inventory','','','','',''),('7171128180323130222070',955,'71711281705','28','1.00','90','retail','0','2024-03-24 15:02:49','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-03-24 12:04:09','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('7171128181383033033212',956,'71711281705','1','1.00','150','retail','0','2024-03-24 15:03:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 12:04:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171128232737183822774',957,'71711281849','1','1.00','150','retail','0','2024-03-24 15:11:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 12:15:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171128247621063373324',958,'71711281849','10','0.25','200','retail','0','2024-03-24 15:12:07','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-24 12:15:16','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('7171128248930133731292',959,'71711281849','28','1.00','90','retail','0','2024-03-24 15:14:36','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-03-24 12:15:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('7171128270933330212200',960,'71711282517','1','1.00','150','retail','0','2024-03-24 15:18:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 12:19:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171128359803333272223',961,'71711283261','4','1.00','150','retail','0','2024-03-24 15:27:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 12:34:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171128367031033307323',962,'71711283657','1','3.00','450','retail','0','2024-03-24 15:34:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 12:34:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171128370820003330333',963,'71711283686','16','1.00','50','retail','0','2024-03-24 15:34:46','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-24 12:36:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','114.00','113','Inclusive','branch','Inventory','','','','',''),('7171128383633312020601',964,'71711283792','17','1.00','40','retail','0','2024-03-24 15:36:32','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-24 12:37:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','55.00','54','Inclusive','branch','Inventory','','','','',''),('7171128392002020273222',965,'71711283857','17','3.00','120','retail','0','2024-03-24 15:38:30','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-24 12:39:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','54.00','51','Inclusive','branch','Inventory','','','','',''),('7171128395702329740037',966,'71711283857','1','2.00','300','retail','0','2024-03-24 15:39:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 12:39:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','3.00','1','Inclusive','branch','Inventory','','','','',''),('7171128431372223187222',967,'71711284014','1','3.00','450','retail','0','2024-03-24 15:40:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 12:47:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','1.00','-2','Inclusive','branch','Inventory','','','','',''),('7171128510037832231703',968,'71711285075','1','5.00','750','retail','0','2024-03-24 15:57:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 12:58:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','1.00','-4','Inclusive','branch','Inventory','','','','',''),('7171128514233032232022',969,'71711285133','16','2.00','100','retail','0','2024-03-24 15:58:53','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-24 12:59:25','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','113.00','111','Inclusive','branch','Inventory','','','','',''),('7171128528412220047233',970,'71711285273','22','1.00','50','retail','0','2024-03-24 16:01:13','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-24 13:01:26','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('6171128950493523622242',971,'61711289504','1','1.00','150','retail','0','2024-03-24 17:11:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 14:11:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171128952716113227223',972,'61711289526','1','1.00','150','retail','0','2024-03-24 17:12:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 14:12:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171128955473254202133',973,'61711289526','17','2.00','80','retail','0','2024-03-24 17:12:32','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-24 14:12:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','51.00','49','Inclusive','branch','Inventory','','','','',''),('6171128958020326222750',974,'61711289579','2','1.00','150','retail','0','2024-03-24 17:12:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 14:13:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171128960693623622262',975,'61711289604','35','2.00','10','retail','0','2024-03-24 17:13:24','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-24 14:13:52','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','263.00','261','Inclusive','branch','Inventory','','','','',''),('6171128961204143222222',976,'61711289604','34','1.00','20','retail','0','2024-03-24 17:13:30','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-03-24 14:13:52','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6171129021531053222376',977,'61711290214','1','1.00','150','retail','0','2024-03-24 17:23:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 14:24:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171129023503523372029',978,'61711290214','10','0.50','400','retail','0','2024-03-24 17:23:46','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-24 14:24:36','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.75','2.25','Inclusive','branch','Inventory','','','','',''),('6171129055522225512342',979,'61711290548','1','5.00','750','retail','0','2024-03-24 17:29:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 14:30:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('6171129057010501393422',980,'61711290548','34','1.00','20','retail','0','2024-03-24 17:29:28','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-03-24 14:30:46','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171129072881282623032',981,'61711290723','1','2.00','300','retail','0','2024-03-24 17:32:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 14:32:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171129076046330022272',982,'61711290723','10','0.50','400','retail','0','2024-03-24 17:32:14','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-24 14:32:44','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.25','1.75','Inclusive','branch','Inventory','','','','',''),('6171129204743222191120',983,'61711292046','4','1.00','150','retail','0','2024-03-24 17:54:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 14:54:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171129205032102043102',984,'61711292046','3','1.00','150','retail','0','2024-03-24 17:54:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 14:54:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171129390512033300125',985,'61711293900','3','3.00','450','retail','0','2024-03-24 18:25:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 15:25:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171129393573236112333',986,'61711293933','1','1.00','150','retail','0','2024-03-24 18:25:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 15:25:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171129394032212227331',987,'61711293933','2','1.00','150','retail','0','2024-03-24 18:25:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 15:25:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171129459224220231530',988,'61711294587','1','1.00','150','retail','0','2024-03-24 18:36:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 15:36:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171129459823468029333',989,'61711294587','35','1.00','5','retail','0','2024-03-24 18:36:37','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-24 15:36:53','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','261.00','260','Inclusive','branch','Inventory','','','','',''),('6171129462712262033222',990,'61711294624','2','4.00','600','retail','0','2024-03-24 18:37:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 15:37:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','4000','Asset','',''),('6171129478503033300383',991,'61711294784','1','1.00','150','retail','0','2024-03-24 18:39:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 15:40:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171129575412222335323',992,'61711295753','1','1.00','150','retail','0','2024-03-24 18:55:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 15:56:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171129901521332023122',993,'61711295778','1','1.00','150','retail','0','2024-03-24 18:56:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 16:50:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171129941702337233233',994,'61711299413','1','2.00','300','retail','0','2024-03-24 19:56:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 16:56:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171129943303233300020',995,'61711299429','3','3.00','450','retail','0','2024-03-24 19:57:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 16:57:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171129944523222334220',996,'61711299444','1','1.00','150','retail','0','2024-03-24 19:57:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-24 16:57:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171129946020101322992',997,'61711299444','10','0.25','200','retail','0','2024-03-24 19:57:29','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-24 16:57:55','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('7171130050303232032003',998,'71711300405','1','1.00','150','retail','0','2024-03-24 20:13:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 17:16:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171130054002220332120',999,'71711300405','17','1.00','40','retail','0','2024-03-24 20:15:03','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-24 17:16:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','49.00','48','Inclusive','branch','Inventory','','','','',''),('7171130065432212227331',1000,'71711300576','1','2.00','300','retail','0','2024-03-24 20:16:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 17:20:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171130087330322232043',1001,'71711300837','3','1.00','150','retail','0','2024-03-24 20:20:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 17:21:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171130197121073301392',1002,'71711301936','4','1.00','150','retail','0','2024-03-24 20:39:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 17:41:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171130252823220030103',1003,'71711302517','22','1.00','50','retail','0','2024-03-24 20:48:37','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-24 17:49:04','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('7171130264302160727316',1004,'71711302611','1','4.00','600','retail','0','2024-03-24 20:50:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 17:51:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171130313432741221222',1005,'71711303101','3','2.00','300','retail','0','2024-03-24 20:58:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-24 18:00:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171136523613133302322',1006,'61711365233','1','1.00','150','retail','0','2024-03-25 14:13:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 11:14:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171136573212622200600',1007,'61711365731','3','1.00','150','retail','0','2024-03-25 14:22:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 11:22:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171136573644000020021',1008,'61711365731','1','2.00','300','retail','0','2024-03-25 14:22:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 11:22:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171136580202203323821',1009,'61711365799','2','1.00','150','retail','0','2024-03-25 14:23:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 11:23:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171136580703202322028',1010,'61711365799','35','1.00','5','retail','0','2024-03-25 14:23:25','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-25 11:23:43','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','260.00','259','Inclusive','branch','Inventory','','','','',''),('6171136583737333375033',1011,'61711365835','2','1.00','150','retail','0','2024-03-25 14:23:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 11:24:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171136588633040228231',1012,'61711365884','2','2.00','300','retail','0','2024-03-25 14:24:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 11:25:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171136589723542913223',1013,'61711365884','16','4.00','200','retail','0','2024-03-25 14:24:52','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-25 11:25:10','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','111.00','107','Inclusive','branch','Inventory','','','','',''),('6171136594592026603230',1014,'61711365944','3','1.00','150','retail','0','2024-03-25 14:25:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 11:25:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171136597133152352722',1015,'61711365970','1','1.00','150','retail','0','2024-03-25 14:26:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 11:26:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171136598123542813223',1016,'61711365970','16','1.00','50','retail','0','2024-03-25 14:26:17','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-25 11:26:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','107.00','106','Inclusive','branch','Inventory','','','','',''),('6171136600261012601403',1017,'61711366000','3','1.00','150','retail','0','2024-03-25 14:26:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 11:26:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171136730033142233030',1018,'61711367299','3','1.00','150','retail','0','2024-03-25 14:48:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 11:49:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171136731912122163302',1019,'61711367299','10','0.25','200','retail','0','2024-03-25 14:48:37','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-25 11:49:02','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171137129301323162390',1020,'61711371291','1','1.00','150','retail','0','2024-03-25 15:54:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 12:55:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171137133307133330333',1021,'61711371332','3','1.00','150','retail','0','2024-03-25 15:55:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 12:55:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171137136834327331001',1022,'61711371367','22','1.00','50','retail','0','2024-03-25 15:56:07','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-25 12:56:11','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('6171137258922323303321',1023,'61711372587','1','1.00','150','retail','0','2024-03-25 16:16:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 13:17:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171137260323170232320',1024,'61711372587','10','0.50','400','retail','0','2024-03-25 16:16:34','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-25 13:17:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.25','0.75','Inclusive','branch','Inventory','','','','',''),('6171137335671322263211',1025,'61711373355','1','1.00','150','retail','0','2024-03-25 16:29:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 13:29:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171137737921773232033',1026,'61711377374','1','3.00','450','retail','0','2024-03-25 17:36:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 14:36:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171137891800223713833',1027,'61711378915','1','1.00','150','retail','0','2024-03-25 18:01:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 15:02:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171137984532293027083',1028,'61711379844','3','1.00','150','retail','0','2024-03-25 18:17:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 15:24:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171137984900324000222',1029,'61711379844','2','1.00','150','retail','0','2024-03-25 18:17:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 15:24:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171137985923277603929',1030,'61711379844','28','2.00','180','retail','0','2024-03-25 18:17:36','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-03-25 15:24:03','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','8.00','6','Inclusive','branch','Inventory','','','','',''),('6171137989181003031326',1031,'61711379844','17','4.00','160','retail','0','2024-03-25 18:18:04','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-25 15:24:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','48.00','44','Inclusive','branch','Inventory','','','','',''),('6171138026120103123006',1032,'61711380260','3','1.00','150','retail','0','2024-03-25 18:24:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 15:24:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171138031822302323307',1033,'61711380315','1','2.00','300','retail','0','2024-03-25 18:25:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 15:25:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171138039117021612202',1034,'61711380390','1','1.00','150','retail','0','2024-03-25 18:26:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 15:26:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171138041924222342221',1035,'61711380418','1','1.00','150','retail','0','2024-03-25 18:26:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 15:28:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171138043533330701082',1036,'61711380418','10','0.25','200','retail','0','2024-03-25 18:27:05','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-25 15:28:06','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('6171138044342728023302',1037,'61711380418','22','1.00','50','retail','0','2024-03-25 18:27:20','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-25 15:28:06','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('6171138458034737730314',1038,'61711384577','3','1.00','150','retail','0','2024-03-25 19:36:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 16:36:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171138458423033003322',1039,'61711384577','4','1.00','150','retail','0','2024-03-25 19:36:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 16:36:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171138458682102382330',1040,'61711384577','1','1.00','150','retail','0','2024-03-25 19:36:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 16:36:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171138484283033233232',1041,'61711384837','1','1.00','150','retail','0','2024-03-25 19:40:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 16:41:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171138485223024224168',1042,'61711384837','16','2.00','100','retail','0','2024-03-25 19:40:50','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-25 16:41:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','106.00','104','Inclusive','branch','Inventory','','','','',''),('6171138488503885233822',1043,'61711384882','4','3.00','450','retail','0','2024-03-25 19:41:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 16:43:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171138499780447431843',1044,'61711384882','10','0.75','600','retail','0','2024-03-25 19:43:08','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-25 16:43:34','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','3.50','2.75','Inclusive','branch','Inventory','','','','',''),('6171138617672133327333',1045,'61711386175','3','1.00','150','retail','0','2024-03-25 20:02:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 17:03:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171138624337041330303',1046,'61711386242','1','1.00','150','retail','0','2024-03-25 20:04:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 17:04:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171138625170128235133',1047,'61711386242','16','2.00','100','retail','0','2024-03-25 20:04:07','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-25 17:04:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','104.00','102','Inclusive','branch','Inventory','','','','',''),('6171138629432334923320',1048,'61711386291','2','1.00','150','retail','0','2024-03-25 20:04:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 17:05:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171138667566381232683',1049,'61711386673','2','1.00','150','retail','0','2024-03-25 20:11:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 17:11:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171138981838233233100',1050,'61711389817','1','1.00','150','retail','0','2024-03-25 21:03:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 18:04:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171138986434309233816',1051,'61711389861','3','2.00','300','retail','0','2024-03-25 21:04:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 18:05:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171138990220302333073',1052,'61711389861','10','0.50','400','retail','0','2024-03-25 21:04:29','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-25 18:05:04','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.75','2.25','Inclusive','branch','Inventory','','','','',''),('6171139026634133006061',1053,'61711390264','3','1.00','150','retail','0','2024-03-25 21:11:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 18:11:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171139029943131003939',1054,'61711390297','1','1.00','150','retail','0','2024-03-25 21:11:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 18:12:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171139033133024032303',1055,'61711390297','10','0.25','200','retail','0','2024-03-25 21:12:02','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-25 18:12:31','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('6171139036703200030000',1056,'61711390365','1','1.00','150','retail','0','2024-03-25 21:12:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 18:13:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171139039213022332092',1057,'61711390365','10','0.25','200','retail','0','2024-03-25 21:12:54','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-25 18:13:46','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('6171139043823233320124',1058,'61711390437','33','1.00','10','retail','0','2024-03-25 21:13:57','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-03-25 18:14:13','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('6171139059202033002215',1059,'61711390590','1','2.00','300','retail','0','2024-03-25 21:16:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 18:17:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171139065900200223023',1060,'61711390652','17','2.00','80','retail','0','2024-03-25 21:17:32','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-25 18:17:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','44.00','42','Inclusive','branch','Inventory','','','','',''),('6171139126123613323260',1061,'61711391258','2','2.00','300','retail','0','2024-03-25 21:27:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-25 18:31:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171139142613204013371',1062,'61711391258','20','2.00','120','retail','0','2024-03-25 21:30:24','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-25 18:31:00','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','15.00','13','Inclusive','branch','Inventory','','','','',''),('7171144707933333343322',1063,'71711447062','16','4.00','200','retail','0','2024-03-26 12:57:42','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-26 09:58:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','102.00','98','Inclusive','branch','Inventory','','','','',''),('7171144713823322718073',1064,'71711447112','1','1.00','150','retail','0','2024-03-26 12:58:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 10:02:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171144732322133332422',1065,'71711447112','3','1.00','150','retail','0','2024-03-26 12:59:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 10:02:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171144863123313323230',1066,'71711448563','10','0.50','400','retail','0','2024-03-26 13:23:32','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-26 10:31:17','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.75','1.25','Inclusive','branch','Inventory','','','','',''),('7171144904620302343073',1067,'71711448563','5','2.00','300','retail','0','2024-03-26 13:30:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 10:31:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171144909903032203722',1068,'71711449077','10','0.25','200','retail','0','2024-03-26 13:31:17','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-26 10:32:53','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('7171144911613291631334',1069,'71711449077','1','1.00','150','retail','0','2024-03-26 13:31:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 10:32:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171144912611123731432',1070,'71711449077','16','1.00','50','retail','0','2024-03-26 13:31:56','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-26 10:32:53','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','','','','',''),('7171144914333343332711',1071,'71711449077','22','1.00','50','retail','0','2024-03-26 13:32:06','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-26 10:32:53','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7171145114100200223023',1072,'71711449623','3','1.00','150','retail','0','2024-03-26 14:05:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 11:06:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171145115942012130117',1073,'71711449623','2','1.00','150','retail','0','2024-03-26 14:05:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 11:06:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171145212737022242123',1074,'71711451178','1','1.00','150','retail','0','2024-03-26 14:06:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 11:23:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171145227831244332813',1075,'71711452256','4','1.00','150','retail','0','2024-03-26 14:24:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 11:24:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171145232342300031033',1076,'71711452307','10','0.25','200','retail','0','2024-03-26 14:25:08','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-26 11:25:31','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('7171145235737303200402',1077,'71711452348','3','1.00','150','retail','0','2024-03-26 14:25:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 11:26:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171145282610074323130',1078,'71711452739','1','1.00','150','retail','0','2024-03-26 14:32:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 11:34:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171145287623251243134',1079,'71711452852','25','1.00','150','retail','0','2024-03-26 14:34:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 11:35:10','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171145530332323153210',1080,'71711455287','1','1.00','150','retail','0','2024-03-26 15:14:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 12:15:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171145533522322200343',1081,'71711455322','1','1.00','150','retail','0','2024-03-26 15:15:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 12:15:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171145537613221130312',1082,'71711455354','33','1.00','10','retail','0','2024-03-26 15:15:54','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-03-26 12:16:30','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('7171145540627000401325',1083,'71711455391','10','0.25','200','retail','0','2024-03-26 15:16:31','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-26 12:17:04','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('7171145542112270142342',1084,'71711455391','1','1.00','150','retail','0','2024-03-26 15:16:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 12:17:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171145845130104033220',1085,'71711458427','1','1.00','150','retail','0','2024-03-26 16:07:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 13:08:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171145854531212372330',1086,'71711458526','16','1.00','50','retail','0','2024-03-26 16:08:46','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-26 13:09:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','','','','',''),('7171146135404323632331',1087,'71711458548','1','1.00','150','retail','0','2024-03-26 16:09:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 13:56:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171146228031212372330',1088,'71711461382','1','1.00','150','retail','0','2024-03-26 16:56:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 14:11:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171146229932332242312',1089,'71711461382','33','1.00','10','retail','0','2024-03-26 17:11:20','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-03-26 14:11:59','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7171146233814443000233',1090,'71711462319','1','1.00','150','retail','0','2024-03-26 17:11:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 14:13:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171146236306221246232',1091,'71711462319','20','2.00','120','retail','0','2024-03-26 17:12:19','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-03-26 14:13:24','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','13.00','11','Inclusive','branch','Inventory','','','','',''),('7171146237512361033602',1092,'71711462319','16','1.00','50','retail','0','2024-03-26 17:12:43','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-26 14:13:24','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','','','','',''),('7171146243833202022600',1093,'71711462419','2','1.00','150','retail','0','2024-03-26 17:13:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 14:19:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171146249504300303920',1094,'71711462419','17','1.00','40','retail','0','2024-03-26 17:14:18','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-26 14:19:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','42.00','41','Inclusive','branch','Inventory','','','','',''),('7171146349534033212213',1095,'71711462788','1','1.00','150','retail','0','2024-03-26 17:19:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 14:32:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171146350565262303335',1096,'71711462788','1','1.00','150','retail','0','2024-03-26 17:31:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 14:32:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171146410322703120412',1097,'71711464087','1','2.00','300','retail','0','2024-03-26 17:41:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 14:48:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171146436433240203423',1098,'71711464087','16','2.00','100','retail','0','2024-03-26 17:45:23','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-26 14:48:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','95.00','93','Inclusive','branch','Inventory','','','','',''),('7171146525032120220024',1099,'71711464503','1','2.00','300','retail','0','2024-03-26 18:00:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 15:02:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171146528732233152420',1100,'71711464503','35','2.00','10','retail','0','2024-03-26 18:00:50','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-03-26 15:02:13','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','259.00','257','Inclusive','branch','Inventory','','','','',''),('7171146541503527701710',1101,'71711465395','1','1.00','150','retail','0','2024-03-26 18:03:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 15:04:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171146542402630741222',1102,'71711465395','16','1.00','50','retail','0','2024-03-26 18:03:36','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-26 15:04:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','','','','',''),('7171146544734701346101',1103,'71711465395','16','2.00','100','retail','0','2024-03-26 18:03:53','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-26 15:04:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','92.00','90','Inclusive','branch','Inventory','','','','',''),('7171146546464227424311',1104,'71711465395','27','1.00','160','retail','0','2024-03-26 18:04:07','','','','0','Cash',0.00,'160','','','7','16.00','1','2024-03-26 15:04:40','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7171146550900472950522',1105,'71711465480','16','1.00','50','retail','0','2024-03-26 18:04:40','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-26 15:05:39','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','','','','',''),('7171146733403171233336',1106,'71711465564','3','1.00','150','retail','0','2024-03-26 18:06:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 15:36:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171146734831022102203',1107,'71711465564','20','1.00','60','retail','0','2024-03-26 18:35:34','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-03-26 15:36:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('7171146740024231322160',1108,'71711467376','2','1.00','150','retail','0','2024-03-26 18:36:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 15:37:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171146740700322142722',1109,'71711467376','16','1.00','50','retail','0','2024-03-26 18:36:40','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-26 15:37:01','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','','','','',''),('7171146825558332301024',1110,'71711467498','2','1.00','150','retail','0','2024-03-26 18:38:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 15:51:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171146830304632041373',1111,'71711468277','4','2.00','300','retail','0','2024-03-26 18:51:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 15:52:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171147190292203331332',1112,'71711471886','10','0.25','200','retail','0','2024-03-26 19:51:26','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-26 16:52:17','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('7171147191672120671429',1113,'71711471886','3','1.00','150','retail','0','2024-03-26 19:51:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 16:52:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171147197020221413224',1114,'71711471938','1','1.00','150','retail','0','2024-03-26 19:52:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 16:53:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171147226003030322313',1115,'71711471993','16','2.00','100','retail','0','2024-03-26 19:57:30','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-26 17:00:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','88.00','86','Inclusive','branch','Inventory','','','','',''),('7171147229004273030323',1116,'71711471993','1','1.00','150','retail','0','2024-03-26 19:57:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 17:00:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171147232040332103042',1117,'71711471993','35','1.00','5','retail','0','2024-03-26 19:58:10','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-03-26 17:00:33','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','257.00','256','Inclusive','branch','Inventory','','','','',''),('7171147233923479023333',1118,'71711471993','35','1.00','5','retail','0','2024-03-26 19:58:41','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-03-26 17:00:33','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','256.00','255','Inclusive','branch','Inventory','','','','',''),('7171147246813146132030',1119,'71711472441','1','1.00','150','retail','0','2024-03-26 20:00:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 17:07:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171147268413033222030',1120,'71711472441','10','0.25','200','retail','0','2024-03-26 20:01:08','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-26 17:07:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7171147285747231117223',1121,'71711472849','16','1.00','50','retail','0','2024-03-26 20:07:29','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-26 17:08:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','','','','',''),('7171147536531557222430',1122,'71711475353','1','1.00','150','retail','0','2024-03-26 20:49:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 17:49:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171147574903722424712',1123,'71711475728','3','3.00','450','retail','0','2024-03-26 20:55:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 17:56:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171147750503012102317',1124,'71711475841','1','1.00','150','retail','0','2024-03-26 20:57:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 18:25:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171147754273321234222',1125,'71711477526','4','1.00','150','retail','0','2024-03-26 21:25:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 18:26:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171147755523527272503',1126,'71711477526','17','2.00','80','retail','0','2024-03-26 21:25:42','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-26 18:26:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','41.00','39','Inclusive','branch','Inventory','','','','',''),('7171147770931420277033',1127,'71711477694','10','0.25','200','retail','0','2024-03-26 21:28:14','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-26 18:29:10','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('7171147772777703234243',1128,'71711477694','4','1.00','150','retail','0','2024-03-26 21:28:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 18:29:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171147775927317027030',1129,'71711477750','2','1.00','150','retail','0','2024-03-26 21:29:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 18:30:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171147778171300127023',1130,'71711477750','10','0.25','200','retail','0','2024-03-26 21:29:20','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-26 18:30:17','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('7171147902123124433203',1131,'71711479009','1','1.00','150','retail','0','2024-03-26 21:50:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 18:51:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171147924327472301310',1132,'71711479070','10','0.25','200','retail','0','2024-03-26 21:51:10','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-26 18:56:49','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('7171147929332334329731',1133,'71711479070','1','1.00','150','retail','0','2024-03-26 21:54:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-26 18:56:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171147930832877230032',1134,'71711479070','16','4.00','200','retail','0','2024-03-26 21:54:53','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-26 18:56:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','85.00','81','Inclusive','branch','Inventory','','','','',''),('7171147933103333322291',1135,'71711479070','22','1.00','50','retail','0','2024-03-26 21:55:08','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-26 18:56:49','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7171147934331404424241',1136,'71711479070','28','1.00','90','retail','0','2024-03-26 21:55:31','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-03-26 18:56:49','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('7171147979537703332232',1137,'71711479724','22','1.00','50','retail','0','2024-03-26 22:02:04','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-26 19:03:40','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6171153534030233312233',1138,'61711535336','1','2.00','300','retail','0','2024-03-27 13:28:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 10:29:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171153535133312152223',1139,'61711535336','23','1.00','80','retail','0','2024-03-27 13:29:08','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-03-27 10:29:40','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','30.00','29','Inclusive','branch','Inventory','','','','',''),('6171153742222431223300',1140,'61711537420','2','2.00','300','retail','0','2024-03-27 14:03:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 11:04:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171153747327372130412',1141,'61711537471','3','1.00','150','retail','0','2024-03-27 14:04:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 11:04:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171153749603622524712',1142,'61711537495','1','1.00','150','retail','0','2024-03-27 14:04:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 11:05:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171153971777312172312',1143,'61711539714','1','2.00','300','retail','0','2024-03-27 14:41:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 11:42:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171154195733236031722',1144,'61711541956','1','1.00','150','retail','0','2024-03-27 15:19:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 12:19:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171154305320755320222',1145,'61711543051','16','2.00','100','retail','0','2024-03-27 15:37:31','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-27 12:37:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','81.00','79','Inclusive','branch','Inventory','','','','',''),('6171154308530332820240',1146,'61711543084','22','1.00','50','retail','0','2024-03-27 15:38:04','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-27 12:38:22','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6171154554140215123223',1147,'61711545540','1','1.00','150','retail','0','2024-03-27 16:19:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 13:19:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171154662921224202233',1148,'61711546625','1','2.00','300','retail','0','2024-03-27 16:37:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 13:37:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171155163802232100233',1149,'61711551637','2','1.00','150','retail','0','2024-03-27 18:00:37','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-27 15:02:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','4000','Asset','',''),('6171155172052131012030',1150,'61711551637','10','0.25','200','retail','0','2024-03-27 18:01:35','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-27 15:02:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('6171155243633224732412',1151,'61711552431','2','1.00','150','retail','0','2024-03-27 18:13:54','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-27 15:15:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171155246732223243425',1152,'61711552431','4','1.00','150','retail','0','2024-03-27 18:14:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 15:15:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171155247373202031322',1153,'61711552431','17','1.00','40','retail','0','2024-03-27 18:14:31','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-27 15:15:04','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','39.00','38','Inclusive','branch','Inventory','','','','',''),('6171155834522133235331',1154,'61711558341','2','1.00','150','retail','0','2024-03-27 19:52:21','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-27 16:52:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','4000','Asset','',''),('6171155844303402033733',1155,'61711558442','2','1.00','150','retail','0','2024-03-27 19:54:02','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-27 16:54:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171155848525322332782',1156,'61711558484','23','1.00','80','retail','0','2024-03-27 19:54:44','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-03-27 16:54:57','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.00','28','Inclusive','branch','Inventory','','','','',''),('6171155852634683206622',1157,'61711558522','22','1.00','50','retail','0','2024-03-27 19:55:22','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-27 16:56:01','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6171155991925333537122',1158,'61711559918','1','1.00','150','retail','0','2024-03-27 20:18:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 17:19:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171155992993725000003',1159,'61711559918','16','1.00','50','retail','0','2024-03-27 20:18:48','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-27 17:19:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','','','','',''),('6171156282433047241632',1160,'61711562823','22','1.00','50','retail','0','2024-03-27 21:07:03','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-27 18:07:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6171156298605212710222',1161,'61711562978','10','0.50','400','retail','0','2024-03-27 21:09:38','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-27 18:10:17','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.00','1.5','Inclusive','branch','Inventory','','','','',''),('6171156299243235322021',1162,'61711562978','3','1.00','150','retail','0','2024-03-27 21:09:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 18:10:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171156299936333303230',1163,'61711562978','16','1.00','50','retail','0','2024-03-27 21:09:57','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-27 18:10:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','','','','',''),('6171156302921393022313',1164,'61711563028','2','1.00','150','retail','0','2024-03-27 21:10:28','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-27 18:10:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171156304330420123003',1165,'61711563028','10','0.25','200','retail','0','2024-03-27 21:10:35','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-27 18:10:58','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171156308437021033120',1166,'61711563082','3','2.00','300','retail','0','2024-03-27 21:11:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 18:11:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171156309611512006112',1167,'61711563082','10','0.50','400','retail','0','2024-03-27 21:11:28','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-27 18:11:53','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.25','0.75','Inclusive','branch','Inventory','','','','',''),('6171156327423100147613',1168,'61711563248','1','1.00','150','retail','0','2024-03-27 21:14:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 18:15:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171156329423620037224',1169,'61711563248','10','0.25','200','retail','0','2024-03-27 21:14:43','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-27 18:15:18','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('6171156330121632202132',1170,'61711563248','16','1.00','50','retail','0','2024-03-27 21:14:59','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-27 18:15:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','','','','',''),('6171156336442200113230',1171,'61711563359','1','1.00','150','retail','0','2024-03-27 21:15:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 18:17:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171156340836522331202',1172,'61711563359','16','1.00','50','retail','0','2024-03-27 21:16:34','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-27 18:17:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','','','','',''),('6171156344434361232663',1173,'61711563443','1','1.00','150','retail','0','2024-03-27 21:17:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 18:18:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171156352423313333362',1174,'61711563523','1','1.00','150','retail','0','2024-03-27 21:18:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 18:19:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171156353433333325503',1175,'61711563523','34','1.00','20','retail','0','2024-03-27 21:18:52','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-03-27 18:19:09','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171156356423252505325',1176,'61711563563','1','1.00','150','retail','0','2024-03-27 21:19:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 18:19:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171156405622500006643',1177,'61711564054','1','1.00','150','retail','0','2024-03-27 21:27:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 18:28:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171156408732224037308',1178,'61711564054','10','0.25','200','retail','0','2024-03-27 21:27:57','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-27 18:28:31','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('6171156447377622022240',1179,'61711564438','10','0.25','200','retail','0','2024-03-27 21:33:58','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-27 18:35:15','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171156450961002325422',1180,'61711564438','1','1.00','150','retail','0','2024-03-27 21:34:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-27 18:35:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171162118400300367006',1181,'61711621183','1','1.00','150','retail','0','2024-03-28 13:19:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 10:20:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171162119263292130720',1182,'61711621183','16','2.00','100','retail','0','2024-03-28 13:19:49','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-28 10:20:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','75.00','73','Inclusive','branch','Inventory','','','','',''),('6171162120331310120233',1183,'61711621183','20','1.00','60','retail','0','2024-03-28 13:20:01','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-28 10:20:23','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6171162123822132332010',1184,'61711621237','1','1.00','150','retail','0','2024-03-28 13:20:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 10:20:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171162126505132602320',1185,'61711621262','1','1.00','150','retail','0','2024-03-28 13:21:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 10:24:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171162141533123732063',1186,'61711621262','16','1.00','50','retail','0','2024-03-28 13:23:31','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-28 10:24:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.00','72','Inclusive','branch','Inventory','','','','',''),('6171162162033330112200',1187,'61711621604','16','4.00','200','retail','0','2024-03-28 13:26:44','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-28 10:27:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','72.00','68','Inclusive','branch','Inventory','','','','',''),('6171162238703381173320',1188,'61711622385','2','1.00','150','retail','0','2024-03-28 13:39:45','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-28 10:40:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171162339923621430302',1189,'61711623390','5','1.00','150','retail','0','2024-03-28 13:56:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 10:56:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171162380633133633362',1190,'61711623799','1','3.00','450','retail','0','2024-03-28 14:03:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 11:03:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171162385134033212213',1191,'61711623849','3','2.00','300','retail','0','2024-03-28 14:04:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 11:04:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171162553566312251332',1192,'61711625532','2','2.00','300','retail','0','2024-03-28 14:32:12','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-28 11:32:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171162554132334304072',1193,'61711625532','3','1.00','150','retail','0','2024-03-28 14:32:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 11:32:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171162557622732222322',1194,'61711625572','2','2.00','300','retail','0','2024-03-28 14:32:52','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-28 11:33:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171162657833832503337',1195,'61711626575','1','3.00','450','retail','0','2024-03-28 14:49:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 11:49:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171162661763037710012',1196,'61711626615','1','1.00','150','retail','0','2024-03-28 14:50:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 11:50:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171163130666033300300',1197,'61711631304','2','1.00','150','retail','0','2024-03-28 16:08:25','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-28 13:10:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171163142022020313043',1198,'61711631304','10','0.50','400','retail','0','2024-03-28 16:10:09','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-28 13:10:35','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.00','2.5','Inclusive','branch','Inventory','','','','',''),('6171163265561053230003',1199,'61711632652','1','2.00','300','retail','0','2024-03-28 16:30:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 13:31:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171163266906433220227',1200,'61711632652','20','2.00','120','retail','0','2024-03-28 16:31:06','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-28 13:31:27','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','9.00','7','Inclusive','branch','Inventory','','','','',''),('6171163467303132242042',1201,'61711634671','1','1.00','150','retail','0','2024-03-28 17:04:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 14:05:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171163471107232300013',1202,'61711634671','10','0.25','200','retail','0','2024-03-28 17:04:57','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-28 14:05:45','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6171163475923237332033',1203,'61711634756','2','3.00','450','retail','0','2024-03-28 17:05:56','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-28 14:06:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171163666560030332303',1204,'61711636662','1','3.00','450','retail','0','2024-03-28 17:37:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 14:38:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171163903506026310630',1205,'61711639014','10','0.25','200','retail','0','2024-03-28 18:16:54','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-28 15:17:35','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('6171164079062040004322',1206,'61711640767','16','2.00','100','retail','0','2024-03-28 18:46:07','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-28 15:47:05','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','68.00','66','Inclusive','branch','Inventory','','','','',''),('6171164151533033510320',1207,'61711640826','1','1.00','150','retail','0','2024-03-28 18:51:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 17:15:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171164617522064214233',1208,'61711646155','3','2.00','300','retail','0','2024-03-28 20:15:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 17:16:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171164630770371003311',1209,'61711646208','1','1.00','150','retail','0','2024-03-28 20:16:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 17:19:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171164737330333742234',1210,'61711647371','1','1.00','150','retail','0','2024-03-28 20:36:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 17:36:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171164745773237320422',1211,'61711647455','3','1.00','150','retail','0','2024-03-28 20:37:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 17:37:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171164749200332144032',1212,'61711647489','2','1.00','150','retail','0','2024-03-28 20:38:09','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-28 17:39:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171164756622331650427',1213,'61711647489','1','1.00','150','retail','0','2024-03-28 20:39:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 17:39:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171164762032332323116',1214,'61711647618','3','1.00','150','retail','0','2024-03-28 20:40:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 17:40:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171164765543360042323',1215,'61711647654','4','1.00','150','retail','0','2024-03-28 20:40:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 17:41:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171164766022767121146',1216,'61711647654','16','1.00','50','retail','0','2024-03-28 20:40:59','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-28 17:41:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','66.00','65','Inclusive','branch','Inventory','','','','',''),('6171164769433272020012',1217,'61711647692','5','2.00','300','retail','0','2024-03-28 20:41:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 17:42:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171164781842724023302',1218,'61711647813','3','4.00','600','retail','0','2024-03-28 20:43:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 18:00:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171164782330722231707',1219,'61711647813','5','1.00','150','retail','0','2024-03-28 20:43:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 18:00:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171164884082122033226',1220,'61711648838','3','1.00','150','retail','0','2024-03-28 21:00:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 18:01:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171164885538131053034',1221,'61711648838','16','1.00','50','retail','0','2024-03-28 21:00:53','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-28 18:01:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','65.00','64','Inclusive','branch','Inventory','','','','',''),('6171164886900022620342',1222,'61711648838','35','1.00','5','retail','0','2024-03-28 21:01:08','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-28 18:01:35','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','255.00','254','Inclusive','branch','Inventory','','','','',''),('6171164894640322232242',1223,'61711648928','10','0.25','200','retail','0','2024-03-28 21:02:08','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-28 18:02:55','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('6171164896201292332232',1224,'61711648928','1','1.00','150','retail','0','2024-03-28 21:02:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 18:02:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171164940490002330222',1225,'61711649402','1','1.00','150','retail','0','2024-03-28 21:10:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 18:10:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171165135467206123104',1226,'61711651297','23','1.00','80','retail','0','2024-03-28 21:41:37','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-03-28 18:44:58','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.00','27','Inclusive','branch','Inventory','','','','',''),('6171165140722373323020',1227,'61711651297','4','7.00','1050','retail','0','2024-03-28 21:43:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 18:44:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'7','0.00','-7','Inclusive','branch','Inventory','','','','',''),('6171165181502223324003',1228,'61711651788','4','5.00','750','retail','0','2024-03-28 21:49:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 18:50:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('6171165194422222023150',1229,'61711651933','3','1.00','150','retail','0','2024-03-28 21:52:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 18:53:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171165195969032324300',1230,'61711651933','4','6.00','900','retail','0','2024-03-28 21:52:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-28 18:53:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.00','-6','Inclusive','branch','Inventory','','','','',''),('7171170841643027380028',1231,'71711708386','3','1.00','150','retail','0','2024-03-29 13:33:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 10:34:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171170842978302337343',1232,'71711708386','22','1.00','50','retail','0','2024-03-29 13:33:36','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-29 10:34:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7171170850627107301222',1233,'71711708456','1','3.00','450','retail','0','2024-03-29 13:34:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 10:37:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171170854333140340332',1234,'71711708456','20','1.00','60','retail','0','2024-03-29 13:35:30','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-03-29 10:37:00','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7171170859390331303030',1235,'71711708456','20','1.00','60','retail','0','2024-03-29 13:36:22','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-03-29 10:37:00','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('7171170863833313633331',1236,'71711708620','1','2.00','300','retail','0','2024-03-29 13:37:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 10:38:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171170872970131733222',1237,'71711708707','20','1.00','60','retail','0','2024-03-29 13:38:27','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-03-29 10:39:27','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171170877937749220813',1238,'71711708767','1','1.00','150','retail','0','2024-03-29 13:39:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 10:40:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171170881421270321103',1239,'71711708767','35','1.00','5','retail','0','2024-03-29 13:39:40','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-03-29 10:40:28','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','254.00','253','Inclusive','branch','Inventory','','','','',''),('7171170885223032382332',1240,'71711708828','3','1.00','150','retail','0','2024-03-29 13:40:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 10:41:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171170897920270222032',1241,'71711708882','4','1.00','150','retail','0','2024-03-29 13:42:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 10:46:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171170911730032029977',1242,'71711708882','4','3.00','450','retail','0','2024-03-29 13:44:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 10:46:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171170928923231490310',1243,'71711709207','16','2.00','100','retail','0','2024-03-29 13:46:47','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-29 10:48:25','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','64.00','62','Inclusive','branch','Inventory','','','','',''),('7171170932813222977112',1244,'71711709305','16','1.00','50','retail','0','2024-03-29 13:48:25','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-29 10:49:10','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','','','','',''),('7171170936833037700023',1245,'71711709350','17','1.00','40','retail','0','2024-03-29 13:49:10','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-29 10:49:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','38.00','37','Inclusive','branch','Inventory','','','','',''),('7171171012902222172031',1246,'71711709381','17','2.00','80','retail','0','2024-03-29 14:01:57','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-29 11:02:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','37.00','35','Inclusive','branch','Inventory','','','','',''),('7171171013703320400033',1247,'71711709381','1','2.00','300','retail','0','2024-03-29 14:02:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 11:02:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171171017172011004322',1248,'71711710163','17','1.00','40','retail','0','2024-03-29 14:02:43','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-29 11:02:52','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','35.00','34','Inclusive','branch','Inventory','','','','',''),('7171171422432424720403',1249,'71711714224','1','1.00','150','retail','0','2024-03-29 15:10:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 12:11:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171171423923372207001',1250,'71711714224','1','2.00','300','retail','0','2024-03-29 15:10:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 12:11:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171171424902229021297',1251,'71711714224','16','1.00','50','retail','0','2024-03-29 15:10:48','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-29 12:11:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','61.00','60','Inclusive','branch','Inventory','','','','',''),('7171171427323032743270',1252,'71711714224','16','2.00','100','retail','0','2024-03-29 15:11:13','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-29 12:11:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','60.00','58','Inclusive','branch','Inventory','','','','',''),('7171171428202730221232',1253,'71711714224','16','1.00','50','retail','0','2024-03-29 15:11:21','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-29 12:11:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','','','','',''),('7171171435337203340502',1254,'71711714353','1','1.00','150','retail','0','2024-03-29 15:12:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 12:12:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171171435825523877038',1255,'71711714353','1','1.00','150','retail','0','2024-03-29 15:12:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 12:12:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171171443632273023333',1256,'71711714436','4','1.00','150','retail','0','2024-03-29 15:13:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 12:15:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171171444027330112403',1257,'71711714436','4','1.00','150','retail','0','2024-03-29 15:13:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 12:15:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171171444170402233037',1258,'71711714436','4','1.00','150','retail','0','2024-03-29 15:14:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 12:15:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171171444303232341302',1259,'71711714436','4','1.00','150','retail','0','2024-03-29 15:14:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 12:15:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171171455212522410173',1260,'71711714552','3','1.00','150','retail','0','2024-03-29 15:15:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 12:16:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171171455647063323223',1261,'71711714552','2','1.00','150','retail','0','2024-03-29 15:15:55','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-29 12:16:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171171455727213751400',1262,'71711714552','2','1.00','150','retail','0','2024-03-29 15:15:57','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-29 12:16:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171171460230122323611',1263,'71711714601','2','1.00','150','retail','0','2024-03-29 15:16:41','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-29 12:17:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171171460732307623012',1264,'71711714601','3','1.00','150','retail','0','2024-03-29 15:16:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 12:17:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171171536812020303532',1265,'71711715368','16','1.00','50','retail','0','2024-03-29 15:29:28','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-29 12:29:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','57.00','56','Inclusive','branch','Inventory','','','','',''),('7171171537504337731022',1266,'71711715368','2','1.00','150','retail','0','2024-03-29 15:29:34','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-29 12:29:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171171537602131103123',1267,'71711715368','1','1.00','150','retail','0','2024-03-29 15:29:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-29 12:29:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171171734204472732272',1268,'61711717339','1','1.00','150','retail','0','2024-03-29 16:02:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 13:03:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171171734533137137232',1269,'61711717339','2','1.00','150','retail','0','2024-03-29 16:02:23','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-29 13:03:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171171735007322373560',1270,'61711717339','3','2.00','300','retail','0','2024-03-29 16:02:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 13:03:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171171735733732303337',1271,'61711717339','4','1.00','150','retail','0','2024-03-29 16:02:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 13:03:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171171736627012222262',1272,'61711717339','22','1.00','50','retail','0','2024-03-29 16:02:45','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-29 13:03:11','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('6171171797523353132273',1273,'61711717973','20','1.00','60','retail','0','2024-03-29 16:12:53','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-29 13:24:21','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171171798321333200013',1274,'61711717973','3','1.00','150','retail','0','2024-03-29 16:13:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 13:24:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171171871132116212321',1275,'61711718705','3','3.00','450','retail','0','2024-03-29 16:25:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 13:25:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171171972232323376430',1276,'61711719719','1','2.00','300','retail','0','2024-03-29 16:41:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 13:42:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171171976414333332027',1277,'61711719760','17','2.00','80','retail','0','2024-03-29 16:42:40','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-29 13:42:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','34.00','32','Inclusive','branch','Inventory','','','','',''),('6171172130133232263333',1278,'61711721300','3','1.00','150','retail','0','2024-03-29 17:08:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 14:08:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171172131212132602332',1279,'61711721300','22','1.00','50','retail','0','2024-03-29 17:08:29','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-29 14:08:53','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6171172134734021201137',1280,'61711721346','1','1.00','150','retail','0','2024-03-29 17:09:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 14:09:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171172164036271002037',1281,'61711721638','1','1.00','150','retail','0','2024-03-29 17:13:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 14:14:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171172164912923203231',1282,'61711721638','16','1.00','50','retail','0','2024-03-29 17:14:07','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-29 14:14:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','56.00','55','Inclusive','branch','Inventory','','','','',''),('6171172259322032352333',1283,'61711722590','2','1.00','150','retail','0','2024-03-29 17:29:50','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-29 14:31:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171172263327022222232',1284,'61711722590','20','1.00','60','retail','0','2024-03-29 17:30:32','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-03-29 14:31:02','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6171172338120033316033',1285,'61711723380','1','1.00','150','retail','0','2024-03-29 17:43:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 14:44:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171172345937322333212',1286,'61711723458','1','2.00','300','retail','0','2024-03-29 17:44:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 14:44:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171172480553333633377',1287,'61711724804','2','1.00','150','retail','0','2024-03-29 18:06:44','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-29 15:07:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171172480920220260004',1288,'61711724804','3','1.00','150','retail','0','2024-03-29 18:06:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 15:07:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171172584630331200300',1289,'61711725842','3','6.00','900','retail','0','2024-03-29 18:24:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 15:24:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.00','-6','Inclusive','branch','Inventory','','','','',''),('6171172645903223246307',1290,'61711726457','1','1.00','150','retail','0','2024-03-29 18:34:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 15:34:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171172649200332027422',1291,'61711726486','1','3.00','450','retail','0','2024-03-29 18:34:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 15:35:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171172760133172320211',1292,'61711727597','1','4.00','600','retail','0','2024-03-29 18:53:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 15:53:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171172880703423763177',1293,'61711728806','1','1.00','150','retail','0','2024-03-29 19:13:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 16:13:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171172916444741260244',1294,'61711729143','23','1.00','80','retail','0','2024-03-29 19:19:03','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-03-29 16:19:33','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.00','26','Inclusive','branch','Inventory','','','','',''),('6171173038148382333323',1295,'61711729173','1','1.00','150','retail','0','2024-03-29 19:39:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 16:41:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171173042600222100362',1296,'61711729173','10','0.25','200','retail','0','2024-03-29 19:39:41','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-29 16:41:20','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171173049813933270332',1297,'61711730481','1','2.00','300','retail','0','2024-03-29 19:41:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 16:41:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171173053900002330222',1298,'61711730516','10','0.25','200','retail','0','2024-03-29 19:41:56','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-29 16:42:49','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171173055631500100273',1299,'61711730516','1','1.00','150','retail','0','2024-03-29 19:42:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 16:42:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171173120123222707322',1300,'61711731142','3','1.00','150','retail','0','2024-03-29 19:53:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 17:02:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171173122703330726132',1301,'61711731142','1','1.00','150','retail','0','2024-03-29 19:53:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 17:02:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171173124002133203012',1302,'61711731142','17','4.00','160','retail','0','2024-03-29 19:53:48','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-29 17:02:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','32.00','28','Inclusive','branch','Inventory','','','','',''),('6171173193673222136320',1303,'61711731913','10','0.25','200','retail','0','2024-03-29 20:05:13','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-29 17:07:41','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('6171173196602023322033',1304,'61711731913','1','1.00','150','retail','0','2024-03-29 20:05:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 17:07:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171173208772030780220',1305,'61711732080','1','1.00','150','retail','0','2024-03-29 20:08:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 17:08:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171173242904736323273',1306,'61711732392','3','1.00','150','retail','0','2024-03-29 20:13:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 17:14:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171173351363233222331',1307,'61711732459','1','1.00','150','retail','0','2024-03-29 20:31:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 17:33:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171173354422472627233',1308,'61711732459','10','0.25','200','retail','0','2024-03-29 20:31:53','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-29 17:33:26','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('6171173434233143033420',1309,'61711733606','1','3.00','450','retail','0','2024-03-29 20:45:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 17:46:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171173532030003030326',1310,'61711734415','10','0.25','200','retail','0','2024-03-29 20:46:55','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-29 18:15:08','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('6171173612166200332023',1311,'61711736108','1','2.00','300','retail','0','2024-03-29 21:15:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-29 18:15:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171173620531320033250',1312,'61711736176','22','2.00','100','retail','0','2024-03-29 21:16:16','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-29 18:17:14','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','5.00','3','Inclusive','branch','Inventory','','','','',''),('6171179167322623232122',1313,'61711791669','3','5.00','750','retail','0','2024-03-30 12:41:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 09:41:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('6171179172102730327261',1314,'61711791719','1','1.00','150','retail','0','2024-03-30 12:41:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 09:42:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171179181520672161367',1315,'61711791812','17','2.00','80','retail','0','2024-03-30 12:43:32','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-30 09:43:57','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','28.00','26','Inclusive','branch','Inventory','','','','',''),('6171179184521332720323',1316,'61711791843','3','1.00','150','retail','0','2024-03-30 12:44:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 09:44:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171179196513923622252',1317,'61711791962','2','3.00','450','retail','0','2024-03-30 12:46:02','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-30 09:53:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171179206226320241733',1318,'61711791962','26','1.00','220','retail','0','2024-03-30 12:47:35','','','','0','Cash',0.00,'220','','','6','16.00','1','2024-03-30 09:53:49','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.00','26','Inclusive','branch','Inventory','','','','',''),('6171179411531332370253',1319,'61711794110','3','2.00','300','retail','0','2024-03-30 13:21:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 10:22:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171179413231330223372',1320,'61711794110','22','2.00','100','retail','0','2024-03-30 13:22:10','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-30 10:22:31','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','3.00','1','Inclusive','branch','Inventory','','','','',''),('6171179497332000204933',1321,'61711794151','1','7.00','1050','retail','0','2024-03-30 13:22:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 10:36:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'7','0.00','-7','Inclusive','branch','Inventory','','','','',''),('6171179627300327000222',1322,'61711796272','3','1.00','150','retail','0','2024-03-30 13:57:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 10:57:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171179633301313332232',1323,'61711796319','1','1.00','150','retail','0','2024-03-30 13:58:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 11:01:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171179634536123723237',1324,'61711796319','35','2.00','10','retail','0','2024-03-30 13:58:54','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-03-30 11:01:41','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','253.00','251','Inclusive','branch','Inventory','','','','',''),('6171179652022119102193',1325,'61711796501','1','7.00','1050','retail','0','2024-03-30 14:01:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 11:02:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'7','0.00','-7','Inclusive','branch','Inventory','','','','',''),('6171179822703222322222',1326,'61711798210','16','1.00','50','retail','0','2024-03-30 14:30:10','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-30 11:31:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','55.00','54','Inclusive','branch','Inventory','','','','',''),('6171179823782201223431',1327,'61711798210','1','1.00','150','retail','0','2024-03-30 14:30:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 11:31:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171179859830234324027',1328,'61711798264','4','1.00','150','retail','0','2024-03-30 14:31:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 11:38:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171179861522308312221',1329,'61711798264','2','1.00','150','retail','0','2024-03-30 14:36:38','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-30 11:38:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171179866141000363213',1330,'61711798264','3','1.00','150','retail','0','2024-03-30 14:36:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 11:38:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171179869127333937922',1331,'61711798264','10','0.50','400','retail','0','2024-03-30 14:37:41','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-30 11:38:32','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','0.50','0','Inclusive','branch','Inventory','','','','',''),('6171180003900910333903',1332,'61711798712','28','1.00','90','retail','0','2024-03-30 14:38:32','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-03-30 12:01:09','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6171180008733102240682',1333,'61711800069','1','4.00','600','retail','0','2024-03-30 15:01:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 12:02:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171180053434234231722',1334,'61711800523','1','2.00','300','retail','0','2024-03-30 15:08:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 12:15:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171180054823763142242',1335,'61711800523','10','1.00','800','retail','0','2024-03-30 15:08:54','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-30 12:15:21','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171180075926281527127',1336,'61711800523','26','1.00','220','retail','0','2024-03-30 15:11:44','','','','0','Cash',0.00,'220','','','6','16.00','1','2024-03-30 12:15:21','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','','','','',''),('7171180609536330020211',1337,'71711806052','1','2.00','300','retail','0','2024-03-30 16:40:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 13:41:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171180631741203212236',1338,'71711806280','1','2.00','300','retail','0','2024-03-30 16:44:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 13:45:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171180636223622032000',1339,'71711806333','3','3.00','450','retail','0','2024-03-30 16:45:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 13:46:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171180640828100702033',1340,'71711806391','4','1.00','150','retail','0','2024-03-30 16:46:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 13:47:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171180644607302303374',1341,'71711806435','2','2.00','300','retail','0','2024-03-30 16:47:15','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-30 13:51:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171180646443227300306',1342,'71711806435','3','2.00','300','retail','0','2024-03-30 16:47:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 13:51:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171180659900332150032',1343,'71711806435','34','1.00','20','retail','0','2024-03-30 16:49:37','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-03-30 13:51:10','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('7171180706202860020002',1344,'71711806966','3','3.00','450','retail','0','2024-03-30 16:56:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 13:58:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171180766111726223222',1345,'71711807490','16','1.00','50','retail','0','2024-03-30 17:04:50','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-30 14:09:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','54.00','53','Inclusive','branch','Inventory','','','','',''),('7171180772003273074272',1346,'71711807490','1','1.00','150','retail','0','2024-03-30 17:07:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 14:09:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181044972211330200',1347,'71711810443','1','2.00','300','retail','0','2024-03-30 17:54:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 14:57:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171181056710231725127',1348,'71711810443','10','0.50','400','retail','0','2024-03-30 17:56:06','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-30 14:57:51','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.00','0.5','Inclusive','branch','Inventory','','','','',''),('7171181063563731000003',1349,'71711810443','22','1.00','50','retail','0','2024-03-30 17:57:15','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-30 14:57:51','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171181063934101223203',1350,'71711810443','23','1.00','80','retail','0','2024-03-30 17:57:18','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-03-30 14:57:51','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','','','','',''),('7171181156430323335121',1351,'71711811564','1','1.00','150','retail','0','2024-03-30 18:12:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:13:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181165223132271172',1352,'71711811650','4','1.00','150','retail','0','2024-03-30 18:14:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:15:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181165630173323020',1353,'71711811650','4','1.00','150','retail','0','2024-03-30 18:14:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:15:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181165837303200402',1354,'71711811650','4','1.00','150','retail','0','2024-03-30 18:14:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:15:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181168032016132231',1355,'71711811650','10','0.50','400','retail','0','2024-03-30 18:14:40','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-30 15:15:24','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.50','1','Inclusive','branch','Inventory','','','','',''),('7171181202332202332732',1356,'71711812023','1','1.00','150','retail','0','2024-03-30 18:20:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:21:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181202903032203722',1357,'71711812023','3','1.00','150','retail','0','2024-03-30 18:20:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:21:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171181212832220121313',1358,'71711812128','1','1.00','150','retail','0','2024-03-30 18:22:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:22:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181217842232311220',1359,'71711812177','3','1.00','150','retail','0','2024-03-30 18:22:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:23:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181220123202312284',1360,'71711812177','3','1.00','150','retail','0','2024-03-30 18:23:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:23:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181412412110432320',1361,'71711814123','3','1.00','150','retail','0','2024-03-30 18:55:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:55:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181416473231036332',1362,'71711814164','2','1.00','150','retail','0','2024-03-30 18:56:04','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:56:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171181420922470292274',1363,'71711814209','1','1.00','150','retail','0','2024-03-30 18:56:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:57:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181422020122310274',1364,'71711814209','1','1.00','150','retail','0','2024-03-30 18:56:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:57:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181422400322000222',1365,'71711814209','1','1.00','150','retail','0','2024-03-30 18:57:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:57:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181433822223280401',1366,'71711814337','1','1.00','150','retail','0','2024-03-30 18:58:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:59:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181434021132242132',1367,'71711814337','1','1.00','150','retail','0','2024-03-30 18:59:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:59:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181434233313102330',1368,'71711814337','1','1.00','150','retail','0','2024-03-30 18:59:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:59:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181434323722112323',1369,'71711814337','1','1.00','150','retail','0','2024-03-30 18:59:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-30 15:59:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171181443022334243010',1370,'71711814429','22','1.00','50','retail','0','2024-03-30 19:00:29','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-30 16:01:22','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('6171181903430220470001',1371,'61711819033','3','1.00','150','retail','0','2024-03-30 20:17:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 17:17:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171181904223420032120',1372,'61711819033','22','1.00','50','retail','0','2024-03-30 20:17:21','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-30 17:17:35','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('6171181907312212003110',1373,'61711819072','17','1.00','40','retail','0','2024-03-30 20:17:52','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-30 17:18:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','158.00','157','Inclusive','branch','Inventory','','','','',''),('6171181916861020130118',1374,'61711819165','1','1.00','150','retail','0','2024-03-30 20:19:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 17:20:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171181917103021233133',1375,'61711819165','1','1.00','150','retail','0','2024-03-30 20:19:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 17:20:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171181923328220030103',1376,'61711819232','1','1.00','150','retail','0','2024-03-30 20:20:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 17:21:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171181929433123227213',1377,'61711819293','1','1.00','150','retail','0','2024-03-30 20:21:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 17:21:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171181932232803122312',1378,'61711819321','1','2.00','300','retail','0','2024-03-30 20:22:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 17:22:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171181937308218033281',1379,'61711819363','3','1.00','150','retail','0','2024-03-30 20:22:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 17:24:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171181945232330182020',1380,'61711819363','10','0.25','200','retail','0','2024-03-30 20:23:12','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-30 17:24:33','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('6171181946100343821121',1381,'61711819363','22','1.00','50','retail','0','2024-03-30 20:24:20','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-30 17:24:33','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('6171181948524493213331',1382,'61711819484','1','1.00','150','retail','0','2024-03-30 20:24:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 17:24:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171181969291231032933',1383,'61711819684','22','1.00','50','retail','0','2024-03-30 20:28:04','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-30 17:28:28','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('6171181972418303333338',1384,'61711819723','1','1.00','150','retail','0','2024-03-30 20:28:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 17:29:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171181974342201232730',1385,'61711819723','16','1.00','50','retail','0','2024-03-30 20:29:01','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-30 17:29:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','53.00','52','Inclusive','branch','Inventory','','','','',''),('6171181994882202133420',1386,'61711819947','10','0.50','400','retail','0','2024-03-30 20:32:27','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-30 17:32:44','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.75','1.25','Inclusive','branch','Inventory','','','','',''),('6171181995663346387312',1387,'61711819947','3','1.00','150','retail','0','2024-03-30 20:32:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 17:32:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171182030631010220240',1388,'61711820300','3','3.00','450','retail','0','2024-03-30 20:38:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 17:38:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171182267426662302123',1389,'61711822666','3','3.00','450','retail','0','2024-03-30 21:17:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 18:18:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171182272802827023183',1390,'61711822723','3','1.00','150','retail','0','2024-03-30 21:18:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 18:19:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171182273832320028321',1391,'61711822723','16','1.00','50','retail','0','2024-03-30 21:18:55','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-30 18:19:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','52.00','51','Inclusive','branch','Inventory','','','','',''),('6171182347134201223233',1392,'61711823468','17','1.00','40','retail','0','2024-03-30 21:31:08','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-30 18:32:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','157.00','156','Inclusive','branch','Inventory','','','','',''),('6171182352721134431222',1393,'61711823468','3','2.00','300','retail','0','2024-03-30 21:32:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-30 18:32:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171187152513328238030',1394,'61711871522','3','2.00','300','retail','0','2024-03-31 10:52:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-31 07:52:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171187155372332333232',1395,'61711871548','1','2.00','300','retail','0','2024-03-31 10:52:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-31 07:52:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171187156310230414726',1396,'61711871548','17','2.00','80','retail','0','2024-03-31 10:52:39','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-03-31 07:52:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','156.00','154','Inclusive','branch','Inventory','','','','',''),('6171187365070670320123',1397,'61711873274','1','1.00','150','retail','0','2024-03-31 11:21:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-31 08:27:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171187377880320230232',1398,'61711873777','1','1.00','150','retail','0','2024-03-31 11:29:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-31 08:29:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171187379692646233303',1399,'61711873793','1','3.00','450','retail','0','2024-03-31 11:29:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-31 08:32:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171187469020799320222',1400,'61711874688','1','2.00','300','retail','0','2024-03-31 11:44:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-31 08:49:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171187469531215302634',1401,'61711874688','16','2.00','100','retail','0','2024-03-31 11:44:53','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-03-31 08:49:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','51.00','49','Inclusive','branch','Inventory','','','','',''),('6171187496037322022063',1402,'61711874959','3','1.00','150','retail','0','2024-03-31 11:49:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-31 09:16:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171187496432442611076',1403,'61711874959','5','1.00','150','retail','0','2024-03-31 11:49:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-31 09:16:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171187496723136440201',1404,'61711874959','2','1.00','150','retail','0','2024-03-31 11:49:26','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-31 09:16:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171187497020443020222',1405,'61711874959','4','1.00','150','retail','0','2024-03-31 11:49:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-31 09:16:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171187665484233233100',1406,'61711876648','2','1.00','150','retail','0','2024-03-31 12:17:28','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-03-31 09:17:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171187670731326718203',1407,'61711876705','10','1.00','800','retail','0','2024-03-31 12:18:25','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-03-31 09:18:45','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.25','0.25','Inclusive','branch','Inventory','','','','',''),('7171187926717014304327',1408,'71711879245','3','1.00','150','retail','0','2024-03-31 13:00:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 10:01:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171187927910930024224',1409,'71711879245','2','1.00','150','retail','0','2024-03-31 13:01:08','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-31 10:01:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171187933333373273233',1410,'71711879315','1','1.00','150','retail','0','2024-03-31 13:01:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 10:02:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171187992614727732632',1411,'71711879915','1','4.00','600','retail','0','2024-03-31 13:11:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 10:12:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171187996022300002403',1412,'71711879938','1','1.00','150','retail','0','2024-03-31 13:12:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 10:13:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171188185672211303267',1413,'71711881702','2','3.00','450','retail','0','2024-03-31 13:41:42','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-31 10:45:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171188190231423303472',1414,'71711881702','17','1.00','40','retail','0','2024-03-31 13:44:16','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-31 10:45:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','154.00','153','Inclusive','branch','Inventory','','','','',''),('7171188196223822901331',1415,'71711881919','1','0.00','0','retail','0','2024-03-31 13:45:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 10:48:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0','0.00','0','Inclusive','branch','Inventory','','','','',''),('7171188197920320313137',1416,'71711881919','1','4.00','600','retail','0','2024-03-31 13:46:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 10:48:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171188207937003332232',1417,'71711881919','16','4.00','200','retail','0','2024-03-31 13:47:45','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 10:48:44','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','49.00','45','Inclusive','branch','Inventory','','','','',''),('7171188255323242513223',1418,'71711882532','1','1.00','150','retail','0','2024-03-31 13:55:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 10:55:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171188260080200667013',1419,'71711882556','3','3.00','450','retail','0','2024-03-31 13:55:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 10:56:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171188263623700613831',1420,'71711882619','2','3.00','450','retail','0','2024-03-31 13:56:59','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-31 10:59:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171188340623223234833',1421,'71711882740','4','2.00','300','retail','0','2024-03-31 14:09:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 11:11:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171188341643232120321',1422,'71711882740','3','3.00','450','retail','0','2024-03-31 14:10:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 11:11:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171188352023071332855',1423,'71711883509','1','4.00','600','retail','0','2024-03-31 14:11:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 11:14:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','1.00','-3','Inclusive','branch','Inventory','','','','',''),('7171188361933013800303',1424,'71711883509','16','3.00','150','retail','0','2024-03-31 14:12:11','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 11:14:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','45.00','42','Inclusive','branch','Inventory','','','','',''),('7171188409124800201812',1425,'71711884080','3','2.00','300','retail','0','2024-03-31 14:21:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 11:29:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171188410333384322102',1426,'71711884080','2','1.00','150','retail','0','2024-03-31 14:21:35','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-31 11:29:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171188443771322821233',1427,'71711884080','35','1.00','5','retail','0','2024-03-31 14:21:43','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-03-31 11:29:07','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','251.00','250','Inclusive','branch','Inventory','','','','',''),('7171188450828383330304',1428,'71711884080','35','3.00','15','retail','0','2024-03-31 14:27:18','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-03-31 11:29:07','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','250.00','247','Inclusive','branch','Inventory','','','','',''),('7171188456732220123342',1429,'71711884548','27','1.00','160','retail','0','2024-03-31 14:29:08','','','','0','Cash',0.00,'160','','','7','16.00','1','2024-03-31 11:29:46','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7171188460527802232262',1430,'71711884586','3','3.00','450','retail','0','2024-03-31 14:29:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 11:30:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171188473737728034822',1431,'71711884617','3','3.00','450','retail','0','2024-03-31 14:30:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 11:32:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171188503301033322070',1432,'71711885017','3','3.00','450','retail','0','2024-03-31 14:36:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 11:39:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171188509498213222242',1433,'71711885017','35','3.00','15','retail','0','2024-03-31 14:37:13','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-03-31 11:39:24','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','247.00','244','Inclusive','branch','Inventory','','','','',''),('7171188519933339033321',1434,'71711885165','22','2.00','100','retail','0','2024-03-31 14:39:25','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 11:40:01','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','20.00','18','Inclusive','branch','Inventory','','','','',''),('7171188523230203233023',1435,'71711885202','1','2.00','300','retail','0','2024-03-31 14:40:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 11:40:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('7171188550422224380025',1436,'71711885253','1','1.00','150','retail','0','2024-03-31 14:40:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 11:45:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171188555845382018120',1437,'71711885522','3','1.00','150','retail','0','2024-03-31 14:45:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 11:46:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171188573657320241733',1438,'71711885579','1','4.00','600','retail','0','2024-03-31 14:48:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 11:49:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171188577722733077227',1439,'71711885579','22','4.00','200','retail','0','2024-03-31 14:48:56','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 11:49:39','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','18.00','14','Inclusive','branch','Inventory','','','','',''),('7171188585802138103123',1440,'71711885799','1','3.00','450','retail','0','2024-03-31 14:50:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 11:51:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171188606422001003232',1441,'71711886009','1','2.00','300','retail','0','2024-03-31 14:53:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 11:54:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171188624232203332103',1442,'71711886171','20','1.00','60','retail','0','2024-03-31 14:56:11','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-03-31 11:58:55','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171188629132392611422',1443,'71711886171','1','1.00','150','retail','0','2024-03-31 14:57:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 11:58:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171188629967200332023',1444,'71711886171','16','1.00','50','retail','0','2024-03-31 14:58:11','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 11:58:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','42.00','41','Inclusive','branch','Inventory','','','','',''),('7171188651408302333374',1445,'71711886497','3','2.00','300','retail','0','2024-03-31 15:01:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 12:06:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171188654627237132102',1446,'71711886497','10','0.25','200','retail','0','2024-03-31 15:01:55','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-31 12:06:34','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7171188696606383287601',1447,'71711886947','10','0.50','400','retail','0','2024-03-31 15:09:07','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-31 12:10:00','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','3.00','2.5','Inclusive','branch','Inventory','','','','',''),('7171188697711877139204',1448,'71711886947','1','2.00','300','retail','0','2024-03-31 15:09:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 12:10:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171188698672320127847',1449,'71711886947','34','1.00','20','retail','0','2024-03-31 15:09:37','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-03-31 12:10:00','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('7171188774723183233322',1450,'71711887569','1','3.00','450','retail','0','2024-03-31 15:19:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 12:23:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171189058331331070234',1451,'71711890520','2','1.00','150','retail','0','2024-03-31 16:08:40','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-31 13:12:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171189074712033144242',1452,'71711890520','16','2.00','100','retail','0','2024-03-31 16:09:43','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 13:12:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','41.00','39','Inclusive','branch','Inventory','','','','',''),('7171189076023090677320',1453,'71711890752','2','1.00','150','retail','0','2024-03-31 16:12:32','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-31 13:14:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171189079900212222132',1454,'71711890752','16','1.00','50','retail','0','2024-03-31 16:12:40','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 13:14:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','39.00','38','Inclusive','branch','Inventory','','','','',''),('7171189080971132323273',1455,'71711890752','35','2.00','10','retail','0','2024-03-31 16:13:20','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-03-31 13:14:20','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','244.00','242','Inclusive','branch','Inventory','','','','',''),('7171189088002073273302',1456,'71711890861','17','1.00','40','retail','0','2024-03-31 16:14:21','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-31 13:14:50','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','153.00','152','Inclusive','branch','Inventory','','','','',''),('7171189090320837223939',1457,'71711890890','1','1.00','150','retail','0','2024-03-31 16:14:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 13:16:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171189095707203321381',1458,'71711890890','10','0.25','200','retail','0','2024-03-31 16:15:03','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-31 13:16:43','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('7171189098502823032738',1459,'71711890890','34','1.00','20','retail','0','2024-03-31 16:15:57','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-03-31 13:16:43','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7171189104414212313020',1460,'71711891003','16','4.00','200','retail','0','2024-03-31 16:16:43','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 13:17:39','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','38.00','34','Inclusive','branch','Inventory','','','','',''),('7171189108022322830877',1461,'71711891059','3','2.00','300','retail','0','2024-03-31 16:17:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 13:18:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171189228703282322822',1462,'71711892287','1','1.00','150','retail','0','2024-03-31 16:38:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 13:38:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171189229040332243923',1463,'71711892287','1','1.00','150','retail','0','2024-03-31 16:38:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 13:38:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171189229323392034122',1464,'71711892287','1','1.00','150','retail','0','2024-03-31 16:38:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 13:38:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171189266010203324332',1465,'71711892659','1','1.00','150','retail','0','2024-03-31 16:44:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 13:53:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171189266232301100414',1466,'71711892659','1','1.00','150','retail','0','2024-03-31 16:44:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 13:53:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171189316892797742163',1467,'71711892659','1','1.00','150','retail','0','2024-03-31 16:52:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 13:53:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171189321541223110204',1468,'71711893215','2','1.00','150','retail','0','2024-03-31 16:53:35','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-31 13:53:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171189322092300239303',1469,'71711893215','17','1.00','40','retail','0','2024-03-31 16:53:39','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-31 13:53:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','152.00','151','Inclusive','branch','Inventory','','','','',''),('7171189322223213323220',1470,'71711893215','17','1.00','40','retail','0','2024-03-31 16:53:42','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-31 13:53:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','151.00','150','Inclusive','branch','Inventory','','','','',''),('6171189342633203028823',1471,'61711893423','1','1.00','150','retail','0','2024-03-31 16:57:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-03-31 13:57:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171189529922333101273',1472,'71711895292','1','1.00','150','retail','0','2024-03-31 17:28:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 14:28:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171189582122002121071',1473,'71711895805','1','4.00','600','retail','0','2024-03-31 17:36:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 14:37:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171189587678330033376',1474,'71711895836','1','1.00','150','retail','0','2024-03-31 17:37:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 14:38:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171189594004232321273',1475,'71711895899','16','4.00','200','retail','0','2024-03-31 17:38:19','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 14:39:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','34.00','30','Inclusive','branch','Inventory','','','','',''),('7171189886762822718028',1476,'71711898858','1','3.00','450','retail','0','2024-03-31 18:27:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 15:30:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171189917580221203222',1477,'71711899163','1','2.00','300','retail','0','2024-03-31 18:32:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 15:33:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171189929540109109992',1478,'71711899193','3','4.00','600','retail','0','2024-03-31 18:33:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 15:35:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171189933533032232022',1479,'71711899306','16','3.00','150','retail','0','2024-03-31 18:35:24','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 15:36:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','30.00','27','Inclusive','branch','Inventory','','','','',''),('7171189949232033403300',1480,'71711899366','2','2.00','300','retail','0','2024-03-31 18:36:06','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-31 15:38:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171189961823031489611',1481,'71711899517','3','3.00','450','retail','0','2024-03-31 18:38:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 15:41:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171189964523430205022',1482,'71711899517','10','1.00','800','retail','0','2024-03-31 18:40:18','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-31 15:41:57','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.25','1.25','Inclusive','branch','Inventory','','','','',''),('7171189972902103420202',1483,'71711899718','16','5.00','250','retail','0','2024-03-31 18:41:58','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 15:42:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','27.00','22','Inclusive','branch','Inventory','','','','',''),('7171189973504177002910',1484,'71711899718','17','1.00','40','retail','0','2024-03-31 18:42:09','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-31 15:42:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','150.00','149','Inclusive','branch','Inventory','','','','',''),('7171189974482130140140',1485,'71711899718','35','2.00','10','retail','0','2024-03-31 18:42:16','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-03-31 15:42:59','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','242.00','240','Inclusive','branch','Inventory','','','','',''),('7171189975800338335313',1486,'71711899718','2','3.00','450','retail','0','2024-03-31 18:42:25','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-31 15:42:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171190041213937231323',1487,'71711900368','1','1.00','150','retail','0','2024-03-31 18:52:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 15:54:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171190044502003002221',1488,'71711900368','10','1.00','800','retail','0','2024-03-31 18:53:33','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-31 15:54:26','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.25','0.25','Inclusive','branch','Inventory','','','','',''),('7171190048522220002253',1489,'71711900467','1','3.00','450','retail','0','2024-03-31 18:54:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 15:54:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171190051440211500030',1490,'71711900499','16','4.00','200','retail','0','2024-03-31 18:54:59','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 15:55:41','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','22.00','18','Inclusive','branch','Inventory','','','','',''),('7171190154919303335013',1491,'71711901526','3','12.00','1800','retail','0','2024-03-31 19:12:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 16:13:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'12','0.00','-12','Inclusive','branch','Inventory','','','','',''),('7171190159232405214902',1492,'71711901581','1','1.00','150','retail','0','2024-03-31 19:13:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 16:19:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171190160727029460732',1493,'71711901581','16','4.00','200','retail','0','2024-03-31 19:13:12','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 16:19:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','18.00','14','Inclusive','branch','Inventory','','','','',''),('7171190244813733070234',1494,'71711902425','16','2.00','100','retail','0','2024-03-31 19:27:05','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 16:29:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','14.00','12','Inclusive','branch','Inventory','','','','',''),('7171190252603230313336',1495,'71711902425','4','2.00','300','retail','0','2024-03-31 19:27:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 16:29:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171190265514333332029',1496,'71711902567','2','3.00','450','retail','0','2024-03-31 19:29:27','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-31 16:31:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171190277572270272300',1497,'71711902675','2','2.00','300','retail','0','2024-03-31 19:31:15','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-31 16:33:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171190284812244332003',1498,'71711902792','10','0.25','200','retail','0','2024-03-31 19:33:51','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-03-31 16:34:23','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7171190290922023032739',1499,'71711902863','5','1.00','150','retail','0','2024-03-31 19:34:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 16:36:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171190325031430092717',1500,'71711902976','1','1.00','150','retail','0','2024-03-31 19:36:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 16:46:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171190349831438092717',1501,'71711902976','2','1.00','150','retail','0','2024-03-31 19:42:30','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-31 16:46:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171190361097312201132',1502,'71711903570','2','10.00','1500','retail','0','2024-03-31 19:46:10','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-31 16:47:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','0.00','-10','Inclusive','branch','Inventory','','4000','Asset','',''),('7171190415822304921338',1503,'71711904087','1','3.00','450','retail','0','2024-03-31 19:54:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 16:57:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171190418182023030044',1504,'71711904087','29','0.00','0','retail','0','2024-03-31 19:55:59','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-31 16:57:40','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0','4.00','4','Inclusive','branch','Inventory','','','','',''),('7171190814642019312413',1505,'71711908124','1','4.00','600','retail','0','2024-03-31 21:02:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 18:02:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171190821881332318201',1506,'71711908171','1','2.00','300','retail','0','2024-03-31 21:02:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 18:04:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171190822922012334330',1507,'71711908171','34','1.00','20','retail','0','2024-03-31 21:03:39','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-03-31 18:04:18','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7171190828132721333133',1508,'71711908259','16','2.00','100','retail','0','2024-03-31 21:04:19','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 18:05:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','12.00','10','Inclusive','branch','Inventory','','','','',''),('7171190829400487431083',1509,'71711908259','1','1.00','150','retail','0','2024-03-31 21:04:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 18:05:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171190856034210222160',1510,'71711908498','1','3.00','450','retail','0','2024-03-31 21:08:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 18:10:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171190905029403400743',1511,'71711909031','1','3.00','450','retail','0','2024-03-31 21:17:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 18:17:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171190906232239319320',1512,'71711909031','17','1.00','40','retail','0','2024-03-31 21:17:30','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-03-31 18:17:52','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','149.00','148','Inclusive','branch','Inventory','','','','',''),('7171190915572200902230',1513,'71711909073','1','3.00','450','retail','0','2024-03-31 21:17:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 18:19:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171190928829333277303',1514,'71711909174','16','2.00','100','retail','0','2024-03-31 21:20:28','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 18:36:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','10.00','8','Inclusive','branch','Inventory','','','','',''),('7171191022173792343112',1515,'71711910213','3','1.00','150','retail','0','2024-03-31 21:36:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 18:37:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171191036501313233303',1516,'71711910244','1','20.00','3000','retail','0','2024-03-31 21:37:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 18:40:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'20','0.00','-20','Inclusive','branch','Inventory','','','','',''),('7171191045432214213403',1517,'71711910414','1','1.00','150','retail','0','2024-03-31 21:40:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 18:41:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171191051727902232252',1518,'71711910503','2','4.00','600','retail','0','2024-03-31 21:41:43','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-03-31 18:42:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','4000','Asset','',''),('7171191053623370601059',1519,'71711910503','25','1.00','150','retail','0','2024-03-31 21:41:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 18:42:34','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171191067731130331013',1520,'71711910560','26','1.00','220','retail','0','2024-03-31 21:42:40','','','','0','Cash',0.00,'220','','','7','16.00','1','2024-03-31 18:45:05','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','','','',''),('7171191068922229912349',1521,'71711910560','3','2.00','300','retail','0','2024-03-31 21:44:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 18:45:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171191074500170231103',1522,'71711910705','1','6.00','900','retail','0','2024-03-31 21:45:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-03-31 18:47:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.00','-6','Inclusive','branch','Inventory','','','','',''),('7171191080728290332012',1523,'71711910705','16','4.00','200','retail','0','2024-03-31 21:46:14','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-03-31 18:47:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','8.00','4','Inclusive','branch','Inventory','','','','',''),('6171196593813333223399',1524,'61711965933','1','3.00','450','retail','0','2024-04-01 13:05:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 10:21:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171196597627134334013',1525,'61711965933','16','4.00','200','retail','0','2024-04-01 13:06:11','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-01 10:21:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','4.00','0','Inclusive','branch','Inventory','','','','',''),('6171196649233303037213',1526,'61711965933','10','0.50','400','retail','0','2024-04-01 13:14:40','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-01 10:21:06','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.00','1.5','Inclusive','branch','Inventory','','','','',''),('6171196688134601223263',1527,'61711966878','1','3.00','450','retail','0','2024-04-01 13:21:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 10:21:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171196691832009372122',1528,'61711966912','4','2.00','300','retail','0','2024-04-01 13:21:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 10:23:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171196698728726397272',1529,'61711966912','3','1.00','150','retail','0','2024-04-01 13:23:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 10:23:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171196919002331233261',1530,'61711969178','5','5.00','750','retail','0','2024-04-01 13:59:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 11:05:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('6171196944526291427124',1531,'61711969178','16','2.00','100','retail','0','2024-04-01 14:04:01','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-01 11:05:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','100.00','98','Inclusive','branch','Inventory','','','','',''),('6171196955222222023160',1532,'61711969544','3','1.00','150','retail','0','2024-04-01 14:05:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 11:06:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171196956091020311333',1533,'61711969544','16','3.00','150','retail','0','2024-04-01 14:05:56','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-01 11:06:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','98.00','95','Inclusive','branch','Inventory','','','','',''),('6171196958810830024254',1534,'61711969587','5','1.00','150','retail','0','2024-04-01 14:06:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 11:06:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171197140203006040711',1535,'61711971401','3','1.00','150','retail','0','2024-04-01 14:36:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 11:37:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171197142272277397723',1536,'61711971401','10','0.25','200','retail','0','2024-04-01 14:37:00','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-01 11:37:04','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171197558305322901232',1537,'61711975579','22','1.00','50','retail','0','2024-04-01 15:46:19','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-01 12:46:44','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('6171197561122192629233',1538,'61711975610','3','1.00','150','retail','0','2024-04-01 15:46:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 12:47:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171197561521000073321',1539,'61711975610','22','1.00','50','retail','0','2024-04-01 15:46:54','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-01 12:47:12','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('6171197565123933463131',1540,'61711975647','3','3.00','450','retail','0','2024-04-01 15:47:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 12:47:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171197565453220313250',1541,'61711975647','1','2.00','300','retail','0','2024-04-01 15:47:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 12:47:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171197569333013933223',1542,'61711975692','10','0.25','200','retail','0','2024-04-01 15:48:12','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-01 12:48:34','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('6171197569724092063003',1543,'61711975692','3','1.00','150','retail','0','2024-04-01 15:48:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 12:48:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171197803712220076233',1544,'61711978035','3','1.00','150','retail','0','2024-04-01 16:27:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 13:27:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171198051833023315233',1545,'61711980515','3','1.00','150','retail','0','2024-04-01 17:08:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 14:09:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171198056313390130863',1546,'61711980560','3','3.00','450','retail','0','2024-04-01 17:09:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 14:18:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171198120333218323013',1547,'61711981201','1','1.00','150','retail','0','2024-04-01 17:20:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 14:20:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171198124010732232802',1548,'61711981238','22','1.00','50','retail','0','2024-04-01 17:20:38','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-01 14:21:41','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6171198131330107230820',1549,'61711981311','4','2.00','300','retail','0','2024-04-01 17:21:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 14:22:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171198134631331080322',1550,'61711981345','10','1.00','800','retail','0','2024-04-01 17:22:25','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-01 14:23:23','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171198137027721397202',1551,'61711981345','1','4.00','600','retail','0','2024-04-01 17:22:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 14:23:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171198138707022332331',1552,'61711981345','34','1.00','20','retail','0','2024-04-01 17:23:04','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-01 14:23:23','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6171198144680123218322',1553,'61711981445','3','1.00','150','retail','0','2024-04-01 17:24:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 14:24:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171198147802324840038',1554,'61711981476','1','2.00','300','retail','0','2024-04-01 17:24:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 14:25:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171198155060322315000',1555,'61711981547','16','3.00','150','retail','0','2024-04-01 17:25:47','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-01 14:26:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','95.00','92','Inclusive','branch','Inventory','','','','',''),('6171198155430316123522',1556,'61711981547','1','1.00','150','retail','0','2024-04-01 17:25:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 14:26:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171198157036131121223',1557,'61711981547','36','2.00','10','retail','0','2024-04-01 17:26:07','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-01 14:26:35','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','194.00','192','Inclusive','branch','Inventory','','4000','Asset','',''),('6171198158097280803003',1558,'61711981547','35','2.00','10','retail','0','2024-04-01 17:26:17','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-01 14:26:35','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','240.00','238','Inclusive','branch','Inventory','','','','',''),('6171198161120068330732',1559,'61711981610','16','1.00','50','retail','0','2024-04-01 17:26:50','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-01 14:27:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','','','','',''),('6171198168432332323040',1560,'61711981683','1','1.00','150','retail','0','2024-04-01 17:28:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 14:28:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171198169202723660312',1561,'61711981683','16','4.00','200','retail','0','2024-04-01 17:28:09','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-01 14:28:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','91.00','87','Inclusive','branch','Inventory','','','','',''),('6171198313031700112836',1562,'61711983127','16','2.00','100','retail','0','2024-04-01 17:52:07','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-01 14:52:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','87.00','85','Inclusive','branch','Inventory','','','','',''),('6171198313683232930220',1563,'61711983127','23','1.00','80','retail','0','2024-04-01 17:52:14','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-04-01 14:52:18','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','','','',''),('6171198323930329932282',1564,'61711983233','17','3.00','120','retail','0','2024-04-01 17:53:53','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-01 14:54:21','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','148.00','145','Inclusive','branch','Inventory','','','','',''),('6171198328432223031221',1565,'61711983282','1','1.00','150','retail','0','2024-04-01 17:54:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 14:55:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171198331007183221932',1566,'61711983282','17','1.00','40','retail','0','2024-04-01 17:55:08','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-01 14:55:26','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','145.00','144','Inclusive','branch','Inventory','','','','',''),('6171198371882232713332',1567,'61711983717','1','1.00','150','retail','0','2024-04-01 18:01:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 15:02:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171198373621330023360',1568,'61711983717','16','1.00','50','retail','0','2024-04-01 18:02:14','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-01 15:02:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','','','','',''),('6171198431734022340302',1569,'61711984313','1','2.00','300','retail','0','2024-04-01 18:11:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 15:34:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171198568632192362301',1570,'61711985684','17','2.00','80','retail','0','2024-04-01 18:34:44','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-01 15:35:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','144.00','142','Inclusive','branch','Inventory','','','','',''),('6171198570121824119398',1571,'61711985684','1','1.00','150','retail','0','2024-04-01 18:34:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 15:35:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171198615032224037305',1572,'61711986149','4','1.00','150','retail','0','2024-04-01 18:42:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 15:42:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171198775665330310392',1573,'61711987752','16','4.00','200','retail','0','2024-04-01 19:09:12','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-01 16:09:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','84.00','80','Inclusive','branch','Inventory','','','','',''),('6171198778431330833273',1574,'61711987782','4','2.00','300','retail','0','2024-04-01 19:09:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 16:10:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171198781433723223872',1575,'61711987813','1','1.00','150','retail','0','2024-04-01 19:10:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 16:10:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171198782010203233133',1576,'61711987813','16','2.00','100','retail','0','2024-04-01 19:10:18','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-01 16:10:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','80.00','78','Inclusive','branch','Inventory','','','','',''),('6171199016762203929020',1577,'61711990166','1','1.00','150','retail','0','2024-04-01 19:49:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 16:49:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171199018833310233033',1578,'61711990187','1','2.00','300','retail','0','2024-04-01 19:49:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-01 16:50:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171199050022207253333',1579,'61711990499','16','1.00','50','retail','0','2024-04-01 19:54:59','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-01 16:55:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','','','','',''),('7171205789330932230027',1580,'71712057883','5','1.00','150','retail','0','2024-04-02 14:38:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 11:38:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171205841038022313023',1581,'71712057910','4','1.00','150','retail','0','2024-04-02 14:38:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 11:47:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171205846908300072022',1582,'71712058428','1','2.00','300','retail','0','2024-04-02 14:47:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 11:48:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171205852932733232333',1583,'71712058514','4','2.00','300','retail','0','2024-04-02 14:48:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 11:49:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171205862133123632820',1584,'71712058577','2','1.00','150','retail','0','2024-04-02 14:49:37','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-02 11:50:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171205914221232040227',1585,'71712059132','5','3.00','450','retail','0','2024-04-02 14:58:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 11:59:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171205964930317223422',1586,'71712059204','3','3.00','450','retail','0','2024-04-02 15:07:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 12:09:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171205967440332372232',1587,'71712059204','16','2.00','100','retail','0','2024-04-02 15:07:29','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-02 12:09:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','77.00','75','Inclusive','branch','Inventory','','','','',''),('7171205968757932332683',1588,'71712059204','17','2.00','80','retail','0','2024-04-02 15:07:55','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-02 12:09:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','142.00','140','Inclusive','branch','Inventory','','','','',''),('7171206269426330433630',1589,'71712059789','3','1.00','150','retail','0','2024-04-02 15:44:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 12:59:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171206270132730033432',1590,'71712059789','5','1.00','150','retail','0','2024-04-02 15:58:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 12:59:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171206271407002602373',1591,'71712059789','1','1.00','150','retail','0','2024-04-02 15:58:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 12:59:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171206273021373420347',1592,'71712059789','2','1.00','150','retail','0','2024-04-02 15:58:35','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-02 12:59:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171206275427122202703',1593,'71712059789','16','8.00','400','retail','0','2024-04-02 15:58:50','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-02 12:59:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'8','75.00','67','Inclusive','branch','Inventory','','','','',''),('7171206286932300722628',1594,'71712062774','3','3.00','450','retail','0','2024-04-02 16:00:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 13:07:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171206328813077102013',1595,'71712063271','1','1.00','150','retail','0','2024-04-02 16:07:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 13:08:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171206335672336133223',1596,'71712063332','1','3.00','450','retail','0','2024-04-02 16:08:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 13:10:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171206340532224233233',1597,'71712063332','16','2.00','100','retail','0','2024-04-02 16:09:16','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-02 13:10:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','67.00','65','Inclusive','branch','Inventory','','','','',''),('7171206342946232203332',1598,'71712063416','1','2.00','300','retail','0','2024-04-02 16:10:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 13:22:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171206415610573104202',1599,'71712063416','10','1.00','800','retail','0','2024-04-02 16:19:45','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-02 13:22:59','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171206421722322611332',1600,'71712064179','2','1.00','150','retail','0','2024-04-02 16:22:59','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-02 13:23:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171206424607312262432',1601,'71712064228','1','1.00','150','retail','0','2024-04-02 16:23:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 13:24:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171206488627012020802',1602,'71712064869','1','1.00','150','retail','0','2024-04-02 16:34:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 13:35:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171206652232221104020',1603,'71712066506','10','0.25','200','retail','0','2024-04-02 17:01:46','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-02 14:02:16','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('7171206678123071473723',1604,'71712066536','3','1.00','150','retail','0','2024-04-02 17:02:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 14:07:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171206681503720222222',1605,'71712066536','17','2.00','80','retail','0','2024-04-02 17:06:31','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-02 14:07:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','140.00','138','Inclusive','branch','Inventory','','','','',''),('7171206843871322021233',1606,'71712066843','1','1.00','150','retail','0','2024-04-02 17:07:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 14:34:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171206846030326223602',1607,'71712066843','10','0.25','200','retail','0','2024-04-02 17:33:58','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-02 14:34:32','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('7171207197620333260470',1608,'71712070217','1','1.00','150','retail','0','2024-04-02 18:03:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 15:33:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171207199622193327100',1609,'71712070217','10','0.25','200','retail','0','2024-04-02 18:32:56','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-02 15:33:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('7171207200730220227000',1610,'71712070217','16','1.00','50','retail','0','2024-04-02 18:33:16','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-02 15:33:52','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','65.00','64','Inclusive','branch','Inventory','','','','',''),('7171207213172232723322',1611,'71712072077','1','1.00','150','retail','0','2024-04-02 18:34:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 15:36:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171207222827322332722',1612,'71712072197','1','1.00','150','retail','0','2024-04-02 18:36:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 15:37:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171207251121731371212',1613,'71712072500','2','1.00','150','retail','0','2024-04-02 18:41:40','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-02 15:42:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171207518037233270027',1614,'71712075174','3','1.00','150','retail','0','2024-04-02 19:26:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 16:26:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171207522612035302226',1615,'71712075213','3','1.00','150','retail','0','2024-04-02 19:26:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 16:27:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171207523828232752522',1616,'71712075213','2','1.00','150','retail','0','2024-04-02 19:27:06','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-02 16:27:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171207527477337703211',1617,'71712075258','23','1.00','80','retail','0','2024-04-02 19:27:38','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-04-02 16:28:11','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('7171207531412343703222',1618,'71712075293','2','1.00','150','retail','0','2024-04-02 19:28:13','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-02 16:29:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171207532923337332302',1619,'71712075293','3','1.00','150','retail','0','2024-04-02 19:28:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 16:29:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171207597543222171120',1620,'71712075366','1','1.00','150','retail','0','2024-04-02 19:29:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 16:40:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171207599103729715409',1621,'71712075366','16','2.00','100','retail','0','2024-04-02 19:39:35','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-02 16:40:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','64.00','62','Inclusive','branch','Inventory','','','','',''),('7171207604227303262233',1622,'71712076030','4','1.00','150','retail','0','2024-04-02 19:40:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 16:40:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171207925959921332033',1623,'71712076077','1','2.00','300','retail','0','2024-04-02 20:34:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 17:34:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171207933304033202022',1624,'71712079284','4','1.00','150','retail','0','2024-04-02 20:35:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 17:35:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171208150471372332433',1625,'71712081494','1','1.00','150','retail','0','2024-04-02 21:11:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 18:11:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171208155627226375226',1626,'71712081518','35','1.00','5','retail','0','2024-04-02 21:11:58','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-02 18:12:54','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','238.00','237','Inclusive','branch','Inventory','','','','',''),('7171208286503223072376',1627,'71712082857','1','2.00','300','retail','0','2024-04-02 21:34:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-02 18:34:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171213300243226300333',1628,'61712132999','17','1.00','40','retail','0','2024-04-03 11:29:59','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-03 08:30:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','138.00','137','Inclusive','branch','Inventory','','','','',''),('6171213938933313330301',1629,'61712139386','16','2.00','100','retail','0','2024-04-03 13:16:26','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-03 10:16:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','62.00','60','Inclusive','branch','Inventory','','','','',''),('6171213959620023423331',1630,'61712139585','10','0.25','200','retail','0','2024-04-03 13:19:45','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-03 10:20:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171213964630402270610',1631,'61712139644','1','2.00','300','retail','0','2024-04-03 13:20:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 10:21:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171213969070213323303',1632,'61712139687','3','2.00','300','retail','0','2024-04-03 13:21:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 10:21:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171213969343226300339',1633,'61712139687','1','2.00','300','retail','0','2024-04-03 13:21:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 10:21:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171213970133290222320',1634,'61712139687','4','1.00','150','retail','0','2024-04-03 13:21:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 10:21:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171213972620333321703',1635,'61712139722','5','3.00','450','retail','0','2024-04-03 13:22:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 10:30:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171213988199833238230',1636,'61712139722','20','3.00','180','retail','0','2024-04-03 13:24:37','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-04-03 10:30:55','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','49.00','46','Inclusive','branch','Inventory','','','','',''),('6171214103124323210434',1637,'61712141030','1','1.00','150','retail','0','2024-04-03 13:43:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 10:44:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171214106532223232315',1638,'61712141064','3','1.00','150','retail','0','2024-04-03 13:44:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 10:45:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171214107403306243321',1639,'61712141064','16','4.00','200','retail','0','2024-04-03 13:44:28','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-03 10:45:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','60.00','56','Inclusive','branch','Inventory','','','','',''),('6171214262326217234230',1640,'61712142621','1','1.00','150','retail','0','2024-04-03 14:10:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 11:15:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171214292332020030000',1641,'61712142621','20','1.00','60','retail','0','2024-04-03 14:15:21','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-04-03 11:15:32','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.00','45','Inclusive','branch','Inventory','','','','',''),('6171214296032413414323',1642,'61712142951','10','0.25','200','retail','0','2024-04-03 14:15:51','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-03 11:16:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6171214296733220193109',1643,'61712142951','3','1.00','150','retail','0','2024-04-03 14:16:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 11:16:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171214487830460107238',1644,'61712144877','3','1.00','150','retail','0','2024-04-03 14:47:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 11:48:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171214488542302083221',1645,'61712144877','16','2.00','100','retail','0','2024-04-03 14:48:03','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-03 11:48:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','56.00','54','Inclusive','branch','Inventory','','','','',''),('6171214491830832304321',1646,'61712144916','3','2.00','300','retail','0','2024-04-03 14:48:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 11:48:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171214492600322000222',1647,'61712144916','17','1.00','40','retail','0','2024-04-03 14:48:45','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-03 11:48:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','137.00','136','Inclusive','branch','Inventory','','','','',''),('6171214493010302030223',1648,'61712144916','17','1.00','40','retail','0','2024-04-03 14:48:48','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-03 11:48:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','136.00','135','Inclusive','branch','Inventory','','','','',''),('6171214493233229227900',1649,'61712144916','16','1.00','50','retail','0','2024-04-03 14:48:51','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-03 11:48:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','54.00','53','Inclusive','branch','Inventory','','','','',''),('6171214639122331223912',1650,'61712146389','3','3.00','450','retail','0','2024-04-03 15:13:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 12:13:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171214639834831020943',1651,'61712146389','16','4.00','200','retail','0','2024-04-03 15:13:15','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-03 12:13:21','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','53.00','49','Inclusive','branch','Inventory','','','','',''),('6171215248670333603223',1652,'61712152481','1','3.00','450','retail','0','2024-04-03 16:54:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 13:55:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171215254010320232323',1653,'61712152538','3','1.00','150','retail','0','2024-04-03 16:55:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 13:55:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171215256920033316033',1654,'61712152566','3','1.00','150','retail','0','2024-04-03 16:56:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 13:56:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171215262435231226103',1655,'61712152621','1','2.00','300','retail','0','2024-04-03 16:57:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 13:57:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171215267602113303262',1656,'61712152675','22','1.00','50','retail','0','2024-04-03 16:57:55','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-03 13:58:14','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6171215276833733022316',1657,'61712152766','1','1.00','150','retail','0','2024-04-03 16:59:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 13:59:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171215321303232223330',1658,'61712153211','1','1.00','150','retail','0','2024-04-03 17:06:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 14:07:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171215321800623230253',1659,'61712153211','17','1.00','40','retail','0','2024-04-03 17:06:57','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-03 14:07:05','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','135.00','134','Inclusive','branch','Inventory','','','','',''),('6171215581953353321301',1660,'61712155811','10','0.50','400','retail','0','2024-04-03 17:50:11','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-03 14:52:41','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.25','1.75','Inclusive','branch','Inventory','','','','',''),('6171215594623002356322',1661,'61712155811','1','1.00','150','retail','0','2024-04-03 17:52:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 14:52:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171215625332035326333',1662,'61712156251','1','2.00','300','retail','0','2024-04-03 17:57:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 14:58:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171215626126313263632',1663,'61712156251','16','2.00','100','retail','0','2024-04-03 17:57:39','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-03 14:58:02','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','49.00','47','Inclusive','branch','Inventory','','','','',''),('6171215937622322722773',1664,'61712159373','3','3.00','450','retail','0','2024-04-03 18:49:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 15:50:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171216162402113466112',1665,'61712161623','1','1.00','150','retail','0','2024-04-03 19:27:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 16:27:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171216164021230040227',1666,'61712161623','10','0.25','200','retail','0','2024-04-03 19:27:12','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-03 16:27:39','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171216166812213146223',1667,'61712161666','1','3.00','450','retail','0','2024-04-03 19:27:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 16:28:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171216169131694712320',1668,'61712161689','1','1.00','150','retail','0','2024-04-03 19:28:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 16:28:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171216169610203210361',1669,'61712161689','22','1.00','50','retail','0','2024-04-03 19:28:15','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-03 16:28:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6171216222122032170243',1670,'61712162220','5','1.00','150','retail','0','2024-04-03 19:37:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 16:37:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171216629339021303100',1671,'61712166292','3','1.00','150','retail','0','2024-04-03 20:44:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 17:45:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171216634323622320476',1672,'61712166334','10','0.25','200','retail','0','2024-04-03 20:45:34','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-03 17:46:01','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171216640132210022333',1673,'61712166400','1','1.00','150','retail','0','2024-04-03 20:46:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 17:47:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171216640832330022022',1674,'61712166400','16','2.00','100','retail','0','2024-04-03 20:46:46','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-03 17:47:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','47.00','45','Inclusive','branch','Inventory','','','','',''),('6171216646737623362226',1675,'61712166466','1','1.00','150','retail','0','2024-04-03 20:47:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 17:49:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171216659713226304392',1676,'61712166594','1','1.00','150','retail','0','2024-04-03 20:49:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 17:50:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171216660267233030202',1677,'61712166594','3','2.00','300','retail','0','2024-04-03 20:49:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 17:50:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171216660562122360132',1678,'61712166594','4','1.00','150','retail','0','2024-04-03 20:50:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 17:50:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171216843900339333323',1679,'61712168436','5','1.00','150','retail','0','2024-04-03 21:20:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 18:21:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171216849524222876212',1680,'61712168436','1','1.00','150','retail','0','2024-04-03 21:21:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-03 18:21:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171216852147126006037',1681,'61712168520','17','1.00','40','retail','0','2024-04-03 21:22:00','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-03 18:22:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','134.00','133','Inclusive','branch','Inventory','','','','',''),('7171222750237237773403',1682,'71712227093','3','6.00','900','retail','0','2024-04-04 13:38:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 10:45:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.00','-6','Inclusive','branch','Inventory','','','','',''),('7171222751272242203222',1683,'71712227093','34','1.00','20','retail','0','2024-04-04 13:45:03','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-04 10:45:30','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171222772223323223773',1684,'71712227701','1','3.00','450','retail','0','2024-04-04 13:48:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 10:48:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171222776027134043264',1685,'71712227738','1','2.00','300','retail','0','2024-04-04 13:48:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 10:49:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171222853432532283215',1686,'71712227771','1','1.00','150','retail','0','2024-04-04 13:49:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 11:03:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171222855888820323205',1687,'71712227771','10','0.25','200','retail','0','2024-04-04 14:02:14','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-04 11:03:46','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('7171222858722013327333',1688,'71712227771','16','2.00','100','retail','0','2024-04-04 14:02:38','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-04 11:03:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','45.00','43','Inclusive','branch','Inventory','','','','',''),('7171222868522332333232',1689,'71712228626','10','0.25','200','retail','0','2024-04-04 14:04:29','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-04 11:05:16','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('7171222869400212222132',1690,'71712228626','3','1.00','150','retail','0','2024-04-04 14:04:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 11:05:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171222874732422120710',1691,'71712228716','1','3.00','450','retail','0','2024-04-04 14:05:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 11:06:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171222875717211338720',1692,'71712228716','16','1.00','50','retail','0','2024-04-04 14:05:47','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-04 11:06:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','','','','',''),('7171222877637324020222',1693,'71712228763','1','5.00','750','retail','0','2024-04-04 14:06:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 11:06:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('7171222878303228210722',1694,'71712228763','16','3.00','150','retail','0','2024-04-04 14:06:16','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-04 11:06:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','42.00','39','Inclusive','branch','Inventory','','','','',''),('7171222949123277330923',1695,'71712229481','5','2.00','300','retail','0','2024-04-04 14:18:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 11:21:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171222960617202629403',1696,'71712229481','16','1.00','50','retail','0','2024-04-04 14:19:47','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-04 11:21:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','39.00','38','Inclusive','branch','Inventory','','','','',''),('7171222961872233900220',1697,'71712229481','17','1.00','40','retail','0','2024-04-04 14:20:07','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-04 11:21:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','133.00','132','Inclusive','branch','Inventory','','','','',''),('7171222964234202016213',1698,'71712229481','35','8.00','40','retail','0','2024-04-04 14:20:18','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-04 11:21:38','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'8','237.00','229','Inclusive','branch','Inventory','','','','',''),('7171222965527232163523',1699,'71712229481','36','2.00','10','retail','0','2024-04-04 14:20:42','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-04 11:21:38','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','192.00','190','Inclusive','branch','Inventory','','4000','Asset','',''),('7171222967122030030333',1700,'71712229481','34','1.00','20','retail','0','2024-04-04 14:20:55','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-04 11:21:38','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7171222973937941100039',1701,'71712229715','5','3.00','450','retail','0','2024-04-04 14:21:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 11:22:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171222980712282033022',1702,'71712229769','10','0.25','200','retail','0','2024-04-04 14:23:10','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-04 11:24:31','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('7171222984432338309334',1703,'71712229769','35','2.00','10','retail','0','2024-04-04 14:23:27','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-04 11:24:31','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','229.00','227','Inclusive','branch','Inventory','','','','',''),('7171222985626230296063',1704,'71712229769','36','2.00','10','retail','0','2024-04-04 14:24:04','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-04 11:24:31','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','190.00','188','Inclusive','branch','Inventory','','4000','Asset','',''),('7171223114732723304323',1705,'71712231131','1','1.00','150','retail','0','2024-04-04 14:45:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 11:46:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171223116712306233232',1706,'71712231131','10','0.25','200','retail','0','2024-04-04 14:45:48','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-04 11:46:23','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('7171223244523313432270',1707,'71712232370','1','1.00','150','retail','0','2024-04-04 15:06:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 12:07:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171223276567220072332',1708,'71712232749','1','2.00','300','retail','0','2024-04-04 15:12:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 12:12:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171223279224221722102',1709,'71712232778','4','1.00','150','retail','0','2024-04-04 15:12:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 12:13:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171223280132232073322',1710,'71712232778','34','1.00','20','retail','0','2024-04-04 15:13:12','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-04 12:13:32','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7171223282922331212220',1711,'71712232812','2','1.00','150','retail','0','2024-04-04 15:13:33','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-04 12:14:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171223285924325210434',1712,'71712232843','5','1.00','150','retail','0','2024-04-04 15:14:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 12:14:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171223286733022323772',1713,'71712232843','1','1.00','150','retail','0','2024-04-04 15:14:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 12:14:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171223427102312230112',1714,'71712234271','3','1.00','150','retail','0','2024-04-04 15:37:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 12:39:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171223613133203321023',1715,'71712236130','1','1.00','150','retail','0','2024-04-04 16:08:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 13:10:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171223616333330612200',1716,'71712236130','16','1.00','50','retail','0','2024-04-04 16:09:23','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-04 13:10:04','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','38.00','37','Inclusive','branch','Inventory','','','','',''),('7171223617133221040231',1717,'71712236130','16','1.00','50','retail','0','2024-04-04 16:09:30','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-04 13:10:04','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','37.00','36','Inclusive','branch','Inventory','','','','',''),('7171223621707073231227',1718,'71712236216','1','1.00','150','retail','0','2024-04-04 16:10:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 13:10:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171223622163762223223',1719,'71712236216','1','1.00','150','retail','0','2024-04-04 16:10:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 13:10:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171223624772320227447',1720,'71712236246','1','1.00','150','retail','0','2024-04-04 16:10:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 13:11:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171223625073302512320',1721,'71712236246','1','1.00','150','retail','0','2024-04-04 16:10:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 13:11:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171223625935222227200',1722,'71712236246','16','1.00','50','retail','0','2024-04-04 16:10:58','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-04 13:11:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.00','35','Inclusive','branch','Inventory','','','','',''),('7171223626002037013402',1723,'71712236246','16','1.00','50','retail','0','2024-04-04 16:10:59','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-04 13:11:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','35.00','34','Inclusive','branch','Inventory','','','','',''),('7171223632527322334272',1724,'71712236324','1','1.00','150','retail','0','2024-04-04 16:12:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 13:12:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171223636413332703223',1725,'71712236363','3','1.00','150','retail','0','2024-04-04 16:12:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 13:13:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171223637333700331322',1726,'71712236363','5','2.00','300','retail','0','2024-04-04 16:12:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 13:13:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171223638532022026322',1727,'71712236363','16','2.00','100','retail','0','2024-04-04 16:13:05','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-04 13:13:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','34.00','32','Inclusive','branch','Inventory','','','','',''),('7171223648330270322210',1728,'71712236483','10','0.25','200','retail','0','2024-04-04 16:14:43','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-04 13:15:14','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7171223649533230332323',1729,'71712236483','35','1.00','5','retail','0','2024-04-04 16:14:55','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-04 13:15:14','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','227.00','226','Inclusive','branch','Inventory','','','','',''),('7171223650027303300732',1730,'71712236483','36','1.00','5','retail','0','2024-04-04 16:15:00','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-04 13:15:14','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','188.00','187','Inclusive','branch','Inventory','','4000','Asset','',''),('7171223654838632332543',1731,'71712236548','1','1.00','150','retail','0','2024-04-04 16:15:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 13:16:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171223658332328032533',1732,'71712236583','1','1.00','150','retail','0','2024-04-04 16:16:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 13:16:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171223878230283233032',1733,'71712238781','1','1.00','150','retail','0','2024-04-04 16:53:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 13:53:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171223878817804228388',1734,'71712238781','16','1.00','50','retail','0','2024-04-04 16:53:07','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-04 13:53:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','32.00','31','Inclusive','branch','Inventory','','','','',''),('7171223883033333033322',1735,'71712238830','3','1.00','150','retail','0','2024-04-04 16:53:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 13:57:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171223895793902303523',1736,'71712238830','10','0.50','400','retail','0','2024-04-04 16:55:56','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-04 13:57:22','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.00','2.5','Inclusive','branch','Inventory','','','','',''),('7171223908432033403300',1737,'71712239083','17','1.00','40','retail','0','2024-04-04 16:58:03','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-04 13:58:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','132.00','131','Inclusive','branch','Inventory','','','','',''),('7171223908606893273323',1738,'71712239083','17','1.00','40','retail','0','2024-04-04 16:58:06','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-04 13:58:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','131.00','130','Inclusive','branch','Inventory','','','','',''),('7171223965723033002322',1739,'71712239657','2','1.00','150','retail','0','2024-04-04 17:07:37','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-04 14:07:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171223969223033206002',1740,'71712239691','2','1.00','150','retail','0','2024-04-04 17:08:11','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-04 14:08:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171224189792371207722',1741,'71712241897','1','1.00','150','retail','0','2024-04-04 17:44:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 14:45:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171224191323032313332',1742,'71712241897','10','0.25','200','retail','0','2024-04-04 17:45:12','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-04 14:45:38','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('7171224197171020127213',1743,'71712241971','3','1.00','150','retail','0','2024-04-04 17:46:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 14:46:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171224197302403273294',1744,'71712241971','3','1.00','150','retail','0','2024-04-04 17:46:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 14:46:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171224197801227231110',1745,'71712241971','16','1.00','50','retail','0','2024-04-04 17:46:18','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-04 14:46:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.00','30','Inclusive','branch','Inventory','','','','',''),('7171224198033333001017',1746,'71712241971','16','1.00','50','retail','0','2024-04-04 17:46:20','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-04 14:46:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','30.00','29','Inclusive','branch','Inventory','','','','',''),('7171224202612030706202',1747,'71712242026','3','1.00','150','retail','0','2024-04-04 17:47:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 14:47:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171224202832022234203',1748,'71712242026','3','1.00','150','retail','0','2024-04-04 17:47:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 14:47:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171224204023244014002',1749,'71712242026','16','2.00','100','retail','0','2024-04-04 17:47:20','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-04 14:47:44','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','29.00','27','Inclusive','branch','Inventory','','','','',''),('7171224207523022224170',1750,'71712242075','16','1.00','50','retail','0','2024-04-04 17:47:55','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-04 14:48:41','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.00','26','Inclusive','branch','Inventory','','','','',''),('7171224208621023218302',1751,'71712242075','33','1.00','10','retail','0','2024-04-04 17:48:05','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-04-04 14:48:41','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7171224208822072323320',1752,'71712242075','33','1.00','10','retail','0','2024-04-04 17:48:07','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-04-04 14:48:41','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('7171224327927130272033',1753,'71712243278','3','1.00','150','retail','0','2024-04-04 18:07:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 15:08:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171224328227201222032',1754,'71712243278','3','1.00','150','retail','0','2024-04-04 18:08:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 15:08:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171224475323202137223',1755,'71712244753','5','1.00','150','retail','0','2024-04-04 18:32:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 15:32:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171224610522313336234',1756,'71712246105','3','1.00','150','retail','0','2024-04-04 18:55:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 15:55:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171224610806131132332',1757,'71712246105','3','1.00','150','retail','0','2024-04-04 18:55:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 15:55:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171224684822432442322',1758,'71712246847','1','1.00','150','retail','0','2024-04-04 19:07:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 16:31:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171224685228370052238',1759,'71712246847','1','1.00','150','retail','0','2024-04-04 19:07:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 16:31:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171224686443433203260',1760,'71712246847','10','0.50','400','retail','0','2024-04-04 19:07:44','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-04 16:31:49','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.25','1.75','Inclusive','branch','Inventory','','','','',''),('7171224687860332023142',1761,'71712246847','35','1.00','5','retail','0','2024-04-04 19:07:57','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-04 16:31:49','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','226.00','225','Inclusive','branch','Inventory','','','','',''),('7171224688100803378873',1762,'71712246847','35','1.00','5','retail','0','2024-04-04 19:08:00','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-04 16:31:49','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','225.00','224','Inclusive','branch','Inventory','','','','',''),('7171224688534132423362',1763,'71712246847','35','1.00','5','retail','0','2024-04-04 19:08:04','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-04 16:31:49','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','224.00','223','Inclusive','branch','Inventory','','','','',''),('7171224832242832332323',1764,'71712248316','3','2.00','300','retail','0','2024-04-04 19:32:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 16:32:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171224834742411200343',1765,'71712248316','22','1.00','50','retail','0','2024-04-04 19:32:27','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-04 16:32:45','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('7171225027321030222332',1766,'71712250272','4','1.00','150','retail','0','2024-04-04 20:04:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 17:06:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171225032720277022023',1767,'71712250272','17','1.00','40','retail','0','2024-04-04 20:05:26','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-04 17:06:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','130.00','129','Inclusive','branch','Inventory','','','','',''),('7171225035623032032722',1768,'71712250272','17','3.00','120','retail','0','2024-04-04 20:05:55','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-04 17:06:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','129.00','126','Inclusive','branch','Inventory','','','','',''),('7171225214973337200235',1769,'71712252149','2','1.00','150','retail','0','2024-04-04 20:35:49','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-04 17:36:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171225346353433400372',1770,'71712253463','3','1.00','150','retail','0','2024-04-04 20:57:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-04 17:58:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171225348423301328323',1771,'71712253463','16','2.00','100','retail','0','2024-04-04 20:58:03','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-04 17:58:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','26.00','24','Inclusive','branch','Inventory','','','','',''),('7171225375433714323223',1772,'71712253754','2','1.00','150','retail','0','2024-04-04 21:02:34','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-04 18:02:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171240022112131223223',1773,'71712399909','1','2.00','300','retail','0','2024-04-06 13:38:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 10:54:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171240023433702232330',1774,'71712399909','1','3.00','450','retail','0','2024-04-06 13:43:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 10:54:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171240090910320704411',1775,'71712400894','1','2.00','300','retail','0','2024-04-06 13:54:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 10:55:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171240092130233020100',1776,'71712400894','36','4.00','20','retail','0','2024-04-06 13:55:10','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-06 10:55:43','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','187.00','183','Inclusive','branch','Inventory','','4000','Asset','',''),('7171240095420437223930',1777,'71712400943','1','1.00','150','retail','0','2024-04-06 13:55:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 10:56:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240098872320227847',1778,'71712400943','16','1.00','50','retail','0','2024-04-06 13:55:54','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 10:56:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('7171240101833071134238',1779,'71712401007','1','2.00','300','retail','0','2024-04-06 13:56:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 10:57:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171240104527012020042',1780,'71712401034','1','1.00','150','retail','0','2024-04-06 13:57:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 10:57:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240107320227220320',1781,'71712401064','1','1.00','150','retail','0','2024-04-06 13:57:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 10:58:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240110012130034322',1782,'71712401090','4','1.00','150','retail','0','2024-04-06 13:58:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 10:58:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171240114001204432377',1783,'71712401118','10','0.25','200','retail','0','2024-04-06 13:58:38','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-06 10:59:14','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('7171240116522276503032',1784,'71712401154','10','0.25','200','retail','0','2024-04-06 13:59:14','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-06 10:59:56','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('7171240121531410720702',1785,'71712401196','22','1.00','50','retail','0','2024-04-06 13:59:56','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 11:00:27','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7171240123533231030311',1786,'71712401227','1','2.00','300','retail','0','2024-04-06 14:00:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 11:00:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171240272620340302230',1787,'71712402725','1','1.00','150','retail','0','2024-04-06 14:25:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 11:25:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240272972022372494',1788,'71712402725','1','1.00','150','retail','0','2024-04-06 14:25:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 11:25:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240416842332013107',1789,'71712404168','3','1.00','150','retail','0','2024-04-06 14:49:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 11:50:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240417224223172202',1790,'71712404168','3','1.00','150','retail','0','2024-04-06 14:49:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 11:50:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240418740224223223',1791,'71712404168','16','4.00','200','retail','0','2024-04-06 14:49:47','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 11:50:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','23.00','19','Inclusive','branch','Inventory','','','','',''),('7171240422222200030227',1792,'71712404222','17','2.00','80','retail','0','2024-04-06 14:50:22','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-06 11:50:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','126.00','124','Inclusive','branch','Inventory','','','','',''),('7171240435424333024033',1793,'71712404353','1','1.00','150','retail','0','2024-04-06 14:52:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 11:52:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240438232732122004',1794,'71712404381','4','1.00','150','retail','0','2024-04-06 14:53:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 11:53:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240438332220040303',1795,'71712404381','3','1.00','150','retail','0','2024-04-06 14:53:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 11:53:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240438721223213324',1796,'71712404381','1','2.00','300','retail','0','2024-04-06 14:53:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 11:53:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171240458333232422284',1797,'71712404583','4','1.00','150','retail','0','2024-04-06 14:56:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 11:56:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240458682733333222',1798,'71712404583','4','1.00','150','retail','0','2024-04-06 14:56:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 11:56:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240460633442203232',1799,'71712404605','3','1.00','150','retail','0','2024-04-06 14:56:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 11:57:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240461113323432712',1800,'71712404605','16','1.00','50','retail','0','2024-04-06 14:56:50','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 11:57:01','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('7171240562243122230265',1801,'71712405622','27','1.00','160','retail','0','2024-04-06 15:13:42','','','','0','Cash',0.00,'160','','','7','16.00','1','2024-04-06 12:14:51','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171240562647312262232',1802,'71712405622','27','1.00','160','retail','0','2024-04-06 15:13:46','','','','0','Cash',0.00,'160','','','7','16.00','1','2024-04-06 12:14:51','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171240563322220002233',1803,'71712405622','17','1.00','40','retail','0','2024-04-06 15:13:53','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-06 12:14:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','124.00','123','Inclusive','branch','Inventory','','','','',''),('7171240570807220242152',1804,'71712405707','3','1.00','150','retail','0','2024-04-06 15:15:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 12:15:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240571887422243038',1805,'71712405707','16','2.00','100','retail','0','2024-04-06 15:15:18','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 12:15:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','18.00','16','Inclusive','branch','Inventory','','','','',''),('7171240577677261710203',1806,'71712405775','1','1.00','150','retail','0','2024-04-06 15:16:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 12:17:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240577820303270340',1807,'71712405775','4','1.00','150','retail','0','2024-04-06 15:16:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 12:17:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240578212342020103',1808,'71712405775','16','1.00','50','retail','0','2024-04-06 15:16:21','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 12:17:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('7171240581821827302270',1809,'71712405775','22','1.00','50','retail','0','2024-04-06 15:16:58','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 12:17:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7171240582012220213323',1810,'71712405775','22','1.00','50','retail','0','2024-04-06 15:17:00','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 12:17:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('7171240585153231320822',1811,'71712405851','3','1.00','150','retail','0','2024-04-06 15:17:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 12:17:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240585554232455070',1812,'71712405851','2','2.00','300','retail','0','2024-04-06 15:17:35','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-06 12:17:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171240625931624333313',1813,'71712406259','1','1.00','150','retail','0','2024-04-06 15:24:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 12:24:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240645402103033300',1814,'71712406453','1','1.00','150','retail','0','2024-04-06 15:27:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 12:27:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240759663422507290',1815,'71712407595','3','1.00','150','retail','0','2024-04-06 15:46:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 12:46:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240760103020233012',1816,'71712407595','1','3.00','450','retail','0','2024-04-06 15:46:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 12:46:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171240763224222342223',1817,'71712407631','16','1.00','50','retail','0','2024-04-06 15:47:11','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 12:47:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('7171240763627060326203',1818,'71712407631','16','1.00','50','retail','0','2024-04-06 15:47:15','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 12:47:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7171240766222007222223',1819,'71712407661','5','1.00','150','retail','0','2024-04-06 15:47:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 12:48:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171240766462222013270',1820,'71712407661','2','1.00','150','retail','0','2024-04-06 15:47:44','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-06 12:48:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171240768333272741213',1821,'71712407661','10','0.25','200','retail','0','2024-04-06 15:48:02','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-06 12:48:23','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('7171240772232004372122',1822,'71712407721','1','1.00','150','retail','0','2024-04-06 15:48:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 12:48:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171241214303321333023',1823,'71712407724','1','8.00','1200','retail','0','2024-04-06 15:48:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 14:03:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'8','0.00','-8','Inclusive','branch','Inventory','','','','',''),('7171241217532132123411',1824,'71712407724','10','1.00','800','retail','0','2024-04-06 17:02:23','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-06 14:03:27','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171241218871117223720',1825,'71712407724','23','1.00','80','retail','0','2024-04-06 17:02:55','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-04-06 14:03:27','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('7171241232737132431703',1826,'71712412310','3','1.00','150','retail','0','2024-04-06 17:05:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 14:05:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171241236420460233776',1827,'71712412343','34','1.00','20','retail','0','2024-04-06 17:05:43','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-06 14:06:43','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171241276731022102207',1828,'71712412753','1','1.00','150','retail','0','2024-04-06 17:12:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 14:13:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171241279800803201303',1829,'71712412753','1','3.00','450','retail','0','2024-04-06 17:12:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 14:13:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171241282333400323023',1830,'71712412814','16','2.00','100','retail','0','2024-04-06 17:13:34','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 14:14:24','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','13.00','11','Inclusive','branch','Inventory','','','','',''),('7171241288434281201211',1831,'71712412864','3','1.00','150','retail','0','2024-04-06 17:14:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 14:15:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171241289180422912021',1832,'71712412864','16','1.00','50','retail','0','2024-04-06 17:14:44','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 14:15:05','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('7171241292610392241293',1833,'71712412906','2','1.00','150','retail','0','2024-04-06 17:15:06','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-06 14:15:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171241296602232200236',1834,'71712412944','3','2.00','300','retail','0','2024-04-06 17:15:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 14:16:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171241322432402130334',1835,'71712413214','2','1.00','150','retail','0','2024-04-06 17:20:14','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-06 14:21:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171241356442320333341',1836,'71712413260','1','1.00','150','retail','0','2024-04-06 17:21:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 14:32:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171241393222024930932',1837,'71712413260','10','0.25','200','retail','0','2024-04-06 17:31:57','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-06 14:32:41','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('7171241394122122200122',1838,'71712413260','22','1.00','50','retail','0','2024-04-06 17:32:12','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 14:32:41','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171241404121133311323',1839,'71712413974','28','1.00','90','retail','0','2024-04-06 17:32:54','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-04-06 14:34:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7171241407723312073433',1840,'71712414058','1','2.00','300','retail','0','2024-04-06 17:34:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 14:41:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171241464137022242643',1841,'71712414510','16','2.00','100','retail','0','2024-04-06 17:41:50','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 14:44:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','10.00','8','Inclusive','branch','Inventory','','','','',''),('7171241701043203074242',1842,'71712416866','3','3.00','450','retail','0','2024-04-06 18:21:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 15:24:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171241705132333724532',1843,'71712417041','1','1.00','150','retail','0','2024-04-06 18:24:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 15:25:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171242018408237227204',1844,'71712417149','1','1.00','150','retail','0','2024-04-06 18:25:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 16:16:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171242020230033333032',1845,'71712417149','10','0.25','200','retail','0','2024-04-06 19:16:24','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-06 16:16:47','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('7171242069933179324033',1846,'71712420207','3','4.00','600','retail','0','2024-04-06 19:16:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 16:30:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171242104707131321334',1847,'71712421016','1','1.00','150','retail','0','2024-04-06 19:30:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 16:36:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171242126800400333830',1848,'71712421016','16','1.00','50','retail','0','2024-04-06 19:30:47','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 16:36:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7171242129927221022121',1849,'71712421016','36','1.00','5','retail','0','2024-04-06 19:34:28','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-06 16:36:17','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','183.00','182','Inclusive','branch','Inventory','','4000','Asset','',''),('7171242131102130322002',1850,'71712421016','23','1.00','80','retail','0','2024-04-06 19:34:59','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-04-06 16:36:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('7171242159805212832203',1851,'71712421483','1','5.00','750','retail','0','2024-04-06 19:38:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 16:40:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('7171242163606003127032',1852,'71712421617','22','1.00','50','retail','0','2024-04-06 19:40:18','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 16:40:50','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7171242169901323233313',1853,'71712421681','10','1.00','800','retail','0','2024-04-06 19:41:21','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-06 16:43:55','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.50','0.5','Inclusive','branch','Inventory','','','','',''),('7171242171740433223421',1854,'71712421681','35','6.00','30','retail','0','2024-04-06 19:41:39','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-06 16:43:55','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','223.00','217','Inclusive','branch','Inventory','','','','',''),('7171242197212190203333',1855,'71712421953','4','1.00','150','retail','0','2024-04-06 19:45:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 16:46:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171242248222440237220',1856,'71712422302','1','2.00','300','retail','0','2024-04-06 19:54:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 17:00:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171242287940201224084',1857,'71712422863','1','2.00','300','retail','0','2024-04-06 20:01:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 17:01:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171242423427142230022',1858,'71712424113','1','1.00','150','retail','0','2024-04-06 20:23:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 17:34:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171242425230433333332',1859,'71712424113','1','1.00','150','retail','0','2024-04-06 20:24:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 17:34:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171242426843772242323',1860,'71712424113','17','4.00','160','retail','0','2024-04-06 20:24:12','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-06 17:34:25','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','123.00','119','Inclusive','branch','Inventory','','','','',''),('7171242485203328124333',1861,'71712424113','35','2.00','10','retail','0','2024-04-06 20:26:18','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-06 17:34:25','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','217.00','215','Inclusive','branch','Inventory','','','','',''),('7171242489730700213122',1862,'71712424865','10','0.25','200','retail','0','2024-04-06 20:34:25','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-06 17:35:13','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('7171242492922233239374',1863,'71712424913','3','1.00','150','retail','0','2024-04-06 20:35:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 17:35:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171242497322723130320',1864,'71712424958','2','1.00','150','retail','0','2024-04-06 20:35:58','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-06 17:36:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171242776272733372021',1865,'71712427761','1','1.00','150','retail','0','2024-04-06 21:22:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 18:23:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171242777022327232220',1866,'71712427761','17','1.00','40','retail','0','2024-04-06 21:22:50','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-06 18:23:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','119.00','118','Inclusive','branch','Inventory','','','','',''),('7171242777227732310323',1867,'71712427761','17','1.00','40','retail','0','2024-04-06 21:22:52','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-06 18:23:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','118.00','117','Inclusive','branch','Inventory','','','','',''),('7171242783422333218203',1868,'71712427833','22','1.00','50','retail','0','2024-04-06 21:23:53','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 18:23:55','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7171242820130028201231',1869,'71712428201','1','1.00','150','retail','0','2024-04-06 21:30:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 18:31:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171242827922332322703',1870,'71712428201','35','1.00','5','retail','0','2024-04-06 21:31:19','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-06 18:31:35','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','215.00','214','Inclusive','branch','Inventory','','','','',''),('7171242875323517332213',1871,'71712428746','1','2.00','300','retail','0','2024-04-06 21:39:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 18:42:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171242897433322432372',1872,'71712428942','1','1.00','150','retail','0','2024-04-06 21:42:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-06 18:43:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171242898198297437127',1873,'71712428942','16','2.00','100','retail','0','2024-04-06 21:42:54','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-06 18:43:05','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','7.00','5','Inclusive','branch','Inventory','','','','',''),('7171248251612733220227',1874,'71712482461','10','0.25','200','retail','0','2024-04-07 12:34:21','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-07 09:37:20','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7171248262424014304324',1875,'71712482461','1','3.00','450','retail','0','2024-04-07 12:35:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 09:37:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171248329190290023343',1876,'71712483282','1','3.00','450','retail','0','2024-04-07 12:48:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 09:48:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171248355043332230432',1877,'71712483497','3','2.00','300','retail','0','2024-04-07 12:52:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 09:58:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('7171248390222334344312',1878,'71712483497','10','0.25','200','retail','0','2024-04-07 12:58:08','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-07 09:58:41','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','6.00','5.75','Inclusive','branch','Inventory','','','','',''),('7171248393831333772343',1879,'71712483921','1','2.00','300','retail','0','2024-04-07 12:58:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 09:59:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171248395602745422311',1880,'71712483921','16','2.00','100','retail','0','2024-04-07 12:59:04','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 09:59:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','5.00','3','Inclusive','branch','Inventory','','','','',''),('7171248398539700922837',1881,'71712483921','34','1.00','20','retail','0','2024-04-07 12:59:16','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-07 09:59:49','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171248421822332223242',1882,'71712484193','1','3.00','450','retail','0','2024-04-07 13:03:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 10:04:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171248426700621702331',1883,'71712484246','16','1.00','50','retail','0','2024-04-07 13:04:06','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 10:04:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7171248451431124121321',1884,'71712484297','1','2.00','300','retail','0','2024-04-07 13:04:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 10:12:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171248454133012052230',1885,'71712484297','1','1.00','150','retail','0','2024-04-07 13:08:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 10:12:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171248455130012447472',1886,'71712484297','3','1.00','150','retail','0','2024-04-07 13:09:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 10:12:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171248468282332223317',1887,'71712484297','16','8.00','400','retail','0','2024-04-07 13:11:11','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 10:12:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'8','28.00','20','Inclusive','branch','Inventory','','','','',''),('7171248474980408473402',1888,'71712484297','34','1.00','20','retail','0','2024-04-07 13:12:21','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-07 10:12:48','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('7171248478040332743823',1889,'71712484769','1','1.00','150','retail','0','2024-04-07 13:12:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 10:15:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171248487430220470008',1890,'71712484769','36','1.00','5','retail','0','2024-04-07 13:14:24','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-07 10:15:25','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','182.00','181','Inclusive','branch','Inventory','','4000','Asset','',''),('7171248506020342413303',1891,'71712484925','1','1.00','150','retail','0','2024-04-07 13:15:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 10:17:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171248508442304882277',1892,'71712485075','1','1.00','150','retail','0','2024-04-07 13:17:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 10:18:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171248512102033502221',1893,'71712485097','3','1.00','150','retail','0','2024-04-07 13:18:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 10:18:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171248524332253028023',1894,'71712485237','3','2.00','300','retail','0','2024-04-07 13:20:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 10:20:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171248867631383032302',1895,'71712488656','1','3.00','450','retail','0','2024-04-07 14:17:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 11:25:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171248870023820087222',1896,'71712488656','34','1.00','20','retail','0','2024-04-07 14:17:56','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-07 11:25:52','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('7171248916422231333631',1897,'71712489152','16','2.00','100','retail','0','2024-04-07 14:25:52','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 11:26:57','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','20.00','18','Inclusive','branch','Inventory','','','','',''),('7171248919633132330391',1898,'71712489152','2','2.00','300','retail','0','2024-04-07 14:26:04','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-07 11:26:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171248920627222202331',1899,'71712489152','34','1.00','20','retail','0','2024-04-07 14:26:36','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-07 11:26:57','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('7171248923294170332232',1900,'71712489217','1','1.00','150','retail','0','2024-04-07 14:26:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 11:27:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171248927730312297012',1901,'71712489246','3','3.00','450','retail','0','2024-04-07 14:27:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 11:28:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171248930223907231001',1902,'71712489286','1','4.00','600','retail','0','2024-04-07 14:28:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 11:28:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171248933101273024433',1903,'71712489314','10','0.50','400','retail','0','2024-04-07 14:28:34','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-07 11:29:16','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','5.75','5.25','Inclusive','branch','Inventory','','','','',''),('7171248934342242423333',1904,'71712489314','4','2.00','300','retail','0','2024-04-07 14:28:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 11:29:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171248936831013737400',1905,'71712489356','34','1.00','20','retail','0','2024-04-07 14:29:16','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-07 11:29:47','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('7171248941522313505418',1906,'71712489387','10','0.50','400','retail','0','2024-04-07 14:29:47','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-07 11:30:35','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','5.25','4.75','Inclusive','branch','Inventory','','','','',''),('7171248942430033483222',1907,'71712489387','3','2.00','300','retail','0','2024-04-07 14:30:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 11:30:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171248951757103133723',1908,'71712489435','1','6.00','900','retail','0','2024-04-07 14:30:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 11:36:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.00','-6','Inclusive','branch','Inventory','','','','',''),('7171248979820204032371',1909,'71712489435','34','1.00','20','retail','0','2024-04-07 14:31:57','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-07 11:36:59','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('7171249010400334330323',1910,'71712489991','3','3.00','450','retail','0','2024-04-07 14:39:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 11:42:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171249011622372112032',1911,'71712489991','34','1.00','20','retail','0','2024-04-07 14:41:45','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-07 11:42:23','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('7171249012673222322022',1912,'71712489991','35','2.00','10','retail','0','2024-04-07 14:41:56','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-07 11:42:23','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','214.00','212','Inclusive','branch','Inventory','','','','',''),('7171249022223004337300',1913,'71712490143','1','1.00','150','retail','0','2024-04-07 14:42:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 11:46:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171249023943002202201',1914,'71712490143','1','1.00','150','retail','0','2024-04-07 14:43:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 11:46:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171249025660201400430',1915,'71712490143','1','1.00','150','retail','0','2024-04-07 14:43:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 11:46:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171249026732302344421',1916,'71712490143','23','1.00','80','retail','0','2024-04-07 14:44:16','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-04-07 11:46:31','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('7171249035720233392023',1917,'71712490143','20','1.00','60','retail','0','2024-04-07 14:44:27','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-04-07 11:46:31','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','','','','',''),('7171249041843134282022',1918,'71712490391','1','1.00','150','retail','0','2024-04-07 14:46:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 11:52:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171249075027217209230',1919,'71712490391','20','1.00','60','retail','0','2024-04-07 14:47:09','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-04-07 11:52:54','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','','','','',''),('7171249081924200393032',1920,'71712490775','1','1.00','150','retail','0','2024-04-07 14:52:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 11:53:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171249153923394451293',1921,'71712491102','3','1.00','150','retail','0','2024-04-07 14:58:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 12:06:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171249155877000009321',1922,'71712491102','10','0.25','200','retail','0','2024-04-07 15:05:39','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-07 12:06:16','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.75','4.5','Inclusive','branch','Inventory','','','','',''),('7171249159833040001072',1923,'71712491577','1','4.00','600','retail','0','2024-04-07 15:06:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 12:06:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171249162552121237112',1924,'71712491604','1','4.00','600','retail','0','2024-04-07 15:06:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 12:07:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171249172603223242402',1925,'71712491638','1','2.00','300','retail','0','2024-04-07 15:07:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 13:43:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171249741172122341132',1926,'71712491638','16','2.00','100','retail','0','2024-04-07 16:43:20','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 13:43:50','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','18.00','16','Inclusive','branch','Inventory','','','','',''),('7171249744124377201234',1927,'71712497431','1','1.00','150','retail','0','2024-04-07 16:43:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 13:44:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171249747710339274377',1928,'71712497458','3','3.00','450','retail','0','2024-04-07 16:44:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 13:45:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171249749431323427393',1929,'71712497458','34','1.00','20','retail','0','2024-04-07 16:44:42','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-07 13:45:23','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7171249753407232300013',1930,'71712497523','16','1.00','50','retail','0','2024-04-07 16:45:23','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 13:45:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('7171249756833332223550',1931,'71712497555','2','1.00','150','retail','0','2024-04-07 16:45:55','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-07 13:46:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171249761992222232747',1932,'71712497583','1','3.00','450','retail','0','2024-04-07 16:46:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 13:49:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171249771233123227213',1933,'71712497583','25','1.00','150','retail','0','2024-04-07 16:48:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 13:49:13','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('7171249773122323720371',1934,'71712497583','17','3.00','120','retail','0','2024-04-07 16:48:33','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-07 13:49:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','117.00','114','Inclusive','branch','Inventory','','','','',''),('7171249777119790033020',1935,'71712497753','3','2.00','300','retail','0','2024-04-07 16:49:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 13:49:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171249779542202230257',1936,'71712497783','2','2.00','300','retail','0','2024-04-07 16:49:43','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-07 13:50:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171249788532301100424',1937,'71712497806','2','2.00','300','retail','0','2024-04-07 16:50:06','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-07 13:51:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171249791043033732132',1938,'71712497894','16','3.00','150','retail','0','2024-04-07 16:51:34','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 13:52:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','15.00','12','Inclusive','branch','Inventory','','','','',''),('7171249793919970339223',1939,'71712497923','16','1.00','50','retail','0','2024-04-07 16:52:03','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 13:52:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('7171249795370302223220',1940,'71712497923','1','3.00','450','retail','0','2024-04-07 16:52:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 13:52:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171249798942329788031',1941,'71712497966','1','3.00','450','retail','0','2024-04-07 16:52:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 13:54:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171249803421202220239',1942,'71712497966','1','1.00','150','retail','0','2024-04-07 16:53:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 13:54:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171249856810203210391',1943,'71712498168','1','1.00','150','retail','0','2024-04-07 16:56:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 14:03:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171249857600332620863',1944,'71712498168','23','1.00','80','retail','0','2024-04-07 17:02:48','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-04-07 14:03:20','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('7171250124505023122032',1945,'71712498612','1','5.00','750','retail','0','2024-04-07 17:03:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 14:47:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('7171250131333135412023',1946,'71712501258','10','0.50','400','retail','0','2024-04-07 17:47:38','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-07 14:49:26','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','4.50','4','Inclusive','branch','Inventory','','','','',''),('7171250135312223022204',1947,'71712501258','16','2.00','100','retail','0','2024-04-07 17:48:33','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 14:49:26','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','11.00','9','Inclusive','branch','Inventory','','','','',''),('7171250140513332003022',1948,'71712501366','16','1.00','50','retail','0','2024-04-07 17:49:26','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 14:50:36','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('7171250141400072000474',1949,'71712501366','22','1.00','50','retail','0','2024-04-07 17:50:05','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 14:50:36','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('7171250142630752000335',1950,'71712501366','1','1.00','150','retail','0','2024-04-07 17:50:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 14:50:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171250147423317300212',1951,'71712501436','1','1.00','150','retail','0','2024-04-07 17:50:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 14:51:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171250159210150203333',1952,'71712501490','1','2.00','300','retail','0','2024-04-07 17:51:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 14:56:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171250161303312251073',1953,'71712501490','16','2.00','100','retail','0','2024-04-07 17:53:12','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 14:56:00','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','8.00','6','Inclusive','branch','Inventory','','','','',''),('7171250194431532333392',1954,'71712501911','1','2.00','300','retail','0','2024-04-07 17:58:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 14:59:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171250195702302514003',1955,'71712501911','4','2.00','300','retail','0','2024-04-07 17:59:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 14:59:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171250238302075017733',1956,'71712502111','1','1.00','150','retail','0','2024-04-07 18:01:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 15:09:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171250243770003372231',1957,'71712502111','35','2.00','10','retail','0','2024-04-07 18:06:23','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-07 15:09:10','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','212.00','210','Inclusive','branch','Inventory','','','','',''),('7171250256202222222220',1958,'71712502551','28','1.00','90','retail','0','2024-04-07 18:09:11','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-04-07 15:10:12','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7171250257342202172372',1959,'71712502551','22','1.00','50','retail','0','2024-04-07 18:09:22','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 15:10:12','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('7171250280830002013322',1960,'71712502764','16','1.00','50','retail','0','2024-04-07 18:12:44','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 15:14:04','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('7171250281802320402882',1961,'71712502764','1','1.00','150','retail','0','2024-04-07 18:13:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 15:14:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171250283033002002273',1962,'71712502764','16','1.00','50','retail','0','2024-04-07 18:13:39','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 15:14:04','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171250287573303702232',1963,'71712502844','1','1.00','150','retail','0','2024-04-07 18:14:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 15:14:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171250291904921123227',1964,'71712502887','16','2.00','100','retail','0','2024-04-07 18:14:47','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 15:15:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.00','2','Inclusive','branch','Inventory','','','','',''),('7171250292833432301722',1965,'71712502887','1','1.00','150','retail','0','2024-04-07 18:15:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 15:15:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171250298202312332232',1966,'71712502946','16','2.00','100','retail','0','2024-04-07 18:15:46','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-07 15:17:09','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.00','0','Inclusive','branch','Inventory','','','','',''),('7171250301300223202233',1967,'71712502946','10','0.25','200','retail','0','2024-04-07 18:16:32','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-07 15:17:09','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.00','3.75','Inclusive','branch','Inventory','','','','',''),('7171250322120332237322',1968,'71712503029','1','1.00','150','retail','0','2024-04-07 18:17:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 15:22:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171250327402333334322',1969,'71712503029','1','6.00','900','retail','0','2024-04-07 18:20:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 15:22:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.00','-6','Inclusive','branch','Inventory','','','','',''),('7171250328900222320323',1970,'71712503029','34','1.00','20','retail','0','2024-04-07 18:21:14','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-07 15:22:18','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7171250336923020722423',1971,'71712503338','2','3.00','450','retail','0','2024-04-07 18:22:18','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-07 15:23:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171250349731217302734',1972,'71712503428','1','3.00','450','retail','0','2024-04-07 18:23:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 15:25:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171250351402112333002',1973,'71712503428','23','1.00','80','retail','0','2024-04-07 18:24:58','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-04-07 15:25:41','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('7171250488005207732020',1974,'71712504854','1','1.00','150','retail','0','2024-04-07 18:47:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 15:48:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171250784633361533072',1975,'71712507846','1','1.00','150','retail','0','2024-04-07 19:37:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 16:37:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171250787302722373032',1976,'71712507872','3','1.00','150','retail','0','2024-04-07 19:37:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-07 16:38:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171250796502233125236',1977,'61712507956','10','0.25','200','retail','0','2024-04-07 19:39:16','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-07 16:39:39','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.75','3.5','Inclusive','branch','Inventory','','','','',''),('6171250799442423032333',1978,'61712507990','2','2.00','300','retail','0','2024-04-07 19:39:50','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-07 16:40:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171250800802020303832',1979,'61712507990','3','1.00','150','retail','0','2024-04-07 19:40:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-07 16:40:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171250801382332003106',1980,'61712507990','1','1.00','150','retail','0','2024-04-07 19:40:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-07 16:40:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171250803820538323205',1981,'61712508037','1','1.00','150','retail','0','2024-04-07 19:40:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-07 16:41:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171250812622325200303',1982,'61712508124','3','2.00','300','retail','0','2024-04-07 19:42:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-07 16:42:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171257407430105225720',1983,'71712574047','3','1.00','150','retail','0','2024-04-08 14:00:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 11:01:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171257408532331413533',1984,'71712574047','2','1.00','150','retail','0','2024-04-08 14:01:14','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-08 11:01:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171257567927002335262',1985,'71712575679','3','1.00','150','retail','0','2024-04-08 14:27:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 11:28:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171257568230352227222',1986,'71712575679','3','1.00','150','retail','0','2024-04-08 14:28:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 11:28:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171258152931308333093',1987,'71712581528','4','1.00','150','retail','0','2024-04-08 16:05:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 13:09:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171258163430033583222',1988,'71712581528','16','2.00','100','retail','0','2024-04-08 16:07:08','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-08 13:09:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','52.00','50','Inclusive','branch','Inventory','','','','',''),('7171258177003323471352',1989,'71712581528','21','1.00','80','retail','0','2024-04-08 16:09:30','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-04-08 13:09:33','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('7171258179997223903232',1990,'71712581799','1','1.00','150','retail','0','2024-04-08 16:09:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 13:10:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171258180815203513300',1991,'71712581799','34','1.00','20','retail','0','2024-04-08 16:10:07','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-08 13:10:30','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('7171258185808382272132',1992,'71712581858','10','0.25','200','retail','0','2024-04-08 16:10:58','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-08 13:11:14','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.50','3.25','Inclusive','branch','Inventory','','','','',''),('7171258188728124032024',1993,'71712581887','3','1.00','150','retail','0','2024-04-08 16:11:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 13:11:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171258230810734330433',1994,'71712582307','1','1.00','150','retail','0','2024-04-08 16:18:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 13:18:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171258232020328220025',1995,'71712582307','16','1.00','50','retail','0','2024-04-08 16:18:39','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-08 13:18:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','50.00','49','Inclusive','branch','Inventory','','','','',''),('7171258235222322032223',1996,'71712582352','1','1.00','150','retail','0','2024-04-08 16:19:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 13:19:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171258235441242723032',1997,'71712582352','1','1.00','150','retail','0','2024-04-08 16:19:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 13:19:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171258240010735303227',1998,'71712582399','1','1.00','150','retail','0','2024-04-08 16:19:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 13:29:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171258244780508273402',1999,'71712582399','10','0.25','200','retail','0','2024-04-08 16:20:47','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-08 13:29:20','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.25','3','Inclusive','branch','Inventory','','','','',''),('7171258738003537073133',2000,'71712587380','2','1.00','150','retail','0','2024-04-08 17:43:00','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-08 14:43:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171258738222252284220',2001,'71712587380','3','1.00','150','retail','0','2024-04-08 17:43:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 14:43:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171258753035723238305',2002,'71712587529','10','0.50','400','retail','0','2024-04-08 17:45:29','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-08 14:46:56','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.00','2.5','Inclusive','branch','Inventory','','','','',''),('7171258755721230344221',2003,'71712587529','16','4.00','200','retail','0','2024-04-08 17:45:57','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-08 14:46:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','49.00','45','Inclusive','branch','Inventory','','','','',''),('7171258757103772500330',2004,'71712587529','35','1.00','5','retail','0','2024-04-08 17:46:10','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-08 14:46:56','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','210.00','209','Inclusive','branch','Inventory','','','','',''),('7171258762851322722414',2005,'71712587627','3','1.00','150','retail','0','2024-04-08 17:47:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 14:47:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171258789030183822074',2006,'71712587890','3','1.00','150','retail','0','2024-04-08 17:51:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 14:57:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171258789402317043111',2007,'71712587890','5','1.00','150','retail','0','2024-04-08 17:51:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 14:57:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171258814334212384028',2008,'71712587890','2','1.00','150','retail','0','2024-04-08 17:55:43','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-08 14:57:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171258817073225830107',2009,'71712587890','22','1.00','50','retail','0','2024-04-08 17:56:09','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-08 14:57:07','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('7171258817320230311033',2010,'71712587890','22','1.00','50','retail','0','2024-04-08 17:56:12','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-08 14:57:07','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('7171258818032127822020',2011,'71712587890','28','1.00','90','retail','0','2024-04-08 17:56:20','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-04-08 14:57:07','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171258818833031273040',2012,'71712587890','35','1.00','5','retail','0','2024-04-08 17:56:27','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-08 14:57:07','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','209.00','208','Inclusive','branch','Inventory','','','','',''),('7171258819130483929009',2013,'71712587890','35','1.00','5','retail','0','2024-04-08 17:56:30','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-08 14:57:07','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','208.00','207','Inclusive','branch','Inventory','','','','',''),('6171251183540123332222',2014,'61712511761','1','2.00','300','retail','0','2024-04-07 20:42:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-08 17:30:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171259741823213223323',2015,'61712511761','35','2.00','10','retail','0','2024-04-08 20:30:14','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-08 17:30:34','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','207.00','205','Inclusive','branch','Inventory','','','','',''),('6171259744432104726100',2016,'61712597442','3','1.00','150','retail','0','2024-04-08 20:30:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-08 17:30:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171259965801633822070',2017,'71712599657','3','1.00','150','retail','0','2024-04-08 21:07:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:07:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171259968133431996063',2018,'71712599680','2','1.00','150','retail','0','2024-04-08 21:08:00','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:08:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171259968505932702360',2019,'71712599680','16','1.00','50','retail','0','2024-04-08 21:08:04','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-08 18:08:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','','','','',''),('7171259971122723037933',2020,'71712599710','3','1.00','150','retail','0','2024-04-08 21:08:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:08:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171259973432097232231',2021,'71712599734','2','1.00','150','retail','0','2024-04-08 21:08:54','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:09:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171259974030333027717',2022,'71712599734','35','1.00','5','retail','0','2024-04-08 21:09:00','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-08 18:09:14','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','205.00','204','Inclusive','branch','Inventory','','','','',''),('7171259976347354330229',2023,'71712599762','2','1.00','150','retail','0','2024-04-08 21:09:22','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:09:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171259979299313933232',2024,'71712599790','2','1.00','150','retail','0','2024-04-08 21:09:50','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:10:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171259982323014304323',2025,'71712599823','2','1.00','150','retail','0','2024-04-08 21:10:23','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:10:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171259984442990580233',2026,'71712599843','5','1.00','150','retail','0','2024-04-08 21:10:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:10:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171259986889022534303',2027,'71712599867','5','1.00','150','retail','0','2024-04-08 21:11:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:11:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171259992511332220233',2028,'71712599924','21','1.00','80','retail','0','2024-04-08 21:12:04','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-04-08 18:12:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('7171259994852023503323',2029,'71712599947','2','1.00','150','retail','0','2024-04-08 21:12:27','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:12:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171259994950990012733',2030,'71712599947','2','1.00','150','retail','0','2024-04-08 21:12:29','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:12:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171259995633240911000',2031,'71712599947','17','2.00','80','retail','0','2024-04-08 21:12:36','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-08 18:12:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','114.00','112','Inclusive','branch','Inventory','','','','',''),('7171259996437061330303',2032,'71712599947','34','1.00','20','retail','0','2024-04-08 21:12:44','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-08 18:12:58','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('7171259999533005422120',2033,'71712599995','2','1.00','150','retail','0','2024-04-08 21:13:15','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:13:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171260002702202722323',2034,'71712600026','2','1.00','150','retail','0','2024-04-08 21:13:46','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:14:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171260005702733340207',2035,'71712600057','3','1.00','150','retail','0','2024-04-08 21:14:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:14:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171260005820223330322',2036,'71712600057','2','1.00','150','retail','0','2024-04-08 21:14:18','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:14:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171260005903752322520',2037,'71712600057','2','1.00','150','retail','0','2024-04-08 21:14:19','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:14:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171260006013332001326',2038,'71712600057','3','1.00','150','retail','0','2024-04-08 21:14:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:14:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171260006111023131333',2039,'71712600057','2','1.00','150','retail','0','2024-04-08 21:14:20','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:14:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171260006440213662302',2040,'71712600057','5','1.00','150','retail','0','2024-04-08 21:14:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:14:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171260006800222231027',2041,'71712600057','10','1.00','800','retail','0','2024-04-08 21:14:27','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-08 18:14:42','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.50','1.5','Inclusive','branch','Inventory','','','','',''),('7171260009200232333333',2042,'71712600091','3','1.00','150','retail','0','2024-04-08 21:14:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:15:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171260010903004120300',2043,'71712600091','10','0.25','200','retail','0','2024-04-08 21:15:08','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-08 18:15:31','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('7171260011520221523353',2044,'71712600091','35','2.00','10','retail','0','2024-04-08 21:15:14','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-08 18:15:31','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','204.00','202','Inclusive','branch','Inventory','','','','',''),('7171260015233301071020',2045,'71712600151','2','1.00','150','retail','0','2024-04-08 21:15:51','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-08 18:18:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171260017043122730210',2046,'71712600151','10','0.50','400','retail','0','2024-04-08 21:16:10','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-08 18:18:49','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.25','0.75','Inclusive','branch','Inventory','','','','',''),('7171266069622631223962',2047,'71712660679','2','2.00','300','retail','0','2024-04-09 14:04:39','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-09 11:05:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171266070733303630366',2048,'71712660679','17','1.00','40','retail','0','2024-04-09 14:04:56','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-09 11:05:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','112.00','111','Inclusive','branch','Inventory','','','','',''),('7171266076100222100372',2049,'71712660729','3','1.00','150','retail','0','2024-04-09 14:05:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 11:31:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171266083101332433672',2050,'71712660729','23','1.00','80','retail','0','2024-04-09 14:06:03','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-04-09 11:31:47','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('7171266233133233220343',2051,'71712662307','1','1.00','150','retail','0','2024-04-09 14:31:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 11:32:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171266266361223626322',2052,'71712662376','4','1.00','150','retail','0','2024-04-09 14:32:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 11:38:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171266267220222626303',2053,'71712662376','1','2.00','300','retail','0','2024-04-09 14:37:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 11:38:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171266272072320227247',2054,'71712662691','4','1.00','150','retail','0','2024-04-09 14:38:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 11:38:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171266277023363327306',2055,'71712662740','2','1.00','150','retail','0','2024-04-09 14:39:00','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-09 11:39:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171266283563323202322',2056,'71712662827','1','1.00','150','retail','0','2024-04-09 14:40:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 11:40:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171266284622822220673',2057,'71712662827','17','3.00','120','retail','0','2024-04-09 14:40:36','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-09 11:40:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','111.00','108','Inclusive','branch','Inventory','','','','',''),('7171266289363263622102',2058,'71712662860','3','1.00','150','retail','0','2024-04-09 14:41:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 11:41:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171266534732203336662',2059,'71712665330','1','1.00','150','retail','0','2024-04-09 15:22:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 12:22:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171266536962767742163',2060,'71712665356','2','1.00','150','retail','0','2024-04-09 15:22:36','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-09 12:23:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171266537572333627333',2061,'71712665356','4','1.00','150','retail','0','2024-04-09 15:22:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 12:23:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171266540546032162301',2062,'71712665390','5','1.00','150','retail','0','2024-04-09 15:23:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 12:23:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171266858127062222282',2063,'71712665440','10','0.25','200','retail','0','2024-04-09 15:24:00','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-09 13:28:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('7171266929702076017723',2064,'71712665440','2','1.00','150','retail','0','2024-04-09 16:16:21','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-09 13:28:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171266938496283693300',2065,'71712669370','2','3.00','450','retail','0','2024-04-09 16:29:30','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-09 13:30:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171266939702337233233',2066,'71712669370','35','4.00','20','retail','0','2024-04-09 16:29:44','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-09 13:30:13','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','202.00','198','Inclusive','branch','Inventory','','','','',''),('7171266943203233303232',2067,'71712669413','1','1.00','150','retail','0','2024-04-09 16:30:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 13:30:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171266947022330346763',2068,'71712669454','1','1.00','150','retail','0','2024-04-09 16:30:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 13:31:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171267662523327333726',2069,'71712676617','1','1.00','150','retail','0','2024-04-09 18:30:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 15:31:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171267667802113303672',2070,'71712676662','1','1.00','150','retail','0','2024-04-09 18:31:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 15:37:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171267735501227231710',2071,'71712677314','10','0.25','200','retail','0','2024-04-09 18:41:54','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-09 15:43:24','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('7171267736612736333630',2072,'71712677314','2','1.00','150','retail','0','2024-04-09 18:42:36','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-09 15:43:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171267741937217271726',2073,'71712677405','1','2.00','300','retail','0','2024-04-09 18:43:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 15:43:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.00','0','Inclusive','branch','Inventory','','','','',''),('7171267744514323302100',2074,'71712677429','4','1.00','150','retail','0','2024-04-09 18:43:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 15:44:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171267747903312223027',2075,'71712677465','3','2.00','300','retail','0','2024-04-09 18:44:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 15:44:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171267750976671340020',2076,'71712677488','22','2.00','100','retail','0','2024-04-09 18:44:48','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-09 15:45:22','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','8.00','6','Inclusive','branch','Inventory','','','','',''),('7171268504400033088022',2077,'71712685036','1','1.00','150','retail','0','2024-04-09 20:50:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 17:50:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171268507534202010813',2078,'71712685058','4','1.00','150','retail','0','2024-04-09 20:50:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-09 17:51:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171274764427002337262',2079,'61712747639','17','1.00','40','retail','0','2024-04-10 14:13:59','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-10 11:14:39','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','108.00','107','Inclusive','branch','Inventory','','','','',''),('6171274820631277338613',2080,'61712748196','10','0.25','200','retail','0','2024-04-10 14:23:16','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-10 11:23:40','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171274826003264827337',2081,'61712748239','16','1.00','50','retail','0','2024-04-10 14:24:00','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-10 11:24:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','','','','',''),('6171274829963331030222',2082,'61712748297','1','1.00','150','retail','0','2024-04-10 14:24:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 11:25:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171274830132233133073',2083,'61712748297','2','1.00','150','retail','0','2024-04-10 14:25:00','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-10 11:25:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','4000','Asset','',''),('6171274830523322357110',2084,'61712748297','4','1.00','150','retail','0','2024-04-10 14:25:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 11:25:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171274835614266318743',2085,'61712748355','2','1.00','150','retail','0','2024-04-10 14:25:55','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-10 11:26:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171274835920732900242',2086,'61712748355','3','1.00','150','retail','0','2024-04-10 14:25:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 11:26:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171274840023020362247',2087,'61712748398','34','1.00','20','retail','0','2024-04-10 14:26:38','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-10 11:27:01','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6171274840704203323304',2088,'61712748398','1','1.00','150','retail','0','2024-04-10 14:26:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 11:27:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171274843402332233241',2089,'61712748432','2','2.00','300','retail','0','2024-04-10 14:27:12','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-10 11:27:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171275025343253723363',2090,'61712750249','1','3.00','450','retail','0','2024-04-10 14:57:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 11:57:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171275030907232300013',2091,'61712750308','26','1.00','220','retail','0','2024-04-10 14:58:28','','','','0','Cash',0.00,'220','','','6','16.00','1','2024-04-10 11:58:58','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('6171275031606433220027',2092,'61712750308','16','3.00','150','retail','0','2024-04-10 14:58:33','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-10 11:58:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','43.00','40','Inclusive','branch','Inventory','','','','',''),('6171275032402613030303',2093,'61712750308','16','1.00','50','retail','0','2024-04-10 14:58:43','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-10 11:58:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','40.00','39','Inclusive','branch','Inventory','','','','',''),('6171275035226022323323',2094,'61712750351','1','1.00','150','retail','0','2024-04-10 14:59:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 11:59:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171275037830260823088',2095,'61712750377','2','1.00','150','retail','0','2024-04-10 14:59:37','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-10 12:00:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171275094133097331333',2096,'61712750940','1','1.00','150','retail','0','2024-04-10 15:09:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 12:09:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171275097031304317707',2097,'61712750967','16','2.00','100','retail','0','2024-04-10 15:09:27','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-10 12:09:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','39.00','37','Inclusive','branch','Inventory','','','','',''),('6171275097443793173025',2098,'61712750967','34','1.00','20','retail','0','2024-04-10 15:09:33','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-10 12:09:46','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6171275099734072090970',2099,'61712750997','1','1.00','150','retail','0','2024-04-10 15:09:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 12:10:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171275106610117613363',2100,'61712751063','1','2.00','300','retail','0','2024-04-10 15:11:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 12:11:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171275107372332022224',2101,'61712751063','16','3.00','150','retail','0','2024-04-10 15:11:10','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-10 12:11:39','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','37.00','34','Inclusive','branch','Inventory','','','','',''),('6171275112032733232333',2102,'61712751119','3','1.00','150','retail','0','2024-04-10 15:11:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 12:15:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171275112423104302220',2103,'61712751119','1','2.00','300','retail','0','2024-04-10 15:12:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 12:15:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171275113163772343152',2104,'61712751119','16','2.00','100','retail','0','2024-04-10 15:12:08','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-10 12:15:30','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','34.00','32','Inclusive','branch','Inventory','','','','',''),('6171275131424530225113',2105,'61712751119','10','0.25','200','retail','0','2024-04-10 15:15:06','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-10 12:15:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('6171275137152110137320',2106,'61712751368','1','1.00','150','retail','0','2024-04-10 15:16:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 12:16:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171275142233143022122',2107,'61712751419','3','1.00','150','retail','0','2024-04-10 15:16:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 12:17:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171275143617223730321',2108,'61712751419','23','1.00','80','retail','0','2024-04-10 15:17:14','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-04-10 12:17:36','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('6171275147142237033232',2109,'61712751468','3','1.00','150','retail','0','2024-04-10 15:17:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 12:18:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171275151231022102205',2110,'61712751511','1','1.00','150','retail','0','2024-04-10 15:18:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 12:19:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171275159969021132031',2111,'61712751594','3','1.00','150','retail','0','2024-04-10 15:19:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 12:20:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171275160320336120027',2112,'61712751594','35','1.00','5','retail','0','2024-04-10 15:20:02','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-10 12:20:18','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','198.00','197','Inclusive','branch','Inventory','','','','',''),('6171275163200300331356',2113,'61712751630','4','1.00','150','retail','0','2024-04-10 15:20:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 12:20:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171275163422322332023',2114,'61712751630','1','1.00','150','retail','0','2024-04-10 15:20:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 12:20:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171275167731124333313',2115,'61712751673','3','2.00','300','retail','0','2024-04-10 15:21:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 12:21:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171275219722933237372',2116,'61712752188','10','0.25','200','retail','0','2024-04-10 15:29:48','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-10 12:30:08','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('6171275220622033236372',2117,'61712752188','16','3.00','150','retail','0','2024-04-10 15:30:02','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-10 12:30:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','32.00','29','Inclusive','branch','Inventory','','','','',''),('6171275236920372413303',2118,'61712752358','1','3.00','450','retail','0','2024-04-10 15:32:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 12:32:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171275356220223203322',2119,'61712753557','1','5.00','750','retail','0','2024-04-10 15:52:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 12:52:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('6171275500423763242242',2120,'61712755000','1','1.00','150','retail','0','2024-04-10 16:16:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 13:17:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171275501820233052523',2121,'61712755000','10','0.50','400','retail','0','2024-04-10 16:16:48','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-10 13:17:40','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.50','2','Inclusive','branch','Inventory','','','','',''),('6171275502772230010300',2122,'61712755000','2','1.00','150','retail','0','2024-04-10 16:17:06','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-10 13:17:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171275503923320033330',2123,'61712755000','34','2.00','40','retail','0','2024-04-10 16:17:17','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-10 13:17:40','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','8.00','6','Inclusive','branch','Inventory','','','','',''),('6171275508033278025724',2124,'61712755078','1','3.00','450','retail','0','2024-04-10 16:17:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 13:18:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171275511333240511000',2125,'61712755112','23','1.00','80','retail','0','2024-04-10 16:18:32','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-04-10 13:18:44','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('6171275513702333347201',2126,'61712755136','16','2.00','100','retail','0','2024-04-10 16:18:56','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-10 13:19:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','29.00','27','Inclusive','branch','Inventory','','','','',''),('6171275516422036326053',2127,'61712755161','3','3.00','450','retail','0','2024-04-10 16:19:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 13:19:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171275517620632061065',2128,'61712755161','17','3.00','120','retail','0','2024-04-10 16:19:32','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-10 13:19:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','107.00','104','Inclusive','branch','Inventory','','','','',''),('6171275643104177002510',2129,'61712756430','3','1.00','150','retail','0','2024-04-10 16:40:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 13:40:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171275834106732313322',2130,'61712758337','16','2.00','100','retail','0','2024-04-10 17:12:17','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-10 14:18:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','27.00','25','Inclusive','branch','Inventory','','','','',''),('6171275867525222550574',2131,'61712758337','1','1.00','150','retail','0','2024-04-10 17:17:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 14:18:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171275888302332233251',2132,'61712758877','3','2.00','300','retail','0','2024-04-10 17:21:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 14:21:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171275891832703122312',2133,'61712758916','1','1.00','150','retail','0','2024-04-10 17:21:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 14:22:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171275892408323322842',2134,'61712758916','34','1.00','20','retail','0','2024-04-10 17:22:01','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-10 14:22:24','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6171275895904229403022',2135,'61712758957','1','2.00','300','retail','0','2024-04-10 17:22:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 14:23:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171276388222322133210',2136,'61712763872','10','0.25','200','retail','0','2024-04-10 18:44:32','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-10 15:44:45','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('6171276483630433333336',2137,'61712764834','3','1.00','150','retail','0','2024-04-10 19:00:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 16:01:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171276485880217332223',2138,'61712764834','10','0.25','200','retail','0','2024-04-10 19:00:41','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-10 16:01:01','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171276488563275722102',2139,'61712764883','23','1.00','80','retail','0','2024-04-10 19:01:23','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-04-10 16:02:56','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('6171276502070331322031',2140,'61712765015','1','5.00','750','retail','0','2024-04-10 19:03:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 16:03:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('6171276728303223702722',2141,'61712767281','1','2.00','300','retail','0','2024-04-10 19:41:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 16:41:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171277083203177033373',2142,'61712770831','2','2.00','300','retail','0','2024-04-10 20:40:31','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-10 17:40:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171277098633720203383',2143,'61712770983','17','2.00','80','retail','0','2024-04-10 20:43:03','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-10 17:43:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','104.00','102','Inclusive','branch','Inventory','','','','',''),('6171277101002202032033',2144,'61712771008','1','1.00','150','retail','0','2024-04-10 20:43:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 17:44:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171277102360132172236',2145,'61712771008','10','0.25','200','retail','0','2024-04-10 20:43:35','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-10 17:44:11','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171277107922222702320',2146,'61712771078','1','1.00','150','retail','0','2024-04-10 20:44:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 17:44:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171277112703102037733',2147,'61712771126','3','1.00','150','retail','0','2024-04-10 20:45:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 17:45:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171277183673222272213',2148,'61712771834','1','1.00','150','retail','0','2024-04-10 20:57:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 17:58:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171277184333230732327',2149,'61712771834','17','2.00','80','retail','0','2024-04-10 20:57:21','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-10 17:58:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','102.00','100','Inclusive','branch','Inventory','','','','',''),('6171277185222320232057',2150,'61712771834','21','1.00','80','retail','0','2024-04-10 20:57:31','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-04-10 17:58:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6171277191510337223723',2151,'61712771911','3','2.00','300','retail','0','2024-04-10 20:58:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 17:58:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171277197307026233203',2152,'61712771971','1','2.00','300','retail','0','2024-04-10 20:59:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 17:59:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171277200322330002403',2153,'61712772000','1','2.00','300','retail','0','2024-04-10 21:00:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 18:00:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171277201713203032322',2154,'61712772000','10','0.25','200','retail','0','2024-04-10 21:00:07','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-10 18:00:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('6171277212123010410302',2155,'61712772119','1','1.00','150','retail','0','2024-04-10 21:01:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 18:02:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171277217302320031131',2156,'61712772172','1','1.00','150','retail','0','2024-04-10 21:02:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 18:03:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171277226002360722222',2157,'61712772258','27','1.00','160','retail','0','2024-04-10 21:04:18','','','','0','Cash',0.00,'160','','','6','16.00','1','2024-04-10 18:04:31','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6171277230522022222262',2158,'61712772304','17','1.00','40','retail','0','2024-04-10 21:05:04','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-10 18:05:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','',''),('6171277271033320233033',2159,'61712772689','10','0.50','400','retail','0','2024-04-10 21:11:29','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-10 18:11:54','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.00','0.5','Inclusive','branch','Inventory','','','','',''),('6171277342610022263023',2160,'61712773425','3','1.00','150','retail','0','2024-04-10 21:23:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 18:24:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171277342880320230232',2161,'61712773425','1','1.00','150','retail','0','2024-04-10 21:23:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 18:24:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171277348887023222232',2162,'61712773486','17','3.00','120','retail','0','2024-04-10 21:24:46','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-10 18:25:30','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','99.00','96','Inclusive','branch','Inventory','','','','',''),('6171277349634423236223',2163,'61712773486','1','1.00','150','retail','0','2024-04-10 21:24:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-10 18:25:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171283017731287020270',2164,'71712830146','1','2.00','300','retail','0','2024-04-11 13:09:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 10:11:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171283025311307202102',2165,'71712830146','10','0.25','200','retail','0','2024-04-11 13:10:34','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-11 10:11:15','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('7171283029122071373290',2166,'71712830276','20','1.00','60','retail','0','2024-04-11 13:11:16','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-04-11 10:12:04','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','','','','',''),('7171283088002333300322',2167,'71712830868','22','1.00','50','retail','0','2024-04-11 13:21:08','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-11 10:21:47','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('7171283753221033232032',2168,'71712837532','1','1.00','150','retail','0','2024-04-11 15:12:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 12:12:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171283756820248230307',2169,'71712837567','3','1.00','150','retail','0','2024-04-11 15:12:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 12:13:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171283759703012200732',2170,'71712837597','1','1.00','150','retail','0','2024-04-11 15:13:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 12:13:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171283762432233033022',2171,'71712837624','1','1.00','150','retail','0','2024-04-11 15:13:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 12:13:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171283765903177033533',2172,'71712837659','4','1.00','150','retail','0','2024-04-11 15:14:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 12:15:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171283766227703222000',2173,'71712837659','1','1.00','150','retail','0','2024-04-11 15:14:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 12:15:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171283766836232112263',2174,'71712837659','17','1.00','40','retail','0','2024-04-11 15:14:27','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-11 12:15:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','','','','',''),('7171283766934261201733',2175,'71712837659','17','1.00','40','retail','0','2024-04-11 15:14:29','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-11 12:15:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','','','','',''),('7171283767200228322233',2176,'71712837659','17','1.00','40','retail','0','2024-04-11 15:14:32','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-11 12:15:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','','','','',''),('7171283774433330712200',2177,'71712837744','2','1.00','150','retail','0','2024-04-11 15:15:44','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-11 12:15:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171283774927372130712',2178,'71712837744','17','1.00','40','retail','0','2024-04-11 15:15:49','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-11 12:15:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','','','','',''),('7171283982202224832232',2179,'71712839822','3','1.00','150','retail','0','2024-04-11 15:50:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 12:50:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171283982712282332128',2180,'71712839822','3','4.00','600','retail','0','2024-04-11 15:50:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 12:50:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171283985432424880403',2181,'71712839854','1','1.00','150','retail','0','2024-04-11 15:50:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 12:52:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171283987703233323310',2182,'71712839854','10','0.25','200','retail','0','2024-04-11 15:51:16','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-11 12:52:14','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('7171283992022322021392',2183,'71712839854','28','1.00','90','retail','0','2024-04-11 15:51:59','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-04-11 12:52:14','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171283994619312030379',2184,'71712839945','1','1.00','150','retail','0','2024-04-11 15:52:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 12:52:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171284283282231207323',2185,'71712842831','3','1.00','150','retail','0','2024-04-11 16:40:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 13:41:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171284285113421473000',2186,'71712842831','10','0.25','200','retail','0','2024-04-11 16:40:51','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-11 13:41:06','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('7171284321821727372333',2187,'71712843218','3','1.00','150','retail','0','2024-04-11 16:46:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 13:47:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171284328730312333313',2188,'71712843285','3','1.00','150','retail','0','2024-04-11 16:48:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 13:48:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171284329032223221202',2189,'71712843285','3','1.00','150','retail','0','2024-04-11 16:48:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 13:48:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171284329742220439330',2190,'71712843285','3','1.00','150','retail','0','2024-04-11 16:48:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 13:48:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171284573533437135232',2191,'71712843512','2','2.00','300','retail','0','2024-04-11 16:51:52','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-11 14:29:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171284574217032307308',2192,'71712843512','34','1.00','20','retail','0','2024-04-11 17:28:55','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-11 14:29:15','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171284683702338332832',2193,'71712846836','3','1.00','150','retail','0','2024-04-11 17:47:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 14:48:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171284683937073730233',2194,'71712846836','1','1.00','150','retail','0','2024-04-11 17:47:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 14:48:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171284695732133328222',2195,'71712846957','3','1.00','150','retail','0','2024-04-11 17:49:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 14:49:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171284923641203222239',2196,'71712849236','17','1.00','40','retail','0','2024-04-11 18:27:16','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-11 15:27:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','','','','',''),('7171284924081122334330',2197,'71712849236','17','1.00','40','retail','0','2024-04-11 18:27:20','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-11 15:27:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','','','','',''),('7171284964232272283423',2198,'71712849642','1','1.00','150','retail','0','2024-04-11 18:34:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 15:34:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171284964433387026278',2199,'71712849642','3','1.00','150','retail','0','2024-04-11 18:34:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 15:34:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285268427201302203',2200,'71712852683','3','1.00','150','retail','0','2024-04-11 19:24:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 16:32:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285268502280232203',2201,'71712852683','2','1.00','150','retail','0','2024-04-11 19:24:44','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-11 16:32:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171285268742022812223',2202,'71712852683','4','1.00','150','retail','0','2024-04-11 19:24:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 16:32:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285270407223003232',2203,'71712852683','10','0.50','400','retail','0','2024-04-11 19:25:04','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-11 16:32:10','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.75','1.25','Inclusive','branch','Inventory','','','','',''),('7171285271402322322043',2204,'71712852683','27','1.00','160','retail','0','2024-04-11 19:25:11','','','','0','Cash',0.00,'160','','','7','16.00','1','2024-04-11 16:32:10','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7171285353853230222320',2205,'71712853130','1','1.00','150','retail','0','2024-04-11 19:32:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 16:40:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285394227052222242',2206,'71712853844','10','0.25','200','retail','0','2024-04-11 19:44:04','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-11 16:46:14','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('7171285494737419294320',2207,'71712854946','10','0.25','200','retail','0','2024-04-11 20:02:26','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-11 17:02:33','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('7171285495029110223225',2208,'71712854946','1','1.00','150','retail','0','2024-04-11 20:02:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:02:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285495204323532331',2209,'71712854946','1','1.00','150','retail','0','2024-04-11 20:02:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:02:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285495922302331297',2210,'71712854959','1','1.00','150','retail','0','2024-04-11 20:02:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:03:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285498434400333203',2211,'71712854959','10','0.25','200','retail','0','2024-04-11 20:03:03','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-11 17:03:16','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('7171285500938322050723',2212,'71712855009','1','1.00','150','retail','0','2024-04-11 20:03:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:03:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285502032033023522',2213,'71712855009','10','0.25','200','retail','0','2024-04-11 20:03:39','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-11 17:03:59','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('7171285505303350155333',2214,'71712855053','1','1.00','150','retail','0','2024-04-11 20:04:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:04:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285507973122358002',2215,'71712855079','5','1.00','150','retail','0','2024-04-11 20:04:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:05:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285508150310123508',2216,'71712855079','1','1.00','150','retail','0','2024-04-11 20:04:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:05:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285509313320033002',2217,'71712855079','10','0.25','200','retail','0','2024-04-11 20:04:53','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-11 17:05:06','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7171285579137073730233',2218,'71712855791','1','1.00','150','retail','0','2024-04-11 20:16:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:16:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285579422879323030',2219,'71712855791','1','2.00','300','retail','0','2024-04-11 20:16:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:16:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171285582112530302220',2220,'71712855820','1','1.00','150','retail','0','2024-04-11 20:17:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:17:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285702422022712202',2221,'71712857023','3','1.00','150','retail','0','2024-04-11 20:37:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:37:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285702700827237223',2222,'71712857023','3','2.00','300','retail','0','2024-04-11 20:37:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:37:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171285788382227333323',2223,'71712857882','1','1.00','150','retail','0','2024-04-11 20:51:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:51:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285792135439323320',2224,'71712857921','1','1.00','150','retail','0','2024-04-11 20:52:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:52:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285795833332723205',2225,'71712857957','1','1.00','150','retail','0','2024-04-11 20:52:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:53:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285799222275273302',2226,'71712857992','1','1.00','150','retail','0','2024-04-11 20:53:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:54:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285800323302372230',2227,'71712857992','17','1.00','40','retail','0','2024-04-11 20:53:22','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-11 17:54:01','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','','','','',''),('7171285800531200322032',2228,'71712857992','17','1.00','40','retail','0','2024-04-11 20:53:24','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-11 17:54:01','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','','','','',''),('7171285805530833220573',2229,'71712858055','1','1.00','150','retail','0','2024-04-11 20:54:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:56:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285820932021233230',2230,'71712858208','3','1.00','150','retail','0','2024-04-11 20:56:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:57:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285825020208342250',2231,'71712858250','1','1.00','150','retail','0','2024-04-11 20:57:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:58:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285825122275273301',2232,'71712858250','1','1.00','150','retail','0','2024-04-11 20:57:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:58:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285825500322558823',2233,'71712858250','1','1.00','150','retail','0','2024-04-11 20:57:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 17:58:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285831616222383020',2234,'71712858250','36','1.00','5','retail','0','2024-04-11 20:58:36','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-11 17:58:55','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','181.00','180','Inclusive','branch','Inventory','','4000','Asset','',''),('7171285831882733345208',2235,'71712858250','36','1.00','5','retail','0','2024-04-11 20:58:37','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-11 17:58:55','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','180.00','179','Inclusive','branch','Inventory','','4000','Asset','',''),('7171285832002513830102',2236,'71712858250','36','1.00','5','retail','0','2024-04-11 20:58:40','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-11 17:58:55','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','179.00','178','Inclusive','branch','Inventory','','4000','Asset','',''),('7171285832334388180231',2237,'71712858250','36','1.00','5','retail','0','2024-04-11 20:58:42','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-11 17:58:55','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','178.00','177','Inclusive','branch','Inventory','','4000','Asset','',''),('7171285884932223283825',2238,'71712858849','1','1.00','150','retail','0','2024-04-11 21:07:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 18:07:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285924822373323420',2239,'71712859248','1','1.00','150','retail','0','2024-04-11 21:14:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 18:15:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285928513222130312',2240,'71712859248','1','1.00','150','retail','0','2024-04-11 21:14:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 18:15:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285928933028331333',2241,'71712859248','35','1.00','5','retail','0','2024-04-11 21:14:49','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-11 18:15:06','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','197.00','196','Inclusive','branch','Inventory','','','','',''),('7171285929103297947233',2242,'71712859248','35','1.00','5','retail','0','2024-04-11 21:14:51','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-11 18:15:06','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','196.00','195','Inclusive','branch','Inventory','','','','',''),('7171285932020330080734',2243,'71712859320','1','1.00','150','retail','0','2024-04-11 21:15:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 18:15:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285939819322533300',2244,'71712859397','1','1.00','150','retail','0','2024-04-11 21:16:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 18:16:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171285961123202137223',2245,'71712859611','1','1.00','150','retail','0','2024-04-11 21:20:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-11 18:20:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171292167242200123230',2246,'71712921653','2','1.00','150','retail','0','2024-04-12 14:34:13','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-12 11:34:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171292170693340220023',2247,'71712921694','1','1.00','150','retail','0','2024-04-12 14:34:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-12 11:35:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171292175303730015021',2248,'71712921720','1','3.00','450','retail','0','2024-04-12 14:35:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-12 11:36:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171292176293262130720',2249,'71712921720','17','4.00','160','retail','0','2024-04-12 14:35:54','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-12 11:36:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','88.00','84','Inclusive','branch','Inventory','','','','',''),('7171292197142221071233',2250,'71712921960','9','1.00','600','retail','0','2024-04-12 14:39:20','','','','0','Cash',0.00,'600','','','7','16.00','1','2024-04-12 11:40:53','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7171292202929232929272',2251,'71712921960','22','3.00','150','retail','0','2024-04-12 14:39:31','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-12 11:40:53','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','5.00','2','Inclusive','branch','Inventory','','','','',''),('7171292204009042304402',2252,'71712921960','3','3.00','450','retail','0','2024-04-12 14:40:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-12 11:40:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171292494662422210092',2253,'71712924946','3','1.00','150','retail','0','2024-04-12 15:29:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-12 12:29:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171292495033292022233',2254,'71712924946','1','1.00','150','retail','0','2024-04-12 15:29:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-12 12:29:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171292496212730333020',2255,'71712924946','10','0.25','200','retail','0','2024-04-12 15:29:21','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-12 12:29:32','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('7171292581997208340102',2256,'71712925819','1','1.00','150','retail','0','2024-04-12 15:43:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-12 12:43:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171292582122242120222',2257,'71712925819','1','1.00','150','retail','0','2024-04-12 15:43:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-12 12:43:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171292584650363623222',2258,'71712925845','3','1.00','150','retail','0','2024-04-12 15:44:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-12 12:44:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171292584833334033322',2259,'71712925845','3','1.00','150','retail','0','2024-04-12 15:44:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-12 12:44:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171292585322273330227',2260,'71712925845','2','3.00','450','retail','0','2024-04-12 15:44:13','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-12 12:44:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171292588133237035722',2261,'71712925881','1','1.00','150','retail','0','2024-04-12 15:44:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-12 12:45:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171292588722203729338',2262,'71712925881','23','1.00','80','retail','0','2024-04-12 15:44:47','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-04-12 12:45:23','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7171292589393339393033',2263,'71712925881','35','1.00','5','retail','0','2024-04-12 15:44:53','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-12 12:45:23','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','195.00','194','Inclusive','branch','Inventory','','','','',''),('7171292589592280282300',2264,'71712925881','36','1.00','5','retail','0','2024-04-12 15:44:55','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-12 12:45:23','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','177.00','176','Inclusive','branch','Inventory','','4000','Asset','',''),('7171292591020392413303',2265,'71712925881','10','0.25','200','retail','0','2024-04-12 15:45:10','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-12 12:45:23','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('6171292611130312360310',2266,'61712926109','2','1.00','150','retail','0','2024-04-12 15:48:29','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-12 12:48:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171292611535304327130',2267,'61712926109','3','2.00','300','retail','0','2024-04-12 15:48:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-12 12:48:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171292615772200602230',2268,'61712926154','17','2.00','80','retail','0','2024-04-12 15:49:14','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-12 12:49:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','84.00','82','Inclusive','branch','Inventory','','','','',''),('6171292621222202304902',2269,'61712926208','3','2.00','300','retail','0','2024-04-12 15:50:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-12 12:50:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171292625923200235303',2270,'61712926255','1','1.00','150','retail','0','2024-04-12 15:50:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-12 12:51:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171293068919302123923',2271,'61712930687','2','2.00','300','retail','0','2024-04-12 17:04:47','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-12 14:05:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171293071920204032371',2272,'61712930718','1','1.00','150','retail','0','2024-04-12 17:05:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-12 14:05:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171293076463232231032',2273,'61712930763','1','1.00','150','retail','0','2024-04-12 17:06:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-12 14:06:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171293912100222109362',2274,'61712939102','23','1.00','80','retail','0','2024-04-12 19:25:02','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-04-12 16:25:32','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('6171293921191213333223',2275,'61712939209','10','0.25','200','retail','0','2024-04-12 19:26:49','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-12 16:27:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6171293924432402122243',2276,'61712939242','10','0.25','200','retail','0','2024-04-12 19:27:22','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-12 16:27:36','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('6171293927933237412330',2277,'61712939272','10','0.50','400','retail','0','2024-04-12 19:27:52','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-12 16:28:33','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.00','1.5','Inclusive','branch','Inventory','','','','',''),('6171293928532222233233',2278,'61712939272','22','2.00','100','retail','0','2024-04-12 19:28:04','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-12 16:28:33','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.00','0','Inclusive','branch','Inventory','','','','',''),('6171293933424243220230',2279,'61712939331','2','2.00','300','retail','0','2024-04-12 19:28:52','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-12 16:29:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171293934233200612321',2280,'61712939331','35','2.00','10','retail','0','2024-04-12 19:29:00','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-12 16:29:13','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','194.00','192','Inclusive','branch','Inventory','','','','',''),('6171293938222680326276',2281,'61712939378','1','2.00','300','retail','0','2024-04-12 19:29:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-12 16:30:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171293938921000033328',2282,'61712939378','17','1.00','40','retail','0','2024-04-12 19:29:47','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-12 16:30:50','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','','','','',''),('6171294526930012457562',2283,'61712945266','3','1.00','150','retail','0','2024-04-12 21:07:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-12 18:08:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171294532833639482322',2284,'61712945320','1','1.00','150','retail','0','2024-04-12 21:08:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-12 18:08:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171294541323290232315',2285,'61712945411','1','1.00','150','retail','0','2024-04-12 21:10:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-12 18:10:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171294549241725230291',2286,'61712945491','1','1.00','150','retail','0','2024-04-12 21:11:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-12 18:11:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171294642502241350040',2287,'61712945506','1','6.00','900','retail','0','2024-04-12 21:11:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-12 18:28:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.00','-6','Inclusive','branch','Inventory','','','','',''),('6171294650897246060232',2288,'61712945506','17','2.00','80','retail','0','2024-04-12 21:28:16','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-12 18:28:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','81.00','79','Inclusive','branch','Inventory','','','','',''),('6171294652146162230022',2289,'61712945506','34','1.00','20','retail','0','2024-04-12 21:28:28','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-12 18:28:54','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7171292602549222222220',2290,'71712926024','2','1.00','150','retail','0','2024-04-12 15:47:04','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-13 09:49:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171300170522313505010',2291,'71712926024','1','1.00','150','retail','0','2024-04-13 12:48:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 09:49:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171300171902070017773',2292,'71712926024','3','1.00','150','retail','0','2024-04-13 12:48:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 09:49:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171300172810233310222',2293,'71712926024','34','1.00','20','retail','0','2024-04-13 12:48:39','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-13 09:49:05','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7171300212203004120300',2294,'71713002114','1','3.00','450','retail','0','2024-04-13 12:55:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 09:56:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171300213933323391932',2295,'71713002114','1','2.00','300','retail','0','2024-04-13 12:55:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 09:56:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171300253932243332003',2296,'71713002179','1','1.00','150','retail','0','2024-04-13 12:56:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 10:03:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171300257810287512703',2297,'71713002179','17','2.00','80','retail','0','2024-04-13 13:02:19','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-13 10:03:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','79.00','77','Inclusive','branch','Inventory','','','','',''),('7171300300573722210403',2298,'71713002627','2','2.00','300','retail','0','2024-04-13 13:03:47','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-13 10:10:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.00','0','Inclusive','branch','Inventory','','4000','Asset','',''),('7171300302030373230103',2299,'71713002627','17','2.00','80','retail','0','2024-04-13 13:10:05','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-13 10:10:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','77.00','75','Inclusive','branch','Inventory','','','','',''),('7171300338831420233833',2300,'71713003039','1','1.00','150','retail','0','2024-04-13 13:10:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 10:16:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171300567227725307222',2301,'71713005653','1','2.00','300','retail','0','2024-04-13 13:54:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 10:54:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171300568212816373423',2302,'71713005674','1','1.00','150','retail','0','2024-04-13 13:54:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 10:54:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171300569223031102321',2303,'71713005685','1','1.00','150','retail','0','2024-04-13 13:54:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 10:55:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171300919713332703223',2304,'61713009193','1','2.00','300','retail','0','2024-04-13 14:53:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 11:53:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171300923302340303032',2305,'61713009231','1','1.00','150','retail','0','2024-04-13 14:53:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 11:54:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171300928007363333002',2306,'61713009277','1','1.00','150','retail','0','2024-04-13 14:54:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 11:55:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171300928522422273328',2307,'61713009277','17','2.00','80','retail','0','2024-04-13 14:54:43','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-13 11:55:02','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','75.00','73','Inclusive','branch','Inventory','','','','',''),('6171300931863237204633',2308,'61713009316','1','2.00','300','retail','0','2024-04-13 14:55:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 11:55:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171300935732323012333',2309,'61713009356','2','1.00','150','retail','0','2024-04-13 14:55:56','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-13 11:56:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171300940530250200517',2310,'61713009403','1','1.00','150','retail','0','2024-04-13 14:56:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 11:57:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171300941431200339413',2311,'61713009403','17','2.00','80','retail','0','2024-04-13 14:56:51','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-13 11:57:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','73.00','71','Inclusive','branch','Inventory','','','','',''),('6171300942834213222402',2312,'61713009403','35','3.00','15','retail','0','2024-04-13 14:57:00','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-13 11:57:37','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','192.00','189','Inclusive','branch','Inventory','','','','',''),('6171300943346320303230',2313,'61713009403','34','1.00','20','retail','0','2024-04-13 14:57:12','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-13 11:57:37','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171300997400133030073',2314,'61713009968','3','2.00','300','retail','0','2024-04-13 15:06:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 12:06:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171300998431124128328',2315,'61713009982','1','2.00','300','retail','0','2024-04-13 15:06:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 12:06:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171301504883301003050',2316,'61713015045','1','2.00','300','retail','0','2024-04-13 16:30:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 13:31:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171301507702430077113',2317,'61713015075','3','1.00','150','retail','0','2024-04-13 16:31:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 13:31:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171301508603000020036',2318,'61713015075','10','0.25','200','retail','0','2024-04-13 16:31:20','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-13 13:31:38','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171301512410331324324',2319,'61713015122','5','2.00','300','retail','0','2024-04-13 16:32:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 13:32:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171301513332413411323',2320,'61713015122','27','1.00','160','retail','0','2024-04-13 16:32:11','','','','0','Cash',0.00,'160','','','6','16.00','1','2024-04-13 13:32:30','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6171301516203006333002',2321,'61713015161','3','2.00','300','retail','0','2024-04-13 16:32:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 13:33:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171301521806002523723',2322,'61713015161','22','1.00','50','retail','0','2024-04-13 16:33:36','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-13 13:33:50','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('6171301525123302206001',2323,'61713015248','3','2.00','300','retail','0','2024-04-13 16:34:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 13:34:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171301526223303222203',2324,'61713015248','17','3.00','120','retail','0','2024-04-13 16:34:16','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-13 13:34:24','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','71.00','68','Inclusive','branch','Inventory','','','','',''),('6171301571330213220112',2325,'61713015679','1','2.00','300','retail','0','2024-04-13 16:41:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 13:41:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171301575632057332231',2326,'61713015737','1','1.00','150','retail','0','2024-04-13 16:42:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 13:42:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171301593935303535322',2327,'61713015758','5','1.00','150','retail','0','2024-04-13 16:42:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 13:47:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171301594840233731213',2328,'61713015758','3','1.00','150','retail','0','2024-04-13 16:45:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 13:47:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171301596212923022322',2329,'61713015758','17','3.00','120','retail','0','2024-04-13 16:45:48','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-13 13:47:36','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','68.00','65','Inclusive','branch','Inventory','','','','',''),('6171301695100331120033',2330,'61713016056','1','2.00','300','retail','0','2024-04-13 16:47:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 14:05:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171301696223243312332',2331,'61713016056','17','2.00','80','retail','0','2024-04-13 17:02:32','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-13 14:05:02','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','65.00','63','Inclusive','branch','Inventory','','','','',''),('6171301712943337332332',2332,'61713017102','1','2.00','300','retail','0','2024-04-13 17:05:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 14:05:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171301731812332203260',2333,'61713017295','1','2.00','300','retail','0','2024-04-13 17:08:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 14:09:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171301915632722331333',2334,'71713019145','1','1.00','150','retail','0','2024-04-13 17:39:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 14:43:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171301918292032222272',2335,'71713019145','10','0.25','200','retail','0','2024-04-13 17:39:16','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-13 14:43:02','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('7171301995633242032743',2336,'71713019382','1','3.00','450','retail','0','2024-04-13 17:43:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 14:56:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171301998602160330627',2337,'71713019382','34','1.00','20','retail','0','2024-04-13 17:52:37','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-13 14:56:12','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171302342132032327333',2338,'71713023406','10','0.25','200','retail','0','2024-04-13 18:50:06','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-13 15:50:36','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('7171302343424342324302',2339,'71713023406','4','1.00','150','retail','0','2024-04-13 18:50:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 15:50:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171302423223033477033',2340,'71713023483','1','2.00','300','retail','0','2024-04-13 18:51:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 16:04:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171302426811222323313',2341,'71713024251','1','1.00','150','retail','0','2024-04-13 19:04:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 16:06:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171302432847320243733',2342,'71713024251','10','0.25','200','retail','0','2024-04-13 19:05:09','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-13 16:06:46','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('7171302439113403300232',2343,'71713024251','26','1.00','220','retail','0','2024-04-13 19:06:23','','','','0','Cash',0.00,'220','','','7','16.00','1','2024-04-13 16:06:46','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('7171302571373722203073',2344,'71713025712','3','1.00','150','retail','0','2024-04-13 19:28:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 16:28:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171302614307027233203',2345,'71713026142','1','1.00','150','retail','0','2024-04-13 19:35:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 16:41:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171302614722411200343',2346,'71713026142','1','2.00','300','retail','0','2024-04-13 19:35:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-13 16:41:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171302615203070310324',2347,'71713026142','17','1.00','40','retail','0','2024-04-13 19:35:51','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-13 16:41:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.00','62','Inclusive','branch','Inventory','','','','',''),('7171302615402217200327',2348,'71713026142','17','1.00','40','retail','0','2024-04-13 19:35:54','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-13 16:41:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','','','','',''),('7171302615630312030711',2349,'71713026142','17','1.00','40','retail','0','2024-04-13 19:35:56','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-13 16:41:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','61.00','60','Inclusive','branch','Inventory','','','','',''),('6171302852512222338303',2350,'61713028524','1','1.00','150','retail','0','2024-04-13 20:15:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 17:15:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171302854602202356335',2351,'61713028545','17','2.00','80','retail','0','2024-04-13 20:15:45','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-13 17:16:00','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','60.00','58','Inclusive','branch','Inventory','','','','',''),('6171302858130818100230',2352,'61713028570','3','4.00','600','retail','0','2024-04-13 20:16:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 17:16:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171302861613603022336',2353,'61713028614','3','1.00','150','retail','0','2024-04-13 20:16:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 17:17:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171302862772200002320',2354,'61713028614','10','0.25','200','retail','0','2024-04-13 20:16:59','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-13 17:17:36','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('6171302864533303037213',2355,'61713028614','33','2.00','20','retail','0','2024-04-13 20:17:21','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-04-13 17:17:36','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','11.00','9','Inclusive','branch','Inventory','','','','',''),('6171303170822411200438',2356,'61713031706','20','1.00','60','retail','0','2024-04-13 21:08:26','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-04-13 18:08:49','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','42.00','41','Inclusive','branch','Inventory','','','','',''),('6171303174432217213403',2357,'61713031743','1','1.00','150','retail','0','2024-04-13 21:09:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 18:09:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171303176932061373260',2358,'61713031767','1','3.00','450','retail','0','2024-04-13 21:09:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 18:09:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171303179802070016773',2359,'61713031796','3','1.00','150','retail','0','2024-04-13 21:09:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 18:10:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171303310773330071030',2360,'61713031808','10','0.25','200','retail','0','2024-04-13 21:31:09','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-13 18:37:58','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171303337222230222373',2361,'61713031808','10','0.25','200','retail','0','2024-04-13 21:35:53','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-13 18:37:58','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('6171303343523333321031',2362,'61713031808','1','2.00','300','retail','0','2024-04-13 21:37:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-13 18:37:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171303351451430132163',2363,'61713033478','28','1.00','90','retail','0','2024-04-13 21:37:58','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-04-13 18:38:54','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6171303363032120343303',2364,'61713033620','34','1.00','20','retail','0','2024-04-13 21:40:20','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-13 18:40:42','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','','','',''),('6171308576625330633333',2365,'61713085427','1','1.00','150','retail','0','2024-04-14 12:03:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-14 09:19:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171308588703430130803',2366,'61713085427','17','1.00','40','retail','0','2024-04-14 12:09:27','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-14 09:19:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','','','','',''),('6171308593521033232032',2367,'61713085427','27','1.00','160','retail','0','2024-04-14 12:11:27','','','','0','Cash',0.00,'160','','','6','16.00','1','2024-04-14 09:19:47','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171308637032313002302',2368,'61713085427','17','1.00','40','retail','0','2024-04-14 12:12:16','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-14 09:19:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','57.00','56','Inclusive','branch','Inventory','','','','',''),('6171308640733423230330',2369,'61713086388','3','1.00','150','retail','0','2024-04-14 12:19:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-14 09:21:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171308641522120371116',2370,'61713086388','22','1.00','50','retail','0','2024-04-14 12:20:08','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-14 09:21:26','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('6171308651423202273310',2371,'61713086486','1','1.00','150','retail','0','2024-04-14 12:21:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-14 09:22:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171308655065352230522',2372,'61713086530','1','3.00','450','retail','0','2024-04-14 12:22:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-14 09:24:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171308656203262322625',2373,'61713086530','34','1.00','20','retail','0','2024-04-14 12:22:30','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-14 09:24:27','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('6171308674022303331206',2374,'61713086668','1','1.00','150','retail','0','2024-04-14 12:24:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-14 09:26:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171308678366438022232',2375,'61713086668','1','1.00','150','retail','0','2024-04-14 12:25:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-14 09:26:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171308684442302326042',2376,'61713086832','1','2.00','300','retail','0','2024-04-14 12:27:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-14 09:27:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171308686737332872287',2377,'71713086852','1','1.00','150','retail','0','2024-04-14 12:27:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 09:28:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171308687404323832331',2378,'71713086852','1','1.00','150','retail','0','2024-04-14 12:27:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 09:28:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171308690307320733222',2379,'71713086887','2','1.00','150','retail','0','2024-04-14 12:28:07','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-14 09:28:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171308694278708382404',2380,'71713086921','2','1.00','150','retail','0','2024-04-14 12:28:41','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-14 09:29:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171308694800330322302',2381,'71713086921','22','2.00','100','retail','0','2024-04-14 12:29:02','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-14 09:29:26','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','22.00','20','Inclusive','branch','Inventory','','','','',''),('7171308698700322320330',2382,'71713086966','22','1.00','50','retail','0','2024-04-14 12:29:26','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-14 09:30:04','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('7171308702103303222823',2383,'71713087004','1','1.00','150','retail','0','2024-04-14 12:30:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 09:31:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171308705900032122233',2384,'71713087004','35','2.00','10','retail','0','2024-04-14 12:30:21','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-14 09:31:15','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','189.00','187','Inclusive','branch','Inventory','','','','',''),('7171308970230143023770',2385,'71713087084','1','3.00','450','retail','0','2024-04-14 13:14:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 10:17:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171308971812748233303',2386,'71713087084','16','2.00','100','retail','0','2024-04-14 13:15:03','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-14 10:17:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','25.00','23','Inclusive','branch','Inventory','','','','',''),('7171308991991232321273',2387,'71713089895','27','1.00','160','retail','0','2024-04-14 13:18:15','','','','0','Cash',0.00,'160','','','7','16.00','1','2024-04-14 10:18:52','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171308994943932373323',2388,'71713089933','1','2.00','300','retail','0','2024-04-14 13:18:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 10:19:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171309009533000422120',2389,'71713090087','2','2.00','300','retail','0','2024-04-14 13:21:27','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-14 10:21:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171309010894120033207',2390,'71713090087','10','0.25','200','retail','0','2024-04-14 13:21:35','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-14 10:21:50','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('7171309175807213832203',2391,'71713091741','20','1.00','60','retail','0','2024-04-14 13:49:01','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-04-14 10:50:08','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','41.00','40','Inclusive','branch','Inventory','','','','',''),('7171309176813421473000',2392,'71713091741','4','2.00','300','retail','0','2024-04-14 13:49:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 10:50:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171309178227073320323',2393,'71713091741','16','3.00','150','retail','0','2024-04-14 13:49:28','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-14 10:50:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','23.00','20','Inclusive','branch','Inventory','','','','',''),('7171309194132122197033',2394,'71713091851','2','2.00','300','retail','0','2024-04-14 13:50:51','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-14 10:52:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171309206031373420340',2395,'71713091961','4','2.00','300','retail','0','2024-04-14 13:52:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 10:54:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171309206873302323333',2396,'71713091961','22','2.00','100','retail','0','2024-04-14 13:54:20','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-14 10:54:48','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','19.00','17','Inclusive','branch','Inventory','','','','',''),('7171309213107233330303',2397,'71713092088','2','2.00','300','retail','0','2024-04-14 13:54:48','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-14 10:56:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171309214533002373037',2398,'71713092088','17','3.00','120','retail','0','2024-04-14 13:55:31','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-14 10:56:04','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','56.00','53','Inclusive','branch','Inventory','','','','',''),('7171309218200202037337',2399,'71713092164','5','2.00','300','retail','0','2024-04-14 13:56:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 10:56:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171309225729023922302',2400,'71713092232','3','2.00','300','retail','0','2024-04-14 13:57:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 10:57:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171309235902052423391',2401,'71713092271','21','1.00','80','retail','0','2024-04-14 13:57:51','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-04-14 10:59:31','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7171309242503307293331',2402,'71713092372','3','2.00','300','retail','0','2024-04-14 13:59:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 11:00:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171309256820182890733',2403,'71713092453','16','1.00','50','retail','0','2024-04-14 14:00:53','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-14 11:03:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('7171309258229202304002',2404,'71713092453','17','1.00','40','retail','0','2024-04-14 14:02:48','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-14 11:03:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','53.00','52','Inclusive','branch','Inventory','','','','',''),('7171309260031332302037',2405,'71713092453','35','1.00','5','retail','0','2024-04-14 14:03:02','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-14 11:03:22','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','187.00','186','Inclusive','branch','Inventory','','','','',''),('7171309483113933370308',2406,'71713094789','1','8.00','1200','retail','0','2024-04-14 14:39:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 11:42:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'8','2.00','-6','Inclusive','branch','Inventory','','','','',''),('7171309486331620433231',2407,'71713094789','16','8.00','400','retail','0','2024-04-14 14:40:31','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-14 11:42:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'8','19.00','11','Inclusive','branch','Inventory','','','','',''),('7171309520890223723232',2408,'71713094958','16','1.00','50','retail','0','2024-04-14 14:42:38','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-14 11:47:00','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('7171309521623360025261',2409,'71713094958','1','1.00','150','retail','0','2024-04-14 14:46:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 11:47:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171309523741240131203',2410,'71713095230','1','2.00','300','retail','0','2024-04-14 14:47:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 11:47:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('7171309524997152230022',2411,'71713095230','10','0.25','200','retail','0','2024-04-14 14:47:17','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-14 11:47:46','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('7171309567133202260740',2412,'71713095266','1','1.00','150','retail','0','2024-04-14 14:47:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 11:54:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171309575729200504032',2413,'71713095742','1','1.00','150','retail','0','2024-04-14 14:55:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 11:56:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171309579420233031392',2414,'71713095784','2','1.00','150','retail','0','2024-04-14 14:56:24','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-14 11:56:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171309582212133229332',2415,'71713095810','4','3.00','450','retail','0','2024-04-14 14:56:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 11:57:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171309586330322533212',2416,'71713095838','2','1.00','150','retail','0','2024-04-14 14:57:18','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-14 11:58:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171309588571243032032',2417,'71713095838','22','1.00','50','retail','0','2024-04-14 14:57:43','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-14 11:58:22','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('7171309592020323300221',2418,'71713095902','10','0.25','200','retail','0','2024-04-14 14:58:22','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-14 11:59:21','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7171309593202279297320',2419,'71713095902','1','3.00','450','retail','0','2024-04-14 14:58:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 11:59:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171309594131327710243',2420,'71713095902','16','3.00','150','retail','0','2024-04-14 14:58:52','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-14 11:59:21','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','10.00','7','Inclusive','branch','Inventory','','','','',''),('7171309601066002391203',2421,'71713096002','1','1.00','150','retail','0','2024-04-14 15:00:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 12:00:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171309605503333633272',2422,'71713096034','2','1.00','150','retail','0','2024-04-14 15:00:49','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-14 12:01:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171309628430026733204',2423,'71713096150','1','3.00','450','retail','0','2024-04-14 15:02:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 12:13:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171309671131230102323',2424,'71713096150','10','1.00','800','retail','0','2024-04-14 15:11:44','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-14 12:13:00','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171309733620712071303',2425,'71713096834','17','2.00','80','retail','0','2024-04-14 15:13:54','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-14 12:22:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','52.00','50','Inclusive','branch','Inventory','','','','',''),('7171309734674220710733',2426,'71713096834','1','2.00','300','retail','0','2024-04-14 15:22:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 12:22:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171309889432034372777',2427,'71713098893','1','1.00','150','retail','0','2024-04-14 15:48:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 12:48:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171309889607892320332',2428,'71713098893','1','1.00','150','retail','0','2024-04-14 15:48:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 12:48:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171309890829208703290',2429,'71713098893','16','4.00','200','retail','0','2024-04-14 15:48:27','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-14 12:48:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','7.00','3','Inclusive','branch','Inventory','','','','',''),('7171309891924101032333',2430,'71713098919','1','1.00','150','retail','0','2024-04-14 15:48:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 12:48:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171309892733022329303',2431,'71713098926','17','2.00','80','retail','0','2024-04-14 15:48:46','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-14 12:48:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','50.00','48','Inclusive','branch','Inventory','','','','',''),('7171309893884733280210',2432,'71713098938','1','1.00','150','retail','0','2024-04-14 15:48:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 12:49:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171309894033209323922',2433,'71713098938','1','1.00','150','retail','0','2024-04-14 15:48:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 12:49:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171310007433323221017',2434,'71713098944','2','1.00','150','retail','0','2024-04-14 15:49:04','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-14 13:07:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171310024210727321334',2435,'71713100075','1','3.00','450','retail','0','2024-04-14 16:09:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 13:12:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171310025842150552222',2436,'71713100075','28','1.00','90','retail','0','2024-04-14 16:10:42','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-04-14 13:12:35','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('7171310044902313320333',2437,'71713100437','16','4.00','200','retail','0','2024-04-14 16:13:57','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-14 13:15:04','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','29.00','25','Inclusive','branch','Inventory','','','','',''),('7171310090102201304720',2438,'71713100505','16','1.00','50','retail','0','2024-04-14 16:15:05','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-14 13:21:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','','','',''),('7171310092013232722133',2439,'71713100908','17','1.00','40','retail','0','2024-04-14 16:21:48','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-14 13:22:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','48.00','47','Inclusive','branch','Inventory','','','','',''),('7171310094820223183023',2440,'71713100908','1','1.00','150','retail','0','2024-04-14 16:22:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 13:22:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171310098429370082239',2441,'71713100974','1','1.00','150','retail','0','2024-04-14 16:22:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 13:24:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171310109072122427073',2442,'71713101076','1','4.00','600','retail','0','2024-04-14 16:24:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 13:25:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171310116220313212333',2443,'71713101154','1','2.00','300','retail','0','2024-04-14 16:25:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 13:26:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171310117633373170272',2444,'71713101154','17','2.00','80','retail','0','2024-04-14 16:26:03','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-14 13:26:50','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','47.00','45','Inclusive','branch','Inventory','','','','',''),('7171310123412223420400',2445,'71713101211','22','2.00','100','retail','0','2024-04-14 16:26:51','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-14 13:27:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','16.00','14','Inclusive','branch','Inventory','','','','',''),('7171310174633636202301',2446,'71713101720','3','1.00','150','retail','0','2024-04-14 16:35:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 13:36:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171310175501222733522',2447,'71713101720','4','1.00','150','retail','0','2024-04-14 16:35:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 13:36:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171310176126243721022',2448,'71713101720','1','1.00','150','retail','0','2024-04-14 16:35:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 13:36:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171310203303020023073',2449,'71713101990','3','1.00','150','retail','0','2024-04-14 16:39:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 13:41:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171310205202217131324',2450,'71713101990','16','1.00','50','retail','0','2024-04-14 16:40:33','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-14 13:41:26','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('7171310405510747303413',2451,'71713104033','1','1.00','150','retail','0','2024-04-14 17:13:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 14:14:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171310409333930031312',2452,'71713104068','22','1.00','50','retail','0','2024-04-14 17:14:28','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-14 14:15:15','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7171310410030320201730',2453,'71713104068','1','2.00','300','retail','0','2024-04-14 17:14:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 14:15:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171310415875330310312',2454,'71713104148','1','5.00','750','retail','0','2024-04-14 17:15:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 14:16:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('7171310417921113732720',2455,'71713104168','1','1.00','150','retail','0','2024-04-14 17:16:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 14:16:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171310421872702340001',2456,'71713104205','4','1.00','150','retail','0','2024-04-14 17:16:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 14:17:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171310829808342432403',2457,'71713108298','1','1.00','150','retail','0','2024-04-14 18:24:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 15:25:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171310830137203122130',2458,'71713108298','1','1.00','150','retail','0','2024-04-14 18:25:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 15:25:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171311046736242036333',2459,'71713110467','2','1.00','150','retail','0','2024-04-14 19:01:07','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-14 16:01:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171311052020020013233',2460,'71713110519','3','1.00','150','retail','0','2024-04-14 19:01:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 16:02:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171311249802123107222',2461,'71713112497','3','1.00','150','retail','0','2024-04-14 19:34:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 16:35:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171311252522333230313',2462,'71713112524','1','1.00','150','retail','0','2024-04-14 19:35:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 16:35:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171311252913233025131',2463,'71713112524','17','1.00','40','retail','0','2024-04-14 19:35:29','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-14 16:35:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','','','','',''),('7171311725020522130120',2464,'71713117236','1','4.00','600','retail','0','2024-04-14 20:54:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 17:54:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171311781421227117732',2465,'71713117277','1','1.00','150','retail','0','2024-04-14 20:54:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 18:03:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171311791091071103239',2466,'71713117874','1','3.00','450','retail','0','2024-04-14 21:04:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 18:05:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171311796203746422311',2467,'71713117919','1','3.00','450','retail','0','2024-04-14 21:05:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 18:06:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171311799119270112312',2468,'71713117981','1','1.00','150','retail','0','2024-04-14 21:06:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 18:06:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171311801470233312140',2469,'71713118000','1','2.00','300','retail','0','2024-04-14 21:06:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 18:07:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171311803633237038722',2470,'71713118025','2','1.00','150','retail','0','2024-04-14 21:07:05','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-14 18:07:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171311806036720282333',2471,'71713118048','1','1.00','150','retail','0','2024-04-14 21:07:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 18:08:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171311808424333183233',2472,'71713118048','20','1.00','60','retail','0','2024-04-14 21:07:41','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-04-14 18:08:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','40.00','39','Inclusive','branch','Inventory','','','','',''),('7171311813828130321111',2473,'71713118131','4','1.00','150','retail','0','2024-04-14 21:08:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 18:09:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171311816432243113230',2474,'71713118151','3','1.00','150','retail','0','2024-04-14 21:09:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 18:09:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171311818823303233233',2475,'71713118177','4','1.00','150','retail','0','2024-04-14 21:09:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-14 18:10:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171311891530315503349',2476,'71713118268','2','2.00','300','retail','0','2024-04-14 21:11:08','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-14 18:22:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171311923838303073133',2477,'71713118960','23','2.00','160','retail','0','2024-04-14 21:26:53','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-04-14 18:27:32','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','12.00','10','Inclusive','branch','Inventory','','','','',''),('6171317941893332339401',2478,'61713179414','3','2.00','300','retail','0','2024-04-15 14:10:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 11:10:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171317944704063727231',2479,'61713179445','1','1.00','150','retail','0','2024-04-15 14:10:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 11:10:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171317947332339732631',2480,'61713179471','4','2.00','300','retail','0','2024-04-15 14:11:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 11:11:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171317950223024132560',2481,'61713179500','3','3.00','450','retail','0','2024-04-15 14:11:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 11:12:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171317950632126520024',2482,'61713179500','1','3.00','450','retail','0','2024-04-15 14:11:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 11:12:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171317951152233013290',2483,'61713179500','34','2.00','40','retail','0','2024-04-15 14:11:49','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-15 11:12:02','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','23.00','21','Inclusive','branch','Inventory','','','','',''),('6171317953637323622102',2484,'61713179533','1','1.00','150','retail','0','2024-04-15 14:12:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 11:12:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171317954033262443629',2485,'61713179533','16','2.00','100','retail','0','2024-04-15 14:12:18','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-15 11:12:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','23.00','21','Inclusive','branch','Inventory','','','','',''),('6171317954601332443162',2486,'61713179533','34','1.00','20','retail','0','2024-04-15 14:12:23','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-15 11:12:49','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('6171317955302303760130',2487,'61713179533','21','1.00','80','retail','0','2024-04-15 14:12:32','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-04-15 11:12:49','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6171317958027323233330',2488,'61713179578','1','1.00','150','retail','0','2024-04-15 14:12:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 11:13:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171317958501302333364',2489,'61713179578','36','1.00','5','retail','0','2024-04-15 14:13:03','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-15 11:13:17','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','176.00','175','Inclusive','branch','Inventory','','4000','Asset','',''),('6171318087001181340720',2490,'61713180867','1','3.00','450','retail','0','2024-04-15 14:34:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 11:34:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171318384110263320088',2491,'61713183840','3','1.00','150','retail','0','2024-04-15 15:24:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 12:24:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171318385131122215330',2492,'61713183840','28','1.00','90','retail','0','2024-04-15 15:24:10','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-04-15 12:24:30','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6171318386832012330082',2493,'61713183840','35','2.00','10','retail','0','2024-04-15 15:24:24','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-15 12:24:30','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','186.00','184','Inclusive','branch','Inventory','','','','',''),('6171318387943222181120',2494,'61713183878','20','1.00','60','retail','0','2024-04-15 15:24:38','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-04-15 12:24:43','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','39.00','38','Inclusive','branch','Inventory','','','','',''),('6171318599702333203022',2495,'61713185995','1','3.00','450','retail','0','2024-04-15 15:59:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 13:00:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171318602113603300232',2496,'61713186020','1','1.00','150','retail','0','2024-04-15 16:00:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 13:00:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171318604343332043823',2497,'61713186042','1','1.00','150','retail','0','2024-04-15 16:00:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 13:01:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171318604872603220622',2498,'61713186042','16','1.00','50','retail','0','2024-04-15 16:00:47','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-15 13:01:02','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('6171318607302132310021',2499,'61713186072','1','1.00','150','retail','0','2024-04-15 16:01:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 13:01:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171318608132236100300',2500,'61713186072','16','2.00','100','retail','0','2024-04-15 16:01:18','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-15 13:01:53','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','20.00','18','Inclusive','branch','Inventory','','','','',''),('6171318713322203730272',2501,'61713187132','1','1.00','150','retail','0','2024-04-15 16:18:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 13:18:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171319211232130130242',2502,'61713192099','16','6.00','300','retail','0','2024-04-15 17:41:39','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-15 14:42:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','18.00','12','Inclusive','branch','Inventory','','','','',''),('6171319216923230173200',2503,'61713192168','4','1.00','150','retail','0','2024-04-15 17:42:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 14:43:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171319217222012173312',2504,'61713192168','3','1.00','150','retail','0','2024-04-15 17:42:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 14:43:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171319217503202010469',2505,'61713192168','5','1.00','150','retail','0','2024-04-15 17:42:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 14:43:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171319221773132323273',2506,'61713192212','1','1.00','150','retail','0','2024-04-15 17:43:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 14:44:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171319222332243111110',2507,'61713192212','16','2.00','100','retail','0','2024-04-15 17:43:41','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-15 14:44:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','12.00','10','Inclusive','branch','Inventory','','','','',''),('6171319223023239033633',2508,'61713192212','34','1.00','20','retail','0','2024-04-15 17:43:48','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-15 14:44:27','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('6171319440523063232100',2509,'61713194402','1','1.00','150','retail','0','2024-04-15 18:20:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 15:20:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171319443820303240349',2510,'61713194437','3','1.00','150','retail','0','2024-04-15 18:20:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 15:28:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171319500317462700631',2511,'61713195002','4','1.00','150','retail','0','2024-04-15 18:30:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 15:30:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171319503432637035290',2512,'61713195032','21','1.00','80','retail','0','2024-04-15 18:30:32','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-04-15 15:30:36','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6171319509213167102013',2513,'61713195088','16','2.00','100','retail','0','2024-04-15 18:31:28','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-15 15:31:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','10.00','8','Inclusive','branch','Inventory','','','','',''),('6171319510424337323332',2514,'61713195100','1','1.00','150','retail','0','2024-04-15 18:31:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 15:32:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171319510630333213002',2515,'61713195100','2','1.00','150','retail','0','2024-04-15 18:31:45','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-15 15:32:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171319511233220031021',2516,'61713195100','28','1.00','90','retail','0','2024-04-15 18:31:51','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-04-15 15:32:03','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6171319511727052732316',2517,'61713195100','16','1.00','50','retail','0','2024-04-15 18:31:56','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-15 15:32:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('6171319631260329332633',2518,'61713196307','5','1.00','150','retail','0','2024-04-15 18:51:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-15 15:51:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171319894020093032234',2519,'71713198835','2','1.00','150','retail','0','2024-04-15 19:33:55','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-15 16:48:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171319969540303001933',2520,'71713199684','1','1.00','150','retail','0','2024-04-15 19:48:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-15 16:48:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171319971823113104332',2521,'71713199706','4','1.00','150','retail','0','2024-04-15 19:48:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-15 16:49:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171319976132332602227',2522,'71713199706','16','1.00','50','retail','0','2024-04-15 19:48:38','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-15 16:49:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7171319979123227327199',2523,'71713199777','3','1.00','150','retail','0','2024-04-15 19:49:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-15 16:50:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171319981032220230373',2524,'71713199777','35','2.00','10','retail','0','2024-04-15 19:49:52','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-15 16:50:44','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','184.00','182','Inclusive','branch','Inventory','','','','',''),('7171320009137233270020',2525,'71713199987','1','2.00','300','retail','0','2024-04-15 19:53:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-15 16:55:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171320010023023331203',2526,'71713199987','22','3.00','150','retail','0','2024-04-15 19:54:51','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-15 16:55:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','13.00','10','Inclusive','branch','Inventory','','','','',''),('7171320042031022142322',2527,'71713200412','1','2.00','300','retail','0','2024-04-15 20:00:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-15 17:00:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171320388007303823407',2528,'71713203880','3','1.00','150','retail','0','2024-04-15 20:58:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-15 17:58:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171320388483343103307',2529,'71713203880','3','2.00','300','retail','0','2024-04-15 20:58:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-15 17:58:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171320388523303402812',2530,'71713203880','2','1.00','150','retail','0','2024-04-15 20:58:05','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-15 17:58:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171327007332102223217',2531,'71713270015','4','1.00','150','retail','0','2024-04-16 15:20:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-16 12:21:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171327010470323237322',2532,'71713270088','2','1.00','150','retail','0','2024-04-16 15:21:28','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-16 12:22:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171327012533224353723',2533,'71713270088','35','1.00','5','retail','0','2024-04-16 15:21:56','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-16 12:22:14','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','182.00','181','Inclusive','branch','Inventory','','','','',''),('7171327021803132202042',2534,'71713270134','4','2.00','300','retail','0','2024-04-16 15:22:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-16 12:23:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('7171327026732232227337',2535,'71713270250','16','2.00','100','retail','0','2024-04-16 15:24:11','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-16 12:25:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','6.00','4','Inclusive','branch','Inventory','','','','',''),('7171327028637370321136',2536,'71713270250','4','1.00','150','retail','0','2024-04-16 15:24:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-16 12:25:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171327031007037332037',2537,'71713270250','2','1.00','150','retail','0','2024-04-16 15:24:46','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-16 12:25:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171327033222332772322',2538,'71713270250','16','1.00','50','retail','0','2024-04-16 15:25:11','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-16 12:25:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7171327034132320041333',2539,'71713270250','1','1.00','150','retail','0','2024-04-16 15:25:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-16 12:25:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171327037632203707222',2540,'71713270366','1','1.00','150','retail','0','2024-04-16 15:26:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-16 12:26:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171327452470233045270',2541,'71713274510','10','0.25','200','retail','0','2024-04-16 16:35:10','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-16 13:35:51','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('7171327456623324322202',2542,'71713274552','3','1.00','150','retail','0','2024-04-16 16:35:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-16 13:36:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171327460882222233447',2543,'71713274579','1','3.00','450','retail','0','2024-04-16 16:36:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-16 13:40:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171327478812321238224',2544,'71713274579','16','4.00','200','retail','0','2024-04-16 16:38:05','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-16 13:40:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','11.00','7','Inclusive','branch','Inventory','','','','',''),('7171327495302302333374',2545,'71713274847','1','1.00','150','retail','0','2024-04-16 16:40:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-16 13:43:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171327503233422203332',2546,'71713275017','2','3.00','450','retail','0','2024-04-16 16:43:37','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-16 13:44:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171327515173032322303',2547,'71713275077','2','1.00','150','retail','0','2024-04-16 16:44:37','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-16 13:46:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171327546700523327620',2548,'71713275367','23','2.00','160','retail','0','2024-04-16 16:49:27','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-04-16 13:51:09','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','10.00','8','Inclusive','branch','Inventory','','','','',''),('7171328112423337030213',2549,'71713281102','10','0.25','200','retail','0','2024-04-16 18:25:02','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-16 15:25:54','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('7171328120130222202230',2550,'71713281154','10','0.25','200','retail','0','2024-04-16 18:25:54','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-16 15:27:05','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('7171328124143122312202',2551,'71713281225','20','1.00','60','retail','0','2024-04-16 18:27:05','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-04-16 15:27:36','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','38.00','37','Inclusive','branch','Inventory','','','','',''),('7171328132603278001320',2552,'71713281312','10','0.25','200','retail','0','2024-04-16 18:28:32','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-16 15:28:57','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('7171328136902333219204',2553,'71713281338','2','1.00','150','retail','0','2024-04-16 18:28:58','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-16 15:29:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171328281300300377002',2554,'71713282800','1','2.00','300','retail','0','2024-04-16 18:53:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-16 15:53:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171328418222322143210',2555,'71713284170','2','1.00','150','retail','0','2024-04-16 19:16:10','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-16 16:16:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171328420002207332323',2556,'71713284170','10','0.25','200','retail','0','2024-04-16 19:16:22','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-16 16:16:59','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('7171328428622240113330',2557,'71713284277','1','1.00','150','retail','0','2024-04-16 19:17:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-16 16:18:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171328431222232807122',2558,'71713284297','4','3.00','450','retail','0','2024-04-16 19:18:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-16 16:18:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171328432083231132303',2559,'71713284297','16','1.00','50','retail','0','2024-04-16 19:18:33','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-16 16:18:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7171328502741000303213',2560,'71713284342','5','1.00','150','retail','0','2024-04-16 19:30:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-16 16:30:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171328504673160483873',2561,'71713284342','4','1.00','150','retail','0','2024-04-16 19:30:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-16 16:30:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171328505405302143322',2562,'71713284342','34','1.00','20','retail','0','2024-04-16 19:30:46','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-16 16:30:56','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('7171328669022279003032',2563,'71713286677','3','1.00','150','retail','0','2024-04-16 19:57:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-16 16:58:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171328669933913332221',2564,'71713286677','2','1.00','150','retail','0','2024-04-16 19:58:10','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-16 16:58:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171329114823332123322',2565,'71713291119','3','1.00','150','retail','0','2024-04-16 21:11:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-16 18:12:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171329127901293027222',2566,'71713291260','20','1.00','60','retail','0','2024-04-16 21:14:20','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-04-16 18:15:05','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','37.00','36','Inclusive','branch','Inventory','','','','',''),('6171334610732327317321',2567,'61713346105','1','1.00','150','retail','0','2024-04-17 12:28:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-17 09:29:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171334611990213342429',2568,'61713346105','2','1.00','150','retail','0','2024-04-17 12:28:31','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-17 09:29:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171334663464620303333',2569,'61713346628','2','1.00','150','retail','0','2024-04-17 12:37:08','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-17 09:37:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171335400133730341333',2570,'61713353998','4','1.00','150','retail','0','2024-04-17 14:39:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-17 11:42:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171335400440320230232',2571,'61713353998','1','1.00','150','retail','0','2024-04-17 14:40:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-17 11:42:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171335532422343503222',2572,'61713355322','1','1.00','150','retail','0','2024-04-17 15:02:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-17 12:02:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171335540700243230201',2573,'61713355388','10','0.25','200','retail','0','2024-04-17 15:03:08','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-17 12:03:40','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('7171343428743444200133',2574,'71713434267','10','1.00','800','retail','0','2024-04-18 12:57:47','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-18 09:59:32','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.50','0.5','Inclusive','branch','Inventory','','','','',''),('7171343431722332143344',2575,'71713434267','1','1.00','150','retail','0','2024-04-18 12:58:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-18 09:59:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171343433033733000003',2576,'71713434267','1','3.00','450','retail','0','2024-04-18 12:58:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-18 09:59:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171343705702433530270',2577,'71713436756','4','2.00','300','retail','0','2024-04-18 13:39:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-18 10:44:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171343708172304200241',2578,'71713437072','5','1.00','150','retail','0','2024-04-18 13:44:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-18 10:45:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171343708887200340802',2579,'71713437072','2','1.00','150','retail','0','2024-04-18 13:44:41','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-18 10:45:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171343726003347347332',2580,'71713437253','36','1.00','5','retail','0','2024-04-18 13:47:33','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-18 10:47:42','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','175.00','174','Inclusive','branch','Inventory','','4000','Asset','',''),('7171343774020701337473',2581,'71713437739','1','1.00','150','retail','0','2024-04-18 13:55:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-18 10:55:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171343777431333331700',2582,'71713437773','1','1.00','150','retail','0','2024-04-18 13:56:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-18 10:57:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171343779623223237433',2583,'71713437773','16','1.00','50','retail','0','2024-04-18 13:56:36','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-18 10:57:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('7171343785307707347330',2584,'71713437853','1','1.00','150','retail','0','2024-04-18 13:57:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-18 10:58:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171343785633321333127',2585,'71713437853','1','1.00','150','retail','0','2024-04-18 13:57:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-18 10:58:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171343786520003172232',2586,'71713437853','16','2.00','100','retail','0','2024-04-18 13:57:44','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-18 10:58:00','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','5.00','3','Inclusive','branch','Inventory','','','','',''),('7171343791313320791104',2587,'71713437913','1','1.00','150','retail','0','2024-04-18 13:58:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-18 11:55:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171344095620306204105',2588,'71713437913','3','1.00','150','retail','0','2024-04-18 14:45:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-18 11:55:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171344096724022102222',2589,'71713437913','16','1.00','50','retail','0','2024-04-18 14:49:16','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-18 11:55:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171344117627207434123',2590,'71713437913','16','1.00','50','retail','0','2024-04-18 14:52:48','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-18 11:55:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','','','','',''),('7171344135633123723255',2591,'71713441319','16','1.00','50','retail','0','2024-04-18 14:55:19','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-18 11:56:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','','','','',''),('7171344138413873313207',2592,'71713441373','16','1.00','50','retail','0','2024-04-18 14:56:13','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-18 11:56:36','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','','','','',''),('7171344141812180202323',2593,'71713441396','2','1.00','150','retail','0','2024-04-18 14:56:36','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-18 11:57:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171344151733371472032',2594,'71713441468','1','1.00','150','retail','0','2024-04-18 14:57:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-18 11:58:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171344190723122032000',2595,'71713441899','4','3.00','450','retail','0','2024-04-18 15:04:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-18 12:05:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171344191620446320432',2596,'71713441899','16','2.00','100','retail','0','2024-04-18 15:05:07','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-18 12:05:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','77.00','75','Inclusive','branch','Inventory','','','','',''),('7171344202131373420340',2597,'71713442008','1','3.00','450','retail','0','2024-04-18 15:06:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-18 12:07:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171344206802630424832',2598,'71713442036','10','0.25','200','retail','0','2024-04-18 15:07:16','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-18 12:08:26','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('7171344208200233433022',2599,'71713442036','10','0.25','200','retail','0','2024-04-18 15:07:48','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-18 12:08:26','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171344694990033044923',2600,'61713446937','1','1.00','150','retail','0','2024-04-18 16:28:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 13:29:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6171344698143434226300',2601,'61713446979','1','1.00','150','retail','0','2024-04-18 16:29:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 13:30:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171344860520221523353',2602,'61713448491','1','1.00','150','retail','0','2024-04-18 16:54:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 14:04:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171344896636819266222',2603,'61713448491','10','0.25','200','retail','0','2024-04-18 17:02:45','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-18 14:04:08','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('6171344899696230393923',2604,'61713448491','28','1.00','90','retail','0','2024-04-18 17:03:14','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-04-18 14:04:08','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('6171344923833338142340',2605,'61713449236','35','2.00','10','retail','0','2024-04-18 17:07:16','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-18 14:08:49','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','181.00','179','Inclusive','branch','Inventory','','','','',''),('6171344927904223403230',2606,'61713449236','34','1.00','20','retail','0','2024-04-18 17:07:56','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-18 14:08:49','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('6171344973533321157243',2607,'61713449732','1','1.00','150','retail','0','2024-04-18 17:15:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 14:20:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171345002330311717603',2608,'61713449732','10','0.25','200','retail','0','2024-04-18 17:16:40','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-18 14:20:27','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171345364042325644031',2609,'61713453639','1','1.00','150','retail','0','2024-04-18 18:20:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 15:21:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171345365313330360060',2610,'61713453639','35','2.00','10','retail','0','2024-04-18 18:20:51','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-18 15:21:15','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','179.00','177','Inclusive','branch','Inventory','','','','',''),('6171345369004129332235',2611,'61713453689','17','1.00','40','retail','0','2024-04-18 18:21:29','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-18 15:21:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','','','','',''),('6171345372200330322302',2612,'61713453714','10','0.25','200','retail','0','2024-04-18 18:21:54','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-18 15:22:04','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171345378121723248223',2613,'61713453780','3','1.00','150','retail','0','2024-04-18 18:23:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 15:23:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171345407412212003350',2614,'61713454068','4','5.00','750','retail','0','2024-04-18 18:27:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 15:28:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('6171345466426217245230',2615,'61713454659','16','2.00','100','retail','0','2024-04-18 18:37:39','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-18 15:37:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','77.00','75','Inclusive','branch','Inventory','','','','',''),('6171345467303330033722',2616,'61713454672','3','1.00','150','retail','0','2024-04-18 18:37:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 15:38:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171345710522322510332',2617,'61713457101','17','4.00','160','retail','0','2024-04-18 19:18:21','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-18 16:19:24','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','43.00','39','Inclusive','branch','Inventory','','','','',''),('6171345718207300472432',2618,'61713457179','1','1.00','150','retail','0','2024-04-18 19:19:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 16:20:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171345718941283305003',2619,'61713457179','16','2.00','100','retail','0','2024-04-18 19:19:46','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-18 16:20:05','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','75.00','73','Inclusive','branch','Inventory','','','','',''),('6171345724821727830241',2620,'61713457247','1','1.00','150','retail','0','2024-04-18 19:20:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 16:20:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171345874323230283033',2621,'61713458741','1','1.00','150','retail','0','2024-04-18 19:45:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 16:45:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171345876232401220032',2622,'61713458753','1','1.00','150','retail','0','2024-04-18 19:45:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 16:46:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171346173002103222320',2623,'61713461717','3','2.00','300','retail','0','2024-04-18 20:35:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 17:36:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171346176836624031422',2624,'61713461717','35','1.00','5','retail','0','2024-04-18 20:35:30','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-18 17:36:29','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','177.00','176','Inclusive','branch','Inventory','','','','',''),('6171346188532030404330',2625,'61713461874','1','1.00','150','retail','0','2024-04-18 20:37:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 17:38:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171346268402732830236',2626,'61713462683','1','1.00','150','retail','0','2024-04-18 20:51:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 17:52:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171346356838014304328',2627,'61713463567','1','1.00','150','retail','0','2024-04-18 21:06:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 18:06:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171346359702216200326',2628,'61713463596','1','1.00','150','retail','0','2024-04-18 21:06:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-18 18:06:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171352103541130021510',2629,'71713520944','1','1.00','150','retail','0','2024-04-19 13:02:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-19 10:04:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171352106944770393027',2630,'71713521053','4','1.00','150','retail','0','2024-04-19 13:04:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-19 10:04:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7171352116127502232212',2631,'71713521106','22','1.00','50','retail','0','2024-04-19 13:05:07','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-19 10:06:19','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('7171352134222720321022',2632,'71713521179','4','1.00','150','retail','0','2024-04-19 13:06:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-19 10:11:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7171352147722730252223',2633,'71713521179','35','2.00','10','retail','0','2024-04-19 13:11:03','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-19 10:11:34','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','176.00','174','Inclusive','branch','Inventory','','','','',''),('7171352150504207317007',2634,'71713521494','5','2.00','300','retail','0','2024-04-19 13:11:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-19 10:11:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('6171353359203326125523',2635,'61713533591','1','1.00','150','retail','0','2024-04-19 16:33:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 13:33:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171353359820405039203',2636,'61713533591','28','1.00','90','retail','0','2024-04-19 16:33:17','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-04-19 13:33:32','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('6171353362820033423331',2637,'61713533627','21','1.00','80','retail','0','2024-04-19 16:33:47','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-04-19 13:33:59','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6171353365700212237337',2638,'61713533655','1','2.00','300','retail','0','2024-04-19 16:34:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 13:34:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171353367733320730225',2639,'61713533676','3','1.00','150','retail','0','2024-04-19 16:34:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 13:34:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171353370235323202313',2640,'61713533701','1','1.00','150','retail','0','2024-04-19 16:35:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 13:35:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171353382703323461352',2641,'61713533748','1','1.00','150','retail','0','2024-04-19 16:35:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 14:20:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171353388316273382035',2642,'61713533748','20','1.00','60','retail','0','2024-04-19 16:38:02','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-04-19 14:20:38','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.00','35','Inclusive','branch','Inventory','','','','',''),('6171353645913463303243',2643,'61713536458','3','1.00','150','retail','0','2024-04-19 17:20:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 14:21:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171353648512233313323',2644,'61713536484','16','1.00','50','retail','0','2024-04-19 17:21:24','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-19 14:21:36','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.00','72','Inclusive','branch','Inventory','','','','',''),('6171353650622333020263',2645,'61713536505','1','1.00','150','retail','0','2024-04-19 17:21:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 14:22:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171353651306134032365',2646,'61713536505','16','2.00','100','retail','0','2024-04-19 17:21:52','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-19 14:22:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','72.00','70','Inclusive','branch','Inventory','','','','',''),('6171354434833612234343',2647,'61713544333','10','0.25','200','retail','0','2024-04-19 19:32:13','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-19 16:32:57','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('6171354435834233532227',2648,'61713544333','1','1.00','150','retail','0','2024-04-19 19:32:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 16:32:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171354439002333233241',2649,'61713544388','1','1.00','150','retail','0','2024-04-19 19:33:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 16:33:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171354441124270442110',2650,'61713544388','10','0.25','200','retail','0','2024-04-19 19:33:30','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-19 16:33:43','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('6171354445134102230164',2651,'61713544448','1','2.00','300','retail','0','2024-04-19 19:34:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 16:34:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171354445808343257401',2652,'61713544448','16','2.00','100','retail','0','2024-04-19 19:34:14','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-19 16:34:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','70.00','68','Inclusive','branch','Inventory','','','','',''),('6171354448420281323638',2653,'61713544483','3','2.00','300','retail','0','2024-04-19 19:34:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 16:36:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171354448730043041557',2654,'61713544483','5','1.00','150','retail','0','2024-04-19 19:34:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 16:36:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171354462370233342536',2655,'61713544619','1','1.00','150','retail','0','2024-04-19 19:36:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 16:38:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171354489936233289237',2656,'61713544898','3','1.00','150','retail','0','2024-04-19 19:41:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 16:41:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171354493732732412253',2657,'61713544936','3','1.00','150','retail','0','2024-04-19 19:42:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 16:45:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171354494033143022403',2658,'61713544936','3','1.00','150','retail','0','2024-04-19 19:42:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 16:45:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171354499434491020949',2659,'61713544936','10','1.00','800','retail','0','2024-04-19 19:43:13','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-19 16:45:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.75','1.75','Inclusive','branch','Inventory','','','','',''),('6171354500420423263316',2660,'61713544936','16','4.00','200','retail','0','2024-04-19 19:43:20','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-19 16:45:30','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','68.00','64','Inclusive','branch','Inventory','','','','',''),('6171354510802033208432',2661,'61713544936','27','1.00','160','retail','0','2024-04-19 19:45:06','','','','0','Cash',0.00,'160','','','6','16.00','1','2024-04-19 16:45:30','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171354511533462012302',2662,'61713544936','34','1.00','20','retail','0','2024-04-19 19:45:13','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-19 16:45:30','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('6171354750303306243331',2663,'61713547499','1','4.00','600','retail','0','2024-04-19 20:24:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 17:25:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171354751020235723725',2664,'61713547499','16','4.00','200','retail','0','2024-04-19 20:25:07','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-19 17:25:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','64.00','60','Inclusive','branch','Inventory','','','','',''),('6171354825633337002242',2665,'61713548253','1','3.00','450','retail','0','2024-04-19 20:37:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 17:37:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171355026723312063533',2666,'61713550264','1','2.00','300','retail','0','2024-04-19 21:11:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 18:11:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171355174241240131203',2667,'61713551740','1','2.00','300','retail','0','2024-04-19 21:35:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 18:35:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171355176563237204633',2668,'61713551764','1','1.00','150','retail','0','2024-04-19 21:36:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-19 18:36:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171360531846623332033',2669,'61713605148','1','1.00','150','retail','0','2024-04-20 12:25:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 09:28:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171360534622530223235',2670,'61713605332','1','1.00','150','retail','0','2024-04-20 12:28:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 09:30:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171360535703332043323',2671,'61713605332','34','1.00','20','retail','0','2024-04-20 12:29:06','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-20 09:30:26','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('6171360538830330308467',2672,'61713605332','16','1.00','50','retail','0','2024-04-20 12:29:39','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-20 09:30:26','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','60.00','59','Inclusive','branch','Inventory','','','','',''),('6171360540555223420050',2673,'61713605332','16','1.00','50','retail','0','2024-04-20 12:29:53','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-20 09:30:26','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','59.00','58','Inclusive','branch','Inventory','','','','',''),('6171360545402315043111',2674,'61713605426','1','1.00','150','retail','0','2024-04-20 12:30:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 09:31:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171360546113273223016',2675,'61713605426','16','1.00','50','retail','0','2024-04-20 12:30:54','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-20 09:31:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','','','','',''),('6171360554262060527223',2676,'61713605508','16','2.00','100','retail','0','2024-04-20 12:31:48','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-20 09:32:50','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','57.00','55','Inclusive','branch','Inventory','','','','',''),('6171360555002622200010',2677,'61713605508','1','1.00','150','retail','0','2024-04-20 12:32:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 09:32:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171360559603011623363',2678,'61713605570','1','1.00','150','retail','0','2024-04-20 12:32:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 09:34:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171360560832310323323',2679,'61713605570','1','1.00','150','retail','0','2024-04-20 12:33:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 09:34:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171360563562232362032',2680,'61713605570','20','1.00','60','retail','0','2024-04-20 12:33:28','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-04-20 09:34:11','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','35.00','34','Inclusive','branch','Inventory','','','','',''),('6171360566712632540233',2681,'61713605652','1','2.00','300','retail','0','2024-04-20 12:34:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 09:34:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171361251220662163367',2682,'61713612509','1','1.00','150','retail','0','2024-04-20 14:28:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 11:28:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171361256510302146505',2683,'61713612562','3','4.00','600','retail','0','2024-04-20 14:29:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 11:29:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171361257545215320627',2684,'61713612573','1','1.00','150','retail','0','2024-04-20 14:29:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 11:30:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171361258222833232372',2685,'61713612573','16','2.00','100','retail','0','2024-04-20 14:29:40','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-20 11:30:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','55.00','53','Inclusive','branch','Inventory','','','','',''),('6171361261022337022621',2686,'61713612573','16','2.00','100','retail','0','2024-04-20 14:30:04','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-20 11:30:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','53.00','51','Inclusive','branch','Inventory','','','','',''),('6171361263711334032201',2687,'61713612635','1','2.00','300','retail','0','2024-04-20 14:30:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 11:30:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171361298103003202234',2688,'61713612976','16','5.00','250','retail','0','2024-04-20 14:36:16','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-20 11:36:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','51.00','46','Inclusive','branch','Inventory','','','','',''),('6171361521903330322296',2689,'61713615214','3','4.00','600','retail','0','2024-04-20 15:13:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 12:13:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171361524506124322227',2690,'61713615242','4','2.00','300','retail','0','2024-04-20 15:14:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 12:14:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.00','0','Inclusive','branch','Inventory','','','','',''),('6171362120522222603320',2691,'61713621203','1','1.00','150','retail','0','2024-04-20 16:53:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 13:54:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171362123630026320260',2692,'61713621203','16','4.00','200','retail','0','2024-04-20 16:53:51','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-20 13:54:01','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','46.00','42','Inclusive','branch','Inventory','','','','',''),('6171362134732210322643',2693,'61713621345','3','2.00','300','retail','0','2024-04-20 16:55:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 13:55:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171362137132020030000',2694,'61713621370','1','1.00','150','retail','0','2024-04-20 16:56:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 13:56:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171362155920133020232',2695,'61713621557','3','1.00','150','retail','0','2024-04-20 16:59:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 13:59:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171362156222242220622',2696,'61713621557','16','1.00','50','retail','0','2024-04-20 16:59:21','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-20 13:59:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','42.00','41','Inclusive','branch','Inventory','','','','',''),('6171362157053322005210',2697,'61713621557','35','1.00','5','retail','0','2024-04-20 16:59:29','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-20 13:59:42','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','174.00','173','Inclusive','branch','Inventory','','','','',''),('6171362159890323204331',2698,'61713621596','3','2.00','300','retail','0','2024-04-20 16:59:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 14:00:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171362160410233131626',2699,'61713621596','1','1.00','150','retail','0','2024-04-20 17:00:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 14:00:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171362161931323632022',2700,'61713621596','10','0.25','200','retail','0','2024-04-20 17:00:10','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-20 14:00:34','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171362166821232210820',2701,'61713621666','3','1.00','150','retail','0','2024-04-20 17:01:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 14:02:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171362167900339337333',2702,'61713621666','10','0.50','400','retail','0','2024-04-20 17:01:12','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-20 14:02:19','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.50','1','Inclusive','branch','Inventory','','','','',''),('6171362168922332923317',2703,'61713621666','35','2.00','10','retail','0','2024-04-20 17:01:27','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-20 14:02:19','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','173.00','171','Inclusive','branch','Inventory','','','','',''),('6171362175831230030321',2704,'61713621755','16','4.00','200','retail','0','2024-04-20 17:02:35','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-20 14:02:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','41.00','37','Inclusive','branch','Inventory','','','','',''),('6171362178920222203220',2705,'61713621784','3','1.00','150','retail','0','2024-04-20 17:03:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 14:03:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171362179727127722027',2706,'61713621784','16','2.00','100','retail','0','2024-04-20 17:03:15','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-20 14:03:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','37.00','35','Inclusive','branch','Inventory','','','','',''),('6171362580993822212362',2707,'61713625806','1','4.00','600','retail','0','2024-04-20 18:10:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 15:10:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171362584808343183320',2708,'61713625846','1','2.00','300','retail','0','2024-04-20 18:10:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 15:11:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171362585935130229425',2709,'61713625846','10','0.50','400','retail','0','2024-04-20 18:10:51','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-20 15:11:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.00','0.5','Inclusive','branch','Inventory','','','','',''),('6171362589461025201336',2710,'61713625892','3','2.00','300','retail','0','2024-04-20 18:11:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 15:11:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171363054207232300013',2711,'61713630451','34','1.00','20','retail','0','2024-04-20 19:27:31','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-20 16:29:24','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('7171363061713637231323',2712,'71713630599','1','1.00','150','retail','0','2024-04-20 19:29:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-20 16:33:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171363086972333000630',2713,'71713630839','17','4.00','160','retail','0','2024-04-20 19:33:59','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-20 16:35:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','39.00','35','Inclusive','branch','Inventory','','','','',''),('7171363115026031316730',2714,'71713630914','1','1.00','150','retail','0','2024-04-20 19:36:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-20 16:54:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171363205803242370271',2715,'71713632043','2','3.00','450','retail','0','2024-04-20 19:54:03','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-20 16:54:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','3.00','0','Inclusive','branch','Inventory','','4000','Asset','',''),('7171363210932212120222',2716,'71713632069','3','1.00','150','retail','0','2024-04-20 19:54:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-20 16:57:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171363220130337232232',2717,'71713632069','1','1.00','150','retail','0','2024-04-20 19:56:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-20 16:57:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171363224372031222233',2718,'71713632226','2','1.00','150','retail','0','2024-04-20 19:57:06','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-20 16:57:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171363226620723302620',2719,'71713632226','10','0.25','200','retail','0','2024-04-20 19:57:32','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-20 16:57:59','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('7171363229220303123320',2720,'71713632279','1','2.00','300','retail','0','2024-04-20 19:57:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-20 17:00:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171363230136132130303',2721,'71713632279','16','4.00','200','retail','0','2024-04-20 19:58:12','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-20 17:00:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','35.00','31','Inclusive','branch','Inventory','','','','',''),('7171363244922633023324',2722,'71713632420','2','2.00','300','retail','0','2024-04-20 20:00:20','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-20 17:01:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171363249232110239320',2723,'71713632420','17','3.00','120','retail','0','2024-04-20 20:00:49','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-20 17:01:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','35.00','32','Inclusive','branch','Inventory','','','','',''),('7171363252512270162362',2724,'71713632506','3','3.00','450','retail','0','2024-04-20 20:01:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-20 17:02:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171363255000255220352',2725,'71713632537','1','2.00','300','retail','0','2024-04-20 20:02:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-20 17:02:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171363257535220223311',2726,'71713632563','3','1.00','150','retail','0','2024-04-20 20:02:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-20 17:03:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171363258443104346234',2727,'71713632563','2','1.00','150','retail','0','2024-04-20 20:02:55','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-20 17:03:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171363266972703220722',2728,'71713632662','5','1.00','150','retail','0','2024-04-20 20:04:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-20 17:04:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171363315951033323333',2729,'71713633141','1','1.00','150','retail','0','2024-04-20 20:12:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-20 17:13:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171363554437073630233',2730,'61713635537','1','2.00','300','retail','0','2024-04-20 20:52:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 17:53:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171363567636630236542',2731,'61713635670','1','2.00','300','retail','0','2024-04-20 20:54:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 17:59:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171363633476362332433',2732,'61713635951','3','1.00','150','retail','0','2024-04-20 20:59:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-20 18:05:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171363700210223223200',2733,'61713636342','16','2.00','100','retail','0','2024-04-20 21:05:42','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-20 18:16:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','31.00','29','Inclusive','branch','Inventory','','','','',''),('7171369401223233230301',2734,'71713693953','4','2.00','300','retail','0','2024-04-21 13:05:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-21 10:08:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171369402612034302326',2735,'71713693953','3','2.00','300','retail','0','2024-04-21 13:06:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-21 10:08:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171369416063132602200',2736,'71713694139','1','2.00','300','retail','0','2024-04-21 13:08:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-21 10:14:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171369417313933376361',2737,'71713694139','10','0.25','200','retail','0','2024-04-21 13:09:20','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-21 10:14:06','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7171369438133272930332',2738,'71713694139','10','0.25','200','retail','0','2024-04-21 13:12:41','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-21 10:14:06','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('7171369449992603223973',2739,'71713694482','10','0.50','400','retail','0','2024-04-21 13:14:42','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-21 10:15:38','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','2.75','2.25','Inclusive','branch','Inventory','','','','',''),('7171369451131622243234',2740,'71713694482','1','1.00','150','retail','0','2024-04-21 13:14:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-21 10:15:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171369458102330223113',2741,'71713694563','2','2.00','300','retail','0','2024-04-21 13:16:03','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-21 10:17:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171369461122223422137',2742,'71713694563','1','1.00','150','retail','0','2024-04-21 13:16:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-21 10:17:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171369558133232072353',2743,'71713694660','1','2.00','300','retail','0','2024-04-21 13:17:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-21 10:33:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171369560413232722133',2744,'71713694660','10','0.50','400','retail','0','2024-04-21 13:33:01','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-21 10:33:41','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','2.25','1.75','Inclusive','branch','Inventory','','','','',''),('7171369565026723002052',2745,'71713695622','10','0.25','200','retail','0','2024-04-21 13:33:42','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-21 10:35:17','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('7171369570270003032932',2746,'71713695622','1','1.00','150','retail','0','2024-04-21 13:34:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-21 10:35:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171369573537322120023',2747,'71713695717','10','1.00','800','retail','0','2024-04-21 13:35:17','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-21 10:36:44','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.50','0.5','Inclusive','branch','Inventory','','','','',''),('7171369574433133330341',2748,'71713695717','3','2.00','300','retail','0','2024-04-21 13:35:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-21 10:36:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171369581723024132870',2749,'71713695805','1','1.00','150','retail','0','2024-04-21 13:36:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-21 10:37:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171369594332323320031',2750,'71713695835','1','3.00','450','retail','0','2024-04-21 13:37:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-21 10:45:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171369628821733212320',2751,'71713695835','9','1.00','600','retail','0','2024-04-21 13:39:39','','','','0','Cash',0.00,'600','','','7','16.00','1','2024-04-21 10:45:14','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171369634703021233733',2752,'71713696337','2','2.00','300','retail','0','2024-04-21 13:45:37','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-21 10:45:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171369635932240922120',2753,'71713696350','3','2.00','300','retail','0','2024-04-21 13:45:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-21 10:46:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171371125837438722321',2754,'61713711252','3','5.00','750','retail','0','2024-04-21 17:54:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-21 14:54:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('6171371128842303023321',2755,'61713711287','3','1.00','150','retail','0','2024-04-21 17:54:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 10:43:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171378325233223313220',2756,'61713783249','3','1.00','150','retail','0','2024-04-22 13:54:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 10:54:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171378329822302933382',2757,'61713783296','1','1.00','150','retail','0','2024-04-22 13:54:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 10:55:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171378347024333173233',2758,'61713783469','1','1.00','150','retail','0','2024-04-22 13:57:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 10:58:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171378347782020303332',2759,'61713783469','28','1.00','90','retail','0','2024-04-22 13:57:56','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-04-22 10:58:25','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6171378353513230313338',2760,'61713783532','1','1.00','150','retail','0','2024-04-22 13:58:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 10:59:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171378354230353323387',2761,'61713783532','35','1.00','5','retail','0','2024-04-22 13:59:01','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-22 10:59:30','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','171.00','170','Inclusive','branch','Inventory','','','','',''),('6171378355880381003333',2762,'61713783532','17','1.00','40','retail','0','2024-04-22 13:59:17','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-22 10:59:30','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','32.00','31','Inclusive','branch','Inventory','','','','',''),('6171378360217032306307',2763,'61713783601','3','1.00','150','retail','0','2024-04-22 14:00:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 11:00:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171378362886323332632',2764,'61713783601','28','1.00','90','retail','0','2024-04-22 14:00:26','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-04-22 11:00:42','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6171378664322444216303',2765,'61713786640','1','1.00','150','retail','0','2024-04-22 14:50:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 11:51:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171378666430321032703',2766,'61713786640','10','0.25','200','retail','0','2024-04-22 14:50:54','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-22 11:51:31','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('6171378668448033182381',2767,'61713786640','20','1.00','60','retail','0','2024-04-22 14:51:20','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-04-22 11:51:31','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','34.00','33','Inclusive','branch','Inventory','','','','',''),('6171378672537262232360',2768,'61713786722','17','2.00','80','retail','0','2024-04-22 14:52:02','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-22 11:52:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','31.00','29','Inclusive','branch','Inventory','','','','',''),('6171378674222072337301',2769,'61713786741','3','1.00','150','retail','0','2024-04-22 14:52:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 11:52:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171378676913230377232',2770,'61713786766','1','2.00','300','retail','0','2024-04-22 14:52:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 11:53:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171378680832068332231',2771,'61713786805','1','3.00','450','retail','0','2024-04-22 14:53:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 11:53:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171379766601642133202',2772,'61713797665','1','1.00','150','retail','0','2024-04-22 17:54:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 14:54:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171379770923200373730',2773,'61713797706','1','2.00','300','retail','0','2024-04-22 17:55:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 14:55:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171379773770792322319',2774,'61713797736','1','1.00','150','retail','0','2024-04-22 17:55:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 14:56:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171379774722333772127',2775,'61713797736','33','1.00','10','retail','0','2024-04-22 17:55:45','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-04-22 14:56:11','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6171379778633233722037',2776,'61713797785','1','1.00','150','retail','0','2024-04-22 17:56:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 15:36:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171379779392209300932',2777,'61713797785','35','1.00','5','retail','0','2024-04-22 17:56:31','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-22 15:36:41','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','170.00','169','Inclusive','branch','Inventory','','','','',''),('6171380021070432322023',2778,'61713800208','1','1.00','150','retail','0','2024-04-22 18:36:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 15:37:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171380027022727321306',2779,'61713800268','3','1.00','150','retail','0','2024-04-22 18:37:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 15:40:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171380027333332203337',2780,'61713800268','2','1.00','150','retail','0','2024-04-22 18:37:52','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-22 15:40:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171380041406042203040',2781,'61713800268','10','0.50','400','retail','0','2024-04-22 18:39:12','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-22 15:40:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.25','0.75','Inclusive','branch','Inventory','','','','',''),('6171380044430344001330',2782,'61713800441','1','2.00','300','retail','0','2024-04-22 18:40:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 15:40:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171380132923270603921',2783,'61713801328','1','1.00','150','retail','0','2024-04-22 18:55:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 15:55:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171380136133202600203',2784,'61713801358','17','3.00','120','retail','0','2024-04-22 18:55:58','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-22 15:56:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','29.00','26','Inclusive','branch','Inventory','','','','',''),('6171380144043328030107',2785,'61713801436','3','3.00','450','retail','0','2024-04-22 18:57:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 15:57:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171380145630323320023',2786,'61713801436','2','1.00','150','retail','0','2024-04-22 18:57:31','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-22 15:57:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171380146812032123233',2787,'61713801467','16','1.00','50','retail','0','2024-04-22 18:57:47','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-22 15:57:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.00','28','Inclusive','branch','Inventory','','','','',''),('6171380657543336332332',2788,'61713806496','1','1.00','150','retail','0','2024-04-22 20:21:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-22 17:23:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171380658534033232233',2789,'61713806496','16','1.00','50','retail','0','2024-04-22 20:22:55','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-22 17:23:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.00','27','Inclusive','branch','Inventory','','','','',''),('7171386471904328201072',2790,'71713864448','10','0.50','400','retail','0','2024-04-23 12:27:28','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-23 09:33:09','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','3.75','3.25','Inclusive','branch','Inventory','','','','',''),('7171386481222622328711',2791,'71713864796','1','1.00','150','retail','0','2024-04-23 12:33:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 09:33:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171386482132332202228',2792,'71713864796','16','2.00','100','retail','0','2024-04-23 12:33:32','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-23 09:33:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','27.00','25','Inclusive','branch','Inventory','','','','',''),('7171386484111822323313',2793,'71713864834','1','1.00','150','retail','0','2024-04-23 12:33:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 09:34:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171386804812333230002',2794,'71713868032','2','2.00','300','retail','0','2024-04-23 13:27:12','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-23 10:27:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171386807633037327322',2795,'71713868063','1','4.00','600','retail','0','2024-04-23 13:27:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 10:28:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171386816922333333873',2796,'71713868145','1','3.00','450','retail','0','2024-04-23 13:29:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 10:29:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171386817733223320032',2797,'71713868145','3','3.00','450','retail','0','2024-04-23 13:29:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 10:29:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171386964932663221323',2798,'71713868277','17','2.00','80','retail','0','2024-04-23 13:31:17','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-23 10:54:39','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','26.00','24','Inclusive','branch','Inventory','','','','',''),('7171387025022130223022',2799,'71713870240','1','1.00','150','retail','0','2024-04-23 14:04:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 11:04:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171387027422733234370',2800,'71713870265','33','1.00','10','retail','0','2024-04-23 14:04:25','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-04-23 11:04:49','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7171387204520207330100',2801,'71713870504','2','1.00','150','retail','0','2024-04-23 14:08:24','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-23 11:35:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171387205320757223223',2802,'71713870504','3','1.00','150','retail','0','2024-04-23 14:34:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 11:35:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171387210332710330222',2803,'71713870504','16','4.00','200','retail','0','2024-04-23 14:34:14','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-23 11:35:41','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','25.00','21','Inclusive','branch','Inventory','','','','',''),('7171387211822232037221',2804,'71713870504','22','2.00','100','retail','0','2024-04-23 14:35:03','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-23 11:35:41','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','9.00','7','Inclusive','branch','Inventory','','','','',''),('7171387215707244385822',2805,'71713872141','1','1.00','150','retail','0','2024-04-23 14:35:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 11:35:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171387283522831223382',2806,'71713872823','1','1.00','150','retail','0','2024-04-23 14:47:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 11:47:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171387349024320302737',2807,'71713872864','10','0.25','200','retail','0','2024-04-23 14:47:44','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-23 11:58:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.25','3','Inclusive','branch','Inventory','','','','',''),('7171387424827014732220',2808,'71713873508','10','0.25','200','retail','0','2024-04-23 14:58:28','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-23 12:11:13','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('7171387426233323323232',2809,'71713873508','3','1.00','150','retail','0','2024-04-23 15:10:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 12:11:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171387851122007012813',2810,'71713874717','5','2.00','300','retail','0','2024-04-23 15:18:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 13:22:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171387854400332333333',2811,'71713878523','2','1.00','150','retail','0','2024-04-23 16:22:03','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-23 13:22:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171387855383233233300',2812,'71713878523','4','1.00','150','retail','0','2024-04-23 16:22:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 13:22:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171388174922220233830',2813,'71713878846','2','1.00','150','retail','0','2024-04-23 16:27:26','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-23 14:16:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171388177323233777273',2814,'71713881762','3','1.00','150','retail','0','2024-04-23 17:16:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 14:16:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171388361707203321381',2815,'71713882413','1','1.00','150','retail','0','2024-04-23 17:26:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 14:47:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171388362533283222432',2816,'71713882413','16','2.00','100','retail','0','2024-04-23 17:46:57','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-23 14:47:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','21.00','19','Inclusive','branch','Inventory','','','','',''),('7171388366929002848276',2817,'71713883654','1','1.00','150','retail','0','2024-04-23 17:47:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 14:48:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171388398243383373383',2818,'71713883715','1','1.00','150','retail','0','2024-04-23 17:52:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 15:05:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171388476572333400880',2819,'71713884758','17','1.00','40','retail','0','2024-04-23 18:05:58','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-23 15:06:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('7171388588440348233204',2820,'71713885862','1','2.00','300','retail','0','2024-04-23 18:24:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 15:24:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171388591988232723370',2821,'71713885897','16','2.00','100','retail','0','2024-04-23 18:25:09','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-23 15:25:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','19.00','17','Inclusive','branch','Inventory','','','','',''),('7171388617338303331813',2822,'71713885961','16','1.00','50','retail','0','2024-04-23 18:26:01','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-23 15:29:36','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('7171388690003232301302',2823,'71713886176','2','1.00','150','retail','0','2024-04-23 18:29:36','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-23 15:42:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171388690802923022022',2824,'71713886176','3','1.00','150','retail','0','2024-04-23 18:41:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 15:42:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171388969533279029724',2825,'71713889687','2','1.00','150','retail','0','2024-04-23 19:28:07','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-23 16:28:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171388971009134032078',2826,'71713889687','35','2.00','10','retail','0','2024-04-23 19:28:15','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-23 16:28:53','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','169.00','167','Inclusive','branch','Inventory','','','','',''),('7171388976922306843203',2827,'71713889734','1','1.00','150','retail','0','2024-04-23 19:28:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 16:30:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171388979189383302033',2828,'71713889734','10','0.25','200','retail','0','2024-04-23 19:29:30','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-23 16:30:13','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('7171388980232000233303',2829,'71713889734','28','1.00','90','retail','0','2024-04-23 19:29:51','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-04-23 16:30:13','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7171389093012270331302',2830,'71713890899','1','2.00','300','retail','0','2024-04-23 19:48:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 16:50:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171389108287902231832',2831,'71713891042','1','1.00','150','retail','0','2024-04-23 19:50:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 16:52:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171389110043002033383',2832,'71713891042','3','2.00','300','retail','0','2024-04-23 19:51:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 16:52:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171389113743122330311',2833,'71713891124','1','1.00','150','retail','0','2024-04-23 19:52:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 16:52:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171389122423230204022',2834,'71713891210','5','1.00','150','retail','0','2024-04-23 19:53:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 16:53:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171389147720383324722',2835,'71713891241','1','1.00','150','retail','0','2024-04-23 19:54:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 16:58:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171389364167130027013',2836,'71713893628','3','1.00','150','retail','0','2024-04-23 20:33:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 17:34:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171389368820323180323',2837,'71713893676','1','1.00','150','retail','0','2024-04-23 20:34:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 17:35:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171389370833330020211',2838,'71713893676','17','2.00','80','retail','0','2024-04-23 20:34:48','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-23 17:35:25','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','23.00','21','Inclusive','branch','Inventory','','','','',''),('7171389375327354222133',2839,'71713893726','1','1.00','150','retail','0','2024-04-23 20:35:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 17:36:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171389547792932373032',2840,'71713895469','1','1.00','150','retail','0','2024-04-23 21:04:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 18:04:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171389695603307332650',2841,'71713896906','4','1.00','150','retail','0','2024-04-23 21:28:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-23 18:29:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171395048904233040333',2842,'61713950488','1','1.00','150','retail','0','2024-04-24 12:21:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 09:21:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171395050200032500236',2843,'61713950498','3','1.00','150','retail','0','2024-04-24 12:21:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 09:30:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171395102403233003250',2844,'61713950498','16','2.00','100','retail','0','2024-04-24 12:30:21','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-24 09:30:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','16.00','14','Inclusive','branch','Inventory','','','','',''),('6171396067300332363230',2845,'61713960672','2','1.00','150','retail','0','2024-04-24 15:11:12','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-24 12:11:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171396067640333709326',2846,'61713960672','3','1.00','150','retail','0','2024-04-24 15:11:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 12:11:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171396070332332020371',2847,'61713960701','22','2.00','100','retail','0','2024-04-24 15:11:41','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-24 12:11:55','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','7.00','5','Inclusive','branch','Inventory','','','','',''),('6171396073407132360373',2848,'61713960730','2','2.00','300','retail','0','2024-04-24 15:12:10','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-24 12:12:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171396073610222112031',2849,'61713960730','1','1.00','150','retail','0','2024-04-24 15:12:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 12:12:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171396074202672102213',2850,'61713960730','5','1.00','150','retail','0','2024-04-24 15:12:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 12:12:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171396075026933232220',2851,'61713960730','28','1.00','90','retail','0','2024-04-24 15:12:29','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-04-24 12:12:53','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6171396075533232922250',2852,'61713960730','21','2.00','160','retail','0','2024-04-24 15:12:33','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-04-24 12:12:53','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','9.00','7','Inclusive','branch','Inventory','','','','',''),('6171396079200332333333',2853,'61713960791','1','1.00','150','retail','0','2024-04-24 15:13:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 12:13:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171396080332310323323',2854,'61713960791','10','0.25','200','retail','0','2024-04-24 15:13:17','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-24 12:13:39','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6171396110669126032369',2855,'61713961105','2','2.00','300','retail','0','2024-04-24 15:18:25','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-24 12:20:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171396118327338293616',2856,'61713961105','10','0.50','400','retail','0','2024-04-24 15:19:26','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-24 12:20:00','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.25','1.75','Inclusive','branch','Inventory','','','','',''),('6171396121620426220732',2857,'61713961215','1','1.00','150','retail','0','2024-04-24 15:20:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 12:20:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171396122423122319202',2858,'61713961215','34','1.00','20','retail','0','2024-04-24 15:20:22','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-04-24 12:20:42','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('6171396125730193720220',2859,'61713961256','16','1.00','50','retail','0','2024-04-24 15:20:56','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-24 12:21:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('6171396161471940260292',2860,'61713961611','3','1.00','150','retail','0','2024-04-24 15:26:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 12:27:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171396161623626272603',2861,'61713961611','2','1.00','150','retail','0','2024-04-24 15:26:55','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-24 12:27:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171396162552202633220',2862,'61713961611','10','0.25','200','retail','0','2024-04-24 15:26:59','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-24 12:27:45','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171396163434261201166',2863,'61713961611','17','3.00','120','retail','0','2024-04-24 15:27:11','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-24 12:27:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','21.00','18','Inclusive','branch','Inventory','','','','',''),('6171396164882202633420',2864,'61713961611','35','10.00','50','retail','0','2024-04-24 15:27:22','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-24 12:27:45','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','167.00','157','Inclusive','branch','Inventory','','','','',''),('6171396167843963173026',2865,'61713961677','1','1.00','150','retail','0','2024-04-24 15:27:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 12:28:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171396170444231310306',2866,'61713961702','4','2.00','300','retail','0','2024-04-24 15:28:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 12:28:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171396173330402030033',2867,'61713961730','2','1.00','150','retail','0','2024-04-24 15:28:50','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-24 12:29:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171396174223293630022',2868,'61713961730','10','0.25','200','retail','0','2024-04-24 15:28:55','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-24 12:29:05','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171396177517501210430',2869,'61713961762','1','3.00','450','retail','0','2024-04-24 15:29:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 12:29:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171396178638323632022',2870,'61713961762','22','3.00','150','retail','0','2024-04-24 15:29:41','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-24 12:29:48','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','5.00','2','Inclusive','branch','Inventory','','','','',''),('6171396248724277740230',2871,'61713962485','1','2.00','300','retail','0','2024-04-24 15:41:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 12:59:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171396250121152621227',2872,'61713962485','22','1.00','50','retail','0','2024-04-24 15:41:40','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-24 12:59:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171396250720600233630',2873,'61713962485','20','1.00','60','retail','0','2024-04-24 15:41:45','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-04-24 12:59:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','33.00','32','Inclusive','branch','Inventory','','','','',''),('6171396251623212000222',2874,'61713962485','35','2.00','10','retail','0','2024-04-24 15:41:54','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-24 12:59:17','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','157.00','155','Inclusive','branch','Inventory','','','','',''),('6171396254123333913263',2875,'61713962485','17','2.00','80','retail','0','2024-04-24 15:42:19','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-24 12:59:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','18.00','16','Inclusive','branch','Inventory','','','','',''),('6171397565834701223253',2876,'61713975656','3','2.00','300','retail','0','2024-04-24 19:20:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 16:21:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171397566417462700639',2877,'61713975656','16','1.00','50','retail','0','2024-04-24 19:21:03','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-24 16:21:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('6171397566643207393013',2878,'61713975656','17','1.00','40','retail','0','2024-04-24 19:21:05','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-24 16:21:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('6171397567432236630420',2879,'61713975672','1','1.00','150','retail','0','2024-04-24 19:21:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 16:21:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171397571253320303302',2880,'61713975711','1','1.00','150','retail','0','2024-04-24 19:21:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 16:22:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171397572222304921332',2881,'61713975711','1','1.00','150','retail','0','2024-04-24 19:21:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 16:22:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171397573122320273732',2882,'61713975711','10','0.50','400','retail','0','2024-04-24 19:22:05','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-24 16:22:33','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.25','0.75','Inclusive','branch','Inventory','','','','',''),('6171397576753172670322',2883,'61713975765','4','2.00','300','retail','0','2024-04-24 19:22:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 16:23:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171397579201771052311',2884,'61713975791','3','1.00','150','retail','0','2024-04-24 19:23:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 16:23:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171397584135303535322',2885,'61713975840','1','1.00','150','retail','0','2024-04-24 19:24:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 16:24:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171397584672237021040',2886,'61713975840','17','2.00','80','retail','0','2024-04-24 19:24:04','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-24 16:24:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','15.00','13','Inclusive','branch','Inventory','','','','',''),('6171397587553002332602',2887,'61713975873','16','1.00','50','retail','0','2024-04-24 19:24:34','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-24 16:25:01','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6171397591322322021391',2888,'61713975912','1','1.00','150','retail','0','2024-04-24 19:25:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 16:25:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171397593903331553037',2889,'61713975938','1','1.00','150','retail','0','2024-04-24 19:25:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 16:26:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171397598810863105202',2890,'61713975987','1','1.00','150','retail','0','2024-04-24 19:26:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 16:26:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171397601636031612672',2891,'61713976014','4','1.00','150','retail','0','2024-04-24 19:26:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 16:27:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171397601883026204220',2892,'61713976014','1','1.00','150','retail','0','2024-04-24 19:26:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 16:27:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171397602702732230329',2893,'61713976014','16','2.00','100','retail','0','2024-04-24 19:27:02','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-24 16:27:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','11.00','9','Inclusive','branch','Inventory','','','','',''),('6171397635652692443324',2894,'61713976350','1','2.00','300','retail','0','2024-04-24 19:32:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 16:32:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171398271831913323202',2895,'61713982717','3','1.00','150','retail','0','2024-04-24 21:18:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 18:18:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171398274320223727030',2896,'61713982742','3','1.00','150','retail','0','2024-04-24 21:19:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 18:19:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171398277031300002132',2897,'61713982767','1','2.00','300','retail','0','2024-04-24 21:19:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 18:19:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171398280711031120338',2898,'61713982806','1','1.00','150','retail','0','2024-04-24 21:20:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-24 18:20:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171398325212476222203',2899,'61713983251','16','2.00','100','retail','0','2024-04-24 21:27:31','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-24 18:27:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','9.00','7','Inclusive','branch','Inventory','','','','',''),('6171403458110320230232',2900,'61714034574','2','5.00','750','retail','0','2024-04-25 11:42:54','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-25 08:43:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','4000','Asset','',''),('6171403970832022200823',2901,'61714039707','1','1.00','150','retail','0','2024-04-25 13:08:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-25 10:08:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171403971923933702240',2902,'61714039707','10','0.50','400','retail','0','2024-04-25 13:08:32','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-25 10:08:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.75','0.25','Inclusive','branch','Inventory','','','','',''),('6171403975999433022242',2903,'61714039757','2','1.00','150','retail','0','2024-04-25 13:09:17','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-25 10:09:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171405094525300122032',2904,'61714050943','2','2.00','300','retail','0','2024-04-25 16:15:43','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-25 13:16:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171405098333332372335',2905,'61714050981','3','1.00','150','retail','0','2024-04-25 16:16:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-25 13:16:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171405099393333632402',2906,'61714050981','21','1.00','80','retail','0','2024-04-25 16:16:31','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-04-25 13:16:42','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('6171405101320602164367',2907,'61714051011','1','1.00','150','retail','0','2024-04-25 16:16:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-25 13:17:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171405102030106020533',2908,'61714051011','16','2.00','100','retail','0','2024-04-25 16:16:59','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-25 13:17:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','7.00','5','Inclusive','branch','Inventory','','','','',''),('6171405102512024324351',2909,'61714051011','36','2.00','10','retail','0','2024-04-25 16:17:03','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-25 13:17:15','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','174.00','172','Inclusive','branch','Inventory','','4000','Asset','',''),('6171405126070665223020',2910,'61714051259','2','2.00','300','retail','0','2024-04-25 16:20:59','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-25 13:21:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171405251131130122223',2911,'61714052509','1','1.00','150','retail','0','2024-04-25 16:41:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-25 13:41:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171405252225422322202',2912,'61714052521','1','1.00','150','retail','0','2024-04-25 16:42:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-25 13:42:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171405256433630233166',2913,'61714052561','2','2.00','300','retail','0','2024-04-25 16:42:41','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-25 13:42:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171405258900004155337',2914,'61714052587','1','2.00','300','retail','0','2024-04-25 16:43:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-25 13:51:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171405304431300227400',2915,'61714052587','22','2.00','100','retail','0','2024-04-25 16:50:42','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-25 13:51:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.00','2','Inclusive','branch','Inventory','','','','',''),('6171405305223201203530',2916,'61714052587','16','1.00','50','retail','0','2024-04-25 16:50:51','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-25 13:51:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6171405310000304322042',2917,'61714053099','1','1.00','150','retail','0','2024-04-25 16:51:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-25 13:52:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171405509933020323092',2918,'61714055097','3','2.00','300','retail','0','2024-04-25 17:24:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-25 14:25:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171405511663336727006',2919,'61714055114','5','1.00','150','retail','0','2024-04-25 17:25:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-25 14:25:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171406020373330610323',2920,'61714060200','3','2.00','300','retail','0','2024-04-25 18:50:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-25 15:50:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171406025050021332033',2921,'61714060249','3','1.00','150','retail','0','2024-04-25 18:50:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-25 15:51:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171406026502204223434',2922,'61714060249','16','1.00','50','retail','0','2024-04-25 18:51:04','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-25 15:51:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171406027733303037213',2923,'61714060249','35','6.00','30','retail','0','2024-04-25 18:51:12','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-25 15:51:43','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','155.00','149','Inclusive','branch','Inventory','','','','',''),('6171406028403683002400',2924,'61714060249','33','1.00','10','retail','0','2024-04-25 18:51:21','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-04-25 15:51:43','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('6171406032116133302301',2925,'61714060320','1','1.00','150','retail','0','2024-04-25 18:52:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-25 15:52:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171406032932661302437',2926,'61714060320','17','3.00','120','retail','0','2024-04-25 18:52:06','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-25 15:52:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','13.00','10','Inclusive','branch','Inventory','','','','',''),('6171406033330302332130',2927,'61714060320','17','1.00','40','retail','0','2024-04-25 18:52:10','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-25 15:52:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6171406254730333725717',2928,'61714062489','2','1.00','150','retail','0','2024-04-25 19:28:09','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-25 16:29:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171406257630314323313',2929,'61714062489','16','1.00','50','retail','0','2024-04-25 19:29:17','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-25 16:29:57','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6171406385923053321363',2930,'61714063246','10','0.25','200','retail','0','2024-04-25 19:40:46','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-25 16:51:25','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171406389210320660011',2931,'61714063885','1','1.00','150','retail','0','2024-04-25 19:51:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-25 16:51:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171406393939223022674',2932,'61714063933','1','1.00','150','retail','0','2024-04-25 19:52:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-25 16:53:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171406395204143000222',2933,'61714063933','2','1.00','150','retail','0','2024-04-25 19:52:19','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-25 16:53:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171406396433232232614',2934,'61714063933','20','1.00','60','retail','0','2024-04-25 19:52:32','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-04-25 16:53:01','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','32.00','31','Inclusive','branch','Inventory','','','','',''),('7171406700533332507522',2935,'71714066952','1','2.00','300','retail','0','2024-04-25 20:42:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-25 17:43:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('7171406705170273430230',2936,'71714067029','35','4.00','20','retail','0','2024-04-25 20:43:49','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-04-25 17:44:22','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','149.00','145','Inclusive','branch','Inventory','','','','',''),('7171406707327303300732',2937,'71714067062','1','2.00','300','retail','0','2024-04-25 20:44:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-25 17:45:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('7171406708434230201710',2938,'71714067062','16','2.00','100','retail','0','2024-04-25 20:44:33','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-25 17:45:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.00','0','Inclusive','branch','Inventory','','','','',''),('7171406710533002443332',2939,'71714067062','17','2.00','80','retail','0','2024-04-25 20:44:44','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-25 17:45:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','9.00','7','Inclusive','branch','Inventory','','','','',''),('7171406715667273243103',2940,'71714067128','2','1.00','150','retail','0','2024-04-25 20:45:28','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-25 17:46:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171406717022270227070',2941,'71714067128','3','2.00','300','retail','0','2024-04-25 20:45:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-25 17:46:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171406718121426222140',2942,'71714067128','4','1.00','150','retail','0','2024-04-25 20:46:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-25 17:46:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171406719310143701472',2943,'71714067128','23','2.00','160','retail','0','2024-04-25 20:46:21','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-04-25 17:46:46','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','8.00','6','Inclusive','branch','Inventory','','','','',''),('7171406721702002443747',2944,'71714067206','1','3.00','450','retail','0','2024-04-25 20:46:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-25 17:49:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','1.00','-2','Inclusive','branch','Inventory','','','','',''),('7171406735372433700060',2945,'71714067206','16','3.00','150','retail','0','2024-04-25 20:48:10','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-25 17:49:26','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','26.00','23','Inclusive','branch','Inventory','','','','',''),('7171406748641240131203',2946,'71714067384','1','2.00','300','retail','0','2024-04-25 20:49:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-25 17:51:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('6171413033033347423004',2947,'61714130328','2','2.00','300','retail','0','2024-04-26 14:18:48','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-26 11:21:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171413035203233323310',2948,'61714130328','20','2.00','120','retail','0','2024-04-26 14:19:03','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-04-26 11:21:42','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','31.00','29','Inclusive','branch','Inventory','','','','',''),('6171413037027223217371',2949,'61714130328','17','2.00','80','retail','0','2024-04-26 14:19:27','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-26 11:21:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','7.00','5','Inclusive','branch','Inventory','','','','',''),('6171413046830628023326',2950,'61714130328','35','2.00','10','retail','0','2024-04-26 14:21:02','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-26 11:21:42','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','145.00','143','Inclusive','branch','Inventory','','','','',''),('6171413054872533124333',2951,'61714130547','1','1.00','150','retail','0','2024-04-26 14:22:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 11:23:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171413057931013737400',2952,'61714130547','16','2.00','100','retail','0','2024-04-26 14:22:53','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-26 11:23:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','23.00','21','Inclusive','branch','Inventory','','','','',''),('6171413061632600722163',2953,'61714130613','1','2.00','300','retail','0','2024-04-26 14:23:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 11:23:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171413064422767421436',2954,'61714130643','4','1.00','150','retail','0','2024-04-26 14:24:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 11:24:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171413064992202333420',2955,'61714130643','1','1.00','150','retail','0','2024-04-26 14:24:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 11:24:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171413067022623232422',2956,'61714130643','21','1.00','80','retail','0','2024-04-26 14:24:28','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-04-26 11:24:56','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6171413071421013232032',2957,'61714130712','1','1.00','150','retail','0','2024-04-26 14:25:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 11:25:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171415145242744250224',2958,'61714151451','3','1.00','150','retail','0','2024-04-26 20:10:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:11:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171415147170072703463',2959,'61714151451','10','0.25','200','retail','0','2024-04-26 20:11:09','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-26 17:11:34','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('6171415148030172204151',2960,'61714151451','20','1.00','60','retail','0','2024-04-26 20:11:18','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-04-26 17:11:34','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.00','28','Inclusive','branch','Inventory','','','','',''),('6171415151534251201155',2961,'61714151514','3','1.00','150','retail','0','2024-04-26 20:11:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:12:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171415152225743422222',2962,'61714151514','1','3.00','450','retail','0','2024-04-26 20:11:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:12:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171415153251112502112',2963,'61714151514','16','5.00','250','retail','0','2024-04-26 20:12:07','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-26 17:12:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','21.00','16','Inclusive','branch','Inventory','','','','',''),('6171415155223462025333',2964,'61714151514','4','1.00','150','retail','0','2024-04-26 20:12:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:12:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171415157724265324153',2965,'61714151576','17','1.00','40','retail','0','2024-04-26 20:12:56','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-26 17:13:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6171415167867804721331',2966,'61714151677','4','1.00','150','retail','0','2024-04-26 20:14:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:16:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171415168922132341226',2967,'61714151677','17','2.00','80','retail','0','2024-04-26 20:14:44','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-26 17:16:09','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.00','2','Inclusive','branch','Inventory','','','','',''),('6171415169612202149672',2968,'61714151677','20','1.00','60','retail','0','2024-04-26 20:14:55','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-04-26 17:16:09','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.00','27','Inclusive','branch','Inventory','','','','',''),('6171415178281302213703',2969,'61714151781','3','1.00','150','retail','0','2024-04-26 20:16:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:16:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171415187037404111123',2970,'61714151869','1','1.00','150','retail','0','2024-04-26 20:17:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:18:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171415188934303720301',2971,'61714151888','1','1.00','150','retail','0','2024-04-26 20:18:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:18:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171415191531212351021',2972,'61714151912','1','3.00','450','retail','0','2024-04-26 20:18:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:18:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171415197122270223345',2973,'61714151966','1','2.00','300','retail','0','2024-04-26 20:19:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:19:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171415201222122073121',2974,'61714152009','1','2.00','300','retail','0','2024-04-26 20:20:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:20:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171415204034304032130',2975,'61714152039','1','2.00','300','retail','0','2024-04-26 20:20:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:21:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171415205425251321424',2976,'61714152039','10','0.50','400','retail','0','2024-04-26 20:20:43','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-26 17:21:13','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.75','2.25','Inclusive','branch','Inventory','','','','',''),('6171415210431113323202',2977,'61714152102','1','1.00','150','retail','0','2024-04-26 20:21:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:22:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171415211223113310541',2978,'61714152102','16','3.00','150','retail','0','2024-04-26 20:21:47','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-26 17:22:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','16.00','13','Inclusive','branch','Inventory','','','','',''),('6171415212535002213322',2979,'61714152102','10','0.50','400','retail','0','2024-04-26 20:21:54','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-26 17:22:19','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.25','1.75','Inclusive','branch','Inventory','','','','',''),('6171415215435321201430',2980,'61714152152','16','2.00','100','retail','0','2024-04-26 20:22:32','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-26 17:22:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','13.00','11','Inclusive','branch','Inventory','','','','',''),('6171415219343222151120',2981,'61714152189','2','4.00','600','retail','0','2024-04-26 20:23:09','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:23:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','4000','Asset','',''),('6171415224631214223113',2982,'61714152243','2','1.00','150','retail','0','2024-04-26 20:24:03','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:24:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171415225224434431225',2983,'61714152243','17','2.00','80','retail','0','2024-04-26 20:24:10','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-26 17:24:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.00','0','Inclusive','branch','Inventory','','','','',''),('6171415228423320022222',2984,'61714152282','1','3.00','450','retail','0','2024-04-26 20:24:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:25:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171415229204612232303',2985,'61714152282','33','1.00','10','retail','0','2024-04-26 20:24:50','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-04-26 17:25:06','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6171415231993333221303',2986,'61714152318','2','1.00','150','retail','0','2024-04-26 20:25:18','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:25:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171415237733332217115',2987,'61714152374','1','4.00','600','retail','0','2024-04-26 20:26:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:26:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171415251571425003133',2988,'61714152497','1','4.00','600','retail','0','2024-04-26 20:28:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 17:29:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171415253012033332020',2989,'61714152497','10','0.25','200','retail','0','2024-04-26 20:28:41','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-26 17:29:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171415275711122335337',2990,'61714152754','1','5.00','750','retail','0','2024-04-26 20:32:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-26 18:09:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('6171415278230502005340',2991,'61714152754','10','1.25','1000','retail','0','2024-04-26 20:32:42','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-26 18:09:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.25','1.50','0.25','Inclusive','branch','Inventory','','','','',''),('6171422191310246126192',2992,'61714221910','3','1.00','150','retail','0','2024-04-27 15:45:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 12:45:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171422191812713723902',2993,'61714221910','5','1.00','150','retail','0','2024-04-27 15:45:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 12:45:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171422192123042231322',2994,'61714221910','4','1.00','150','retail','0','2024-04-27 15:45:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 12:45:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171422198771023136007',2995,'61714221986','3','1.00','150','retail','0','2024-04-27 15:46:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 12:46:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171422202722023222234',2996,'61714222024','3','1.00','150','retail','0','2024-04-27 15:47:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 12:47:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171422203843330062033',2997,'61714222024','4','1.00','150','retail','0','2024-04-27 15:47:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 12:47:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171422204833123324823',2998,'61714222024','2','1.00','150','retail','0','2024-04-27 15:47:25','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-27 12:47:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171422215106203321321',2999,'61714222149','4','1.00','150','retail','0','2024-04-27 15:49:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 12:49:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171422218803233042222',3000,'61714222185','1','2.00','300','retail','0','2024-04-27 15:49:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 13:01:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171422317842240213722',3001,'61714223166','3','2.00','300','retail','0','2024-04-27 16:06:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 13:07:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171422332740223733102',3002,'61714223325','1','1.00','150','retail','0','2024-04-27 16:08:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 13:09:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171422333433122332302',3003,'61714223325','16','2.00','100','retail','0','2024-04-27 16:08:51','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-27 13:09:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','11.00','9','Inclusive','branch','Inventory','','','','',''),('6171422340202232222233',3004,'61714223396','22','1.00','50','retail','0','2024-04-27 16:09:57','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-27 13:10:21','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171422352733012052230',3005,'61714223525','17','3.00','120','retail','0','2024-04-27 16:12:05','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-27 13:12:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','44.00','41','Inclusive','branch','Inventory','','','','',''),('6171422356033423236330',3006,'61714223557','1','3.00','450','retail','0','2024-04-27 16:12:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 13:13:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171422356733202326253',3007,'61714223557','16','2.00','100','retail','0','2024-04-27 16:12:44','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-27 13:13:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','9.00','7','Inclusive','branch','Inventory','','','','',''),('6171422361330002330222',3008,'61714223612','1','1.00','150','retail','0','2024-04-27 16:13:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 13:14:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171422362322270362130',3009,'61714223612','35','1.00','5','retail','0','2024-04-27 16:13:41','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-04-27 13:14:03','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','143.00','142','Inclusive','branch','Inventory','','','','',''),('6171422363033224303624',3010,'61714223612','22','1.00','50','retail','0','2024-04-27 16:13:48','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-27 13:14:03','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171422369942324103464',3011,'61714223696','16','3.00','150','retail','0','2024-04-27 16:14:56','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-27 13:15:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','7.00','4','Inclusive','branch','Inventory','','','','',''),('6171422375321223323223',3012,'61714223751','16','1.00','50','retail','0','2024-04-27 16:15:51','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-27 13:16:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171422376004001224633',3013,'61714223751','1','1.00','150','retail','0','2024-04-27 16:15:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 13:16:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171422379340292032233',3014,'61714223791','1','2.00','300','retail','0','2024-04-27 16:16:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 13:17:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171422387900322293283',3015,'61714223878','16','2.00','100','retail','0','2024-04-27 16:17:58','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-27 13:18:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','3.00','1','Inclusive','branch','Inventory','','','','',''),('6171422393536231002336',3016,'61714223934','17','1.00','40','retail','0','2024-04-27 16:18:54','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-27 13:19:10','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','41.00','40','Inclusive','branch','Inventory','','','','',''),('6171422396304392332232',3017,'61714223961','3','2.00','300','retail','0','2024-04-27 16:19:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 13:19:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171422401523212130720',3018,'61714224014','1','1.00','150','retail','0','2024-04-27 16:20:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 13:22:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171422427423002346322',3019,'61714224271','16','2.00','100','retail','0','2024-04-27 16:24:31','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-27 13:25:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','27.00','25','Inclusive','branch','Inventory','','','','',''),('6171422447612722246062',3020,'61714224464','23','1.00','80','retail','0','2024-04-27 16:27:44','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-04-27 13:45:48','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6171422553663326432203',3021,'61714224464','17','1.00','40','retail','0','2024-04-27 16:44:54','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-27 13:45:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','40.00','39','Inclusive','branch','Inventory','','','','',''),('6171422558833803031232',3022,'61714225584','1','1.00','150','retail','0','2024-04-27 16:46:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 13:48:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171422566612621033202',3023,'61714225584','10','0.25','200','retail','0','2024-04-27 16:47:37','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-27 13:48:16','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171422567623136450204',3024,'61714225584','23','1.00','80','retail','0','2024-04-27 16:47:54','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-04-27 13:48:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6171422572822208030214',3025,'61714225724','16','1.00','50','retail','0','2024-04-27 16:48:44','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-27 13:49:04','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','','','',''),('6171422573343014304323',3026,'61714225724','17','2.00','80','retail','0','2024-04-27 16:48:50','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-27 13:49:04','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','39.00','37','Inclusive','branch','Inventory','','','','',''),('6171422868426828217124',3027,'61714228678','3','5.00','750','retail','0','2024-04-27 17:37:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 14:38:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('6171422869622006062813',3028,'61714228694','16','1.00','50','retail','0','2024-04-27 17:38:14','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-27 14:38:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('6171422870121731030367',3029,'61714228694','17','2.00','80','retail','0','2024-04-27 17:38:17','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-27 14:38:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','37.00','35','Inclusive','branch','Inventory','','','','',''),('6171422872264012120226',3030,'61714228721','21','1.00','80','retail','0','2024-04-27 17:38:41','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-04-27 14:38:44','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6171422875104030207221',3031,'61714228750','23','1.00','80','retail','0','2024-04-27 17:39:10','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-04-27 14:39:14','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171422878333220032028',3032,'61714228782','17','1.00','40','retail','0','2024-04-27 17:39:42','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-04-27 14:39:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','35.00','34','Inclusive','branch','Inventory','','','','',''),('6171422880332232822337',3033,'61714228801','16','2.00','100','retail','0','2024-04-27 17:40:01','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-27 14:40:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','23.00','21','Inclusive','branch','Inventory','','','','',''),('6171422968113286333333',3034,'61714229678','4','2.00','300','retail','0','2024-04-27 17:54:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-27 14:54:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171423113223322142073',3035,'61714231131','2','1.00','150','retail','0','2024-04-27 18:18:51','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-27 15:20:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171423123521520213230',3036,'61714231131','16','1.00','50','retail','0','2024-04-27 18:20:33','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-27 15:20:53','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('7171414615922253321620',3037,'71714146144','1','2.00','300','retail','0','2024-04-26 18:42:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:50:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171430856930320723302',3038,'71714146144','2','1.00','150','retail','0','2024-04-28 15:49:29','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:50:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171430857402238322031',3039,'71714146144','5','1.00','150','retail','0','2024-04-28 15:49:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:50:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171430859733730073423',3040,'71714146144','3','1.00','150','retail','0','2024-04-28 15:49:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:50:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171430867307323342202',3041,'71714308672','3','1.00','150','retail','0','2024-04-28 15:51:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:54:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171430867545332643023',3042,'71714308672','2','1.00','150','retail','0','2024-04-28 15:51:15','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:54:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171430883223472023333',3043,'71714308672','10','0.25','200','retail','0','2024-04-28 15:53:51','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-28 12:54:38','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('7171430885532805084322',3044,'71714308672','1','1.00','150','retail','0','2024-04-28 15:54:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:54:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171430885833123227213',3045,'71714308672','1','2.00','300','retail','0','2024-04-28 15:54:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:54:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171430892540090307833',3046,'71714308924','1','1.00','150','retail','0','2024-04-28 15:55:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:55:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171430899820030404383',3047,'71714308997','2','1.00','150','retail','0','2024-04-28 15:56:37','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:56:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171430900327213200001',3048,'71714308997','2','2.00','300','retail','0','2024-04-28 15:56:42','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:56:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171430905002734033233',3049,'71714309049','1','1.00','150','retail','0','2024-04-28 15:57:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:57:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171430905103232351302',3050,'71714309049','2','1.00','150','retail','0','2024-04-28 15:57:31','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:57:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171430905607312203243',3051,'71714309049','17','1.00','40','retail','0','2024-04-28 15:57:36','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-28 12:57:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','34.00','33','Inclusive','branch','Inventory','','','','',''),('7171430905832472233023',3052,'71714309049','17','1.00','40','retail','0','2024-04-28 15:57:38','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-28 12:57:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','33.00','32','Inclusive','branch','Inventory','','','','',''),('7171430906003290222320',3053,'71714309049','17','1.00','40','retail','0','2024-04-28 15:57:40','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-28 12:57:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','32.00','31','Inclusive','branch','Inventory','','','','',''),('7171430906433621603302',3054,'71714309049','2','1.00','150','retail','0','2024-04-28 15:57:44','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:57:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171430908732127012347',3055,'71714309087','1','1.00','150','retail','0','2024-04-28 15:58:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:58:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171430912020223010722',3056,'71714309119','2','1.00','150','retail','0','2024-04-28 15:58:39','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:59:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171430912230720214372',3057,'71714309119','2','1.00','150','retail','0','2024-04-28 15:58:41','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:59:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171430912332211213303',3058,'71714309119','2','1.00','150','retail','0','2024-04-28 15:58:42','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:59:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171430912739022340302',3059,'71714309119','16','1.00','50','retail','0','2024-04-28 15:58:47','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-28 12:59:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('7171430912902237133324',3060,'71714309119','16','1.00','50','retail','0','2024-04-28 15:58:49','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-28 12:59:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('7171430913222331202030',3061,'71714309119','17','1.00','40','retail','0','2024-04-28 15:58:51','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-28 12:59:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.00','30','Inclusive','branch','Inventory','','','','',''),('7171430913330933333330',3062,'71714309119','17','1.00','40','retail','0','2024-04-28 15:58:53','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-28 12:59:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','30.00','29','Inclusive','branch','Inventory','','','','',''),('7171430914014422243232',3063,'71714309119','17','1.00','40','retail','0','2024-04-28 15:58:59','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-28 12:59:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.00','28','Inclusive','branch','Inventory','','','','',''),('7171430916431213033142',3064,'71714309163','2','1.00','150','retail','0','2024-04-28 15:59:24','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 12:59:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171430918934301130339',3065,'71714309189','2','1.00','150','retail','0','2024-04-28 15:59:49','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 13:00:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171430919123132274472',3066,'71714309189','2','1.00','150','retail','0','2024-04-28 15:59:51','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 13:00:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171430925803722324742',3067,'71714309257','16','1.00','50','retail','0','2024-04-28 16:00:57','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-28 13:01:39','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('7171430926013417227363',3068,'71714309257','16','1.00','50','retail','0','2024-04-28 16:00:59','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-28 13:01:39','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('7171430931130301007321',3069,'71714309310','5','1.00','150','retail','0','2024-04-28 16:01:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 13:04:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171430945313232343723',3070,'71714309310','3','1.00','150','retail','0','2024-04-28 16:04:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 13:04:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171431048737783203802',3071,'71714310487','2','5.00','750','retail','0','2024-04-28 16:21:27','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 13:21:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','4000','Asset','',''),('7171431054427233232532',3072,'71714310543','3','6.00','900','retail','0','2024-04-28 16:22:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 13:31:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.00','-6','Inclusive','branch','Inventory','','','','',''),('7171431110320027322322',3073,'71714311103','2','1.00','150','retail','0','2024-04-28 16:31:43','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 13:32:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171431110600332111032',3074,'71714311103','2','2.00','300','retail','0','2024-04-28 16:31:46','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 13:32:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171431111821120020223',3075,'71714311103','2','6.00','900','retail','0','2024-04-28 16:31:57','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 13:32:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.00','-6','Inclusive','branch','Inventory','','4000','Asset','',''),('7171431114331312320322',3076,'71714311142','4','2.00','300','retail','0','2024-04-28 16:32:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 13:32:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171431118831132123313',3077,'71714311188','2','1.00','150','retail','0','2024-04-28 16:33:08','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 13:33:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171431119132203423103',3078,'71714311188','2','1.00','150','retail','0','2024-04-28 16:33:10','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 13:33:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171431121501202042121',3079,'71714311214','2','1.00','150','retail','0','2024-04-28 16:33:34','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 13:33:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171431181683272362302',3080,'71714311816','3','3.00','450','retail','0','2024-04-28 16:43:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:26:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171431185022022200122',3081,'71714311816','3','2.00','300','retail','0','2024-04-28 16:44:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:26:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171431486530015320270',3082,'71714314864','3','1.00','150','retail','0','2024-04-28 17:34:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:35:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171431488003033300383',3083,'71714314864','21','1.00','80','retail','0','2024-04-28 17:34:38','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-04-28 14:35:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7171431490322723232422',3084,'71714314864','33','1.00','10','retail','0','2024-04-28 17:35:02','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-04-28 14:35:17','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171431495422122323711',3085,'71714314954','2','1.00','150','retail','0','2024-04-28 17:35:54','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:37:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171431495734309130337',3086,'71714314954','2','1.00','150','retail','0','2024-04-28 17:35:56','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:37:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171431502810222203220',3087,'71714314954','4','1.00','150','retail','0','2024-04-28 17:37:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:37:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171431505543102002332',3088,'71714315054','2','1.00','150','retail','0','2024-04-28 17:37:34','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:37:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','4000','Asset','',''),('7171431505722232254220',3089,'71714315054','2','1.00','150','retail','0','2024-04-28 17:37:37','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:37:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171431513929320327731',3090,'71714315138','3','1.00','150','retail','0','2024-04-28 17:38:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:39:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171431514233240113101',3091,'71714315138','2','1.00','150','retail','0','2024-04-28 17:39:01','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:39:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171431517033313022220',3092,'71714315138','17','1.00','40','retail','0','2024-04-28 17:39:30','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-28 14:39:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.00','27','Inclusive','branch','Inventory','','','','',''),('7171431517300203012302',3093,'71714315138','17','1.00','40','retail','0','2024-04-28 17:39:33','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-28 14:39:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.00','26','Inclusive','branch','Inventory','','','','',''),('7171431521420211423731',3094,'71714315213','5','1.00','150','retail','0','2024-04-28 17:40:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:40:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171431524242044022721',3095,'71714315241','2','1.00','150','retail','0','2024-04-28 17:40:41','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:42:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171431524603205010471',3096,'71714315241','2','1.00','150','retail','0','2024-04-28 17:40:45','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:42:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171431525023202273350',3097,'71714315241','4','2.00','300','retail','0','2024-04-28 17:40:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:42:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171431534844223440204',3098,'71714315348','2','1.00','150','retail','0','2024-04-28 17:42:28','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:43:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171431536243133102222',3099,'71714315348','10','0.25','200','retail','0','2024-04-28 17:42:41','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-28 14:43:20','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('7171431537277427733222',3100,'71714315348','17','2.00','80','retail','0','2024-04-28 17:42:52','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-28 14:43:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','26.00','24','Inclusive','branch','Inventory','','','','',''),('7171431538084207317007',3101,'71714315348','34','1.00','20','retail','0','2024-04-28 17:43:00','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-28 14:43:20','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7171431547642143342713',3102,'71714315476','1','5.00','750','retail','0','2024-04-28 17:44:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:44:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('7171431548104083517404',3103,'71714315476','16','1.00','50','retail','0','2024-04-28 17:44:40','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-28 14:44:52','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('7171431548727134334043',3104,'71714315476','16','3.00','150','retail','0','2024-04-28 17:44:46','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-28 14:44:52','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','15.00','12','Inclusive','branch','Inventory','','','','',''),('7171431549019270132332',3105,'71714315476','16','1.00','50','retail','0','2024-04-28 17:44:50','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-28 14:44:52','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('7171431550235203301003',3106,'71714315502','4','1.00','150','retail','0','2024-04-28 17:45:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:45:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171431550903307332500',3107,'71714315502','16','2.00','100','retail','0','2024-04-28 17:45:08','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-28 14:45:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','11.00','9','Inclusive','branch','Inventory','','','','',''),('7171431556033023630273',3108,'71714315559','5','1.00','150','retail','0','2024-04-28 17:45:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:46:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171431556264237553172',3109,'71714315559','3','1.00','150','retail','0','2024-04-28 17:46:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 14:46:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171431706210212303330',3110,'71714317062','3','1.00','150','retail','0','2024-04-28 18:11:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 15:11:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171431706923120037224',3111,'71714317062','3','4.00','600','retail','0','2024-04-28 18:11:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 15:11:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171431817334134327022',3112,'71714318172','1','1.00','150','retail','0','2024-04-28 18:29:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 15:30:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171431817621203716323',3113,'71714318172','1','1.00','150','retail','0','2024-04-28 18:29:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 15:30:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171431968713263032322',3114,'71714319686','1','1.00','150','retail','0','2024-04-28 18:54:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 15:54:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171432015332337311173',3115,'71714320153','1','1.00','150','retail','0','2024-04-28 19:02:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 16:03:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171432019611144232203',3116,'71714320196','1','1.00','150','retail','0','2024-04-28 19:03:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 16:03:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171432020110232321273',3117,'71714320196','1','4.00','600','retail','0','2024-04-28 19:03:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 16:03:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171432026530050322330',3118,'71714320264','1','1.00','150','retail','0','2024-04-28 19:04:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 16:04:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171432028632237100300',3119,'71714320286','1','1.00','150','retail','0','2024-04-28 19:04:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 16:05:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171432028920223193023',3120,'71714320286','1','1.00','150','retail','0','2024-04-28 19:04:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 16:05:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171432030404223312422',3121,'71714320286','16','1.00','50','retail','0','2024-04-28 19:05:04','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-28 16:05:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('7171432034427303300732',3122,'71714320344','1','3.00','450','retail','0','2024-04-28 19:05:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 16:05:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171432446923237424322',3123,'71714324469','3','1.00','150','retail','0','2024-04-28 20:14:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 17:14:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171432447240240307433',3124,'71714324469','3','1.00','150','retail','0','2024-04-28 20:14:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 17:14:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171432458433330133243',3125,'71714324584','16','1.00','50','retail','0','2024-04-28 20:16:24','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-28 17:16:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7171432458929432332583',3126,'71714324584','16','3.00','150','retail','0','2024-04-28 20:16:29','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-28 17:16:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','7.00','4','Inclusive','branch','Inventory','','','','',''),('7171432459433220033029',3127,'71714324584','16','1.00','50','retail','0','2024-04-28 20:16:34','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-28 17:16:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7171432542637022610220',3128,'71714325425','3','1.00','150','retail','0','2024-04-28 20:30:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 17:31:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171432545510332454355',3129,'71714325425','10','0.25','200','retail','0','2024-04-28 20:30:54','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-28 17:31:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('7171432546462342022224',3130,'71714325425','16','2.00','100','retail','0','2024-04-28 20:31:03','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-28 17:31:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','3.00','1','Inclusive','branch','Inventory','','','','',''),('7171432549137221913113',3131,'71714325491','3','3.00','450','retail','0','2024-04-28 20:31:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 17:31:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171432577626320203170',3132,'71714325776','3','1.00','150','retail','0','2024-04-28 20:36:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 17:36:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171432578442530302220',3133,'71714325776','16','1.00','50','retail','0','2024-04-28 20:36:24','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-28 17:36:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171432579524503040072',3134,'71714325776','17','1.00','40','retail','0','2024-04-28 20:36:35','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-04-28 17:36:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('7171432592620203213091',3135,'71714325926','3','1.00','150','retail','0','2024-04-28 20:38:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 17:38:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171432592822748233303',3136,'71714325926','3','1.00','150','retail','0','2024-04-28 20:38:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 17:38:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171432601202033172032',3137,'71714326011','33','2.00','20','retail','0','2024-04-28 20:40:11','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-04-28 17:40:13','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.00','2','Inclusive','branch','Inventory','','','','',''),('7171432646722303712430',3138,'71714326466','1','1.00','150','retail','0','2024-04-28 20:47:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 17:47:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171432649032331613333',3139,'71714326490','1','2.00','300','retail','0','2024-04-28 20:48:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-28 17:48:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171439532732242302022',3140,'61714395325','1','1.00','150','retail','0','2024-04-29 15:55:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 12:55:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171439538454232303426',3141,'61714395381','3','2.00','300','retail','0','2024-04-29 15:56:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 12:57:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171439603403033023327',3142,'61714396033','2','1.00','150','retail','0','2024-04-29 16:07:13','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-29 13:07:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171439605931644333313',3143,'61714396058','2','1.00','150','retail','0','2024-04-29 16:07:38','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-29 13:07:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171439609434320940223',3144,'61714396083','1','1.00','150','retail','0','2024-04-29 16:08:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 13:08:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171439610420290770420',3145,'61714396083','5','1.00','150','retail','0','2024-04-29 16:08:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 13:08:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171439613293324233222',3146,'61714396130','16','1.00','50','retail','0','2024-04-29 16:08:51','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-29 13:09:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','52.00','51','Inclusive','branch','Inventory','','','','',''),('6171439616630302210323',3147,'61714396165','2','1.00','150','retail','0','2024-04-29 16:09:25','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-29 13:09:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171439661866144232203',3148,'61714396610','3','1.00','150','retail','0','2024-04-29 16:16:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 13:17:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171439662222770024210',3149,'61714396610','2','1.00','150','retail','0','2024-04-29 16:17:00','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-29 13:17:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171439766624222342226',3150,'61714397664','2','2.00','300','retail','0','2024-04-29 16:34:24','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-29 13:34:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171439768973623622292',3151,'61714397688','3','1.00','150','retail','0','2024-04-29 16:34:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 13:35:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171439769402113303762',3152,'61714397688','16','1.00','50','retail','0','2024-04-29 16:34:52','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-29 13:35:10','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','51.00','50','Inclusive','branch','Inventory','','','','',''),('6171439779161633372021',3153,'61714397790','22','1.00','50','retail','0','2024-04-29 16:36:30','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-29 13:36:45','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','72.00','71','Inclusive','branch','Inventory','','','','',''),('6171439782503033300323',3154,'61714397824','1','1.00','150','retail','0','2024-04-29 16:37:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 13:37:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171439787621073232032',3155,'61714397874','3','2.00','300','retail','0','2024-04-29 16:37:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 13:38:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171439792443230732330',3156,'61714397923','1','1.00','150','retail','0','2024-04-29 16:38:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 13:38:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171439793402392747476',3157,'61714397923','16','1.00','50','retail','0','2024-04-29 16:38:51','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-29 13:38:57','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','50.00','49','Inclusive','branch','Inventory','','','','',''),('6171440401031233121223',3158,'61714404006','1','1.00','150','retail','0','2024-04-29 18:20:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 15:20:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171440402433002274301',3159,'61714404006','10','0.25','200','retail','0','2024-04-29 18:20:15','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-29 15:20:40','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.25','3','Inclusive','branch','Inventory','','','','',''),('6171440405445022222164',3160,'61714404053','5','1.00','150','retail','0','2024-04-29 18:20:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 15:21:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171440406430233036063',3161,'61714404053','2','1.00','150','retail','0','2024-04-29 18:21:00','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-04-29 15:21:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171440407722477323030',3162,'61714404053','16','1.00','50','retail','0','2024-04-29 18:21:15','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-29 15:21:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','49.00','48','Inclusive','branch','Inventory','','','','',''),('6171440411222114432431',3163,'61714404110','16','2.00','100','retail','0','2024-04-29 18:21:50','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-29 15:22:10','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','48.00','46','Inclusive','branch','Inventory','','','','',''),('6171440447231331000322',3164,'61714404470','3','2.00','300','retail','0','2024-04-29 18:27:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 15:28:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171440447903202324920',3165,'61714404470','16','4.00','200','retail','0','2024-04-29 18:27:55','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-29 15:28:01','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','46.00','42','Inclusive','branch','Inventory','','','','',''),('6171440969423222729232',3166,'61714409693','3','1.00','150','retail','0','2024-04-29 19:54:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 16:55:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171440972306433220927',3167,'61714409722','1','2.00','300','retail','0','2024-04-29 19:55:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 16:55:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171440973003333703200',3168,'61714409722','1','1.00','150','retail','0','2024-04-29 19:55:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 16:55:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171440975830330324012',3169,'61714409757','3','2.00','300','retail','0','2024-04-29 19:55:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 16:56:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171440978502232219030',3170,'61714409757','10','0.50','400','retail','0','2024-04-29 19:56:14','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-29 16:56:37','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.00','2.5','Inclusive','branch','Inventory','','','','',''),('6171440986330022403223',3171,'61714409861','1','3.00','450','retail','0','2024-04-29 19:57:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 16:58:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171440987320322303290',3172,'61714409861','16','6.00','300','retail','0','2024-04-29 19:57:46','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-04-29 16:58:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','42.00','36','Inclusive','branch','Inventory','','','','',''),('6171440992223270603229',3173,'61714409921','1','1.00','150','retail','0','2024-04-29 19:58:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 16:58:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171440997413049249202',3174,'61714409966','10','0.25','200','retail','0','2024-04-29 19:59:26','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-04-29 17:01:57','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6171440998020328303833',3175,'61714409966','1','1.00','150','retail','0','2024-04-29 19:59:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-04-29 17:01:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171447125732133344224',3176,'71714471240','2','5.00','750','retail','0','2024-04-30 13:00:40','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-30 10:01:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','4000','Asset','',''),('7171447127033232422271',3177,'71714471240','16','6.00','300','retail','0','2024-04-30 13:00:58','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-30 10:01:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','36.00','30','Inclusive','branch','Inventory','','','','',''),('7171447132232443230270',3178,'71714471289','1','1.00','150','retail','0','2024-04-30 13:01:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-30 10:02:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171447135333337330533',3179,'71714471335','1','3.00','450','retail','0','2024-04-30 13:02:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-30 10:02:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171447136347022012242',3180,'71714471335','16','4.00','200','retail','0','2024-04-30 13:02:33','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-30 10:02:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','30.00','26','Inclusive','branch','Inventory','','','','',''),('7171447139531342352037',3181,'71714471376','22','2.00','100','retail','0','2024-04-30 13:02:56','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-30 10:03:36','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','71.00','69','Inclusive','branch','Inventory','','','','',''),('7171447400524042003003',3182,'71714473997','2','2.00','300','retail','0','2024-04-30 13:46:37','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-30 10:47:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171447401624723002042',3183,'71714473997','3','2.00','300','retail','0','2024-04-30 13:46:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-30 10:47:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171447404420243427323',3184,'71714474031','3','1.00','150','retail','0','2024-04-30 13:47:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-30 10:48:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171447405133772220273',3185,'71714474031','5','1.00','150','retail','0','2024-04-30 13:47:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-30 10:48:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171447408112430302220',3186,'71714474031','2','1.00','150','retail','0','2024-04-30 13:47:31','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-30 10:48:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171447447112343247400',3187,'71714474113','4','1.00','150','retail','0','2024-04-30 13:48:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-30 10:54:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171447636030670107230',3188,'71714474489','1','2.00','300','retail','0','2024-04-30 13:54:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-30 11:26:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171447642332277003203',3189,'71714476402','10','0.25','200','retail','0','2024-04-30 14:26:42','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-30 11:27:40','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('7171447684503332604453',3190,'71714476844','1','1.00','150','retail','0','2024-04-30 14:34:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-30 11:34:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171447742627002600276',3191,'71714477425','1','1.00','150','retail','0','2024-04-30 14:43:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-30 11:46:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171447743620230420411',3192,'71714477425','1','1.00','150','retail','0','2024-04-30 14:43:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-30 11:46:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171447745823222202770',3193,'71714477425','16','1.00','50','retail','0','2024-04-30 14:44:18','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-30 11:46:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','','','','',''),('7171447761833472726008',3194,'71714477610','1','2.00','300','retail','0','2024-04-30 14:46:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-30 11:47:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171447869522413993304',3195,'71714478673','2','1.00','150','retail','0','2024-04-30 15:04:33','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-30 12:05:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171447870703331373212',3196,'71714478673','4','1.00','150','retail','0','2024-04-30 15:04:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-30 12:05:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171447917639230040371',3197,'71714479159','10','1.00','800','retail','0','2024-04-30 15:12:39','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-30 12:28:55','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171448007122322817332',3198,'71714479159','3','4.00','600','retail','0','2024-04-30 15:27:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-30 12:28:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171448009723317300212',3199,'71714479159','34','2.00','40','retail','0','2024-04-30 15:27:51','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-04-30 12:28:55','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','12.00','10','Inclusive','branch','Inventory','','','','',''),('7171448016984322290211',3200,'71714480135','10','0.50','400','retail','0','2024-04-30 15:28:55','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-04-30 12:29:42','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','1.00','0.5','Inclusive','branch','Inventory','','','','',''),('7171448019520223015722',3201,'71714480182','1','2.00','300','retail','0','2024-04-30 15:29:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-30 12:30:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171448020632237100300',3202,'71714480182','16','4.00','200','retail','0','2024-04-30 15:29:55','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-30 12:30:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','25.00','21','Inclusive','branch','Inventory','','','','',''),('7171448024048243222202',3203,'71714480229','2','2.00','300','retail','0','2024-04-30 15:30:29','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-04-30 12:31:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171448025322822042242',3204,'71714480229','16','2.00','100','retail','0','2024-04-30 15:30:41','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-30 12:31:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','21.00','19','Inclusive','branch','Inventory','','','','',''),('7171448076517032307304',3205,'71714480292','16','2.00','100','retail','0','2024-04-30 15:31:32','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-04-30 12:40:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','19.00','17','Inclusive','branch','Inventory','','','','',''),('7171448077570003431202',3206,'71714480292','4','1.00','150','retail','0','2024-04-30 15:39:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-04-30 12:40:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171457355730310140277',3207,'61714573550','1','3.00','450','retail','0','2024-05-01 17:25:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:36:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171457356632337223410',3208,'61714573550','16','3.00','150','retail','0','2024-05-01 17:26:00','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-01 14:36:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','17.00','14','Inclusive','branch','Inventory','','','','',''),('6171457419742727023302',3209,'61714574189','1','3.00','450','retail','0','2024-05-01 17:36:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:36:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171457422424330723420',3210,'61714574223','1','1.00','150','retail','0','2024-05-01 17:37:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:37:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171457425860302732834',3211,'61714574257','1','1.00','150','retail','0','2024-05-01 17:37:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:37:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171457429993493330232',3212,'61714574297','2','2.00','300','retail','0','2024-05-01 17:38:17','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:38:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171457433000032373230',3213,'61714574328','4','2.00','300','retail','0','2024-05-01 17:38:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:39:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171457435974223033523',3214,'61714574358','2','1.00','150','retail','0','2024-05-01 17:39:18','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:40:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171457438670230220231',3215,'61714574358','20','1.00','60','retail','0','2024-05-01 17:39:42','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-05-01 14:40:00','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.00','26','Inclusive','branch','Inventory','','','','',''),('6171457441232002231430',3216,'61714574411','5','1.00','150','retail','0','2024-05-01 17:40:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:40:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171457444646424733222',3217,'61714574444','2','2.00','300','retail','0','2024-05-01 17:40:44','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:48:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171457490322924304901',3218,'61714574902','2','1.00','150','retail','0','2024-05-01 17:48:22','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:49:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171457490904177002710',3219,'61714574902','16','2.00','100','retail','0','2024-05-01 17:48:26','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-01 14:49:44','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','14.00','12','Inclusive','branch','Inventory','','','','',''),('6171457506161243032032',3220,'61714575058','3','2.00','300','retail','0','2024-05-01 17:50:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:51:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171457512024252722202',3221,'61714575117','1','2.00','300','retail','0','2024-05-01 17:51:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:52:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171457512530322200245',3222,'61714575117','16','2.00','100','retail','0','2024-05-01 17:52:03','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-01 14:52:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','12.00','10','Inclusive','branch','Inventory','','','','',''),('6171457516447332331422',3223,'61714575162','1','2.00','300','retail','0','2024-05-01 17:52:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:53:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171457517457022052242',3224,'61714575162','16','2.00','100','retail','0','2024-05-01 17:52:51','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-01 14:53:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','10.00','8','Inclusive','branch','Inventory','','','','',''),('6171457520133040072342',3225,'61714575199','2','2.00','300','retail','0','2024-05-01 17:53:19','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:53:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171457522360132152236',3226,'61714575222','1','1.00','150','retail','0','2024-05-01 17:53:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:54:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171457523025020322203',3227,'61714575222','16','2.00','100','retail','0','2024-05-01 17:53:46','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-01 14:54:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','8.00','6','Inclusive','branch','Inventory','','','','',''),('6171457526410243030317',3228,'61714575257','35','4.00','20','retail','0','2024-05-01 17:54:17','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-01 14:54:58','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','142.00','138','Inclusive','branch','Inventory','','','','',''),('6171457527020223010622',3229,'61714575257','36','1.00','5','retail','0','2024-05-01 17:54:26','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-01 14:54:58','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','172.00','171','Inclusive','branch','Inventory','','4000','Asset','',''),('6171457535563252323220',3230,'61714575354','2','1.00','150','retail','0','2024-05-01 17:55:54','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:56:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171457544504273225363',3231,'61714575442','1','1.00','150','retail','0','2024-05-01 17:57:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:58:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171457549120220423933',3232,'61714575442','5','2.00','300','retail','0','2024-05-01 17:58:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:58:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171457550731307333073',3233,'61714575505','5','1.00','150','retail','0','2024-05-01 17:58:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 14:58:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171457569940403001933',3234,'61714575684','16','6.00','300','retail','0','2024-05-01 18:01:24','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-01 15:01:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','6.00','0','Inclusive','branch','Inventory','','','','',''),('6171457920423922032000',3235,'61714579203','2','1.00','150','retail','0','2024-05-01 19:00:03','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-01 16:00:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171457930405923947277',3236,'61714579300','16','1.00','50','retail','0','2024-05-01 19:01:40','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-01 16:02:00','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('6171457939447292033043',3237,'61714579393','3','1.00','150','retail','0','2024-05-01 19:03:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 16:03:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171457941131203003223',3238,'61714579393','25','1.00','150','retail','0','2024-05-01 19:03:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 16:03:34','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6171458277520080102130',3239,'61714582773','1','2.00','300','retail','0','2024-05-01 19:59:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 17:00:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171458355082253772335',3240,'61714583549','1','1.00','150','retail','0','2024-05-01 20:12:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 17:12:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171458361206025310530',3241,'61714583611','1','1.00','150','retail','0','2024-05-01 20:13:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 17:13:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171458363281323022311',3242,'61714583631','5','1.00','150','retail','0','2024-05-01 20:13:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 17:14:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171458469939424732412',3243,'61714584695','1','2.00','300','retail','0','2024-05-01 20:31:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 17:31:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171458472643208453013',3244,'61714584725','2','2.00','300','retail','0','2024-05-01 20:32:05','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-01 17:32:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171458575670233057270',3245,'61714585754','16','2.00','100','retail','0','2024-05-01 20:49:14','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-01 17:49:41','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','19.00','17','Inclusive','branch','Inventory','','','','',''),('6171458576823024632073',3246,'61714585754','1','1.00','150','retail','0','2024-05-01 20:49:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 17:49:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171458579439025303100',3247,'61714585793','1','1.00','150','retail','0','2024-05-01 20:49:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-01 17:50:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171458582333262423625',3248,'61714585821','17','1.00','40','retail','0','2024-05-01 20:50:21','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-01 17:50:44','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('6171464438420034132232',3249,'61714644383','1','2.00','300','retail','0','2024-05-02 13:06:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-02 10:07:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171464439316333246324',3250,'61714644383','16','4.00','200','retail','0','2024-05-02 13:06:29','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-02 10:07:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','17.00','13','Inclusive','branch','Inventory','','','','',''),('6171464444404336423404',3251,'61714644442','25','1.00','150','retail','0','2024-05-02 13:07:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-02 10:07:39','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('6171464447162172270622',3252,'61714644470','1','2.00','300','retail','0','2024-05-02 13:07:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-02 10:08:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171464872413233022320',3253,'61714648719','1','1.00','150','retail','0','2024-05-02 14:18:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-02 11:19:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171464881920269862023',3254,'61714648818','2','1.00','150','retail','0','2024-05-02 14:20:18','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-02 11:20:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171464885125243621022',3255,'61714648850','2','1.00','150','retail','0','2024-05-02 14:20:50','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-02 11:21:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171464888813431418042',3256,'61714648886','25','1.00','150','retail','0','2024-05-02 14:21:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-02 11:21:48','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('6171464892624333123233',3257,'61714648925','4','1.00','150','retail','0','2024-05-02 14:22:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-02 11:23:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171464893424393282433',3258,'61714648925','17','1.00','40','retail','0','2024-05-02 14:22:10','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-02 11:23:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('6171465038620033032238',3259,'61714650385','2','1.00','150','retail','0','2024-05-02 14:46:25','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-02 11:46:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171465039222030360033',3260,'61714650385','5','1.00','150','retail','0','2024-05-02 14:46:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-02 11:46:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171465042820325343283',3261,'61714650425','5','2.00','300','retail','0','2024-05-02 14:47:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-02 11:47:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171473108610331232633',3262,'61714731085','2','1.00','150','retail','0','2024-05-03 13:11:25','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 10:13:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171473110131610330112',3263,'61714731085','10','0.25','200','retail','0','2024-05-03 13:11:33','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-03 10:13:27','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('6171473118683100772106',3264,'61714731085','28','1.00','90','retail','0','2024-05-03 13:13:02','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-05-03 10:13:27','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171473122967332123320',3265,'61714731226','29','1.00','40','retail','0','2024-05-03 13:13:46','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-03 10:14:21','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171473346444322427233',3266,'61714733461','1','1.00','150','retail','0','2024-05-03 13:51:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 10:52:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171473348535172254733',3267,'61714733461','28','1.00','90','retail','0','2024-05-03 13:51:22','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-05-03 10:52:04','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171473354322313303713',3268,'61714733542','5','1.00','150','retail','0','2024-05-03 13:52:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 10:52:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171473568472430440140',3269,'61714735682','2','2.00','300','retail','0','2024-05-03 14:28:02','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 11:28:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171473570503202031322',3270,'61714735704','2','1.00','150','retail','0','2024-05-03 14:28:24','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 11:29:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171473826122332436802',3271,'61714738258','2','2.00','300','retail','0','2024-05-03 15:10:58','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 12:11:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171473827502223324003',3272,'61714738258','35','2.00','10','retail','0','2024-05-03 15:11:13','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-03 12:11:25','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','138.00','136','Inclusive','branch','Inventory','','','','',''),('6171473832432244013280',3273,'61714738309','10','0.25','200','retail','0','2024-05-03 15:11:49','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-03 12:12:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.25','3','Inclusive','branch','Inventory','','','','',''),('6171473839222313283314',3274,'61714738390','1','2.00','300','retail','0','2024-05-03 15:13:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 12:13:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171473839807823843277',3275,'61714738390','10','1.00','800','retail','0','2024-05-03 15:13:15','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-03 12:13:35','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6171473845022203627334',3276,'61714738449','1','1.00','150','retail','0','2024-05-03 15:14:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 12:14:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171473960702272032033',3277,'61714739605','2','1.00','150','retail','0','2024-05-03 15:33:25','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 12:33:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171473962403133326204',3278,'61714739605','10','0.25','200','retail','0','2024-05-03 15:33:35','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-03 12:33:55','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('6171474397737092227043',3279,'61714743967','10','0.25','200','retail','0','2024-05-03 16:46:07','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-03 13:46:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171474399992222472929',3280,'61714743967','33','2.00','20','retail','0','2024-05-03 16:46:25','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-05-03 13:46:52','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.00','0','Inclusive','branch','Inventory','','','','',''),('6171474402704234237141',3281,'61714744025','5','3.00','450','retail','0','2024-05-03 16:47:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 13:47:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171474417003443323417',3282,'61714744056','22','1.00','50','retail','0','2024-05-03 16:49:27','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-03 13:50:23','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.00','68','Inclusive','branch','Inventory','','','','',''),('6171474419523304277529',3283,'61714744056','17','1.00','40','retail','0','2024-05-03 16:49:51','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-03 13:50:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('6171474421432334434422',3284,'61714744056','22','1.00','50','retail','0','2024-05-03 16:50:12','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-03 13:50:23','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.00','67','Inclusive','branch','Inventory','','','','',''),('6171474534740210232034',3285,'61714745346','2','2.00','300','retail','0','2024-05-03 17:09:06','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 14:09:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171474579102330321297',3286,'61714745786','22','5.00','250','retail','0','2024-05-03 17:16:26','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-03 14:35:29','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','67.00','62','Inclusive','branch','Inventory','','','','',''),('6171474692670703341236',3287,'61714745786','17','1.00','40','retail','0','2024-05-03 17:35:25','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-03 14:35:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('6171474703103274733343',3288,'61714747030','2','1.00','150','retail','0','2024-05-03 17:37:10','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 14:37:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','4000','Asset','',''),('6171474703721000043323',3289,'61714747030','22','1.00','50','retail','0','2024-05-03 17:37:15','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-03 14:37:32','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','','','','',''),('6171474713331321331436',3290,'61714747126','10','0.25','200','retail','0','2024-05-03 17:38:46','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-03 14:41:27','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171474721131307323212',3291,'61714747126','28','1.00','90','retail','0','2024-05-03 17:40:09','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-05-03 14:41:27','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('6171474749624643642316',3292,'61714747495','4','1.00','150','retail','0','2024-05-03 17:44:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 14:45:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171474753603220222463',3293,'61714747534','1','1.00','150','retail','0','2024-05-03 17:45:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 14:45:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171474756573442752733',3294,'61714747563','17','3.00','120','retail','0','2024-05-03 17:46:03','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-03 14:46:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','19.00','16','Inclusive','branch','Inventory','','','','',''),('6171474762433233037620',3295,'61714747621','1','1.00','150','retail','0','2024-05-03 17:47:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 14:47:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171474954539532232223',3296,'61714749544','10','1.00','800','retail','0','2024-05-03 18:19:04','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-03 15:19:36','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.25','0.25','Inclusive','branch','Inventory','','','','',''),('6171474955115406207314',3297,'61714749544','4','1.00','150','retail','0','2024-05-03 18:19:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 15:19:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171474955530335631331',3298,'61714749544','5','1.00','150','retail','0','2024-05-03 18:19:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 15:19:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171474955972000030036',3299,'61714749544','2','1.00','150','retail','0','2024-05-03 18:19:17','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 15:19:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171474959642522940463',3300,'61714749594','2','1.00','150','retail','0','2024-05-03 18:19:54','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 15:20:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171474970023124733203',3301,'61714749699','1','1.00','150','retail','0','2024-05-03 18:21:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 15:21:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171474973132200330433',3302,'61714749730','17','1.00','40','retail','0','2024-05-03 18:22:10','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-03 15:22:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('6171475094813282348723',3303,'61714750943','2','1.00','150','retail','0','2024-05-03 18:42:23','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 15:43:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','4000','Asset','',''),('6171475097120040220723',3304,'61714750943','4','1.00','150','retail','0','2024-05-03 18:42:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 15:43:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171475102730323231131',3305,'61714751024','1','1.00','150','retail','0','2024-05-03 18:43:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 15:44:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171475103273323262352',3306,'61714751024','5','1.00','150','retail','0','2024-05-03 18:43:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 15:44:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171475243202222032033',3307,'61714752419','1','4.00','600','retail','0','2024-05-03 19:06:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 16:12:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171475244743236332013',3308,'61714752419','10','0.25','200','retail','0','2024-05-03 19:07:18','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-03 16:12:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171475269423273630022',3309,'61714752419','10','0.25','200','retail','0','2024-05-03 19:11:22','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-03 16:12:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171475271622770201562',3310,'61714752419','17','3.00','120','retail','0','2024-05-03 19:11:44','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-03 16:12:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','15.00','12','Inclusive','branch','Inventory','','','','',''),('6171475393300272132327',3311,'61714753932','1','2.00','300','retail','0','2024-05-03 19:32:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 16:32:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171475395912047225922',3312,'61714753954','2','2.00','300','retail','0','2024-05-03 19:32:34','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 16:32:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171475460063000303700',3313,'61714754599','1','1.00','150','retail','0','2024-05-03 19:43:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 16:44:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171475466131632662601',3314,'61714754660','2','1.00','150','retail','0','2024-05-03 19:44:20','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 16:44:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171475605943220726337',3315,'61714756056','2','2.00','300','retail','0','2024-05-03 20:07:36','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 17:07:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171475608430700042536',3316,'61714756082','4','2.00','300','retail','0','2024-05-03 20:08:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 17:08:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171475608933272020042',3317,'61714756082','1','1.00','150','retail','0','2024-05-03 20:08:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 17:08:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171475611523223230331',3318,'61714756113','2','1.00','150','retail','0','2024-05-03 20:08:33','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 17:08:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171475614557342172512',3319,'61714756143','5','1.00','150','retail','0','2024-05-03 20:09:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 17:09:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171475627402334233251',3320,'61714756272','23','1.00','80','retail','0','2024-05-03 20:11:12','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-05-03 17:11:24','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6171475630100320000222',3321,'61714756300','4','1.00','150','retail','0','2024-05-03 20:11:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 17:11:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171475630522304721335',3322,'61714756300','5','1.00','150','retail','0','2024-05-03 20:11:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 17:11:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171475634542244432322',3323,'61714756343','23','1.00','80','retail','0','2024-05-03 20:12:23','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-05-03 17:12:37','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171475637423302322463',3324,'61714756373','4','1.00','150','retail','0','2024-05-03 20:12:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 17:13:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171475676632040326122',3325,'61714756765','1','1.00','150','retail','0','2024-05-03 20:19:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 17:19:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171475774142373613007',3326,'61714757740','2','2.00','300','retail','0','2024-05-03 20:35:40','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 17:36:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171475776530407270520',3327,'61714757740','2','1.00','150','retail','0','2024-05-03 20:36:03','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 17:36:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171476018222206030186',3328,'61714760180','1','2.00','300','retail','0','2024-05-03 21:16:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 18:17:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171476025888322032223',3329,'61714760257','4','2.00','300','retail','0','2024-05-03 21:17:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-03 18:17:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171476028220318102112',3330,'61714760281','2','1.00','150','retail','0','2024-05-03 21:18:01','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-03 18:18:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171482483263233222231',3331,'61714824829','1','3.00','450','retail','0','2024-05-04 15:13:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-04 12:13:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171507386033232278333',3332,'71715073834','1','4.00','600','retail','0','2024-05-07 12:23:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 09:25:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171507559103753323457',3333,'71715073917','5','1.00','150','retail','0','2024-05-07 12:25:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 09:53:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171507869603772785323',3334,'71715077727','4','1.00','150','retail','0','2024-05-07 13:28:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 11:21:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171508089443227133225',3335,'71715077727','2','2.00','300','retail','0','2024-05-07 13:44:57','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-07 11:21:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171508350422300043203',3336,'71715083496','1','2.00','300','retail','0','2024-05-07 15:04:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 12:07:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171508361732783332322',3337,'71715083496','10','0.50','400','retail','0','2024-05-07 15:06:36','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-07 12:07:34','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','2.00','1.5','Inclusive','branch','Inventory','','','','',''),('7171508632503322231520',3338,'71715083654','4','2.00','300','retail','0','2024-05-07 15:07:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 12:52:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171508752843872275034',3339,'71715087504','1','5.00','750','retail','0','2024-05-07 16:11:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 13:12:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('7171509238413300033871',3340,'71715092366','10','0.50','400','retail','0','2024-05-07 17:32:46','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-07 14:33:40','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','1.50','1','Inclusive','branch','Inventory','','','','',''),('7171509243102714221222',3341,'71715092423','1','3.00','450','retail','0','2024-05-07 17:33:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 14:34:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171509519197232353733',3342,'71715095045','1','2.00','300','retail','0','2024-05-07 18:17:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 15:20:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171509526121426412324',3343,'71715095247','4','1.00','150','retail','0','2024-05-07 18:20:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 15:21:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171509718002133203072',3344,'71715097139','1','4.00','600','retail','0','2024-05-07 18:52:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 15:53:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171509720373320430022',3345,'71715097192','22','1.00','50','retail','0','2024-05-07 18:53:12','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-07 15:53:37','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','61.00','60','Inclusive','branch','Inventory','','','','',''),('7171509722830033333032',3346,'71715097218','4','1.00','150','retail','0','2024-05-07 18:53:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 15:53:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171509725035242035333',3347,'71715097238','1','3.00','450','retail','0','2024-05-07 18:53:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 15:54:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171509729433535214992',3348,'71715097280','4','1.00','150','retail','0','2024-05-07 18:54:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 15:55:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171509974320050220723',3349,'71715099736','1','1.00','150','retail','0','2024-05-07 19:35:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 16:35:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171509976434306039030',3350,'71715099751','1','1.00','150','retail','0','2024-05-07 19:35:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 16:36:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171509977939332373302',3351,'71715099772','1','1.00','150','retail','0','2024-05-07 19:36:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 16:37:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171509980331222430200',3352,'71715099772','10','0.25','200','retail','0','2024-05-07 19:36:19','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-07 16:37:09','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('7171509984203052522020',3353,'71715099829','1','1.00','150','retail','0','2024-05-07 19:37:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 16:37:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171510271922033717227',3354,'71715102707','5','2.00','300','retail','0','2024-05-07 20:25:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 17:25:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''); INSERT INTO `sales_order` VALUES ('7171510275422300253111',3355,'71715102729','10','0.50','400','retail','0','2024-05-07 20:25:29','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-07 17:26:15','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','0.75','0.25','Inclusive','branch','Inventory','','','','',''),('7171510276422270230572',3356,'71715102729','1','1.00','150','retail','0','2024-05-07 20:25:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 17:26:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171510279212231371202',3357,'71715102776','1','3.00','450','retail','0','2024-05-07 20:26:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 17:26:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171510289803023323487',3358,'71715102880','10','0.50','400','retail','0','2024-05-07 20:28:00','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-07 17:28:21','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','1.25','0.75','Inclusive','branch','Inventory','','','','',''),('7171510452102451233222',3359,'71715104514','1','2.00','300','retail','0','2024-05-07 20:55:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-07 17:55:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171516745022334273060',3360,'61715167445','2','1.00','150','retail','0','2024-05-08 14:24:05','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-08 11:42:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171516855754102840602',3361,'61715168555','4','2.00','300','retail','0','2024-05-08 14:42:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 11:42:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171516858920350222063',3362,'61715168588','1','1.00','150','retail','0','2024-05-08 14:43:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 12:04:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171516988923723339132',3363,'61715169886','4','3.00','450','retail','0','2024-05-08 15:04:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 12:05:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171516992306225246232',3364,'61715169920','1','2.00','300','retail','0','2024-05-08 15:05:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 12:05:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171516995401204036337',3365,'61715169951','5','2.00','300','retail','0','2024-05-08 15:05:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 12:06:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171516999999302301224',3366,'61715169991','1','3.00','450','retail','0','2024-05-08 15:06:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 12:06:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171517012812230010300',3367,'61715170126','9','1.00','600','retail','0','2024-05-08 15:08:46','','','','0','Cash',0.00,'600','','','6','16.00','1','2024-05-08 12:10:59','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6171517014814472230231',3368,'61715170126','20','1.00','60','retail','0','2024-05-08 15:09:05','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-05-08 12:10:59','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','','','','',''),('6171517015930560322210',3369,'61715170126','21','1.00','80','retail','0','2024-05-08 15:09:17','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-05-08 12:10:59','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6171517024323031102321',3370,'61715170126','1','1.00','150','retail','0','2024-05-08 15:10:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 12:10:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171517025105222102322',3371,'61715170126','1','1.00','150','retail','0','2024-05-08 15:10:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 12:10:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171517030002201324436',3372,'61715170298','1','1.00','150','retail','0','2024-05-08 15:11:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 12:12:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171517036913236430203',3373,'61715170298','10','0.25','200','retail','0','2024-05-08 15:12:42','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-08 12:12:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('6171517072422340002403',3374,'61715170722','1','1.00','150','retail','0','2024-05-08 15:18:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 12:18:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171517073645000312253',3375,'61715170722','21','1.00','80','retail','0','2024-05-08 15:18:54','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-05-08 12:18:59','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171517103633324122203',3376,'61715171035','1','1.00','150','retail','0','2024-05-08 15:23:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 12:23:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171517211730320250422',3377,'61715172111','1','1.00','150','retail','0','2024-05-08 15:41:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 12:42:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171517212532326110332',3378,'61715172111','36','1.00','5','retail','0','2024-05-08 15:42:03','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-08 12:42:43','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','171.00','170','Inclusive','branch','Inventory','','4000','Asset','',''),('6171517323122012001221',3379,'61715173218','1','2.00','300','retail','0','2024-05-08 16:00:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 13:00:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171517470922042530134',3380,'61715174698','10','0.25','200','retail','0','2024-05-08 16:24:58','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-08 13:25:24','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6171517866237282223322',3381,'61715178660','4','2.00','300','retail','0','2024-05-08 17:31:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 14:31:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171517951041321203321',3382,'61715179509','5','1.00','150','retail','0','2024-05-08 17:45:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 14:45:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171517951365732212307',3383,'61715179509','4','1.00','150','retail','0','2024-05-08 17:45:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 14:45:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171517952805232232228',3384,'61715179509','21','1.00','80','retail','0','2024-05-08 17:45:25','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-05-08 14:45:58','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171517954231202205232',3385,'61715179509','36','1.00','5','retail','0','2024-05-08 17:45:40','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-08 14:45:58','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','170.00','169','Inclusive','branch','Inventory','','4000','Asset','',''),('6171518509913167341232',3386,'61715185093','1','1.00','150','retail','0','2024-05-08 19:18:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 16:18:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171518534402530726353',3387,'61715185131','1','1.00','150','retail','0','2024-05-08 19:18:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 16:22:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171518536202363222230',3388,'61715185131','10','0.25','200','retail','0','2024-05-08 19:22:31','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-08 16:22:55','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('6171518538715020315333',3389,'61715185386','1','1.00','150','retail','0','2024-05-08 19:23:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 16:23:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171518540321423240225',3390,'61715185386','10','0.25','200','retail','0','2024-05-08 19:23:12','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-08 16:23:49','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('6171518541408213447450',3391,'61715185386','28','1.00','90','retail','0','2024-05-08 19:23:30','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-05-08 16:23:49','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('6171518544833872320281',3392,'61715185447','1','1.00','150','retail','0','2024-05-08 19:24:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 16:24:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171518890035010220333',3393,'61715188897','1','3.00','450','retail','0','2024-05-08 20:21:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 17:21:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171518894458825239023',3394,'61715188942','1','1.00','150','retail','0','2024-05-08 20:22:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 17:22:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171518895660828061301',3395,'61715188942','10','0.25','200','retail','0','2024-05-08 20:22:27','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-08 17:22:51','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171518898330337523343',3396,'61715188982','1','1.00','150','retail','0','2024-05-08 20:23:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 17:23:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171518900652009223646',3397,'61715189005','1','1.00','150','retail','0','2024-05-08 20:23:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 17:24:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171518922703233305330',3398,'61715189071','1','1.00','150','retail','0','2024-05-08 20:24:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 17:27:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171518924120024020822',3399,'61715189071','10','0.25','200','retail','0','2024-05-08 20:27:12','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-08 17:27:29','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171518928733333261347',3400,'61715189284','1','3.00','450','retail','0','2024-05-08 20:28:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 17:47:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171519030430029136634',3401,'61715189284','23','2.00','160','retail','0','2024-05-08 20:43:39','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-05-08 17:47:06','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','25.00','23','Inclusive','branch','Inventory','','','','',''),('6171519047723131377292',3402,'61715190457','1','4.00','600','retail','0','2024-05-08 20:47:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 17:48:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','1.00','-3','Inclusive','branch','Inventory','','','','',''),('6171519245723033120203',3403,'61715192454','1','2.00','300','retail','0','2024-05-08 21:20:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 18:24:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('6171519262233631261921',3404,'61715192454','28','1.00','90','retail','0','2024-05-08 21:23:39','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-05-08 18:24:06','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('6171519265302212563336',3405,'61715192651','1','2.00','300','retail','0','2024-05-08 21:24:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 18:24:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('6171519266164230222323',3406,'61715192660','1','1.00','150','retail','0','2024-05-08 21:24:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-08 18:24:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171525125732032232332',3407,'61715251255','2','2.00','300','retail','0','2024-05-09 13:40:55','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-09 10:53:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171525127722502733222',3408,'61715251255','35','2.00','10','retail','0','2024-05-09 13:41:09','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-09 10:53:00','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','136.00','134','Inclusive','branch','Inventory','','','','',''),('6171525130741722330725',3409,'61715251255','34','1.00','20','retail','0','2024-05-09 13:41:45','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-05-09 10:53:00','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6171525199522099291290',3410,'61715251993','1','3.00','450','retail','0','2024-05-09 13:53:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-09 10:53:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171525200223220320502',3411,'61715251993','10','1.00','800','retail','0','2024-05-09 13:53:20','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-09 10:53:32','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.25','0.25','Inclusive','branch','Inventory','','','','',''),('6171525203202023022322',3412,'61715252027','2','1.00','150','retail','0','2024-05-09 13:53:47','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-09 10:54:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171525206720263322042',3413,'61715252063','1','1.00','150','retail','0','2024-05-09 13:54:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-09 10:54:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171525640637242661063',3414,'61715256402','1','2.00','300','retail','0','2024-05-09 15:06:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-09 12:07:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171525643333222202230',3415,'61715256402','28','2.00','180','retail','0','2024-05-09 15:07:09','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-05-09 12:07:53','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','17.00','15','Inclusive','branch','Inventory','','','','',''),('6171525645733233042142',3416,'61715256402','35','2.00','10','retail','0','2024-05-09 15:07:23','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-09 12:07:53','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','134.00','132','Inclusive','branch','Inventory','','','','',''),('6171525650500662023721',3417,'61715256504','2','1.00','150','retail','0','2024-05-09 15:08:24','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-09 12:08:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171525651023045362622',3418,'61715256504','3','1.00','150','retail','0','2024-05-09 15:08:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-09 12:08:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171526220732022532231',3419,'71715262189','1','4.00','600','retail','0','2024-05-09 16:43:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-09 13:44:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','2.00','-2','Inclusive','branch','Inventory','','','','',''),('7171526229932601201223',3420,'71715262279','3','1.00','150','retail','0','2024-05-09 16:44:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-09 13:45:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('7171526241370235362234',3421,'71715262318','2','3.00','450','retail','0','2024-05-09 16:45:18','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-09 13:47:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171526242430522327322',3422,'71715262318','34','1.00','20','retail','0','2024-05-09 16:46:54','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-05-09 13:47:23','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('7171526740211422323513',3423,'71715267385','2','2.00','300','retail','0','2024-05-09 18:09:45','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-09 15:10:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171526742707302303372',3424,'71715267416','34','1.00','20','retail','0','2024-05-09 18:10:16','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-05-09 15:10:36','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7171526990831390227000',3425,'71715269897','1','1.00','150','retail','0','2024-05-09 18:51:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-09 15:52:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171527130720707223225',3426,'71715271288','5','2.00','300','retail','0','2024-05-09 19:14:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-09 16:15:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171527137157272033053',3427,'71715271331','4','3.00','450','retail','0','2024-05-09 19:15:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-09 16:16:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171527141033700133242',3428,'71715271402','1','1.00','150','retail','0','2024-05-09 19:16:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-09 16:17:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171527213913237430203',3429,'71715271454','2','1.00','150','retail','0','2024-05-09 19:17:34','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-09 16:29:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171527234172372332433',3430,'71715272197','3','3.00','450','retail','0','2024-05-09 19:29:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-09 16:32:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','8.00','5','Inclusive','branch','Inventory','','','','',''),('7171527243373337223020',3431,'71715272362','10','0.25','200','retail','0','2024-05-09 19:32:42','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-09 16:35:23','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7171527244343332322025',3432,'71715272362','1','1.00','150','retail','0','2024-05-09 19:33:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-09 16:35:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171527246861025523437',3433,'71715272362','34','1.00','20','retail','0','2024-05-09 19:34:03','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-05-09 16:35:23','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7171527396716222733209',3434,'71715273646','1','1.00','150','retail','0','2024-05-09 19:54:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-09 16:59:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171527400323230243033',3435,'71715273978','1','1.00','150','retail','0','2024-05-09 19:59:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-09 17:10:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171527417623223730022',3436,'71715273978','10','0.25','200','retail','0','2024-05-09 20:02:44','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-09 17:10:11','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('7171527420842205223435',3437,'71715273978','20','1.00','60','retail','0','2024-05-09 20:02:56','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-05-09 17:10:11','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','','','',''),('7171527458270722223220',3438,'71715273978','21','1.00','80','retail','0','2024-05-09 20:09:27','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-05-09 17:10:11','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('7171527499509273310133',3439,'71715274987','4','1.00','150','retail','0','2024-05-09 20:16:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-09 17:17:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171527500602350723352',3440,'71715274987','34','1.00','20','retail','0','2024-05-09 20:16:36','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-05-09 17:17:00','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('7171527501771307320713',3441,'71715274987','35','2.00','10','retail','0','2024-05-09 20:16:46','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-05-09 17:17:00','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','132.00','130','Inclusive','branch','Inventory','','','','',''),('7171527566707305623407',3442,'71715275636','1','1.00','150','retail','0','2024-05-09 20:27:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-09 17:31:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171527601167100203333',3443,'61715275991','1','1.00','150','retail','0','2024-05-09 20:33:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-09 17:36:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171527602937212313243',3444,'61715275991','10','0.25','200','retail','0','2024-05-09 20:33:32','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-09 17:36:08','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171527616724020303532',3445,'61715275991','2','1.00','150','retail','0','2024-05-09 20:36:00','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-09 17:36:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171527622832222221412',3446,'61715276169','3','1.00','150','retail','0','2024-05-09 20:36:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-09 17:37:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6171527632152332344612',3447,'61715276283','2','1.00','150','retail','0','2024-05-09 20:38:03','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-09 17:39:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171527692032020703052',3448,'71715276499','1','1.00','150','retail','0','2024-05-09 20:41:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-09 17:48:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171527807331123127327',3449,'71715278073','28','1.00','90','retail','0','2024-05-09 21:07:53','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-05-09 18:08:11','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('6171533995621230344251',3450,'61715339954','1','1.00','150','retail','0','2024-05-10 14:19:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 11:19:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171533999421093232032',3451,'61715339992','3','2.00','300','retail','0','2024-05-10 14:19:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 11:20:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.00','2','Inclusive','branch','Inventory','','','','',''),('6171534003233322033212',3452,'61715340031','1','1.00','150','retail','0','2024-05-10 14:20:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 11:22:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171534004433222272213',3453,'61715340031','10','0.25','200','retail','0','2024-05-10 14:20:36','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-10 11:22:42','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171534015034320302020',3454,'61715340031','10','0.25','200','retail','0','2024-05-10 14:20:50','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-10 11:22:42','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('6171534020223072243470',3455,'61715340196','1','3.00','450','retail','0','2024-05-10 14:23:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 11:24:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171534022962221300332',3456,'61715340196','34','1.00','20','retail','0','2024-05-10 14:23:46','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-05-10 11:24:21','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6171534024623723362310',3457,'61715340196','35','2.00','10','retail','0','2024-05-10 14:24:01','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-10 11:24:21','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','130.00','128','Inclusive','branch','Inventory','','','','',''),('6171534027930337523343',3458,'61715340277','1','3.00','450','retail','0','2024-05-10 14:24:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 11:24:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171534048990204084024',3459,'61715340482','10','0.25','200','retail','0','2024-05-10 14:28:02','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-10 11:28:22','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('6171534175243253323331',3460,'61715341751','1','1.00','150','retail','0','2024-05-10 14:49:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 11:49:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171534178700223502273',3461,'61715341786','1','1.00','150','retail','0','2024-05-10 14:49:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 11:49:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171535228135303322330',3462,'61715352279','1','1.00','150','retail','0','2024-05-10 17:44:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 14:45:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171535229821222902032',3463,'61715352279','10','0.25','200','retail','0','2024-05-10 17:44:47','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-10 14:45:25','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('6171535232320525452300',3464,'61715352279','22','1.00','50','retail','0','2024-05-10 17:45:21','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-10 14:45:25','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','60.00','59','Inclusive','branch','Inventory','','','','',''),('6171535236723030022213',3465,'61715352365','26','1.00','220','retail','0','2024-05-10 17:46:05','','','','0','Cash',0.00,'220','','','6','16.00','1','2024-05-10 14:46:09','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('6171535238063732343152',3466,'61715352378','1','1.00','150','retail','0','2024-05-10 17:46:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 14:46:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171535238300212222132',3467,'61715352378','2','1.00','150','retail','0','2024-05-10 17:46:21','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-10 14:46:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171535238620336223335',3468,'61715352378','4','1.00','150','retail','0','2024-05-10 17:46:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 14:46:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171535242022021332033',3469,'61715352419','23','1.00','80','retail','0','2024-05-10 17:46:59','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-05-10 14:47:03','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('6171535258283023222235',3470,'61715352581','5','1.00','150','retail','0','2024-05-10 17:49:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 14:49:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171535260910313413332',3471,'61715352607','2','2.00','300','retail','0','2024-05-10 17:50:07','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-10 14:50:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171535264922232506432',3472,'61715352642','3','4.00','600','retail','0','2024-05-10 17:50:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 14:51:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','2.00','-2','Inclusive','branch','Inventory','','','','',''),('6171535268521333200013',3473,'61715352678','10','0.25','200','retail','0','2024-05-10 17:51:18','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-10 14:51:43','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('6171535276700223326620',3474,'61715352761','3','2.00','300','retail','0','2024-05-10 17:52:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 14:53:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.00','0','Inclusive','branch','Inventory','','','','',''),('6171535285556226035433',3475,'61715352843','1','1.00','150','retail','0','2024-05-10 17:54:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 14:55:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171535295223355339230',3476,'61715352948','1','1.00','150','retail','0','2024-05-10 17:55:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 14:56:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171535301420223143023',3477,'61715352993','3','1.00','150','retail','0','2024-05-10 17:56:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 14:58:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171535307823037483051',3478,'61715352993','3','1.00','150','retail','0','2024-05-10 17:57:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 14:58:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171535310842725023302',3479,'61715352993','35','2.00','10','retail','0','2024-05-10 17:58:19','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-10 14:58:44','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','128.00','126','Inclusive','branch','Inventory','','','','',''),('6171535491833330222301',3480,'61715354914','1','1.00','150','retail','0','2024-05-10 18:28:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 15:52:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171535693330360250422',3481,'61715356932','3','1.00','150','retail','0','2024-05-10 19:02:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 16:02:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171535696505306333032',3482,'61715356964','4','1.00','150','retail','0','2024-05-10 19:02:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 16:03:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171535698622265263306',3483,'61715356964','10','0.25','200','retail','0','2024-05-10 19:02:52','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-10 16:03:20','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171535700920320032176',3484,'61715357009','3','1.00','150','retail','0','2024-05-10 19:03:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 16:16:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171535782870577235103',3485,'61715357827','2','1.00','150','retail','0','2024-05-10 19:17:07','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-10 16:17:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171535784230022503223',3486,'61715357827','21','1.00','80','retail','0','2024-05-10 19:17:20','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-05-10 16:17:34','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6171535788125383272533',3487,'61715357878','3','3.00','450','retail','0','2024-05-10 19:17:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 16:19:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171535794710220226310',3488,'61715357878','10','0.50','400','retail','0','2024-05-10 19:19:00','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-10 16:19:20','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.50','0','Inclusive','branch','Inventory','','','','',''),('6171535797022632759072',3489,'61715357969','3','1.00','150','retail','0','2024-05-10 19:19:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 16:19:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171535799939301293399',3490,'61715357994','1','5.00','750','retail','0','2024-05-10 19:19:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 16:20:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('6171535803441422300725',3491,'61715358032','2','2.00','300','retail','0','2024-05-10 19:20:32','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-10 16:23:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171535804000300202520',3492,'61715358032','1','1.00','150','retail','0','2024-05-10 19:20:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 16:23:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171535804572520753264',3493,'61715358032','36','2.00','10','retail','0','2024-05-10 19:20:42','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-10 16:23:18','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','169.00','167','Inclusive','branch','Inventory','','4000','Asset','',''),('6171535805850222876512',3494,'61715358032','22','1.00','50','retail','0','2024-05-10 19:20:56','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-10 16:23:18','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','59.00','58','Inclusive','branch','Inventory','','','','',''),('6171535824133480138070',3495,'61715358240','34','1.00','20','retail','0','2024-05-10 19:24:00','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-05-10 16:24:15','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171535830924101332333',3496,'61715358309','1','1.00','150','retail','0','2024-05-10 19:25:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 16:25:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171535833203151322283',3497,'61715358331','1','2.00','300','retail','0','2024-05-10 19:25:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 16:26:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171535843457333276224',3498,'61715358430','3','5.00','750','retail','0','2024-05-10 19:27:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 16:27:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('6171535889783237882302',3499,'61715358895','3','2.00','300','retail','0','2024-05-10 19:34:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 16:35:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171535890600303338206',3500,'61715358895','34','1.00','20','retail','0','2024-05-10 19:35:04','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-05-10 16:35:18','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6171535960836346203023',3501,'61715359598','1','2.00','300','retail','0','2024-05-10 19:46:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 16:46:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171535976222222023150',3502,'61715359761','1','1.00','150','retail','0','2024-05-10 19:49:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 16:49:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171536285802823022522',3503,'61715362856','1','1.00','150','retail','0','2024-05-10 20:40:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-10 17:41:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171542435802123733332',3504,'71715424349','1','2.00','300','retail','0','2024-05-11 13:45:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-11 10:46:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171542438000032333080',3505,'71715424361','1','1.00','150','retail','0','2024-05-11 13:46:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-11 10:46:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171542440602332370047',3506,'71715424390','22','2.00','100','retail','0','2024-05-11 13:46:30','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-11 10:47:28','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','58.00','56','Inclusive','branch','Inventory','','','','',''),('7171542445403225210422',3507,'71715424449','1','1.00','150','retail','0','2024-05-11 13:47:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-11 10:47:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171542447533024223752',3508,'71715424466','3','1.00','150','retail','0','2024-05-11 13:47:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-11 10:48:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171542457947022210332',3509,'71715424505','1','1.00','150','retail','0','2024-05-11 13:49:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-11 10:49:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171542466006300642717',3510,'71715424651','1','1.00','150','retail','0','2024-05-11 13:50:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-11 10:51:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171542467103200030400',3511,'71715424651','1','4.00','600','retail','0','2024-05-11 13:51:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-11 10:51:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171542575433533532001',3512,'61715425752','1','1.00','150','retail','0','2024-05-11 14:09:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 11:09:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171542965150321091032',3513,'61715429649','22','2.00','100','retail','0','2024-05-11 15:14:09','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-11 12:14:38','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','56.00','54','Inclusive','branch','Inventory','','','','',''),('6171542968993269334272',3514,'61715429687','2','1.00','150','retail','0','2024-05-11 15:14:47','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-11 12:17:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171542982033135330321',3515,'61715429687','10','0.25','200','retail','0','2024-05-11 15:16:44','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-11 12:17:21','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('6171543009333023400423',3516,'61715430092','3','1.00','150','retail','0','2024-05-11 15:21:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 12:22:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171543010920303002104',3517,'61715430092','16','1.00','50','retail','0','2024-05-11 15:21:47','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-11 12:22:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('6171543076434306030430',3518,'61715430763','1','2.00','300','retail','0','2024-05-11 15:32:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 12:33:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171543076733772320271',3519,'61715430763','3','1.00','150','retail','0','2024-05-11 15:32:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 12:33:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171543078200372771212',3520,'61715430763','10','0.25','200','retail','0','2024-05-11 15:32:54','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-11 12:33:17','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171543080700532333333',3521,'61715430806','3','1.00','150','retail','0','2024-05-11 15:33:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 12:33:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171543082103202220233',3522,'61715430806','10','0.25','200','retail','0','2024-05-11 15:33:32','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-11 12:33:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171543353732020043354',3523,'61715433527','10','0.50','400','retail','0','2024-05-11 16:18:47','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-11 13:19:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.25','0.75','Inclusive','branch','Inventory','','','','',''),('6171543372422160335526',3524,'61715433723','2','1.00','150','retail','0','2024-05-11 16:22:03','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-11 13:22:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','4000','Asset','',''),('6171543373050224713227',3525,'61715433723','16','1.00','50','retail','0','2024-05-11 16:22:08','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-11 13:22:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6171543377404333247301',3526,'61715433773','2','1.00','150','retail','0','2024-05-11 16:22:53','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-11 13:22:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171543379637331333603',3527,'61715433794','22','1.00','50','retail','0','2024-05-11 16:23:14','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-11 13:23:36','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','54.00','53','Inclusive','branch','Inventory','','','','',''),('6171543382905319332232',3528,'61715433827','3','1.00','150','retail','0','2024-05-11 16:23:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 13:24:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171543630034262643020',3529,'61715436296','4','1.00','150','retail','0','2024-05-11 17:04:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 14:05:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171543631603266146533',3530,'61715436296','16','1.00','50','retail','0','2024-05-11 17:05:13','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-11 14:05:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6171543640432003232430',3531,'61715436400','4','2.00','300','retail','0','2024-05-11 17:06:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 14:07:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171543641535230031054',3532,'61715436400','34','1.00','20','retail','0','2024-05-11 17:06:52','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-05-11 14:07:12','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171543693610503510331',3533,'61715436934','3','1.00','150','retail','0','2024-05-11 17:15:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 14:15:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171543728703322721031',3534,'61715437260','3','1.00','150','retail','0','2024-05-11 17:21:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 14:22:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171543729364629233224',3535,'61715437260','16','1.00','50','retail','0','2024-05-11 17:21:31','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-11 14:22:05','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6171543758333130127223',3536,'61715437582','4','1.00','150','retail','0','2024-05-11 17:26:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 14:27:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171543759323201203335',3537,'61715437582','25','1.00','150','retail','0','2024-05-11 17:26:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 14:27:24','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6171544219953206211001',3538,'61715442154','3','1.00','150','retail','0','2024-05-11 18:42:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 15:59:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171544285463252328220',3539,'61715442154','16','1.00','50','retail','0','2024-05-11 18:43:36','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-11 15:59:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6171544351832133333211',3540,'61715443512','1','5.00','750','retail','0','2024-05-11 19:05:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 16:05:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('6171544365702337203763',3541,'61715443654','2','1.00','150','retail','0','2024-05-11 19:07:34','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-11 16:08:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171544376241374020622',3542,'61715443752','1','4.00','600','retail','0','2024-05-11 19:09:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 16:09:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171544383740481330471',3543,'61715443835','3','2.00','300','retail','0','2024-05-11 19:10:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 16:11:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171544388233050022341',3544,'61715443835','3','2.00','300','retail','0','2024-05-11 19:11:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 16:11:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171544391263321213203',3545,'61715443910','3','1.00','150','retail','0','2024-05-11 19:11:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 16:15:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171544392424302333322',3546,'61715443910','10','0.25','200','retail','0','2024-05-11 19:11:55','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-11 16:15:17','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('6171544410201242233324',3547,'61715443910','28','1.00','90','retail','0','2024-05-11 19:14:59','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-05-11 16:15:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('6171544414170330031143',3548,'61715444138','1','3.00','450','retail','0','2024-05-11 19:15:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 16:15:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171544508824534821320',3549,'61715445086','1','1.00','150','retail','0','2024-05-11 19:31:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 16:31:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171544919903225390733',3550,'61715449195','1','4.00','600','retail','0','2024-05-11 20:39:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 17:40:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171545112231222434200',3551,'61715451121','1','1.00','150','retail','0','2024-05-11 21:12:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 18:12:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171545120922119223220',3552,'61715451198','5','2.00','300','retail','0','2024-05-11 21:13:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 18:14:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171545127025760377332',3553,'61715451198','4','1.00','150','retail','0','2024-05-11 21:14:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-11 18:14:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171550300904177002010',3554,'71715502853','1','4.00','600','retail','0','2024-05-12 11:36:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 08:37:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171550306837335277225',3555,'71715503059','1','1.00','150','retail','0','2024-05-12 11:37:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 08:38:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171550436830303103323',3556,'71715504366','3','1.00','150','retail','0','2024-05-12 11:59:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 09:00:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171550456372345375333',3557,'71715504456','2','3.00','450','retail','0','2024-05-12 12:00:56','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 09:03:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171550459232253232312',3558,'71715504581','1','1.00','150','retail','0','2024-05-12 12:03:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 09:03:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171550462812025325381',3559,'71715504608','1','3.00','450','retail','0','2024-05-12 12:03:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 09:04:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171550476575223033523',3560,'71715504757','34','1.00','20','retail','0','2024-05-12 12:05:57','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-05-12 09:06:20','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171550533100753773725',3561,'71715505320','3','1.00','150','retail','0','2024-05-12 12:15:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 09:15:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171550537670302032635',3562,'71715505352','3','3.00','450','retail','0','2024-05-12 12:15:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 09:17:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171550541233533532001',3563,'71715505352','17','4.00','160','retail','0','2024-05-12 12:16:17','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-12 09:17:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','12.00','8','Inclusive','branch','Inventory','','','','',''),('7171550549302224533232',3564,'71715505469','2','1.00','150','retail','0','2024-05-12 12:17:49','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 09:18:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171550574022322200343',3565,'71715505713','1','1.00','150','retail','0','2024-05-12 12:21:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 09:23:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171550580932335320735',3566,'71715505786','2','1.00','150','retail','0','2024-05-12 12:23:06','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 09:29:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171550583322270132700',3567,'71715505786','22','1.00','50','retail','0','2024-05-12 12:23:32','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-12 09:29:03','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','53.00','52','Inclusive','branch','Inventory','','','','',''),('7171550688450022338054',3568,'71715506866','3','1.00','150','retail','0','2024-05-12 12:41:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 09:41:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171550699952013309333',3569,'71715506941','16','1.00','50','retail','0','2024-05-12 12:42:21','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-12 09:43:53','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7171550764637326700532',3570,'71715507364','2','2.00','300','retail','0','2024-05-12 12:53:49','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 09:54:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171550767734307233057',3571,'71715507364','16','4.00','200','retail','0','2024-05-12 12:54:26','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-12 09:54:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','7.00','3','Inclusive','branch','Inventory','','','','',''),('7171550783232702232202',3572,'71715507810','1','1.00','150','retail','0','2024-05-12 12:56:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 09:57:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171550927522222452525',3573,'71715508917','10','0.50','400','retail','0','2024-05-12 13:15:17','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-12 10:22:56','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.50','0','Inclusive','branch','Inventory','','','','',''),('7171550930832003232830',3574,'71715508917','1','2.00','300','retail','0','2024-05-12 13:21:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 10:22:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171550941432052029422',3575,'71715509378','1','4.00','600','retail','0','2024-05-12 13:22:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 10:23:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171551969209265230291',3576,'71715519578','3','1.00','150','retail','0','2024-05-12 16:12:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 13:15:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171551975251374020522',3577,'71715519724','3','1.00','150','retail','0','2024-05-12 16:15:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 13:16:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171551977925350912253',3578,'71715519765','3','1.00','150','retail','0','2024-05-12 16:16:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 13:16:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171551982325121212223',3579,'71715519798','3','5.00','750','retail','0','2024-05-12 16:16:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 13:17:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('7171551994939309323212',3580,'71715519862','1','4.00','600','retail','0','2024-05-12 16:17:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 13:19:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171552074442722023302',3581,'71715520743','2','1.00','150','retail','0','2024-05-12 16:32:23','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 14:15:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171552320930333515232',3582,'71715520743','3','1.00','150','retail','0','2024-05-12 17:13:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 14:15:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552327727027252723',3583,'71715520743','2','2.00','300','retail','0','2024-05-12 17:14:17','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 14:15:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171552329201312932330',3584,'71715520743','2','1.00','150','retail','0','2024-05-12 17:14:37','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 14:15:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171552331833002332702',3585,'71715520743','16','3.00','150','retail','0','2024-05-12 17:14:52','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-12 14:15:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','3.00','0','Inclusive','branch','Inventory','','','','',''),('7171552334457220230122',3586,'71715520743','2','2.00','300','retail','0','2024-05-12 17:15:19','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 14:15:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171552337131733230043',3587,'71715523358','5','1.00','150','retail','0','2024-05-12 17:15:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 14:16:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552341502122401030',3588,'71715523390','1','1.00','150','retail','0','2024-05-12 17:16:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 14:39:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552436303233303232',3589,'71715523390','16','3.00','150','retail','0','2024-05-12 17:31:53','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-12 14:39:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','100.00','97','Inclusive','branch','Inventory','','','','',''),('7171552450854033202334',3590,'71715523390','16','2.00','100','retail','0','2024-05-12 17:32:44','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-12 14:39:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','97.00','95','Inclusive','branch','Inventory','','','','',''),('7171552491151374020122',3591,'71715524801','4','1.00','150','retail','0','2024-05-12 17:40:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 14:42:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552496322232207652',3592,'71715524940','1','1.00','150','retail','0','2024-05-12 17:42:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 14:43:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552499303211323333',3593,'71715524940','23','1.00','80','retail','0','2024-05-12 17:42:44','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-05-12 14:43:27','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('7171552511113213301303',3594,'71715525089','16','1.00','50','retail','0','2024-05-12 17:44:49','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-12 14:48:57','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','','','','',''),('7171552538220028002013',3595,'71715525338','1','2.00','300','retail','0','2024-05-12 17:48:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 14:50:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171552544332233033022',3596,'71715525409','23','1.00','80','retail','0','2024-05-12 17:50:09','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-05-12 14:50:58','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('7171552571912532540233',3597,'71715525648','1','2.00','300','retail','0','2024-05-12 17:54:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 14:56:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171552573213332703223',3598,'71715525648','16','2.00','100','retail','0','2024-05-12 17:55:19','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-12 14:56:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','94.00','92','Inclusive','branch','Inventory','','','','',''),('7171552592875792223225',3599,'71715525839','1','2.00','300','retail','0','2024-05-12 17:57:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 14:59:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171552596643202553013',3600,'71715525839','16','4.00','200','retail','0','2024-05-12 17:58:50','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-12 14:59:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','92.00','88','Inclusive','branch','Inventory','','','','',''),('7171552601412744233303',3601,'71715525997','3','2.00','300','retail','0','2024-05-12 17:59:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:00:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171552602520327270352',3602,'71715525997','16','2.00','100','retail','0','2024-05-12 18:00:15','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-12 15:00:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','88.00','86','Inclusive','branch','Inventory','','','','',''),('7171552607020022237275',3603,'71715526046','2','1.00','150','retail','0','2024-05-12 18:00:46','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:02:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171552609723220037224',3604,'71715526046','17','1.00','40','retail','0','2024-05-12 18:01:11','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-12 15:02:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7171552611723020111320',3605,'71715526046','17','1.00','40','retail','0','2024-05-12 18:01:41','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-12 15:02:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7171552615200022720342',3606,'71715526140','4','1.00','150','retail','0','2024-05-12 18:02:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:02:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552618007378002385',3607,'71715526167','1','1.00','150','retail','0','2024-05-12 18:02:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:03:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552619662202061022',3608,'71715526167','16','2.00','100','retail','0','2024-05-12 18:03:00','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-12 15:03:41','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','86.00','84','Inclusive','branch','Inventory','','','','',''),('7171552625427103133423',3609,'71715526222','1','1.00','150','retail','0','2024-05-12 18:03:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:10:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552657333333202306',3610,'71715526222','4','3.00','450','retail','0','2024-05-12 18:04:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:10:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171552668627162230022',3611,'71715526644','4','1.00','150','retail','0','2024-05-12 18:10:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:12:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552679633040006075',3612,'71715526763','1','1.00','150','retail','0','2024-05-12 18:12:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:14:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552684632312623223',3613,'71715526763','2','2.00','300','retail','0','2024-05-12 18:13:52','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:14:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171552689322092220326',3614,'71715526867','4','1.00','150','retail','0','2024-05-12 18:14:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:15:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552696102033602259',3615,'71715526927','1','1.00','150','retail','0','2024-05-12 18:15:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:19:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552714417123523237',3616,'71715526927','10','0.25','200','retail','0','2024-05-12 18:18:33','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-12 15:19:24','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('7171552718422507231232',3617,'71715527165','2','1.00','150','retail','0','2024-05-12 18:19:26','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:20:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171552719723257345232',3618,'71715527165','2','1.00','150','retail','0','2024-05-12 18:19:44','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:20:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171552722222412321222',3619,'71715527165','10','0.25','200','retail','0','2024-05-12 18:19:59','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-12 15:20:46','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('7171552729123325223702',3620,'71715527247','2','1.00','150','retail','0','2024-05-12 18:20:47','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:24:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171552736430317523622',3621,'71715527247','1','2.00','300','retail','0','2024-05-12 18:21:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:24:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171552752575733342205',3622,'71715527497','16','3.00','150','retail','0','2024-05-12 18:24:57','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-12 15:25:50','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','84.00','81','Inclusive','branch','Inventory','','','','',''),('7171552773840211700030',3623,'71715527551','2','2.00','300','retail','0','2024-05-12 18:28:02','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:29:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171552775270322027532',3624,'71715527551','3','1.00','150','retail','0','2024-05-12 18:28:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:29:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552776522722704221',3625,'71715527551','17','3.00','120','retail','0','2024-05-12 18:29:13','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-12 15:29:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','6.00','3','Inclusive','branch','Inventory','','','','',''),('7171552781807002723723',3626,'71715527803','2','3.00','450','retail','0','2024-05-12 18:30:03','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:31:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171552785252254432322',3627,'71715527803','17','3.00','120','retail','0','2024-05-12 18:30:21','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-12 15:31:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','3.00','0','Inclusive','branch','Inventory','','','','',''),('7171552795020332142552',3628,'71715527869','10','0.25','200','retail','0','2024-05-12 18:31:09','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-12 15:33:18','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('7171552798337322022073',3629,'71715527869','1','1.00','150','retail','0','2024-05-12 18:32:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:33:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552803530222022002',3630,'71715527998','4','2.00','300','retail','0','2024-05-12 18:33:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:34:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171552809901070152202',3631,'71715528063','5','2.00','300','retail','0','2024-05-12 18:34:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:35:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171552813405314332232',3632,'71715528118','3','1.00','150','retail','0','2024-05-12 18:35:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:35:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552817935825231333',3633,'71715528157','4','3.00','450','retail','0','2024-05-12 18:35:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:36:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171552835157272100315',3634,'71715528333','1','3.00','450','retail','0','2024-05-12 18:38:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:39:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171552840022307221330',3635,'71715528387','16','2.00','100','retail','0','2024-05-12 18:39:47','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-12 15:41:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','81.00','79','Inclusive','branch','Inventory','','','','',''),('7171552842732532003772',3636,'71715528387','2','1.00','150','retail','0','2024-05-12 18:40:11','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:41:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171552853732350023230',3637,'71715528466','16','5.00','250','retail','0','2024-05-12 18:41:06','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-12 15:44:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','79.00','74','Inclusive','branch','Inventory','','','','',''),('7171552856803012102312',3638,'71715528466','1','4.00','600','retail','0','2024-05-12 18:42:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:44:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171552881712383773008',3639,'71715528676','10','0.25','200','retail','0','2024-05-12 18:44:36','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-12 15:53:02','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('7171552883138238233021',3640,'71715528676','2','2.00','300','retail','0','2024-05-12 18:46:58','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:53:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171552885612838003808',3641,'71715528676','10','0.25','200','retail','0','2024-05-12 18:47:14','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-12 15:53:02','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('7171552915732922403047',3642,'71715528676','34','1.00','20','retail','0','2024-05-12 18:52:14','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-05-12 15:53:02','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('7171552920623227322620',3643,'71715529183','10','0.50','400','retail','0','2024-05-12 18:53:03','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-12 15:54:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.75','2.25','Inclusive','branch','Inventory','','','','',''),('7171552922637221223020',3644,'71715529183','4','2.00','300','retail','0','2024-05-12 18:53:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:54:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171552928722332723317',3645,'71715529271','4','1.00','150','retail','0','2024-05-12 18:54:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:55:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552940838321540403',3646,'71715529307','2','2.00','300','retail','0','2024-05-12 18:55:07','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:59:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171552945735525733737',3647,'71715529307','10','0.50','400','retail','0','2024-05-12 18:56:49','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-12 15:59:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','2.25','1.75','Inclusive','branch','Inventory','','','','',''),('7171552956257222623223',3648,'71715529543','1','4.00','600','retail','0','2024-05-12 18:59:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 15:59:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171552960329010052220',3649,'71715529587','4','1.00','150','retail','0','2024-05-12 18:59:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 16:00:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552965162122033225',3650,'71715529622','1','1.00','150','retail','0','2024-05-12 19:00:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 16:01:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171552990802023273073',3651,'71715529897','17','1.00','40','retail','0','2024-05-12 19:04:57','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-12 16:05:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('7171553002432072233223',3652,'71715529968','10','0.25','200','retail','0','2024-05-12 19:06:08','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-12 16:07:24','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('7171553007124321002337',3653,'71715530044','1','3.00','450','retail','0','2024-05-12 19:07:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 16:08:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171553012919003039327',3654,'71715530101','2','3.00','450','retail','0','2024-05-12 19:08:21','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 16:09:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171553019302303223203',3655,'71715530156','1','3.00','450','retail','0','2024-05-12 19:09:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 16:10:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171553025027353053703',3656,'71715530222','2','1.00','150','retail','0','2024-05-12 19:10:22','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 16:12:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171553034104233040533',3657,'71715530325','4','1.00','150','retail','0','2024-05-12 19:12:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 16:12:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171553038417222200237',3658,'71715530369','16','2.00','100','retail','0','2024-05-12 19:12:49','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-12 16:14:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','74.00','72','Inclusive','branch','Inventory','','','','',''),('7171553049932757430234',3659,'71715530474','9','1.00','600','retail','0','2024-05-12 19:14:34','','','','0','Cash',0.00,'600','','','7','16.00','1','2024-05-12 16:15:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171553056633333721223',3660,'71715530530','9','1.00','600','retail','0','2024-05-12 19:15:30','','','','0','Cash',0.00,'600','','','7','16.00','1','2024-05-12 16:18:24','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7171553062323020722423',3661,'71715530530','2','3.00','450','retail','0','2024-05-12 19:16:11','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 16:18:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171553064922952725233',3662,'71715530530','28','1.00','90','retail','0','2024-05-12 19:17:03','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-05-12 16:18:24','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7171553083433503522350',3663,'71715530817','10','0.25','200','retail','0','2024-05-12 19:20:17','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-12 16:22:06','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('7171553087432301201203',3664,'71715530817','1','2.00','300','retail','0','2024-05-12 19:20:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 16:22:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171553089443127235232',3665,'71715530817','34','1.00','20','retail','0','2024-05-12 19:21:16','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-05-12 16:22:06','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('7171553104212072001130',3666,'71715531022','1','2.00','300','retail','0','2024-05-12 19:23:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 16:24:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171553111822272320412',3667,'71715531056','10','0.50','400','retail','0','2024-05-12 19:24:16','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-12 16:25:41','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','1.25','0.75','Inclusive','branch','Inventory','','','','',''),('7171553143222227243333',3668,'71715531325','2','3.00','450','retail','0','2024-05-12 19:30:11','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 16:30:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171553145532305353731',3669,'71715531439','1','6.00','900','retail','0','2024-05-12 19:30:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 16:31:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.00','-6','Inclusive','branch','Inventory','','','','',''),('7171553174003275031403',3670,'71715531728','2','1.00','150','retail','0','2024-05-12 19:35:28','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 16:35:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171553769322723313327',3671,'71715537664','1','2.00','300','retail','0','2024-05-12 21:14:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 18:18:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171553778737224332707',3672,'71715537664','10','1.00','800','retail','0','2024-05-12 21:16:15','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-12 18:18:09','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.75','1.75','Inclusive','branch','Inventory','','','','',''),('7171553780413247817733',3673,'71715537664','2','1.00','150','retail','0','2024-05-12 21:16:27','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 18:18:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171553783007232300013',3674,'71715537664','35','1.00','5','retail','0','2024-05-12 21:16:45','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-05-12 18:18:09','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','126.00','125','Inclusive','branch','Inventory','','','','',''),('7171553796442395392613',3675,'71715537891','16','4.00','200','retail','0','2024-05-12 21:18:11','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-12 18:20:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','72.00','68','Inclusive','branch','Inventory','','','','',''),('7171553800107300228110',3676,'71715537891','1','2.00','300','retail','0','2024-05-12 21:19:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-12 18:20:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171553804143202031322',3677,'71715538019','10','0.50','400','retail','0','2024-05-12 21:20:19','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-12 18:21:27','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','1.75','1.25','Inclusive','branch','Inventory','','','','',''),('7171553805400432333230',3678,'71715538019','2','1.00','150','retail','0','2024-05-12 21:20:41','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 18:21:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171553807230702003343',3679,'71715538019','23','1.00','80','retail','0','2024-05-12 21:20:54','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-05-12 18:21:27','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('7171553813723322033337',3680,'71715538122','2','2.00','300','retail','0','2024-05-12 21:22:02','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-12 18:22:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171559500492110530320',3681,'61715594933','3','2.00','300','retail','0','2024-05-13 13:08:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-13 10:27:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171559621443632373323',3682,'61715596168','3','2.00','300','retail','0','2024-05-13 13:29:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-13 10:30:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171559630842729023302',3683,'61715596300','2','1.00','150','retail','0','2024-05-13 13:31:40','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-13 10:34:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171559652923512432153',3684,'61715596300','1','2.00','300','retail','0','2024-05-13 13:34:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-13 10:35:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171561005512403321501',3685,'71715610031','2','2.00','300','retail','0','2024-05-13 17:20:31','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-13 14:40:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171561007410707300010',3686,'71715610031','16','2.00','100','retail','0','2024-05-13 17:20:55','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-13 14:40:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','68.00','66','Inclusive','branch','Inventory','','','','',''),('7171561122720322124102',3687,'71715610031','35','2.00','10','retail','0','2024-05-13 17:21:14','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-05-13 14:40:47','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','125.00','123','Inclusive','branch','Inventory','','','','',''),('7171561128925402101332',3688,'71715611247','1','2.00','300','retail','0','2024-05-13 17:40:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 14:41:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171561135803221386322',3689,'71715611308','1','1.00','150','retail','0','2024-05-13 17:41:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 14:43:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171561138132572263123',3690,'71715611308','16','1.00','50','retail','0','2024-05-13 17:42:38','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-13 14:43:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','66.00','65','Inclusive','branch','Inventory','','','','',''),('7171561153723722357302',3691,'71715611404','2','1.00','150','retail','0','2024-05-13 17:43:25','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-13 14:46:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171561163062320333141',3692,'71715611618','1','1.00','150','retail','0','2024-05-13 17:46:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 14:47:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171561167031331010322',3693,'71715611656','3','1.00','150','retail','0','2024-05-13 17:47:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 14:48:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171561169333242032743',3694,'71715611680','10','1.00','800','retail','0','2024-05-13 17:48:00','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-13 14:49:08','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.25','0.25','Inclusive','branch','Inventory','','','','',''),('7171561171630660062363',3695,'71715611680','4','4.00','600','retail','0','2024-05-13 17:48:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 14:49:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171561176223023331203',3696,'71715611749','3','1.00','150','retail','0','2024-05-13 17:49:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 14:50:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171561187113347367352',3697,'71715611859','1','2.00','300','retail','0','2024-05-13 17:50:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 14:51:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171561195002217200327',3698,'71715611905','16','2.00','100','retail','0','2024-05-13 17:51:45','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-13 14:52:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','65.00','63','Inclusive','branch','Inventory','','','','',''),('7171561198815436227300',3699,'71715611977','3','1.00','150','retail','0','2024-05-13 17:52:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 14:53:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171561201100022010101',3700,'71715612001','2','1.00','150','retail','0','2024-05-13 17:53:21','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-13 14:55:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171561212722444233314',3701,'71715612111','4','1.00','150','retail','0','2024-05-13 17:55:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 14:55:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171561216551161203200',3702,'71715612150','4','2.00','300','retail','0','2024-05-13 17:55:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 14:56:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171561221833020323082',3703,'71715612190','10','0.25','200','retail','0','2024-05-13 17:56:30','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-13 14:57:46','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7171561223323032203722',3704,'71715612190','16','2.00','100','retail','0','2024-05-13 17:56:59','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-13 14:57:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','63.00','61','Inclusive','branch','Inventory','','','','',''),('7171561224802312203001',3705,'71715612190','4','1.00','150','retail','0','2024-05-13 17:57:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 14:57:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171561228515252323020',3706,'71715612267','16','1.00','50','retail','0','2024-05-13 17:57:47','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-13 14:58:24','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','61.00','60','Inclusive','branch','Inventory','','','','',''),('7171561233373623202331',3707,'71715612305','1','1.00','150','retail','0','2024-05-13 17:58:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 14:59:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171561237607221201032',3708,'71715612358','1','1.00','150','retail','0','2024-05-13 17:59:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 15:00:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171561244233323232322',3709,'71715612358','5','2.00','300','retail','0','2024-05-13 18:00:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 15:00:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171561247030163353212',3710,'71715612454','16','2.00','100','retail','0','2024-05-13 18:00:54','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-13 15:01:25','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','60.00','58','Inclusive','branch','Inventory','','','','',''),('7171561265424525312173',3711,'71715612485','16','3.00','150','retail','0','2024-05-13 18:01:25','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-13 15:04:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','58.00','55','Inclusive','branch','Inventory','','','','',''),('7171561460073364263321',3712,'71715614586','25','1.00','150','retail','0','2024-05-13 18:36:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 15:37:03','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171561461312134470034',3713,'71715614586','1','1.00','150','retail','0','2024-05-13 18:36:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 15:37:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171561465770021146272',3714,'71715614639','4','1.00','150','retail','0','2024-05-13 18:37:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 15:47:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171561467163732623020',3715,'71715614639','3','1.00','150','retail','0','2024-05-13 18:37:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 15:47:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171561473033714540453',3716,'71715614639','2','1.00','150','retail','0','2024-05-13 18:38:15','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-13 15:47:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171561475003370337513',3717,'71715614639','34','1.00','20','retail','0','2024-05-13 18:38:51','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-05-13 15:47:17','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('7171561560317223320601',3718,'71715615577','2','1.00','150','retail','0','2024-05-13 18:52:57','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-13 15:54:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171561566033360332623',3719,'71715615577','10','0.25','200','retail','0','2024-05-13 18:53:28','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-13 15:54:58','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('7171562380230232302351',3720,'71715623783','2','1.00','150','retail','0','2024-05-13 21:09:43','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-13 18:11:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171562382723203431332',3721,'71715623783','2','2.00','300','retail','0','2024-05-13 21:10:03','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-13 18:11:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171562400301702230542',3722,'71715623978','1','1.00','150','retail','0','2024-05-13 21:12:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 18:13:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171562404333334033325',3723,'71715624029','2','1.00','150','retail','0','2024-05-13 21:13:49','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-13 18:14:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171562410602222222332',3724,'71715624068','1','1.00','150','retail','0','2024-05-13 21:14:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-13 18:15:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171562415102222222332',3725,'71715624125','2','2.00','300','retail','0','2024-05-13 21:15:25','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-13 18:16:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171568241632203332103',3726,'71715682396','10','0.25','200','retail','0','2024-05-14 13:26:36','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-14 10:27:10','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('7171568246143363120330',3727,'71715682433','4','1.00','150','retail','0','2024-05-14 13:27:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-14 10:28:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171568247923322400033',3728,'71715682433','35','2.00','10','retail','0','2024-05-14 13:27:41','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-05-14 10:28:12','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','123.00','121','Inclusive','branch','Inventory','','','','',''),('7171568251436335302331',3729,'71715682493','2','1.00','150','retail','0','2024-05-14 13:28:13','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-14 10:28:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171595448191301502147',3730,'71715954480','3','1.00','150','retail','0','2024-05-17 17:01:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-17 14:01:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171595449605223222002',3731,'71715954480','20','1.00','60','retail','0','2024-05-17 17:01:36','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-05-17 14:01:51','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('7171595463693333942133',3732,'71715954632','16','1.00','50','retail','0','2024-05-17 17:03:52','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-17 14:04:25','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','55.00','54','Inclusive','branch','Inventory','','','','',''),('7171595464229333233423',3733,'71715954632','16','1.00','50','retail','0','2024-05-17 17:04:02','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-17 14:04:25','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','54.00','53','Inclusive','branch','Inventory','','','','',''),('6171595474144542259422',3734,'61715954740','1','1.00','150','retail','0','2024-05-17 17:05:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-17 14:05:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171595476933457663293',3735,'61715954767','2','1.00','150','retail','0','2024-05-17 17:06:07','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-17 14:06:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171595482425332823592',3736,'61715954822','3','2.00','300','retail','0','2024-05-17 17:07:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-17 14:07:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171595485733053500303',3737,'61715954856','1','1.00','150','retail','0','2024-05-17 17:07:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-17 14:08:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171595491622332310023',3738,'61715954913','5','1.00','150','retail','0','2024-05-17 17:08:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-17 14:09:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171595492704437433975',3739,'61715954913','16','2.00','100','retail','0','2024-05-17 17:08:40','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-17 14:09:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','53.00','51','Inclusive','branch','Inventory','','','','',''),('6171595500403952524020',3740,'61715955001','16','2.00','100','retail','0','2024-05-17 17:10:01','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-17 14:10:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','51.00','49','Inclusive','branch','Inventory','','','','',''),('6171595505623316300212',3741,'61715955055','1','1.00','150','retail','0','2024-05-17 17:10:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-17 14:11:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171595511092503013000',3742,'61715955099','1','1.00','150','retail','0','2024-05-17 17:11:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-17 14:11:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171595512922297213333',3743,'61715955127','17','1.00','40','retail','0','2024-05-17 17:12:07','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-17 14:12:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6171595514433423134341',3744,'61715955127','20','1.00','60','retail','0','2024-05-17 17:12:20','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-05-17 14:12:27','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('6171595754221333200013',3745,'61715957540','1','1.00','150','retail','0','2024-05-17 17:52:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 10:15:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171595755252220112323',3746,'61715957540','16','2.00','100','retail','0','2024-05-17 17:52:26','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-18 10:15:09','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','49.00','47','Inclusive','branch','Inventory','','','','',''),('6171602725353230323523',3747,'61715957540','21','1.00','80','retail','0','2024-05-18 13:14:10','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-05-18 10:15:09','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6171602732517501210430',3748,'61716027323','5','1.00','150','retail','0','2024-05-18 13:15:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 10:15:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171602732903062629020',3749,'61716027323','2','1.00','150','retail','0','2024-05-18 13:15:27','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-18 10:15:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171602736330243101163',3750,'61716027361','5','1.00','150','retail','0','2024-05-18 13:16:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 10:16:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171603692860036206323',3751,'61716036926','1','3.00','450','retail','0','2024-05-18 15:55:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 12:56:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171603694233230332323',3752,'61716036926','16','6.00','300','retail','0','2024-05-18 15:55:34','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-18 12:56:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','47.00','41','Inclusive','branch','Inventory','','','','',''),('6171603695313236916733',3753,'61716036926','20','1.00','60','retail','0','2024-05-18 15:55:51','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-05-18 12:56:56','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('6171603696366231603202',3754,'61716036926','21','2.00','160','retail','0','2024-05-18 15:55:57','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-05-18 12:56:56','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','9.00','7','Inclusive','branch','Inventory','','','','',''),('6171604005047040236130',3755,'61716040049','2','2.00','300','retail','0','2024-05-18 16:47:29','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-18 13:47:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171604008431200330413',3756,'61716040080','1','6.00','900','retail','0','2024-05-18 16:48:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 13:48:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.00','-6','Inclusive','branch','Inventory','','','','',''),('6171604010873000173202',3757,'61716040107','1','1.00','150','retail','0','2024-05-18 16:48:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 13:49:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171604011503613002400',3758,'61716040107','20','1.00','60','retail','0','2024-05-18 16:48:33','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-05-18 13:49:15','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('6171604017542300263331',3759,'61716040172','3','3.00','450','retail','0','2024-05-18 16:49:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 13:49:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171604018531213300120',3760,'61716040172','21','1.00','80','retail','0','2024-05-18 16:49:42','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-05-18 13:49:59','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('6171604021306300123407',3761,'61716040212','5','1.00','150','retail','0','2024-05-18 16:50:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 13:50:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171604023933043010110',3762,'61716040238','5','1.00','150','retail','0','2024-05-18 16:50:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 13:50:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171604024443033223023',3763,'61716040238','4','1.00','150','retail','0','2024-05-18 16:50:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 13:50:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171604028660132027433',3764,'61716040284','1','1.00','150','retail','0','2024-05-18 16:51:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 13:51:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171604029337063033403',3765,'61716040284','28','1.00','90','retail','0','2024-05-18 16:51:31','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-05-18 13:51:49','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6171604150223023207023',3766,'61716041501','1','1.00','150','retail','0','2024-05-18 17:11:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 14:11:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171604152923239532262',3767,'61716041528','2','1.00','150','retail','0','2024-05-18 17:12:08','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-18 14:12:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171604153531013737400',3768,'61716041528','16','1.00','50','retail','0','2024-05-18 17:12:12','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-18 14:12:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','41.00','40','Inclusive','branch','Inventory','','','','',''),('6171604154662040000432',3769,'61716041528','28','1.00','90','retail','0','2024-05-18 17:12:24','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-05-18 14:12:40','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6171604157233320236132',3770,'61716041571','4','1.00','150','retail','0','2024-05-18 17:12:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 14:15:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171604175037222302210',3771,'61716041748','2','2.00','300','retail','0','2024-05-18 17:15:48','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-18 14:16:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171604177702222162036',3772,'61716041776','1','1.00','150','retail','0','2024-05-18 17:16:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 14:16:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171604178327042222282',3773,'61716041776','28','1.00','90','retail','0','2024-05-18 17:16:22','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-05-18 14:16:38','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6171604180921323133230',3774,'61716041807','2','1.00','150','retail','0','2024-05-18 17:16:47','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-18 14:17:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171604181286122220844',3775,'61716041807','4','1.00','150','retail','0','2024-05-18 17:16:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 14:17:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171604181761322021233',3776,'61716041807','3','1.00','150','retail','0','2024-05-18 17:16:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 14:17:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171604213720202342240',3777,'61716042134','2','3.00','450','retail','0','2024-05-18 17:22:14','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-18 14:22:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171604214602331040413',3778,'61716042134','34','1.00','20','retail','0','2024-05-18 17:22:24','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-05-18 14:22:41','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('6171604229033062622000',3779,'61716042288','3','3.00','450','retail','0','2024-05-18 17:24:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 14:25:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171604229724323222633',3780,'61716042288','16','3.00','150','retail','0','2024-05-18 17:24:53','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-18 14:25:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','40.00','37','Inclusive','branch','Inventory','','','','',''),('6171604234006203321301',3781,'61716042339','3','1.00','150','retail','0','2024-05-18 17:25:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 14:25:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171604234303004323303',3782,'61716042339','1','1.00','150','retail','0','2024-05-18 17:25:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 14:25:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171604240020037216302',3783,'61716042397','16','2.00','100','retail','0','2024-05-18 17:26:37','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-18 14:27:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','37.00','35','Inclusive','branch','Inventory','','','','',''),('6171604241040222337003',3784,'61716042397','1','2.00','300','retail','0','2024-05-18 17:26:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 14:27:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171604267736330273372',3785,'61716042671','10','1.00','800','retail','0','2024-05-18 17:31:11','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-18 14:31:20','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.50','1.5','Inclusive','branch','Inventory','','','','',''),('6171604453523031102321',3786,'61716044515','10','0.75','600','retail','0','2024-05-18 18:01:56','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-18 15:02:24','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','1.50','0.75','Inclusive','branch','Inventory','','','','',''),('6171604459905216932203',3787,'61716044594','1','1.00','150','retail','0','2024-05-18 18:03:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 15:04:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171604461432333203220',3788,'61716044594','10','0.25','200','retail','0','2024-05-18 18:03:23','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-18 15:04:51','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('6171604462731213300124',3789,'61716044594','22','1.00','50','retail','0','2024-05-18 18:03:42','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-18 15:04:51','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','52.00','51','Inclusive','branch','Inventory','','','','',''),('6171604464161403324642',3790,'61716044594','28','1.00','90','retail','0','2024-05-18 18:03:57','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-05-18 15:04:51','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6171604474820223621010',3791,'61716044747','3','1.00','150','retail','0','2024-05-18 18:05:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 15:05:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171604477020032202200',3792,'61716044768','3','1.00','150','retail','0','2024-05-18 18:06:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 15:06:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171604477631130336413',3793,'61716044768','16','1.00','50','retail','0','2024-05-18 18:06:15','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-18 15:06:21','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','35.00','34','Inclusive','branch','Inventory','','','','',''),('6171604492523122340902',3794,'61716044923','2','2.00','300','retail','0','2024-05-18 18:08:43','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-18 15:08:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171604495122042635134',3795,'61716044951','3','1.00','150','retail','0','2024-05-18 18:09:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 15:09:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171605639803037063133',3796,'61716056396','1','1.00','150','retail','0','2024-05-18 21:19:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:20:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171605642220002203301',3797,'61716056420','1','1.00','150','retail','0','2024-05-18 21:20:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:20:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171605643060232060575',3798,'61716056420','17','2.00','80','retail','0','2024-05-18 21:20:27','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-18 18:20:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','8.00','6','Inclusive','branch','Inventory','','','','',''),('6171605647902362422754',3799,'61716056478','3','1.00','150','retail','0','2024-05-18 21:21:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:21:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171605648747037322272',3800,'61716056478','25','1.00','150','retail','0','2024-05-18 21:21:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:21:46','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171605654610303333330',3801,'61716056544','2','2.00','300','retail','0','2024-05-18 21:22:24','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:23:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171605657412213646223',3802,'61716056544','17','2.00','80','retail','0','2024-05-18 21:22:50','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-18 18:23:10','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','6.00','4','Inclusive','branch','Inventory','','','','',''),('6171605669302132666723',3803,'61716056681','2','3.00','450','retail','0','2024-05-18 21:24:41','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:25:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171605678103340617301',3804,'61716056778','1','2.00','300','retail','0','2024-05-18 21:26:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:26:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171605678820320633613',3805,'61716056778','22','2.00','100','retail','0','2024-05-18 21:26:24','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-18 18:26:46','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','51.00','49','Inclusive','branch','Inventory','','','','',''),('6171605682482232220426',3806,'61716056823','3','1.00','150','retail','0','2024-05-18 21:27:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:27:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171605685203333201733',3807,'61716056850','2','1.00','150','retail','0','2024-05-18 21:27:30','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:27:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171605685535223022674',3808,'61716056850','3','1.00','150','retail','0','2024-05-18 21:27:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:27:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171605686133321335126',3809,'61716056850','16','1.00','50','retail','0','2024-05-18 21:27:39','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-18 18:27:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','34.00','33','Inclusive','branch','Inventory','','','','',''),('6171605689305631833222',3810,'61716056892','5','1.00','150','retail','0','2024-05-18 21:28:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:28:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171605689913093033091',3811,'61716056892','2','2.00','300','retail','0','2024-05-18 21:28:14','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:28:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171605693506233323931',3812,'61716056934','5','1.00','150','retail','0','2024-05-18 21:28:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:29:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171605694223622032000',3813,'61716056934','17','4.00','160','retail','0','2024-05-18 21:28:57','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-18 18:29:21','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','4.00','0','Inclusive','branch','Inventory','','','','',''),('6171605697337330136392',3814,'61716056972','2','2.00','300','retail','0','2024-05-18 21:29:32','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:30:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171605699862263336672',3815,'61716056972','21','1.00','80','retail','0','2024-05-18 21:29:56','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-05-18 18:30:24','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6171605705524333153233',3816,'61716057053','2','1.00','150','retail','0','2024-05-18 21:30:53','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:31:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171605707904439433076',3817,'61716057078','1','1.00','150','retail','0','2024-05-18 21:31:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:32:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171605717031013323202',3818,'61716057169','2','1.00','150','retail','0','2024-05-18 21:32:49','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-18 18:33:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171610842617302427208',3819,'71716108415','16','1.00','50','retail','0','2024-05-19 11:46:55','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-19 08:48:04','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','33.00','32','Inclusive','branch','Inventory','','','','',''),('7171610845121203320214',3820,'71716108415','22','1.00','50','retail','0','2024-05-19 11:47:07','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-19 08:48:04','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','49.00','48','Inclusive','branch','Inventory','','','','',''),('7171610857778307333781',3821,'71716108484','1','1.00','150','retail','0','2024-05-19 11:48:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 08:54:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171611009112142117010',3822,'71716108872','1','1.00','150','retail','0','2024-05-19 11:54:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 09:15:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171611014223233220222',3823,'71716108872','1','1.00','150','retail','0','2024-05-19 12:15:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 09:15:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171611016962101337214',3824,'71716110154','3','3.00','450','retail','0','2024-05-19 12:15:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 09:16:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171611021666361207372',3825,'71716110191','16','3.00','150','retail','0','2024-05-19 12:16:43','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-19 09:17:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','32.00','29','Inclusive','branch','Inventory','','','','',''),('7171611023420333240470',3826,'71716110191','2','3.00','450','retail','0','2024-05-19 12:16:56','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-19 09:17:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171611026323010622320',3827,'71716110248','4','1.00','150','retail','0','2024-05-19 12:17:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 09:18:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171611027620203213021',3828,'71716110248','16','2.00','100','retail','0','2024-05-19 12:17:44','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-19 09:18:26','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','29.00','27','Inclusive','branch','Inventory','','','','',''),('7171611036023213663323',3829,'71716110307','4','3.00','450','retail','0','2024-05-19 12:18:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 09:19:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171611040923304323220',3830,'71716110375','22','2.00','100','retail','0','2024-05-19 12:19:35','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-19 09:20:30','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','48.00','46','Inclusive','branch','Inventory','','','','',''),('7171611044327300042331',3831,'71716110430','1','3.00','450','retail','0','2024-05-19 12:20:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 09:23:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171611051210210023343',3832,'71716110430','16','3.00','150','retail','0','2024-05-19 12:21:36','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-19 09:23:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','27.00','24','Inclusive','branch','Inventory','','','','',''),('7171611053210222132163',3833,'71716110430','36','2.00','10','retail','0','2024-05-19 12:21:53','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-05-19 09:23:08','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','167.00','165','Inclusive','branch','Inventory','','4000','Asset','',''),('7171611057762003236216',3834,'71716110430','21','1.00','80','retail','0','2024-05-19 12:22:13','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-05-19 09:23:08','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171611060203602462303',3835,'71716110588','21','3.00','240','retail','0','2024-05-19 12:23:09','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-05-19 09:31:21','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','4.00','1','Inclusive','branch','Inventory','','','','',''),('7171611110022100020000',3836,'71716111081','16','3.00','150','retail','0','2024-05-19 12:31:21','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-19 09:34:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','24.00','21','Inclusive','branch','Inventory','','','','',''),('7171611122883132330320',3837,'71716111081','1','3.00','450','retail','0','2024-05-19 12:31:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 09:34:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171611126023106263700',3838,'71716111252','3','2.00','300','retail','0','2024-05-19 12:34:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 09:34:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171611128523113233322',3839,'71716111273','1','1.00','150','retail','0','2024-05-19 12:34:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 09:35:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171611130931230060311',3840,'71716111273','10','0.25','200','retail','0','2024-05-19 12:34:45','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-19 09:35:26','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('7171611133887032203123',3841,'71716111326','22','1.00','50','retail','0','2024-05-19 12:35:26','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-19 09:36:55','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.00','45','Inclusive','branch','Inventory','','','','',''),('7171611138571661278043',3842,'71716111326','21','1.00','80','retail','0','2024-05-19 12:35:39','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-05-19 09:36:55','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171611185033503031232',3843,'71716111415','16','2.00','100','retail','0','2024-05-19 12:36:55','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-19 09:45:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','21.00','19','Inclusive','branch','Inventory','','','','',''),('7171611192220024020122',3844,'71716111415','20','1.00','60','retail','0','2024-05-19 12:45:14','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-05-19 09:45:31','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','30.00','29','Inclusive','branch','Inventory','','','','',''),('7171611634661362402231',3845,'71716116335','1','1.00','150','retail','0','2024-05-19 13:58:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 10:59:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171611635635012153310',3846,'71716116335','16','1.00','50','retail','0','2024-05-19 13:59:07','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-19 10:59:39','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('7171611644030337623343',3847,'71716116380','1','2.00','300','retail','0','2024-05-19 13:59:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:00:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171611647103071213202',3848,'71716116458','2','2.00','300','retail','0','2024-05-19 14:00:58','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:01:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171611650303513031203',3849,'71716116485','1','2.00','300','retail','0','2024-05-19 14:01:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:01:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171611652401213447460',3850,'71716116514','1','2.00','300','retail','0','2024-05-19 14:01:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:02:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171611653322612604221',3851,'71716116514','16','2.00','100','retail','0','2024-05-19 14:02:04','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-19 11:02:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','18.00','16','Inclusive','branch','Inventory','','','','',''),('7171611680505200317122',3852,'71716116797','2','2.00','300','retail','0','2024-05-19 14:06:37','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:08:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171611686146223660204',3853,'71716116797','16','2.00','100','retail','0','2024-05-19 14:06:45','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-19 11:08:30','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','16.00','14','Inclusive','branch','Inventory','','','','',''),('7171611692117303322691',3854,'71716116910','2','1.00','150','retail','0','2024-05-19 14:08:30','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:09:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171611697327071232732',3855,'71716116964','1','4.00','600','retail','0','2024-05-19 14:09:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:09:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171611714502107332323',3856,'71716116984','3','4.00','600','retail','0','2024-05-19 14:09:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:14:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171611719531203011233',3857,'71716116984','1','2.00','300','retail','0','2024-05-19 14:12:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:14:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171611725310222203220',3858,'71716117243','2','1.00','150','retail','0','2024-05-19 14:14:03','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:19:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171611726931323927363',3859,'71716117243','36','2.00','10','retail','0','2024-05-19 14:14:13','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-05-19 11:19:20','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','165.00','163','Inclusive','branch','Inventory','','4000','Asset','',''),('7171611803221042220101',3860,'71716117992','1','1.00','150','retail','0','2024-05-19 14:26:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:27:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171611806613260601068',3861,'71716118044','1','2.00','300','retail','0','2024-05-19 14:27:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:28:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171611808922222023110',3862,'71716118081','1','2.00','300','retail','0','2024-05-19 14:28:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:29:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171611812212027703230',3863,'71716118081','16','3.00','150','retail','0','2024-05-19 14:28:09','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-19 11:29:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','14.00','11','Inclusive','branch','Inventory','','','','',''),('7171611817272733333222',3864,'71716118154','1','5.00','750','retail','0','2024-05-19 14:29:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:29:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('7171611915822301000212',3865,'71716119112','2','3.00','450','retail','0','2024-05-19 14:45:31','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:46:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171611920843213210026',3866,'71716119196','1','2.00','300','retail','0','2024-05-19 14:46:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:46:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171611921612612109172',3867,'71716119196','3','1.00','150','retail','0','2024-05-19 14:46:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:46:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171611925027223312013',3868,'71716119237','3','1.00','150','retail','0','2024-05-19 14:47:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 11:47:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171612016126722702301',3869,'71716120151','10','1.00','800','retail','0','2024-05-19 15:02:31','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-19 12:03:34','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.25','3.25','Inclusive','branch','Inventory','','','','',''),('7171612018431301321231',3870,'71716120151','1','3.00','450','retail','0','2024-05-19 15:02:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 12:03:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171612030727003307332',3871,'71716120292','4','1.00','150','retail','0','2024-05-19 15:04:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 12:05:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171612031707000747330',3872,'71716120292','3','2.00','300','retail','0','2024-05-19 15:05:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-19 12:05:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171612035433277102332',3873,'71716120323','2','1.00','150','retail','0','2024-05-19 15:05:23','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-19 12:06:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171621607633763213263',3874,'61716216071','22','1.00','50','retail','0','2024-05-20 17:41:11','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-20 14:42:24','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','','','','',''),('6171621612030623203202',3875,'61716216071','16','1.00','50','retail','0','2024-05-20 17:41:50','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-20 14:42:24','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6171621613730034636327',3876,'61716216071','3','1.00','150','retail','0','2024-05-20 17:42:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-20 14:42:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171621617312703300733',3877,'61716216170','1','1.00','150','retail','0','2024-05-20 17:42:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-20 14:43:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171621618033221040631',3878,'61716216170','1','2.00','300','retail','0','2024-05-20 17:42:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-20 14:43:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171621620636223012124',3879,'61716216203','2','1.00','150','retail','0','2024-05-20 17:43:23','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-20 14:43:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171621621733022322732',3880,'61716216203','4','2.00','300','retail','0','2024-05-20 17:43:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-20 14:43:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171621628513283028324',3881,'61716216281','16','2.00','100','retail','0','2024-05-20 17:44:41','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-20 14:45:00','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','10.00','8','Inclusive','branch','Inventory','','','','',''),('6171621629316322330634',3882,'61716216281','2','1.00','150','retail','0','2024-05-20 17:44:51','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-20 14:45:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171622595792222422727',3883,'61716225932','2','2.00','300','retail','0','2024-05-20 20:25:32','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-20 17:30:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171622598536322120026',3884,'61716225932','10','0.50','400','retail','0','2024-05-20 20:25:58','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-20 17:30:20','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','3.25','2.75','Inclusive','branch','Inventory','','','','',''),('6171622671862362680363',3885,'61716226220','1','2.00','300','retail','0','2024-05-20 20:31:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-20 17:39:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171622676410036133126',3886,'61716226220','10','0.25','200','retail','0','2024-05-20 20:38:39','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-20 17:39:50','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('6171622724124200200366',3887,'61716226790','16','2.00','100','retail','0','2024-05-20 20:40:10','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-20 17:47:50','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','8.00','6','Inclusive','branch','Inventory','','','','',''),('6171622730102622320332',3888,'61716227270','1','1.00','150','retail','0','2024-05-20 20:47:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-20 17:48:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171622731302132223026',3889,'61716227270','16','1.00','50','retail','0','2024-05-20 20:48:21','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-20 17:48:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6171622735752023222236',3890,'61716227340','3','1.00','150','retail','0','2024-05-20 20:49:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-20 17:50:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171622738928030433603',3891,'61716227340','2','1.00','150','retail','0','2024-05-20 20:49:18','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-20 17:50:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171622742603711247203',3892,'61716227340','22','1.00','50','retail','0','2024-05-20 20:49:49','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-20 17:50:44','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','','','','',''),('6171622746606614737303',3893,'61716227444','4','2.00','300','retail','0','2024-05-20 20:50:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-20 17:51:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171622750122320273232',3894,'61716227486','1','1.00','150','retail','0','2024-05-20 20:51:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-20 17:51:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171622780200333703283',3895,'61716227796','1','1.00','150','retail','0','2024-05-20 20:56:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-20 17:57:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171622787133713334223',3896,'61716227835','1','4.00','600','retail','0','2024-05-20 20:57:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-20 17:58:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171622794534936227022',3897,'61716227929','1','3.00','450','retail','0','2024-05-20 20:58:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-20 17:59:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171622798487226242722',3898,'61716227969','17','2.00','80','retail','0','2024-05-20 20:59:29','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-20 18:00:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','31.00','29','Inclusive','branch','Inventory','','','','',''),('6171622802121230344261',3899,'61716228006','1','1.00','150','retail','0','2024-05-20 21:00:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-20 18:00:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171622808520303200342',3900,'61716228051','16','2.00','100','retail','0','2024-05-20 21:00:51','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-20 18:01:44','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','5.00','3','Inclusive','branch','Inventory','','','','',''),('7171630539833202700203',3901,'71716304824','2','1.00','150','retail','0','2024-05-21 18:20:24','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-21 15:32:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171630555107232300013',3902,'71716305521','4','1.00','150','retail','0','2024-05-21 18:32:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-21 15:32:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171630559171025201337',3903,'71716305576','1','1.00','150','retail','0','2024-05-21 18:32:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-21 15:33:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171630562822020053043',3904,'71716305616','16','1.00','50','retail','0','2024-05-21 18:33:36','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-21 15:36:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7171630571002373220733',3905,'71716305616','16','2.00','100','retail','0','2024-05-21 18:34:59','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-21 15:36:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','42.00','40','Inclusive','branch','Inventory','','','','',''),('7171630572530122200325',3906,'71716305616','1','1.00','150','retail','0','2024-05-21 18:35:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-21 15:36:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171630581846055112263',3907,'71716305797','3','1.00','150','retail','0','2024-05-21 18:36:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-21 15:37:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171630583223773642242',3908,'71716305797','16','1.00','50','retail','0','2024-05-21 18:36:58','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-21 15:37:41','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','40.00','39','Inclusive','branch','Inventory','','','','',''),('7171630587333223100631',3909,'71716305861','2','1.00','150','retail','0','2024-05-21 18:37:41','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-21 15:38:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171630591131300332023',3910,'71716305888','5','1.00','150','retail','0','2024-05-21 18:38:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-21 15:38:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171630597033002072043',3911,'71716305934','1','2.00','300','retail','0','2024-05-21 18:38:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-21 15:39:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171630778030332372300',3912,'71716306942','1','1.00','150','retail','0','2024-05-21 18:55:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-21 16:10:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171630781631200887013',3913,'71716307803','1','1.00','150','retail','0','2024-05-21 19:10:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-21 16:10:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171630784900322303001',3914,'71716307838','1','1.00','150','retail','0','2024-05-21 19:10:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-21 16:11:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171630905293329400033',3915,'71716309037','1','1.00','150','retail','0','2024-05-21 19:30:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-21 16:31:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171630907121030620110',3916,'71716309037','16','1.00','50','retail','0','2024-05-21 19:30:52','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-21 16:31:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','39.00','38','Inclusive','branch','Inventory','','','','',''),('7171630910937021033620',3917,'71716309096','1','2.00','300','retail','0','2024-05-21 19:31:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-21 16:32:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171631222111272330213',3918,'71716309154','16','2.00','100','retail','0','2024-05-21 19:32:34','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-21 17:23:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','38.00','36','Inclusive','branch','Inventory','','','','',''),('7171631226660112300224',3919,'71716312238','1','1.00','150','retail','0','2024-05-21 20:23:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-21 17:25:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171631228123722162323',3920,'71716312238','16','1.00','50','retail','0','2024-05-21 20:24:26','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-21 17:25:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.00','35','Inclusive','branch','Inventory','','','','',''),('7171631375737374377316',3921,'71716313746','1','2.00','300','retail','0','2024-05-21 20:49:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-21 17:50:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171631378373232203241',3922,'71716313746','16','4.00','200','retail','0','2024-05-21 20:49:17','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-21 17:50:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','35.00','31','Inclusive','branch','Inventory','','','','',''),('7171631382832113313230',3923,'71716313812','16','2.00','100','retail','0','2024-05-21 20:50:12','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-21 17:51:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','31.00','29','Inclusive','branch','Inventory','','','','',''),('7171631389333201323003',3924,'71716313883','3','1.00','150','retail','0','2024-05-21 20:51:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-21 17:51:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171631393440320230232',3925,'71716313916','17','2.00','80','retail','0','2024-05-21 20:51:56','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-21 17:52:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','29.00','27','Inclusive','branch','Inventory','','','','',''),('7171631634713020233012',3926,'71716316005','1','1.00','150','retail','0','2024-05-21 21:26:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-21 18:32:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171631638014333000233',3927,'71716316371','16','2.00','100','retail','0','2024-05-21 21:32:51','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-21 18:33:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','29.00','27','Inclusive','branch','Inventory','','','','',''),('7171638317902730231236',3928,'71716383139','1','1.00','150','retail','0','2024-05-22 16:05:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-22 13:06:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171638325735725832325',3929,'71716383210','1','1.00','150','retail','0','2024-05-22 16:06:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-22 13:08:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171638331122710317277',3930,'71716383297','1','2.00','300','retail','0','2024-05-22 16:08:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-22 13:08:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171638333482411200333',3931,'71716383323','10','1.00','800','retail','0','2024-05-22 16:08:43','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-22 13:09:17','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.50','1.5','Inclusive','branch','Inventory','','','','',''),('6171639716314222267227',3932,'61716397160','3','1.00','150','retail','0','2024-05-22 19:59:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:01:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171639732809301702276',3933,'61716397324','3','1.00','150','retail','0','2024-05-22 20:02:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:03:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171639734030633631202',3934,'61716397324','16','1.00','50','retail','0','2024-05-22 20:02:17','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-22 17:03:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.00','26','Inclusive','branch','Inventory','','','','',''),('6171639742536214423033',3935,'61716397423','3','1.00','150','retail','0','2024-05-22 20:03:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:04:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171639745703333201733',3936,'61716397423','35','2.00','10','retail','0','2024-05-22 20:04:11','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-22 17:04:45','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','121.00','119','Inclusive','branch','Inventory','','','','',''),('6171639756633272960332',3937,'61716397561','1','2.00','300','retail','0','2024-05-22 20:06:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:08:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171639772322232232303',3938,'61716397720','3','1.00','150','retail','0','2024-05-22 20:08:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:09:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171639773233012133710',3939,'61716397720','16','2.00','100','retail','0','2024-05-22 20:08:49','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-22 17:09:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','26.00','24','Inclusive','branch','Inventory','','','','',''),('6171639804864230288323',3940,'61716398046','1','1.00','150','retail','0','2024-05-22 20:14:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:14:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171639820331232231030',3941,'61716398200','5','1.00','150','retail','0','2024-05-22 20:16:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:17:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171639821210269000613',3942,'61716398200','16','1.00','50','retail','0','2024-05-22 20:16:49','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-22 17:17:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('6171639824802232301023',3943,'61716398246','10','1.00','800','retail','0','2024-05-22 20:17:26','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-22 17:17:51','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.50','0.5','Inclusive','branch','Inventory','','','','',''),('6171639836779270333332',3944,'61716398364','1','1.00','150','retail','0','2024-05-22 20:19:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:20:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171639837077926903892',3945,'61716398364','2','1.00','150','retail','0','2024-05-22 20:19:29','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:20:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171639837902913330192',3946,'61716398364','35','2.00','10','retail','0','2024-05-22 20:19:36','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-22 17:20:08','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','119.00','117','Inclusive','branch','Inventory','','','','',''),('6171639851091323020811',3947,'61716398506','17','2.00','80','retail','0','2024-05-22 20:21:46','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-22 17:22:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','27.00','25','Inclusive','branch','Inventory','','','','',''),('6171639858635266206232',3948,'61716398582','2','1.00','150','retail','0','2024-05-22 20:23:02','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:23:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171639863812212003690',3949,'61716398636','2','2.00','300','retail','0','2024-05-22 20:23:56','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:24:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171639868722426740036',3950,'61716398683','4','2.00','300','retail','0','2024-05-22 20:24:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:25:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171639897493326906330',3951,'61716398970','1','1.00','150','retail','0','2024-05-22 20:29:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:29:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171639910070402322302',3952,'61716399092','10','0.25','200','retail','0','2024-05-22 20:31:32','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-22 17:32:04','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6171639922831420229233',3953,'61716399225','1','3.00','450','retail','0','2024-05-22 20:33:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:33:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171639924821220334024',3954,'61716399245','5','1.00','150','retail','0','2024-05-22 20:34:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:34:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171639927202113303962',3955,'61716399270','1','1.00','150','retail','0','2024-05-22 20:34:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:34:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171640056720233502023',3956,'61716400555','4','1.00','150','retail','0','2024-05-22 20:55:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-22 17:56:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171640116833220336120',3957,'61716401166','10','0.50','400','retail','0','2024-05-22 21:06:06','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-22 18:07:05','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.25','1.75','Inclusive','branch','Inventory','','','','',''),('6171640118123030133121',3958,'61716401166','1','2.00','300','retail','0','2024-05-22 21:06:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-22 18:07:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171640119702322322073',3959,'61716401166','16','1.00','50','retail','0','2024-05-22 21:06:31','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-22 18:07:05','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('6171640234206424762070',3960,'61716402334','1','1.00','150','retail','0','2024-05-22 21:25:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-22 18:26:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171646243423060344320',3961,'71716462412','28','1.00','90','retail','0','2024-05-23 14:06:52','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-05-23 11:07:55','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7171646244620320363237',3962,'71716462412','1','1.00','150','retail','0','2024-05-23 14:07:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-23 11:07:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171646245504622320334',3963,'71716462412','16','1.00','50','retail','0','2024-05-23 14:07:27','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-23 11:07:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('7171646277613477102013',3964,'71716462744','1','1.00','150','retail','0','2024-05-23 14:12:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-23 11:13:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171646281013232232030',3965,'71716462790','17','1.00','40','retail','0','2024-05-23 14:13:10','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-23 11:14:21','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','','','',''),('7171646284304622320334',3966,'71716462790','4','1.00','150','retail','0','2024-05-23 14:13:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-23 11:14:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171646290332306232322',3967,'71716462863','10','0.25','200','retail','0','2024-05-23 14:14:23','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-23 11:15:59','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('7171646291326214321423',3968,'71716462863','3','1.00','150','retail','0','2024-05-23 14:15:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-23 11:15:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171646294732212227331',3969,'71716462863','35','2.00','10','retail','0','2024-05-23 14:15:37','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-05-23 11:15:59','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','117.00','115','Inclusive','branch','Inventory','','','','',''),('7171647574527203154432',3970,'71716475694','10','0.25','200','retail','0','2024-05-23 17:48:14','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-23 14:50:10','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('7171647576032331513433',3971,'71716475694','10','0.25','200','retail','0','2024-05-23 17:49:06','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-23 14:50:10','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('7171647579122321233243',3972,'71716475694','1','2.00','300','retail','0','2024-05-23 17:49:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-23 14:50:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171647593323242341222',3973,'71716475924','1','2.00','300','retail','0','2024-05-23 17:52:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-23 14:52:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171647767133132603337',3974,'71716477664','3','1.00','150','retail','0','2024-05-23 18:21:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-23 15:21:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171647768103372273233',3975,'71716477664','16','2.00','100','retail','0','2024-05-23 18:21:12','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-23 15:21:39','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','21.00','19','Inclusive','branch','Inventory','','','','',''),('7171647975197202091022',3976,'71716479741','1','1.00','150','retail','0','2024-05-23 18:55:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-23 15:57:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171647976822207030767',3977,'71716479741','10','0.25','200','retail','0','2024-05-23 18:55:51','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-23 15:57:00','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('7171647978033926042707',3978,'71716479741','34','1.00','20','retail','0','2024-05-23 18:56:08','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-05-23 15:57:00','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('7171647995137931022343',3979,'71716479909','2','1.00','150','retail','0','2024-05-23 18:58:29','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-23 16:00:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171647996132042029922',3980,'71716479909','16','1.00','50','retail','0','2024-05-23 18:59:12','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-23 16:00:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('7171647997770333703223',3981,'71716479909','3','1.00','150','retail','0','2024-05-23 18:59:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-23 16:00:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171647999392363031310',3982,'71716479909','17','1.00','40','retail','0','2024-05-23 18:59:38','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-23 16:00:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('7171648856422167268034',3983,'71716488557','1','2.00','300','retail','0','2024-05-23 21:22:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-23 18:23:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171655071202522205010',3984,'71716550693','10','0.50','400','retail','0','2024-05-24 14:38:13','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-24 11:40:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','4.75','4.25','Inclusive','branch','Inventory','','','','',''),('7171655072447113432724',3985,'71716550693','1','2.00','300','retail','0','2024-05-24 14:38:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-24 11:40:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171655078423731633032',3986,'71716550693','33','2.00','20','retail','0','2024-05-24 14:39:30','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-05-24 11:40:03','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','20.00','18','Inclusive','branch','Inventory','','','','',''),('7171655081518312030370',3987,'71716550803','4','1.00','150','retail','0','2024-05-24 14:40:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-24 11:40:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171655082933040228236',3988,'71716550803','2','1.00','150','retail','0','2024-05-24 14:40:15','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-24 11:40:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171655085733642233730',3989,'71716550843','1','1.00','150','retail','0','2024-05-24 14:40:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-24 11:41:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171655086653214460062',3990,'71716550843','16','2.00','100','retail','0','2024-05-24 14:40:57','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-24 11:41:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','18.00','16','Inclusive','branch','Inventory','','','','',''),('7171655088133572728001',3991,'71716550843','20','1.00','60','retail','0','2024-05-24 14:41:06','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-05-24 11:41:38','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.00','28','Inclusive','branch','Inventory','','','','',''),('7171655092813537231323',3992,'71716550901','3','2.00','300','retail','0','2024-05-24 14:41:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-24 11:42:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171655095822035533001',3993,'71716550943','4','1.00','150','retail','0','2024-05-24 14:42:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-24 11:42:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171655892613230313365',3994,'71716558916','1','1.00','150','retail','0','2024-05-24 16:55:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-24 14:01:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171655928662632028321',3995,'71716558916','21','1.00','80','retail','0','2024-05-24 17:00:47','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-05-24 14:01:52','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7171655935507552502373',3996,'71716559312','1','2.00','300','retail','0','2024-05-24 17:01:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-24 14:02:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171655936323363533973',3997,'71716559312','17','2.00','80','retail','0','2024-05-24 17:02:35','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-24 14:02:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','23.00','21','Inclusive','branch','Inventory','','','','',''),('7171655939900323530372',3998,'71716559375','17','2.00','80','retail','0','2024-05-24 17:02:56','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-24 14:03:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','21.00','19','Inclusive','branch','Inventory','','','','',''),('7171655946022733047224',3999,'71716559439','1','1.00','150','retail','0','2024-05-24 17:03:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-24 14:05:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171655955899502355253',4000,'71716559543','1','1.00','150','retail','0','2024-05-24 17:05:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-24 14:06:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171655992461133242252',4001,'71716559601','10','0.50','400','retail','0','2024-05-24 17:11:43','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-24 14:12:39','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','4.25','3.75','Inclusive','branch','Inventory','','','','',''),('7171656002542322302225',4002,'71716559959','23','1.00','80','retail','0','2024-05-24 17:12:39','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-05-24 14:14:05','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('7171656009120002272223',4003,'71716560046','2','1.00','150','retail','0','2024-05-24 17:14:34','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-24 14:16:10','1','1','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','2.00','1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171656011702327603222',4004,'71716560046','2','1.00','150','retail','0','2024-05-24 17:15:05','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-24 14:16:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','4000','Asset','',''),('7171656015868414110382',4005,'71716560046','20','2.00','120','retail','0','2024-05-24 17:15:18','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-05-24 14:16:10','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','28.00','26','Inclusive','branch','Inventory','','','','',''),('7171656021137263522530',4006,'71716560171','1','2.00','300','retail','0','2024-05-24 17:16:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-24 14:17:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171656023853067072233',4007,'71716560221','5','2.00','300','retail','0','2024-05-24 17:17:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-24 14:17:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171656024804357312284',4008,'71716560221','16','6.00','300','retail','0','2024-05-24 17:17:18','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-24 14:17:41','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','16.00','10','Inclusive','branch','Inventory','','','','',''),('7171656069737272232370',4009,'71716560401','16','2.00','100','retail','0','2024-05-24 17:20:01','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-24 14:25:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','10.00','8','Inclusive','branch','Inventory','','','','',''),('7171656499706679233405',4010,'71716564996','2','1.00','150','retail','0','2024-05-24 18:36:36','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-24 15:36:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171656527101227231510',4011,'71716565251','20','1.00','60','retail','0','2024-05-24 18:40:51','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-05-24 15:41:23','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','','','','',''),('7171656693523317320322',4012,'71716566934','1','1.00','150','retail','0','2024-05-24 19:08:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-24 16:08:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171663275703662627020',4013,'61716632749','2','1.00','150','retail','0','2024-05-25 13:25:49','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-25 10:25:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171663944432334304072',4014,'71716639427','1','1.00','150','retail','0','2024-05-25 15:17:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 12:17:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171663961423233032222',4015,'71716639607','9','1.00','600','retail','0','2024-05-25 15:20:07','','','','0','Cash',0.00,'600','','','7','16.00','1','2024-05-25 12:22:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7171663971336423010739',4016,'71716639607','1','3.00','450','retail','0','2024-05-25 15:20:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 12:22:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171663974573230427002',4017,'71716639727','20','1.00','60','retail','0','2024-05-25 15:22:07','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-05-25 12:22:47','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','','','',''),('7171663975823083330621',4018,'71716639727','22','1.00','50','retail','0','2024-05-25 15:22:25','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-25 12:22:47','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','','','','',''),('7171663982022012334330',4019,'71716639767','4','1.00','150','retail','0','2024-05-25 15:22:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 12:23:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171664037931304333093',4020,'71716640369','1','2.00','300','retail','0','2024-05-25 15:32:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 12:33:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171664040637001330303',4021,'71716640393','2','1.00','150','retail','0','2024-05-25 15:33:13','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-25 12:34:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171664042923330277010',4022,'71716640393','16','1.00','50','retail','0','2024-05-25 15:33:37','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-25 12:34:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7171664047123277330723',4023,'71716640455','1','4.00','600','retail','0','2024-05-25 15:34:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 12:34:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171664048322732223322',4024,'71716640455','16','2.00','100','retail','0','2024-05-25 15:34:31','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-25 12:34:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','7.00','5','Inclusive','branch','Inventory','','','','',''),('7171664055060433223621',4025,'71716640499','2','4.00','600','retail','0','2024-05-25 15:34:59','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-25 12:36:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','4000','Asset','',''),('7171664056522620671110',4026,'71716640499','10','1.00','800','retail','0','2024-05-25 15:35:50','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-25 12:36:24','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.75','2.75','Inclusive','branch','Inventory','','','','',''),('7171664062606332063107',4027,'71716640585','2','2.00','300','retail','0','2024-05-25 15:36:25','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-25 12:39:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171664072802282032033',4028,'71716640585','16','5.00','250','retail','0','2024-05-25 15:38:33','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-25 12:39:05','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','5.00','0','Inclusive','branch','Inventory','','','','',''),('7171664076522023072120',4029,'71716640745','22','1.00','50','retail','0','2024-05-25 15:39:05','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-25 12:39:43','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','42.00','41','Inclusive','branch','Inventory','','','','',''),('7171664079923403137623',4030,'71716640783','2','1.00','150','retail','0','2024-05-25 15:39:43','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-25 12:40:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171664094234039243347',4031,'71716640817','28','2.00','180','retail','0','2024-05-25 15:40:17','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-05-25 12:42:42','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','7.00','5','Inclusive','branch','Inventory','','','','',''),('7171664100871372332433',4032,'71716640962','1','1.00','150','retail','0','2024-05-25 15:42:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 12:43:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171664107630046320270',4033,'71716641028','1','2.00','300','retail','0','2024-05-25 15:43:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 12:44:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171664110313272332302',4034,'71716641087','2','1.00','150','retail','0','2024-05-25 15:44:47','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-25 12:46:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171664114537224332101',4035,'71716641087','22','1.00','50','retail','0','2024-05-25 15:45:12','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-25 12:46:01','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','41.00','40','Inclusive','branch','Inventory','','','','',''),('7171664124203234422012',4036,'71716641233','1','2.00','300','retail','0','2024-05-25 15:47:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 12:47:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171664129973232039332',4037,'71716641288','10','2.00','1600','retail','0','2024-05-25 15:48:08','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-25 12:49:15','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.75','0.75','Inclusive','branch','Inventory','','','','',''),('7171664131630334036711',4038,'71716641288','2','4.00','600','retail','0','2024-05-25 15:48:19','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-25 12:49:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','4000','Asset','',''),('7171664136833780633232',4039,'71716641355','1','1.00','150','retail','0','2024-05-25 15:49:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 12:49:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171664172920301217330',4040,'71716641694','10','0.50','400','retail','0','2024-05-25 15:55:10','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-25 12:55:32','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','0.75','0.25','Inclusive','branch','Inventory','','','','',''),('7171664331767247173773',4041,'71716643189','10','0.25','200','retail','0','2024-05-25 16:19:49','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-25 13:22:27','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7171664332838037833283',4042,'71716643189','1','1.00','150','retail','0','2024-05-25 16:21:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 13:22:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171664335929333024033',4043,'71716643347','1','1.00','150','retail','0','2024-05-25 16:22:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 13:23:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171664337523132276672',4044,'71716643347','21','1.00','80','retail','0','2024-05-25 16:22:40','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-05-25 13:23:08','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7171664348103202220233',4045,'71716643476','1','1.00','150','retail','0','2024-05-25 16:24:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 13:25:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171664348943098124062',4046,'71716643476','16','1.00','50','retail','0','2024-05-25 16:24:42','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-25 13:25:04','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171664362343136207026',4047,'71716643586','17','2.00','80','retail','0','2024-05-25 16:26:26','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-25 13:27:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','19.00','17','Inclusive','branch','Inventory','','','','',''),('7171664411223133700422',4048,'71716644104','5','1.00','150','retail','0','2024-05-25 16:35:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 13:38:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171664412060232427602',4049,'71716644104','3','1.00','150','retail','0','2024-05-25 16:35:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 13:38:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171664414312122033226',4050,'71716644104','1','1.00','150','retail','0','2024-05-25 16:35:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 13:38:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171665878826228523332',4051,'71716658772','10','0.25','200','retail','0','2024-05-25 20:39:32','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-25 17:42:33','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','6.00','5.75','Inclusive','branch','Inventory','','','','',''),('7171665879900203012302',4052,'71716658772','16','3.00','150','retail','0','2024-05-25 20:39:48','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-25 17:42:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','4.00','1','Inclusive','branch','Inventory','','','','',''),('7171665881082382630830',4053,'71716658772','2','2.00','300','retail','0','2024-05-25 20:39:59','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-25 17:42:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171665896960323504331',4054,'71716658953','1','2.00','300','retail','0','2024-05-25 20:42:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 17:43:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171665897882005243622',4055,'71716658953','33','1.00','10','retail','0','2024-05-25 20:42:49','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-05-25 17:43:20','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('7171665901306660020637',4056,'71716659000','4','1.00','150','retail','0','2024-05-25 20:43:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 17:43:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171665904062032903006',4057,'71716659026','1','1.00','150','retail','0','2024-05-25 20:43:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 17:44:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171665924530022240206',4058,'71716659053','1','1.00','150','retail','0','2024-05-25 20:44:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 17:47:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171665927722730262223',4059,'71716659258','2','1.00','150','retail','0','2024-05-25 20:47:38','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-25 17:48:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171665930030020211722',4060,'71716659258','10','0.25','200','retail','0','2024-05-25 20:47:57','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-25 17:48:41','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.75','5.5','Inclusive','branch','Inventory','','','','',''),('7171665934237323472035',4061,'71716659321','1','2.00','300','retail','0','2024-05-25 20:48:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 17:49:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171665935023306639205',4062,'71716659321','3','1.00','150','retail','0','2024-05-25 20:49:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 17:49:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171665954292007337140',4063,'71716659382','10','0.50','400','retail','0','2024-05-25 20:49:42','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-25 17:53:10','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','5.50','5','Inclusive','branch','Inventory','','','','',''),('7171665955107312203243',4064,'71716659382','2','1.00','150','retail','0','2024-05-25 20:52:23','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-25 17:53:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171665956221152521227',4065,'71716659382','34','1.00','20','retail','0','2024-05-25 20:52:31','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-05-25 17:53:10','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('7171665964867207923104',4066,'71716659590','10','0.25','200','retail','0','2024-05-25 20:53:10','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-25 17:54:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.00','4.75','Inclusive','branch','Inventory','','','','',''),('7171665965923200373660',4067,'71716659590','3','1.00','150','retail','0','2024-05-25 20:54:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 17:54:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171665968133537139232',4068,'71716659670','1','2.00','300','retail','0','2024-05-25 20:54:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 17:55:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171665973207356272132',4069,'71716659711','1','2.00','300','retail','0','2024-05-25 20:55:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 17:56:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171665979310367322025',4070,'71716659711','10','0.25','200','retail','0','2024-05-25 20:55:32','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-25 17:56:58','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.75','4.5','Inclusive','branch','Inventory','','','','',''),('7171665983032027732722',4071,'71716659818','3','2.00','300','retail','0','2024-05-25 20:56:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 17:57:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171665985823223261704',4072,'71716659842','2','2.00','300','retail','0','2024-05-25 20:57:22','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-25 17:57:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171665994322411200433',4073,'71716659866','2','5.00','750','retail','0','2024-05-25 20:57:46','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-25 17:59:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','4000','Asset','',''),('7171665996401390969336',4074,'71716659866','16','1.00','50','retail','0','2024-05-25 20:59:03','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-25 17:59:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171666065822132010738',4075,'71716660647','17','4.00','160','retail','0','2024-05-25 21:10:47','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-25 18:11:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','17.00','13','Inclusive','branch','Inventory','','','','',''),('7171666069122222606320',4076,'71716660680','2','1.00','150','retail','0','2024-05-25 21:11:20','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-25 18:11:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171666201332220233233',4077,'71716662004','3','2.00','300','retail','0','2024-05-25 21:33:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-25 18:33:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171670848371243032032',4078,'71716708473','27','1.00','160','retail','0','2024-05-26 10:27:53','','','','0','Cash',0.00,'160','','','7','16.00','1','2024-05-26 07:28:10','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171671631511122751230',4079,'71716716297','1','2.00','300','retail','0','2024-05-26 12:38:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 09:39:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171671673001372233203',4080,'71716716340','1','2.00','300','retail','0','2024-05-26 12:39:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 09:47:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171671685430770313204',4081,'71716716340','16','1.00','50','retail','0','2024-05-26 12:47:27','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-26 09:47:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','','','','',''),('7171671760912223022204',4082,'71716716868','3','1.00','150','retail','0','2024-05-26 12:47:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 10:02:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171671779521203797090',4083,'71716717780','4','2.00','300','retail','0','2024-05-26 13:03:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 10:03:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171671782422202202323',4084,'71716717815','10','1.00','800','retail','0','2024-05-26 13:03:35','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-26 10:04:27','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.50','5.5','Inclusive','branch','Inventory','','','','',''),('7171671783233332623880',4085,'71716717815','1','3.00','450','retail','0','2024-05-26 13:03:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 10:04:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171671790400031220142',4086,'71716717897','1','2.00','300','retail','0','2024-05-26 13:04:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 10:05:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171671795563102002332',4087,'71716717911','10','0.50','400','retail','0','2024-05-26 13:05:11','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-26 10:07:24','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','5.50','5','Inclusive','branch','Inventory','','','','',''),('7171671799133201323007',4088,'71716717911','1','2.00','300','retail','0','2024-05-26 13:05:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 10:07:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171671802537132853023',4089,'71716717911','16','2.00','100','retail','0','2024-05-26 13:06:32','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-26 10:07:24','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','25.00','23','Inclusive','branch','Inventory','','','','',''),('7171671821122324373101',4090,'71716718157','1','2.00','300','retail','0','2024-05-26 13:09:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 10:10:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171672187632233033022',4091,'71716721806','3','2.00','300','retail','0','2024-05-26 14:10:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:11:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171672189927339273712',4092,'71716721891','1','2.00','300','retail','0','2024-05-26 14:11:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:12:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171672191503221527090',4093,'71716721891','10','0.25','200','retail','0','2024-05-26 14:11:40','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-26 11:12:11','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.00','4.75','Inclusive','branch','Inventory','','','','',''),('7171672194922723313221',4094,'71716721932','2','2.00','300','retail','0','2024-05-26 14:12:12','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:12:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171672195832837503401',4095,'71716721932','4','1.00','150','retail','0','2024-05-26 14:12:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:12:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171672198333633802132',4096,'71716721970','4','2.00','300','retail','0','2024-05-26 14:12:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:13:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171672199222700363222',4097,'71716721970','35','2.00','10','retail','0','2024-05-26 14:13:03','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-05-26 11:13:21','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','115.00','113','Inclusive','branch','Inventory','','','','',''),('7171672225002232600235',4098,'71716722162','10','1.00','800','retail','0','2024-05-26 14:16:02','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-26 11:17:55','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.75','3.75','Inclusive','branch','Inventory','','','','',''),('7171672226112462610072',4099,'71716722162','1','3.00','450','retail','0','2024-05-26 14:17:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:17:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171672298323392932001',4100,'71716722976','1','3.00','450','retail','0','2024-05-26 14:29:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:31:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171672301536172170322',4101,'71716722976','10','0.50','400','retail','0','2024-05-26 14:29:43','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-26 11:31:31','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','3.75','3.25','Inclusive','branch','Inventory','','','','',''),('7171672303732723303323',4102,'71716722976','16','2.00','100','retail','0','2024-05-26 14:30:15','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-26 11:31:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','23.00','21','Inclusive','branch','Inventory','','','','',''),('7171672316020230371342',4103,'71716723091','2','1.00','150','retail','0','2024-05-26 14:32:14','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:33:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171672317310203233133',4104,'71716723091','3','1.00','150','retail','0','2024-05-26 14:32:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:33:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171672318130002330222',4105,'71716723091','1','1.00','150','retail','0','2024-05-26 14:32:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:33:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171672346377330033363',4106,'71716723194','2','2.00','300','retail','0','2024-05-26 14:33:14','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:42:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171672347472242723433',4107,'71716723194','3','1.00','150','retail','0','2024-05-26 14:37:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:42:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171672371720030712422',4108,'71716723194','10','0.50','400','retail','0','2024-05-26 14:37:54','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-26 11:42:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','3.25','2.75','Inclusive','branch','Inventory','','','','',''),('7171672372702220222473',4109,'71716723194','3','2.00','300','retail','0','2024-05-26 14:41:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:42:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171672376424324302237',4110,'71716723748','2','2.00','300','retail','0','2024-05-26 14:42:28','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:43:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171672377570331732222',4111,'71716723748','3','3.00','450','retail','0','2024-05-26 14:42:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:43:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171672379960022339074',4112,'71716723787','5','1.00','150','retail','0','2024-05-26 14:43:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:43:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171672418520203213011',4113,'71716723887','2','1.00','150','retail','0','2024-05-26 14:44:47','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 11:50:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171673308132038327333',4114,'71716733067','10','0.25','200','retail','0','2024-05-26 17:17:47','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-26 14:18:26','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('7171673309623222360374',4115,'71716733067','1','2.00','300','retail','0','2024-05-26 17:18:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:18:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171673311516372316511',4116,'71716733106','2','1.00','150','retail','0','2024-05-26 17:18:26','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:18:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171673313913232232039',4117,'71716733129','1','3.00','450','retail','0','2024-05-26 17:18:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:19:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171673314733272443723',4118,'71716733129','16','2.00','100','retail','0','2024-05-26 17:18:59','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-26 14:19:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','21.00','19','Inclusive','branch','Inventory','','','','',''),('7171673315532352511035',4119,'71716733129','17','1.00','40','retail','0','2024-05-26 17:19:08','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-26 14:19:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7171673319142723023302',4120,'71716733167','1','2.00','300','retail','0','2024-05-26 17:19:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:20:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171673322923023224172',4121,'71716733167','17','3.00','120','retail','0','2024-05-26 17:20:19','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-26 14:20:39','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','12.00','9','Inclusive','branch','Inventory','','','','',''),('7171673325327603027013',4122,'71716733239','2','2.00','300','retail','0','2024-05-26 17:20:39','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:21:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171673327023272302302',4123,'71716733239','16','2.00','100','retail','0','2024-05-26 17:20:53','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-26 14:21:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','19.00','17','Inclusive','branch','Inventory','','','','',''),('7171673337877273117330',4124,'71716733283','1','2.00','300','retail','0','2024-05-26 17:21:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:24:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171673339313230313363',4125,'71716733283','16','3.00','150','retail','0','2024-05-26 17:22:58','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-26 14:24:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','17.00','14','Inclusive','branch','Inventory','','','','',''),('7171673340900317334423',4126,'71716733283','16','1.00','50','retail','0','2024-05-26 17:23:13','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-26 14:24:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7171673345603370334513',4127,'71716733446','2','1.00','150','retail','0','2024-05-26 17:24:06','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:24:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171673348323723333132',4128,'71716733446','10','0.25','200','retail','0','2024-05-26 17:24:16','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-26 14:24:54','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('7171673351131303313233',4129,'71716733495','1','4.00','600','retail','0','2024-05-26 17:24:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:30:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171673381212264432322',4130,'71716733495','26','1.00','220','retail','0','2024-05-26 17:29:59','','','','0','Cash',0.00,'220','','','7','16.00','1','2024-05-26 14:30:58','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('7171673384071322722414',4131,'71716733495','34','1.00','20','retail','0','2024-05-26 17:30:12','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-05-26 14:30:58','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7171673391772322332303',4132,'71716733858','1','1.00','150','retail','0','2024-05-26 17:30:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:32:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171673395227037705737',4133,'71716733939','1','1.00','150','retail','0','2024-05-26 17:32:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:32:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171673397900732122233',4134,'71716733965','1','2.00','300','retail','0','2024-05-26 17:32:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:33:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171673400864273020303',4135,'71716733995','16','1.00','50','retail','0','2024-05-26 17:33:15','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-26 14:34:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7171673403633732362267',4136,'71716733995','1','1.00','150','retail','0','2024-05-26 17:33:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:34:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171673406670402233037',4137,'71716734052','2','1.00','150','retail','0','2024-05-26 17:34:12','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:35:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171673407413417027373',4138,'71716734052','3','1.00','150','retail','0','2024-05-26 17:34:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:35:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171673414834211201433',4139,'71716734103','1','3.00','450','retail','0','2024-05-26 17:35:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:36:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171673422022266013240',4140,'71716734177','34','1.00','20','retail','0','2024-05-26 17:36:17','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-05-26 14:37:56','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7171673431514727321331',4141,'71716734276','10','0.25','200','retail','0','2024-05-26 17:37:56','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-26 14:43:11','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('7171673448107312203243',4142,'71716734276','22','1.00','50','retail','0','2024-05-26 17:39:34','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-26 14:43:11','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','','','','',''),('7171673451936273327332',4143,'71716734276','1','1.00','150','retail','0','2024-05-26 17:41:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:43:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171673456311272730213',4144,'71716734276','28','1.00','90','retail','0','2024-05-26 17:42:26','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-05-26 14:43:11','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','32.00','31','Inclusive','branch','Inventory','','','','',''),('7171673464862133260060',4145,'71716734642','1','1.00','150','retail','0','2024-05-26 17:44:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:44:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171673467933123237232',4146,'71716734659','1','1.00','150','retail','0','2024-05-26 17:44:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:46:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171673472034712223723',4147,'71716734659','4','1.00','150','retail','0','2024-05-26 17:44:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:46:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171673474670332027632',4148,'71716734659','2','1.00','150','retail','0','2024-05-26 17:45:20','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:46:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171673495313903022339',4149,'71716734809','1','1.00','150','retail','0','2024-05-26 17:48:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:50:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171673503707505747330',4150,'71716734809','16','1.00','50','retail','0','2024-05-26 17:49:13','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-26 14:50:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('7171673513134333041372',4151,'71716735113','4','1.00','150','retail','0','2024-05-26 17:51:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:52:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171673515722772531072',4152,'71716735145','1','1.00','150','retail','0','2024-05-26 17:52:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:54:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171673521001363233353',4153,'71716735145','17','1.00','40','retail','0','2024-05-26 17:53:17','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-26 14:54:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('7171673522702207333222',4154,'71716735145','17','1.00','40','retail','0','2024-05-26 17:53:31','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-26 14:54:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7171673528221732332223',4155,'71716735258','1','3.00','450','retail','0','2024-05-26 17:54:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 14:55:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171673529320227032373',4156,'71716735258','16','3.00','150','retail','0','2024-05-26 17:54:42','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-26 14:55:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','11.00','8','Inclusive','branch','Inventory','','','','',''),('7171673597672200502230',4157,'71716735584','2','1.00','150','retail','0','2024-05-26 17:59:44','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 15:07:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171673599030392370390',4158,'71716735584','4','1.00','150','retail','0','2024-05-26 18:06:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 15:07:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171673847172003214028',4159,'71716738200','1','2.00','300','retail','0','2024-05-26 18:47:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 15:48:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171673863020733320222',4160,'71716738560','1','3.00','450','retail','0','2024-05-26 18:49:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 15:50:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171673866523770673625',4161,'71716738653','4','2.00','300','retail','0','2024-05-26 18:50:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 15:51:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171674008922390733200',4162,'71716740080','1','1.00','150','retail','0','2024-05-26 19:14:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 16:16:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171674018372133728333',4163,'71716740080','10','0.25','200','retail','0','2024-05-26 19:15:05','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-26 16:16:43','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('7171674057203072242047',4164,'71716740548','1','1.00','150','retail','0','2024-05-26 19:22:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 16:22:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171674070713070277202',4165,'71716740638','10','0.50','400','retail','0','2024-05-26 19:23:58','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-26 16:28:29','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.75','1.25','Inclusive','branch','Inventory','','','','',''),('7171674074030773230043',4166,'71716740638','1','1.00','150','retail','0','2024-05-26 19:25:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 16:28:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171674078990320230232',4167,'71716740638','29','1.00','40','retail','0','2024-05-26 19:25:40','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-05-26 16:28:29','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7171674086132032423222',4168,'71716740638','35','2.00','10','retail','0','2024-05-26 19:26:56','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-05-26 16:28:29','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','113.00','111','Inclusive','branch','Inventory','','','','',''),('7171674213023002332702',4169,'71716742088','2','1.00','150','retail','0','2024-05-26 19:48:08','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 16:49:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171674217540262623223',4170,'71716742142','1','5.00','750','retail','0','2024-05-26 19:49:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 16:49:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('7171674220900222102372',4171,'71716742189','10','0.25','200','retail','0','2024-05-26 19:49:49','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-26 16:50:21','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('7171674223177242070232',4172,'71716742226','2','1.00','150','retail','0','2024-05-26 19:50:26','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 17:32:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171674475732704243327',4173,'71716742226','2','1.00','150','retail','0','2024-05-26 20:32:36','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 17:32:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171674493602629023163',4174,'71716744936','2','4.00','600','retail','0','2024-05-26 20:35:36','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 17:35:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','4000','Asset','',''),('7171674499722274273307',4175,'71716744996','2','1.00','150','retail','0','2024-05-26 20:36:36','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 17:37:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171674500804413224120',4176,'71716744996','20','1.00','60','retail','0','2024-05-26 20:36:47','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-05-26 17:37:05','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','48.00','47','Inclusive','branch','Inventory','','','','',''),('7171674506424222342226',4177,'71716745064','2','1.00','150','retail','0','2024-05-26 20:37:44','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-26 17:38:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171674511703372273233',4178,'71716745116','1','1.00','150','retail','0','2024-05-26 20:38:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 17:39:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171674513502222735025',4179,'71716745116','10','0.25','200','retail','0','2024-05-26 20:38:54','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-26 17:39:09','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('7171674644722712312332',4180,'71716746446','1','3.00','450','retail','0','2024-05-26 21:00:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 18:01:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171674645244320324101',4181,'71716746446','34','1.00','20','retail','0','2024-05-26 21:00:51','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-05-26 18:01:14','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('7171674649367242060323',4182,'71716746492','16','1.00','50','retail','0','2024-05-26 21:01:32','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-26 18:02:00','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7171674662601332423772',4183,'71716746626','4','1.00','150','retail','0','2024-05-26 21:03:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 18:04:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171674670773274733360',4184,'71716746706','10','0.50','400','retail','0','2024-05-26 21:05:07','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-26 18:05:10','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.75','0.25','Inclusive','branch','Inventory','','','','',''),('7171674722602421233222',4185,'71716747226','1','1.00','150','retail','0','2024-05-26 21:13:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 18:13:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171674723130173720220',4186,'71716747226','16','1.00','50','retail','0','2024-05-26 21:13:50','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-26 18:13:53','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7171674724143204673013',4187,'71716747241','1','1.00','150','retail','0','2024-05-26 21:14:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-26 18:16:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171674725626037502620',4188,'71716747241','10','0.25','200','retail','0','2024-05-26 21:14:15','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-26 18:16:41','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7171674733403772300330',4189,'71716747241','10','0.25','200','retail','0','2024-05-26 21:15:34','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-05-26 18:16:41','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('6171682299092333222809',4190,'61716822988','1','1.00','150','retail','0','2024-05-27 18:16:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 15:17:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171682305513203687053',4191,'61716823054','3','1.00','150','retail','0','2024-05-27 18:17:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 15:17:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171682308446063144033',4192,'61716823083','2','1.00','150','retail','0','2024-05-27 18:18:03','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-27 15:18:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171682309660302232633',4193,'61716823083','10','0.25','200','retail','0','2024-05-27 18:18:06','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-27 15:18:38','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('6171682313832226231003',4194,'61716823136','3','2.00','300','retail','0','2024-05-27 18:18:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 15:19:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171682317112332260200',4195,'61716823163','10','0.25','200','retail','0','2024-05-27 18:19:23','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-27 15:19:44','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('6171682323122133232331',4196,'61716823229','3','1.00','150','retail','0','2024-05-27 18:20:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 15:20:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171682335003282187306',4197,'61716823348','16','2.00','100','retail','0','2024-05-27 18:22:28','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-27 15:22:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','6.00','4','Inclusive','branch','Inventory','','','','',''),('6171682338101271032311',4198,'61716823378','1','1.00','150','retail','0','2024-05-27 18:22:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 15:23:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171682338603172180760',4199,'61716823378','22','1.00','50','retail','0','2024-05-27 18:23:05','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-27 15:23:37','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','','','','',''),('6171682339923330330237',4200,'61716823378','10','0.25','200','retail','0','2024-05-27 18:23:11','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-27 15:23:37','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171682351821030303362',4201,'61716823517','16','1.00','50','retail','0','2024-05-27 18:25:17','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-27 15:25:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171682352828330323316',4202,'61716823517','5','1.00','150','retail','0','2024-05-27 18:25:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 15:25:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171682353222220250032',4203,'61716823517','4','1.00','150','retail','0','2024-05-27 18:25:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 15:25:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171682365921053232032',4204,'61716823657','1','1.00','150','retail','0','2024-05-27 18:27:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 15:28:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171682366543362103220',4205,'61716823657','1','2.00','300','retail','0','2024-05-27 18:27:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 15:28:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171682369438143923770',4206,'61716823693','1','1.00','150','retail','0','2024-05-27 18:28:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 15:28:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171682375763632634242',4207,'61716823756','4','1.00','150','retail','0','2024-05-27 18:29:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 15:29:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171683291608162222022',4208,'61716832881','2','1.00','150','retail','0','2024-05-27 21:01:21','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-27 18:03:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171683299133232200303',4209,'61716832881','22','1.00','50','retail','0','2024-05-27 21:02:17','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-27 18:03:30','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','','','','',''),('6171683304231203011233',4210,'61716833010','2','1.00','150','retail','0','2024-05-27 21:03:30','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-27 18:04:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171683307122024022270',4211,'61716833058','1','4.00','600','retail','0','2024-05-27 21:04:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 18:04:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171683309932200330339',4212,'61716833087','3','1.00','150','retail','0','2024-05-27 21:04:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 18:05:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171683310730210223303',4213,'61716833087','16','2.00','100','retail','0','2024-05-27 21:04:59','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-27 18:05:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','3.00','1','Inclusive','branch','Inventory','','','','',''),('6171683321422233442621',4214,'61716833177','1','1.00','150','retail','0','2024-05-27 21:06:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 18:07:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171683329402133103123',4215,'61716833278','1','1.00','150','retail','0','2024-05-27 21:07:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 18:27:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171683435504435433376',4216,'61716833278','16','1.00','50','retail','0','2024-05-27 21:25:42','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-27 18:27:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6171683436782630670170',4217,'61716833278','16','1.00','50','retail','0','2024-05-27 21:25:56','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-27 18:27:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6171683440640648207000',4218,'61716833278','35','1.00','5','retail','0','2024-05-27 21:26:08','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-27 18:27:12','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','111.00','110','Inclusive','branch','Inventory','','','','',''),('6171683443920327260362',4219,'61716834432','3','1.00','150','retail','0','2024-05-27 21:27:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 18:27:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171683445511001203153',4220,'61716834447','1','1.00','150','retail','0','2024-05-27 21:27:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 18:28:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171683446373646323434',4221,'61716834447','16','1.00','50','retail','0','2024-05-27 21:27:35','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-27 18:28:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6171683449806809333082',4222,'61716834488','1','2.00','300','retail','0','2024-05-27 21:28:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-27 18:28:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171682292729282332012',4223,'71716822927','2','1.00','150','retail','0','2024-05-27 18:15:27','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-28 14:20:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171690602923004337360',4224,'71716906022','16','1.00','50','retail','0','2024-05-28 17:20:22','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-28 14:20:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7171690606030732137333',4225,'71716906047','1','1.00','150','retail','0','2024-05-28 17:20:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-28 14:22:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171690607302033602260',4226,'71716906047','3','1.00','150','retail','0','2024-05-28 17:21:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-28 14:22:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171690608182931123826',4227,'71716906047','16','2.00','100','retail','0','2024-05-28 17:21:14','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-28 14:22:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','7.00','5','Inclusive','branch','Inventory','','','','',''),('7171690613907606947330',4228,'71716906127','22','1.00','50','retail','0','2024-05-28 17:22:07','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-28 14:22:30','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','','','','',''),('7171690623433029303100',4229,'71716906151','28','2.00','180','retail','0','2024-05-28 17:22:31','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-05-28 14:24:38','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','31.00','29','Inclusive','branch','Inventory','','','','',''),('7171690624200332020033',4230,'71716906151','4','1.00','150','retail','0','2024-05-28 17:23:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-28 14:24:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171690625922222300036',4231,'71716906151','1','1.00','150','retail','0','2024-05-28 17:24:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-28 14:24:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171690631473332313691',4232,'71716906279','36','4.00','20','retail','0','2024-05-28 17:24:39','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-05-28 14:25:52','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','163.00','159','Inclusive','branch','Inventory','','4000','Asset','',''),('7171690632606233223303',4233,'71716906279','21','2.00','160','retail','0','2024-05-28 17:25:14','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-05-28 14:25:52','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','47.00','45','Inclusive','branch','Inventory','','','','',''),('7171690633603030293202',4234,'71716906279','1','2.00','300','retail','0','2024-05-28 17:25:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-28 14:25:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171690688511660333912',4235,'71716906865','2','2.00','300','retail','0','2024-05-28 17:34:25','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-28 14:35:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171690693933349360226',4236,'71716906911','2','1.00','150','retail','0','2024-05-28 17:35:11','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-28 14:38:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171690696727299202331',4237,'71716906911','16','1.00','50','retail','0','2024-05-28 17:35:54','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-28 14:38:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171690705520130139222',4238,'71716906911','20','1.00','60','retail','0','2024-05-28 17:36:07','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-05-28 14:38:43','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','47.00','46','Inclusive','branch','Inventory','','','','',''),('7171690709790120930972',4239,'71716906911','16','2.00','100','retail','0','2024-05-28 17:37:36','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-05-28 14:38:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.00','2','Inclusive','branch','Inventory','','','','',''),('7171690713712962020739',4240,'71716907123','1','2.00','300','retail','0','2024-05-28 17:38:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-28 14:39:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171690719649337622212',4241,'71716907180','2','1.00','150','retail','0','2024-05-28 17:39:40','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-28 14:40:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171690726620232103039',4242,'71716907247','1','1.00','150','retail','0','2024-05-28 17:40:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-28 14:42:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171690729920327270362',4243,'71716907247','4','1.00','150','retail','0','2024-05-28 17:41:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-28 14:42:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171691015541321522303',4244,'71716910142','1','1.00','150','retail','0','2024-05-28 18:29:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-28 15:29:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171691437772306372222',4245,'71716914369','2','1.00','150','retail','0','2024-05-28 19:39:29','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-28 16:39:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171691440142243332223',4246,'71716914391','1','2.00','300','retail','0','2024-05-28 19:39:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-28 16:40:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171691442222240242300',4247,'71716914414','2','2.00','300','retail','0','2024-05-28 19:40:14','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-05-28 16:40:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171691445013195322463',4248,'71716914435','1','1.00','150','retail','0','2024-05-28 19:40:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-05-28 16:41:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171699683002333360322',4249,'61716996827','2','3.00','450','retail','0','2024-05-29 18:33:47','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-29 15:34:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171699685924333153233',4250,'61716996858','1','2.00','300','retail','0','2024-05-29 18:34:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-29 15:34:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171699689026939292032',4251,'61716996887','17','2.00','80','retail','0','2024-05-29 18:34:47','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-29 15:35:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','7.00','5','Inclusive','branch','Inventory','','','','',''),('6171699691892932313032',4252,'61716996917','2','1.00','150','retail','0','2024-05-29 18:35:17','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-29 15:35:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171699692692013396333',4253,'61716996917','17','1.00','40','retail','0','2024-05-29 18:35:24','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-29 15:35:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6171699693512722966059',4254,'61716996917','33','1.00','10','retail','0','2024-05-29 18:35:33','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-05-29 15:35:47','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('6171699696022229362072',4255,'61716996957','17','2.00','80','retail','0','2024-05-29 18:35:57','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-29 15:36:21','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.00','2','Inclusive','branch','Inventory','','','','',''),('6171699700230030203724',4256,'61716997000','2','2.00','300','retail','0','2024-05-29 18:36:40','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-29 15:38:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171699706830330333330',4257,'61716997000','10','0.25','200','retail','0','2024-05-29 18:37:46','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-29 15:38:09','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('6171699710819879003231',4258,'61716997106','1','2.00','300','retail','0','2024-05-29 18:38:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-29 15:38:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171699718730206133302',4259,'61716997185','21','2.00','160','retail','0','2024-05-29 18:39:45','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-05-29 15:40:05','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','45.00','43','Inclusive','branch','Inventory','','','','',''),('6171699719107209436366',4260,'61716997185','23','1.00','80','retail','0','2024-05-29 18:39:49','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-05-29 15:40:05','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('6171699723804222403062',4261,'61716997234','5','2.00','300','retail','0','2024-05-29 18:40:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-29 15:42:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171699724424222342224',4262,'61716997234','3','1.00','150','retail','0','2024-05-29 18:40:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-29 15:42:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171699729629133029704',4263,'61716997234','17','3.00','120','retail','0','2024-05-29 18:41:33','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-29 15:42:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','7.00','4','Inclusive','branch','Inventory','','','','',''),('6171699731039002113322',4264,'61716997234','36','2.00','10','retail','0','2024-05-29 18:41:47','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-29 15:42:03','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','159.00','157','Inclusive','branch','Inventory','','4000','Asset','',''),('6171699734423020362239',4265,'61716997338','1','2.00','300','retail','0','2024-05-29 18:42:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-29 15:42:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('6171699737533337706092',4266,'61716997373','17','2.00','80','retail','0','2024-05-29 18:42:53','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-29 15:43:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.00','2','Inclusive','branch','Inventory','','','','',''),('6171699741330722421263',4267,'61716997408','3','2.00','300','retail','0','2024-05-29 18:43:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-29 15:43:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171699742730243101163',4268,'61716997426','1','1.00','150','retail','0','2024-05-29 18:43:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-29 15:44:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171699743822423333370',4269,'61716997426','10','0.25','200','retail','0','2024-05-29 18:43:50','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-29 15:44:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171700262822027734272',4270,'61717002627','1','1.00','150','retail','0','2024-05-29 20:10:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-29 17:10:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171700265326623007642',4271,'61717002652','2','1.00','150','retail','0','2024-05-29 20:10:52','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-29 17:11:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171700266530034637305',4272,'61717002652','10','0.50','400','retail','0','2024-05-29 20:10:57','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-29 17:11:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.50','1','Inclusive','branch','Inventory','','','','',''),('6171700267437222202230',4273,'61717002652','34','1.00','20','retail','0','2024-05-29 20:11:12','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-05-29 17:11:30','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6171700276202723670312',4274,'61717002761','16','1.00','50','retail','0','2024-05-29 20:12:41','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-29 17:13:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171700278120820303237',4275,'61717002761','10','0.25','200','retail','0','2024-05-29 20:12:52','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-29 17:13:23','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('6171700278736131121223',4276,'61717002761','1','1.00','150','retail','0','2024-05-29 20:13:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-29 17:13:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171700281723202203236',4277,'61717002815','4','3.00','450','retail','0','2024-05-29 20:13:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-29 17:13:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171700554520553020222',4278,'61717005544','1','1.00','150','retail','0','2024-05-29 20:59:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-29 17:59:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171700557223127232235',4279,'61717005570','1','1.00','150','retail','0','2024-05-29 20:59:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-29 17:59:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171700561700062000476',4280,'61717005615','3','2.00','300','retail','0','2024-05-29 21:00:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-29 18:00:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','3.00','1','Inclusive','branch','Inventory','','','','',''),('6171700582137282561053',4281,'61717005814','1','1.00','150','retail','0','2024-05-29 21:03:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-29 18:05:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171700585627271585202',4282,'61717005814','28','1.00','90','retail','0','2024-05-29 21:04:12','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-05-29 18:05:11','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.00','28','Inclusive','branch','Inventory','','','','',''),('6171700590703370339013',4283,'61717005814','28','1.00','90','retail','0','2024-05-29 21:05:06','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-05-29 18:05:11','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.00','27','Inclusive','branch','Inventory','','','','',''),('6171700597503913031203',4284,'61717005972','21','1.00','80','retail','0','2024-05-29 21:06:12','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-05-29 18:06:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','','','','',''),('6171700606432437603401',4285,'61717006063','17','1.00','40','retail','0','2024-05-29 21:07:43','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-29 18:07:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171700697970771267049',4286,'61717006978','22','1.00','50','retail','0','2024-05-29 21:22:58','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-29 18:23:01','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','','','','',''),('6171707278370771330471',4287,'61717072776','10','0.25','200','retail','0','2024-05-30 15:39:36','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-30 12:39:59','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('6171707283123033321363',4288,'61717072830','1','1.00','150','retail','0','2024-05-30 15:40:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 12:41:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171707284123203630022',4289,'61717072830','10','0.25','200','retail','0','2024-05-30 15:40:34','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-30 12:41:05','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('6171707287777414880372',4290,'61717072875','2','2.00','300','retail','0','2024-05-30 15:41:15','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-30 12:41:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171707295532252511075',4291,'61717072949','1','2.00','300','retail','0','2024-05-30 15:42:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 12:43:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171707296931323926363',4292,'61717072949','22','2.00','100','retail','0','2024-05-30 15:42:47','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-30 12:43:06','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','83.00','81','Inclusive','branch','Inventory','','','','',''),('6171707301003233323310',4293,'61717073008','4','2.00','300','retail','0','2024-05-30 15:43:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 12:43:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171707307232000204033',4294,'61717073069','2','3.00','450','retail','0','2024-05-30 15:44:29','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-30 12:45:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171707307623707273700',4295,'61717073069','5','1.00','150','retail','0','2024-05-30 15:44:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 12:45:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171707308822277132600',4296,'61717073069','34','1.00','20','retail','0','2024-05-30 15:44:46','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-05-30 12:45:01','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6171707313222022233306',4297,'61717073129','1','3.00','450','retail','0','2024-05-30 15:45:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 12:45:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171707316837332013106',4298,'61717073167','4','1.00','150','retail','0','2024-05-30 15:46:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 12:46:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171707317731003272073',4299,'61717073167','35','2.00','10','retail','0','2024-05-30 15:46:14','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-30 12:46:29','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','110.00','108','Inclusive','branch','Inventory','','','','',''),('6171707327737330133322',4300,'61717073277','3','1.00','150','retail','0','2024-05-30 15:47:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 12:48:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171707331823003310741',4301,'61717073317','1','1.00','150','retail','0','2024-05-30 15:48:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 12:49:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171707334223302732003',4302,'61717073317','10','0.25','200','retail','0','2024-05-30 15:48:42','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-30 12:49:44','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171707340774324013713',4303,'61717073406','1','1.00','150','retail','0','2024-05-30 15:50:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 12:50:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171707343830302332111',4304,'61717073436','22','1.00','50','retail','0','2024-05-30 15:50:37','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-30 12:50:51','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','','','','',''),('6171707348580303333205',4305,'61717073484','2','1.00','150','retail','0','2024-05-30 15:51:24','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-30 12:51:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171707360473230243222',4306,'61717073600','16','4.00','200','retail','0','2024-05-30 15:53:20','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-30 12:53:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','27.00','23','Inclusive','branch','Inventory','','','','',''),('6171707361202723107232',4307,'61717073600','1','1.00','150','retail','0','2024-05-30 15:53:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 12:53:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171708466613262346723',4308,'61717084663','1','2.00','300','retail','0','2024-05-30 18:57:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 15:58:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171708472233023377233',4309,'61717084720','1','1.00','150','retail','0','2024-05-30 18:58:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 16:01:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171708473403132247323',4310,'61717084720','16','1.00','50','retail','0','2024-05-30 18:58:51','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-30 16:01:00','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('6171708487837008130338',4311,'61717084876','2','1.00','150','retail','0','2024-05-30 19:01:16','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-30 16:01:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171708488231232707823',4312,'61717084876','4','2.00','300','retail','0','2024-05-30 19:01:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 16:01:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171708497831212372330',4313,'61717084974','2','3.00','450','retail','0','2024-05-30 19:02:54','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-30 16:03:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171708500570377705730',4314,'61717085004','1','1.00','150','retail','0','2024-05-30 19:03:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 16:03:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171708503570012410283',4315,'61717085033','17','1.00','40','retail','0','2024-05-30 19:03:53','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-30 16:04:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171708507503235370337',4316,'61717085074','5','1.00','150','retail','0','2024-05-30 19:04:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 16:04:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171708515002212263202',4317,'61717085149','1','1.00','150','retail','0','2024-05-30 19:05:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 16:06:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171708618420033303721',4318,'61717086182','27','1.00','160','retail','0','2024-05-30 19:23:02','','','','0','Cash',0.00,'160','','','6','16.00','1','2024-05-30 16:23:21','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6171708621132003272013',4319,'61717086210','1','1.00','150','retail','0','2024-05-30 19:23:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 16:24:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171708621882320226218',4320,'61717086210','33','1.00','10','retail','0','2024-05-30 19:23:36','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-05-30 16:24:03','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('6171708622722206332012',4321,'61717086210','35','1.00','5','retail','0','2024-05-30 19:23:46','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-30 16:24:03','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','108.00','107','Inclusive','branch','Inventory','','','','',''),('6171708625732220707123',4322,'61717086256','1','1.00','150','retail','0','2024-05-30 19:24:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 16:24:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171708626622360733262',4323,'61717086256','20','1.00','60','retail','0','2024-05-30 19:24:25','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-05-30 16:24:44','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.00','45','Inclusive','branch','Inventory','','','','',''),('6171708627311001203133',4324,'61717086256','35','2.00','10','retail','0','2024-05-30 19:24:31','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-30 16:24:44','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','107.00','105','Inclusive','branch','Inventory','','','','',''),('6171708629202332203226',4325,'61717086291','1','1.00','150','retail','0','2024-05-30 19:24:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 16:24:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171709220207209630223',4326,'61717092200','2','2.00','300','retail','0','2024-05-30 21:03:20','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-30 18:03:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171709224442333223332',4327,'61717092241','1','2.00','300','retail','0','2024-05-30 21:04:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 18:04:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171709240300273310133',4328,'61717092402','2','2.00','300','retail','0','2024-05-30 21:06:42','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-30 18:06:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171709242803723246272',4329,'61717092426','2','2.00','300','retail','0','2024-05-30 21:07:06','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-30 18:07:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171709275323920037224',4330,'61717092750','17','0.00','0','retail','0','2024-05-30 21:12:30','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-30 18:12:57','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0','0.00','0','Inclusive','branch','Inventory','','','','',''),('6171709277679731632236',4331,'61717092750','16','1.00','50','retail','0','2024-05-30 21:12:54','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-30 18:12:57','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('6171709324923323020322',4332,'61717093234','16','4.00','200','retail','0','2024-05-30 21:20:34','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-30 18:21:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','21.00','17','Inclusive','branch','Inventory','','','','',''),('6171709326033272970332',4333,'61717093234','22','1.00','50','retail','0','2024-05-30 21:20:57','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-30 18:21:48','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','','','','',''),('6171709329633030232240',4334,'61717093234','17','2.00','80','retail','0','2024-05-30 21:21:33','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-30 18:21:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','22.00','20','Inclusive','branch','Inventory','','','','',''),('6171709365455033233237',4335,'61717093653','25','1.00','150','retail','0','2024-05-30 21:27:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 18:27:45','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','','','',''),('6171709378220326222770',4336,'61717093744','1','2.00','300','retail','0','2024-05-30 21:29:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-30 18:30:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171709379332320796230',4337,'61717093744','17','2.00','80','retail','0','2024-05-30 21:29:42','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-05-30 18:30:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','20.00','18','Inclusive','branch','Inventory','','','','',''),('6171715336606233626331',4338,'61717153360','2','1.00','150','retail','0','2024-05-31 14:02:40','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-31 11:03:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171715337173033223030',4339,'61717153360','16','1.00','50','retail','0','2024-05-31 14:02:49','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-31 11:03:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('6171715351116512523403',4340,'61717153509','2','3.00','450','retail','0','2024-05-31 14:05:09','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-31 11:05:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171715352930322200249',4341,'61717153509','33','1.00','10','retail','0','2024-05-31 14:05:27','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-05-31 11:05:44','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('6171715355853853323311',4342,'61717153557','1','1.00','150','retail','0','2024-05-31 14:05:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 11:06:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171715358537021033720',4343,'61717153584','1','1.00','150','retail','0','2024-05-31 14:06:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 11:06:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171715359021526352265',4344,'61717153584','16','1.00','50','retail','0','2024-05-31 14:06:28','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-31 11:06:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('6171715359533354322502',4345,'61717153584','22','1.00','50','retail','0','2024-05-31 14:06:33','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-31 11:06:48','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','79.00','78','Inclusive','branch','Inventory','','','','',''),('6171715362260232023220',4346,'61717153621','21','1.00','80','retail','0','2024-05-31 14:07:01','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-05-31 11:07:41','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','42.00','41','Inclusive','branch','Inventory','','','','',''),('6171715364345270213422',4347,'61717153621','1','1.00','150','retail','0','2024-05-31 14:07:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 11:07:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171717535521330200753',4348,'61717175336','2','1.00','150','retail','0','2024-05-31 20:08:56','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:09:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171717539022000772222',4349,'61717175375','1','1.00','150','retail','0','2024-05-31 20:09:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:10:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171717542461025201336',4350,'61717175408','2','2.00','300','retail','0','2024-05-31 20:10:08','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:10:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171717547221313241207',4351,'61717175438','27','1.00','160','retail','0','2024-05-31 20:10:38','','','','0','Cash',0.00,'160','','','6','16.00','1','2024-05-31 17:12:29','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6171717548182312022224',4352,'61717175438','34','1.00','20','retail','0','2024-05-31 20:11:13','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-05-31 17:12:29','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6171717549031333662313',4353,'61717175438','1','2.00','300','retail','0','2024-05-31 20:11:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:12:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171717553220077423371',4354,'61717175438','16','1.00','50','retail','0','2024-05-31 20:11:31','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-31 17:12:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('6171717556220405036203',4355,'61717175549','1','2.00','300','retail','0','2024-05-31 20:12:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:13:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171717557762062072303',4356,'61717175549','16','2.00','100','retail','0','2024-05-31 20:12:43','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-31 17:13:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','14.00','12','Inclusive','branch','Inventory','','','','',''),('6171717560672332333232',4357,'61717175591','3','1.00','150','retail','0','2024-05-31 20:13:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:13:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171717563022523572120',4358,'61717175616','2','1.00','150','retail','0','2024-05-31 20:13:36','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:13:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171717565136214623033',4359,'61717175638','3','1.00','150','retail','0','2024-05-31 20:13:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:14:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171717567832076022653',4360,'61717175665','1','1.00','150','retail','0','2024-05-31 20:14:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:14:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171717569836873116075',4361,'61717175688','4','1.00','150','retail','0','2024-05-31 20:14:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:15:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171717579132232727337',4362,'61717175780','1','4.00','600','retail','0','2024-05-31 20:16:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:16:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171717582233210203123',4363,'61717175803','1','3.00','450','retail','0','2024-05-31 20:16:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:17:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171717582931203137322',4364,'61717175803','16','1.00','50','retail','0','2024-05-31 20:17:02','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-31 17:17:21','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6171717588823677835023',4365,'61717175841','28','1.00','90','retail','0','2024-05-31 20:17:22','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-05-31 17:19:09','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.00','26','Inclusive','branch','Inventory','','','','',''),('6171717592734312133143',4366,'61717175841','3','1.00','150','retail','0','2024-05-31 20:18:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:19:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171717593630126302514',4367,'61717175841','16','1.00','50','retail','0','2024-05-31 20:18:48','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-05-31 17:19:09','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6171717600230012103010',4368,'61717175949','1','3.00','450','retail','0','2024-05-31 20:19:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:20:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171717602313233022320',4369,'61717176007','1','1.00','150','retail','0','2024-05-31 20:20:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:20:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171717607103132210323',4370,'61717176058','1','1.00','150','retail','0','2024-05-31 20:20:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:23:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171717617813231132202',4371,'61717176058','10','0.25','200','retail','0','2024-05-31 20:22:35','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-05-31 17:23:32','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('6171717622442374122202',4372,'61717176213','1','2.00','300','retail','0','2024-05-31 20:23:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:24:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171717626723420232772',4373,'61717176250','1','1.00','150','retail','0','2024-05-31 20:24:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:24:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171717629120263216322',4374,'61717176281','1','1.00','150','retail','0','2024-05-31 20:24:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:25:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171717630176133332332',4375,'61717176281','36','3.00','15','retail','0','2024-05-31 20:24:51','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-05-31 17:25:20','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','157.00','154','Inclusive','branch','Inventory','','4000','Asset','',''),('6171717635904125332237',4376,'61717176320','2','1.00','150','retail','0','2024-05-31 20:25:20','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:26:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171717643137123724233',4377,'61717176423','1','4.00','600','retail','0','2024-05-31 20:27:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 17:27:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171717644573103727033',4378,'61717176423','34','1.00','20','retail','0','2024-05-31 20:27:11','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-05-31 17:27:28','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('6171717912302412323104',4379,'61717179117','1','1.00','150','retail','0','2024-05-31 21:11:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-05-31 18:12:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171723446171444003633',4380,'61717234460','4','1.00','150','retail','0','2024-06-01 12:34:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 09:34:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171723448733272323124',4381,'61717234485','22','1.00','50','retail','0','2024-06-01 12:34:45','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-01 09:35:01','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','78.00','77','Inclusive','branch','Inventory','','','','',''),('6171723452000503362573',4382,'61717234519','1','1.00','150','retail','0','2024-06-01 12:35:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 09:36:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171723455120522253330',4383,'61717234519','10','0.25','200','retail','0','2024-06-01 12:35:29','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-01 09:36:01','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171723457520243216322',4384,'61717234573','1','3.00','450','retail','0','2024-06-01 12:36:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 09:37:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171723470532340713133',4385,'61717234700','1','1.00','150','retail','0','2024-06-01 12:38:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 09:38:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171723472003222301232',4386,'61717234700','10','0.25','200','retail','0','2024-06-01 12:38:30','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-01 09:38:58','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171723474932233021040',4387,'61717234748','1','1.00','150','retail','0','2024-06-01 12:39:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 09:39:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171723477703062242037',4388,'61717234775','2','2.00','300','retail','0','2024-06-01 12:39:35','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-01 09:40:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171723478800022737300',4389,'61717234775','34','1.00','20','retail','0','2024-06-01 12:39:41','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-06-01 09:40:02','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('6171725781423702032332',4390,'61717257810','1','1.00','150','retail','0','2024-06-01 19:03:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:04:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171725782433262423627',4391,'61717257810','16','2.00','100','retail','0','2024-06-01 19:03:41','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-01 16:04:21','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','10.00','8','Inclusive','branch','Inventory','','','','',''),('6171725801523202230230',4392,'61717258011','16','3.00','150','retail','0','2024-06-01 19:06:51','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-01 16:07:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','8.00','5','Inclusive','branch','Inventory','','','','',''),('6171725837663200033826',4393,'61717258372','2','2.00','300','retail','0','2024-06-01 19:12:52','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:13:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171725842323242202324',4394,'61717258420','1','1.00','150','retail','0','2024-06-01 19:13:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:14:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171725846743311723332',4395,'61717258465','3','2.00','300','retail','0','2024-06-01 19:14:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:14:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171725850223353123322',4396,'61717258499','2','1.00','150','retail','0','2024-06-01 19:14:59','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:20:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171725851233137330311',4397,'61717258499','16','1.00','50','retail','0','2024-06-01 19:15:09','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-01 16:20:36','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6171725907307230722332',4398,'61717259069','4','2.00','300','retail','0','2024-06-01 19:24:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:25:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171725909131431522616',4399,'61717259069','10','0.25','200','retail','0','2024-06-01 19:24:43','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-01 16:25:13','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('6171725915230225030621',4400,'61717259150','2','1.00','150','retail','0','2024-06-01 19:25:50','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:27:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171725917971037323333',4401,'61717259150','22','1.00','50','retail','0','2024-06-01 19:26:16','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-01 16:27:07','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','77.00','76','Inclusive','branch','Inventory','','','','',''),('6171725920664622333630',4402,'61717259150','17','3.00','120','retail','0','2024-06-01 19:26:43','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-01 16:27:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','18.00','15','Inclusive','branch','Inventory','','','','',''),('6171725926937927232333',4403,'61717259265','17','1.00','40','retail','0','2024-06-01 19:27:45','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-01 16:28:09','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('6171725931232470011553',4404,'61717259310','34','1.00','20','retail','0','2024-06-01 19:28:30','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-06-01 16:28:46','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6171725935205273310133',4405,'61717259351','2','1.00','150','retail','0','2024-06-01 19:29:11','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:29:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171725936222373323620',4406,'61717259351','16','1.00','50','retail','0','2024-06-01 19:29:20','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-01 16:29:36','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171725941163233222131',4407,'61717259409','1','1.00','150','retail','0','2024-06-01 19:30:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:30:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171725946231022102204',4408,'61717259460','10','1.00','800','retail','0','2024-06-01 19:31:00','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-01 16:43:11','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171725959620623230622',4409,'61717259460','2','3.00','450','retail','0','2024-06-01 19:33:12','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:43:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171726014726237176223',4410,'61717259460','10','0.25','200','retail','0','2024-06-01 19:42:21','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-01 16:43:11','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('6171726021133400373013',4411,'61717260208','10','1.00','800','retail','0','2024-06-01 19:43:28','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-01 16:46:15','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.75','1.75','Inclusive','branch','Inventory','','','','',''),('6171726023032332027320',4412,'61717260208','2','2.00','300','retail','0','2024-06-01 19:43:38','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:46:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171726024632001233723',4413,'61717260208','16','2.00','100','retail','0','2024-06-01 19:44:01','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-01 16:46:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','3.00','1','Inclusive','branch','Inventory','','','','',''),('6171726039637022639301',4414,'61717260389','1','1.00','150','retail','0','2024-06-01 19:46:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:46:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171726043710003230231',4415,'61717260435','16','1.00','50','retail','0','2024-06-01 19:47:15','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-01 16:47:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171726072572516120242',4416,'61717260718','3','1.00','150','retail','0','2024-06-01 19:51:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:52:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171726076524070362022',4417,'61717260762','4','2.00','300','retail','0','2024-06-01 19:52:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:53:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171726078212222330323',4418,'61717260762','17','2.00','80','retail','0','2024-06-01 19:52:59','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-01 16:53:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','14.00','12','Inclusive','branch','Inventory','','','','',''),('6171726083230330240263',4419,'61717260829','3','1.00','150','retail','0','2024-06-01 19:53:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:54:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171726087420103483007',4420,'61717260872','4','1.00','150','retail','0','2024-06-01 19:54:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:55:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171726088832301812222',4421,'61717260872','35','2.00','10','retail','0','2024-06-01 19:54:43','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-01 16:55:11','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','105.00','103','Inclusive','branch','Inventory','','','','',''),('6171726093222372222203',4422,'61717260930','3','1.00','150','retail','0','2024-06-01 19:55:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:56:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171726094943330732320',4423,'61717260930','17','1.00','40','retail','0','2024-06-01 19:55:46','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-01 16:56:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6171726101672371402230',4424,'61717261012','4','2.00','300','retail','0','2024-06-01 19:56:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:57:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171726102620270310210',4425,'61717261012','28','1.00','90','retail','0','2024-06-01 19:57:02','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-06-01 16:57:25','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','','','','',''),('6171726106137636113023',4426,'61717261058','4','1.00','150','retail','0','2024-06-01 19:57:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:57:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171726109624103709102',4427,'61717261092','1','2.00','300','retail','0','2024-06-01 19:58:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 16:58:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171726149793220313210',4428,'61717261496','5','1.00','150','retail','0','2024-06-01 20:04:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 17:05:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171726152632726212333',4429,'61717261496','10','0.25','200','retail','0','2024-06-01 20:05:17','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-01 17:05:29','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171726163403233362230',4430,'61717261630','17','2.00','80','retail','0','2024-06-01 20:07:10','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-01 17:07:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','11.00','9','Inclusive','branch','Inventory','','','','',''),('6171726181827113204372',4431,'61717261816','1','1.00','150','retail','0','2024-06-01 20:10:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-01 17:10:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171726183530770313204',4432,'61717261816','10','0.25','200','retail','0','2024-06-01 20:10:26','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-01 17:10:57','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('7171732423823332322207',4433,'71717242776','1','1.00','150','retail','0','2024-06-02 13:30:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-02 10:34:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171732427103431270277',4434,'71717242776','1','1.00','150','retail','0','2024-06-02 13:31:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-02 10:34:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171732427672071373270',4435,'71717242776','1','1.00','150','retail','0','2024-06-02 13:31:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-02 10:34:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171732432700032220172',4436,'71717242776','16','1.00','50','retail','0','2024-06-02 13:32:07','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-02 10:34:09','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','56.00','55','Inclusive','branch','Inventory','','','','',''),('7171732433327332323732',4437,'71717242776','16','4.00','200','retail','0','2024-06-02 13:32:13','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-02 10:34:09','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','55.00','51','Inclusive','branch','Inventory','','','','',''),('7171732434921930213220',4438,'71717242776','20','2.00','120','retail','0','2024-06-02 13:32:29','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-06-02 10:34:09','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','45.00','43','Inclusive','branch','Inventory','','','','',''),('7171732435873332323333',4439,'71717242776','35','1.00','5','retail','0','2024-06-02 13:32:38','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-02 10:34:09','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','103.00','102','Inclusive','branch','Inventory','','','','',''),('7171732436023772034023',4440,'71717242776','35','1.00','5','retail','0','2024-06-02 13:32:40','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-02 10:34:09','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','102.00','101','Inclusive','branch','Inventory','','','','',''),('7171732436221223602032',4441,'71717242776','35','1.00','5','retail','0','2024-06-02 13:32:42','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-02 10:34:09','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','101.00','100','Inclusive','branch','Inventory','','','','',''),('7171732436876223710733',4442,'71717242776','34','1.00','20','retail','0','2024-06-02 13:32:47','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-06-02 10:34:09','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6171732446937206423104',4443,'61717324464','1','3.00','450','retail','0','2024-06-02 13:34:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 10:34:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171732454303742322470',4444,'61717324482','1','2.00','300','retail','0','2024-06-02 13:34:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 10:36:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171732474602320402672',4445,'61717324706','1','1.00','150','retail','0','2024-06-02 13:38:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 10:39:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171732475932003365237',4446,'61717324706','10','0.25','200','retail','0','2024-06-02 13:39:10','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-02 10:39:44','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('6171732484823473027362',4447,'61717324846','1','2.00','300','retail','0','2024-06-02 13:40:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 10:41:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171732485208327272132',4448,'61717324846','4','2.00','300','retail','0','2024-06-02 13:40:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 10:41:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171732486410430024284',4449,'61717324846','34','1.00','20','retail','0','2024-06-02 13:40:59','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-06-02 10:41:15','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171732488632422403046',4450,'61717324884','17','2.00','80','retail','0','2024-06-02 13:41:24','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-02 10:41:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','9.00','7','Inclusive','branch','Inventory','','','','',''),('6171732616002030223224',4451,'61717326158','1','2.00','300','retail','0','2024-06-02 14:02:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:03:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171732623522222303332',4452,'61717326234','1','1.00','150','retail','0','2024-06-02 14:03:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:04:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171732626036722363321',4453,'61717326256','1','2.00','300','retail','0','2024-06-02 14:04:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:04:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171732628013330222001',4454,'61717326256','17','3.00','120','retail','0','2024-06-02 14:04:36','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-02 11:04:53','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','7.00','4','Inclusive','branch','Inventory','','','','',''),('6171732632520221523353',4455,'61717326323','4','3.00','450','retail','0','2024-06-02 14:05:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:05:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171732636220273031722',4456,'61717326358','2','3.00','450','retail','0','2024-06-02 14:05:58','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:06:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171732636832432221032',4457,'61717326358','1','1.00','150','retail','0','2024-06-02 14:06:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:06:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171732639557203340902',4458,'61717326392','1','3.00','450','retail','0','2024-06-02 14:06:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:06:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171732697022007222223',4459,'61717326967','35','2.00','10','retail','0','2024-06-02 14:16:07','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-02 11:16:23','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','100.00','98','Inclusive','branch','Inventory','','','','',''),('6171732698182114670036',4460,'61717326967','1','2.00','300','retail','0','2024-06-02 14:16:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:16:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171732703137073630233',4461,'61717327029','1','2.00','300','retail','0','2024-06-02 14:17:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:17:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171732708533030232240',4462,'61717327084','20','1.00','60','retail','0','2024-06-02 14:18:04','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-06-02 11:18:27','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','','','','',''),('6171732712662203172722',4463,'61717327124','1','2.00','300','retail','0','2024-06-02 14:18:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:19:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171732715631233036153',4464,'61717327124','33','1.00','10','retail','0','2024-06-02 14:18:50','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-06-02 11:19:35','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('6171732800623013202227',4465,'61717328003','1','2.00','300','retail','0','2024-06-02 14:33:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:33:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171732831802004701313',4466,'61717328317','1','1.00','150','retail','0','2024-06-02 14:38:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:39:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171732833531233338513',4467,'61717328317','10','0.25','200','retail','0','2024-06-02 14:38:53','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-02 11:39:05','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('6171732835948532833580',4468,'61717328357','1','1.00','150','retail','0','2024-06-02 14:39:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:39:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171732836423023341410',4469,'61717328357','16','1.00','50','retail','0','2024-06-02 14:39:22','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-02 11:39:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','51.00','50','Inclusive','branch','Inventory','','','','',''),('6171732844524222342224',4470,'61717328444','5','2.00','300','retail','0','2024-06-02 14:40:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:41:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171732845032338303020',4471,'61717328444','3','1.00','150','retail','0','2024-06-02 14:40:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:41:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171732849431122332334',4472,'61717328492','16','1.00','50','retail','0','2024-06-02 14:41:32','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-02 11:41:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','50.00','49','Inclusive','branch','Inventory','','','','',''),('6171732852382333223207',4473,'61717328521','1','2.00','300','retail','0','2024-06-02 14:42:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:42:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171732860502122112003',4474,'61717328604','1','1.00','150','retail','0','2024-06-02 14:43:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:43:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171732870337220040023',4475,'61717328701','2','3.00','450','retail','0','2024-06-02 14:45:01','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:45:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171732871832772377013',4476,'61717328701','10','0.50','400','retail','0','2024-06-02 14:45:09','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-02 11:45:51','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.75','0.25','Inclusive','branch','Inventory','','','','',''),('6171732879983313373602',4477,'61717328792','1','3.00','450','retail','0','2024-06-02 14:46:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:52:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171732900202062322303',4478,'61717328792','16','3.00','150','retail','0','2024-06-02 14:49:58','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-02 11:52:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','49.00','46','Inclusive','branch','Inventory','','','','',''),('6171732911822322021311',4479,'61717328792','10','0.50','400','retail','0','2024-06-02 14:51:50','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-02 11:52:38','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','7.25','6.75','Inclusive','branch','Inventory','','','','',''),('6171732941743233220343',4480,'61717329413','1','3.00','450','retail','0','2024-06-02 14:56:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:56:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171732942823047392922',4481,'61717329425','2','3.00','450','retail','0','2024-06-02 14:57:05','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:57:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171732944103330031722',4482,'61717329436','2','3.00','450','retail','0','2024-06-02 14:57:16','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-02 11:57:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171732956633272203023',4483,'61717329563','16','4.00','200','retail','0','2024-06-02 14:59:23','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-02 11:59:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','46.00','42','Inclusive','branch','Inventory','','','','',''),('6171732969723323933174',4484,'61717329693','2','2.00','300','retail','0','2024-06-02 15:01:33','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-02 12:01:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171733018432323221333',4485,'61717330182','10','1.00','800','retail','0','2024-06-02 15:09:42','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-02 12:10:11','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.75','5.75','Inclusive','branch','Inventory','','','','',''),('6171733019530003263172',4486,'61717330182','1','3.00','450','retail','0','2024-06-02 15:09:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 12:10:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171733023203202032733',4487,'61717330226','1','3.00','450','retail','0','2024-06-02 15:10:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 12:10:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171733023900223333933',4488,'61717330226','16','3.00','150','retail','0','2024-06-02 15:10:36','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-02 12:10:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','42.00','39','Inclusive','branch','Inventory','','','','',''),('6171733088532203023083',4489,'61717330883','3','1.00','150','retail','0','2024-06-02 15:21:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 12:22:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171733106332331373631',4490,'61717331061','3','1.00','150','retail','0','2024-06-02 15:24:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 12:24:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171733514523220720435',4491,'61717335143','2','1.00','150','retail','0','2024-06-02 16:32:23','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-02 13:32:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171733514923333310341',4492,'61717335143','17','1.00','40','retail','0','2024-06-02 16:32:27','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-02 13:32:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171733517603631721031',4493,'61717335175','2','1.00','150','retail','0','2024-06-02 16:32:55','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-02 13:33:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171733521121230344271',4494,'61717335208','1','2.00','300','retail','0','2024-06-02 16:33:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 13:33:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171733523130332300241',4495,'61717335230','1','1.00','150','retail','0','2024-06-02 16:33:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 13:34:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171733528223222702872',4496,'61717335281','1','1.00','150','retail','0','2024-06-02 16:34:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 13:34:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171733529933630020202',4497,'61717335299','1','1.00','150','retail','0','2024-06-02 16:34:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 13:35:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171733532107033323007',4498,'61717335320','3','1.00','150','retail','0','2024-06-02 16:35:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 13:35:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171733535322237233333',4499,'61717335320','2','2.00','300','retail','0','2024-06-02 16:35:50','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-02 13:35:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171734030733333001006',4500,'61717340301','1','1.00','150','retail','0','2024-06-02 17:58:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-02 14:59:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171734032232443332003',4501,'61717340301','16','1.00','50','retail','0','2024-06-02 17:58:28','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-02 14:59:00','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','39.00','38','Inclusive','branch','Inventory','','','','',''),('7171734123012271443222',4502,'71717341215','2','2.00','300','retail','0','2024-06-02 18:13:42','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-02 15:14:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171734142733737242311',4503,'71717341358','2','3.00','450','retail','0','2024-06-02 18:15:58','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-02 15:17:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171734146270304221440',4504,'71717341445','16','1.00','50','retail','0','2024-06-02 18:17:25','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-02 15:18:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','38.00','37','Inclusive','branch','Inventory','','','','',''),('7171734147927224202233',4505,'71717341445','2','1.00','150','retail','0','2024-06-02 18:17:50','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-02 15:18:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171734150430733224027',4506,'71717341491','2','1.00','150','retail','0','2024-06-02 18:18:11','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-02 15:18:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171734151442313202230',4507,'71717341491','2','1.00','150','retail','0','2024-06-02 18:18:25','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-02 15:18:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171734383673200470633',4508,'71717343578','2','1.00','150','retail','0','2024-06-02 18:52:58','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-02 15:57:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171734386602278247320',4509,'71717343851','10','0.25','200','retail','0','2024-06-02 18:57:31','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-02 15:57:48','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.75','5.5','Inclusive','branch','Inventory','','','','',''),('7171734392222022377444',4510,'71717343915','2','2.00','300','retail','0','2024-06-02 18:58:35','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-02 15:59:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171734553322222332477',4511,'71717343948','10','0.25','200','retail','0','2024-06-02 18:59:08','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-02 16:35:11','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.50','5.25','Inclusive','branch','Inventory','','','','',''),('7171734600173204013377',4512,'71717343948','2','1.00','150','retail','0','2024-06-02 19:33:13','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-02 16:35:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171734600820031232323',4513,'71717343948','2','1.00','150','retail','0','2024-06-02 19:33:21','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-02 16:35:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171734609930399041330',4514,'71717343948','20','2.00','120','retail','0','2024-06-02 19:33:29','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-06-02 16:35:11','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','42.00','40','Inclusive','branch','Inventory','','','','',''),('7171734612330232230026',4515,'71717346111','1','2.00','300','retail','0','2024-06-02 19:35:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-02 16:35:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171734615022132610730',4516,'71717346140','1','5.00','750','retail','0','2024-06-02 19:35:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-02 16:36:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('7171734615823020372213',4517,'71717346140','34','1.00','20','retail','0','2024-06-02 19:35:50','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-06-02 16:36:10','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7171734631343122130736',4518,'71717346170','2','1.00','150','retail','0','2024-06-02 19:36:11','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-02 16:39:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171734633922423073161',4519,'71717346170','10','0.50','400','retail','0','2024-06-02 19:38:34','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-02 16:39:13','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','5.25','4.75','Inclusive','branch','Inventory','','','','',''),('7171734797129373714232',4520,'71717347595','10','0.25','200','retail','0','2024-06-02 19:59:55','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-02 17:06:39','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.75','4.5','Inclusive','branch','Inventory','','','','',''),('7171734797833203137372',4521,'71717347595','2','1.00','150','retail','0','2024-06-02 20:06:11','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-02 17:06:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171734803771272723032',4522,'71717348026','21','1.00','80','retail','0','2024-06-02 20:07:06','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-06-02 17:07:28','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','41.00','40','Inclusive','branch','Inventory','','','','',''),('7171734807500310203004',4523,'71717348048','34','1.00','20','retail','0','2024-06-02 20:07:28','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-06-02 17:08:10','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171734810303077722333',4524,'71717348090','3','2.00','300','retail','0','2024-06-02 20:08:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-02 17:08:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171734814431022102201',4525,'71717348116','34','1.00','20','retail','0','2024-06-02 20:08:36','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-06-02 17:09:22','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171735200312032123233',4526,'71717351992','1','1.00','150','retail','0','2024-06-02 21:13:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-02 18:13:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171735202233232232512',4527,'71717351992','16','1.00','50','retail','0','2024-06-02 21:13:31','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-02 18:13:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','37.00','36','Inclusive','branch','Inventory','','','','',''),('7171735203232222403042',4528,'71717351992','16','1.00','50','retail','0','2024-06-02 21:13:43','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-02 18:13:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.00','35','Inclusive','branch','Inventory','','','','',''),('6171743281217314042227',4529,'61717432810','1','1.00','150','retail','0','2024-06-03 19:40:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-03 16:40:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171743281972311072220',4530,'61717432810','16','2.00','100','retail','0','2024-06-03 19:40:16','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-03 16:40:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','35.00','33','Inclusive','branch','Inventory','','','','',''),('6171743288272330120202',4531,'61717432880','2','1.00','150','retail','0','2024-06-03 19:41:20','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-03 16:41:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171743291522330023727',4532,'61717432914','1','1.00','150','retail','0','2024-06-03 19:41:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-03 16:42:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171743297209327211320',4533,'61717432971','1','1.00','150','retail','0','2024-06-03 19:42:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-03 16:43:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171743300700002003463',4534,'61717432971','10','0.25','200','retail','0','2024-06-03 19:43:17','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-03 16:43:43','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.50','4.25','Inclusive','branch','Inventory','','','','',''),('6171743308924221692104',4535,'61717433088','1','1.00','150','retail','0','2024-06-03 19:44:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-03 16:45:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171743313870022333044',4536,'61717433132','1','2.00','300','retail','0','2024-06-03 19:45:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-03 16:46:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171743358922134495932',4537,'61717433587','1','1.00','150','retail','0','2024-06-03 19:53:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-03 16:55:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171743391612762636003',4538,'61717433911','3','2.00','300','retail','0','2024-06-03 19:58:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-03 16:58:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171743411441002040320',4539,'61717434113','1','1.00','150','retail','0','2024-06-03 20:01:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-03 17:02:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171743414243242130720',4540,'61717434140','2','2.00','300','retail','0','2024-06-03 20:02:20','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-03 17:03:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171743416401322126330',4541,'61717434140','33','2.00','20','retail','0','2024-06-03 20:02:42','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-06-03 17:03:05','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','13.00','11','Inclusive','branch','Inventory','','','','',''),('6171743423722322021323',4542,'61717434236','16','1.00','50','retail','0','2024-06-03 20:03:56','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-03 17:04:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','33.00','32','Inclusive','branch','Inventory','','','','',''),('6171743426112336312163',4543,'61717434260','1','1.00','150','retail','0','2024-06-03 20:04:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-03 17:04:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171743429882009432440',4544,'61717434296','1','2.00','300','retail','0','2024-06-03 20:04:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-03 17:05:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171743431103233746343',4545,'61717434296','21','1.00','80','retail','0','2024-06-03 20:05:09','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-06-03 17:05:38','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','40.00','39','Inclusive','branch','Inventory','','','','',''),('6171743431463212323220',4546,'61717434296','29','1.00','40','retail','0','2024-06-03 20:05:12','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-03 17:05:38','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6171743432603363232133',4547,'61717434296','16','2.00','100','retail','0','2024-06-03 20:05:23','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-03 17:05:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','32.00','30','Inclusive','branch','Inventory','','','','',''),('6171743442133263233213',4548,'61717434412','10','0.25','200','retail','0','2024-06-03 20:06:52','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-03 17:07:35','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.25','4','Inclusive','branch','Inventory','','','','',''),('6171743444443440343433',4549,'61717434412','1','1.00','150','retail','0','2024-06-03 20:07:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-03 17:07:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171743446520724023203',4550,'61717434461','2','1.00','150','retail','0','2024-06-03 20:07:41','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-03 17:07:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171743496320042321004',4551,'61717434960','1','2.00','300','retail','0','2024-06-03 20:16:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-03 17:16:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171743522002312203003',4552,'61717435218','21','1.00','80','retail','0','2024-06-03 20:20:18','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-06-03 17:20:22','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','39.00','38','Inclusive','branch','Inventory','','','','',''),('6171743549122322319332',4553,'61717435490','3','1.00','150','retail','0','2024-06-03 20:24:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-03 17:25:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171743550933321333126',4554,'61717435490','10','0.25','200','retail','0','2024-06-03 20:24:57','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-03 17:25:20','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.00','3.75','Inclusive','branch','Inventory','','','','',''),('6171743664030323336121',4555,'61717436629','4','1.00','150','retail','0','2024-06-03 20:43:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-03 17:44:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171743844537332230441',4556,'61717438444','1','2.00','300','retail','0','2024-06-03 21:14:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-03 18:14:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171743845204322321212',4557,'61717438444','16','1.00','50','retail','0','2024-06-03 21:14:10','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-03 18:14:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','30.00','29','Inclusive','branch','Inventory','','','','',''),('7171750016121332213331',4558,'71717500133','1','1.00','150','retail','0','2024-06-04 14:22:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-04 11:22:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171750018933742233930',4559,'71717500170','2','1.00','150','retail','0','2024-06-04 14:22:50','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-04 11:23:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171750021334321020142',4560,'71717500203','3','1.00','150','retail','0','2024-06-04 14:23:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-04 11:23:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171750024030470272273',4561,'71717500221','35','1.00','5','retail','0','2024-06-04 14:23:42','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-04 11:24:19','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','','','','',''),('7171750027572071373270',4562,'71717500259','1','3.00','450','retail','0','2024-06-04 14:24:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-04 11:24:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171750032002303202230',4563,'71717500297','10','0.25','200','retail','0','2024-06-04 14:24:57','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-04 11:25:43','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.75','3.5','Inclusive','branch','Inventory','','','','',''),('7171750033033304322302',4564,'71717500297','2','1.00','150','retail','0','2024-06-04 14:25:20','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-04 11:25:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171750035433332217550',4565,'71717500343','29','1.00','40','retail','0','2024-06-04 14:25:43','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-04 11:26:26','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171750036430033307323',4566,'71717500343','36','2.00','10','retail','0','2024-06-04 14:25:55','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-04 11:26:26','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','154.00','152','Inclusive','branch','Inventory','','4000','Asset','',''),('7171750039532102043102',4567,'71717500386','1','1.00','150','retail','0','2024-06-04 14:26:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-04 11:26:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171750042413270713132',4568,'71717500407','2','1.00','150','retail','0','2024-06-04 14:26:47','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-04 11:27:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171750042901524307322',4569,'71717500407','1','1.00','150','retail','0','2024-06-04 14:27:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-04 11:27:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171750243833022023782',4570,'71717500452','10','0.25','200','retail','0','2024-06-04 14:27:32','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-04 12:00:50','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.50','3.25','Inclusive','branch','Inventory','','','','',''),('7171750246322007337160',4571,'71717502451','20','2.00','120','retail','0','2024-06-04 15:00:51','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-06-04 12:01:20','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','40.00','38','Inclusive','branch','Inventory','','','','',''),('7171750458902231280123',4572,'71717502495','10','0.25','200','retail','0','2024-06-04 15:01:35','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-04 12:36:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.25','3','Inclusive','branch','Inventory','','','','',''),('7171750463023202137223',4573,'71717504612','1','1.00','150','retail','0','2024-06-04 15:36:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-04 12:37:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171750463724031022333',4574,'71717504612','17','1.00','40','retail','0','2024-06-04 15:37:11','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-04 12:37:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7171750464611622323713',4575,'71717504612','35','2.00','10','retail','0','2024-06-04 15:37:18','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-04 12:37:38','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','97.00','95','Inclusive','branch','Inventory','','','','',''),('7171750543223412432173',4576,'71717504956','2','1.00','150','retail','0','2024-06-04 15:42:36','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-04 12:50:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171750686503232228203',4577,'71717506859','1','1.00','150','retail','0','2024-06-04 16:14:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-04 13:14:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171750687427337253710',4578,'71717506859','20','1.00','60','retail','0','2024-06-04 16:14:25','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-06-04 13:14:46','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','38.00','37','Inclusive','branch','Inventory','','','','',''),('7171750691031332370203',4579,'71717506887','3','1.00','150','retail','0','2024-06-04 16:14:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-04 13:17:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171750691947965372230',4580,'71717506887','17','2.00','80','retail','0','2024-06-04 16:15:11','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-04 13:17:26','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.00','0','Inclusive','branch','Inventory','','','','',''),('7171750692943230752330',4581,'71717506887','22','1.00','50','retail','0','2024-06-04 16:15:19','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-04 13:17:26','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','76.00','75','Inclusive','branch','Inventory','','','','',''),('7171750841143133203210',4582,'71717508381','17','2.00','80','retail','0','2024-06-04 16:40:03','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-04 13:40:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','8.00','6','Inclusive','branch','Inventory','','','','',''),('7171751577200222022274',4583,'71717513908','3','1.00','150','retail','0','2024-06-04 18:11:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-04 15:43:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171751657332213323771',4584,'71717516562','2','1.00','150','retail','0','2024-06-04 18:56:02','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-04 15:56:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171751659723930207022',4585,'71717516585','2','1.00','150','retail','0','2024-06-04 18:56:25','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-04 15:56:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171751663633335136362',4586,'71717516613','10','0.25','200','retail','0','2024-06-04 18:56:53','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-04 15:57:32','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('7171751666762122033225',4587,'71717516652','1','1.00','150','retail','0','2024-06-04 18:57:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-04 15:58:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171751667711646130201',4588,'71717516652','35','1.00','5','retail','0','2024-06-04 18:57:47','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-04 15:58:10','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','','','','',''),('7171751672624322210434',4589,'71717516690','2','1.00','150','retail','0','2024-06-04 18:58:10','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-04 15:59:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171751678623212213237',4590,'71717516752','2','1.00','150','retail','0','2024-06-04 18:59:12','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-04 16:00:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171751682437172012702',4591,'71717516803','3','2.00','300','retail','0','2024-06-04 19:00:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-04 16:00:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171752101433110340120',4592,'71717521007','2','1.00','150','retail','0','2024-06-04 20:10:07','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-04 17:10:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171752104451374020422',4593,'71717521026','2','1.00','150','retail','0','2024-06-04 20:10:26','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-04 17:11:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171752111703217253122',4594,'71717521094','4','1.00','150','retail','0','2024-06-04 20:11:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-04 17:12:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171752585702223222002',4595,'71717525849','1','1.00','150','retail','0','2024-06-04 21:30:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-04 18:31:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171752588105002377203',4596,'71717525869','2','1.00','150','retail','0','2024-06-04 21:31:09','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-04 18:31:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171752590220502333233',4597,'71717525891','2','3.00','450','retail','0','2024-06-04 21:31:31','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-04 18:31:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171752594223302322372',4598,'71717525914','10','0.25','200','retail','0','2024-06-04 21:31:54','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-04 18:32:44','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('7171752595205032329530',4599,'71717525914','1','2.00','300','retail','0','2024-06-04 21:32:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-04 18:32:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171752702413233775350',4600,'71717526999','10','0.50','400','retail','0','2024-06-04 21:49:59','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-04 18:51:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','2.50','2','Inclusive','branch','Inventory','','','','',''),('7171752703930202302031',4601,'71717526999','1','1.00','150','retail','0','2024-06-04 21:50:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-04 18:51:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171752705731177027370',4602,'71717526999','35','4.00','20','retail','0','2024-06-04 21:50:40','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-04 18:51:12','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','94.00','90','Inclusive','branch','Inventory','','','','',''),('7171752708951374020822',4603,'71717527073','2','2.00','300','retail','0','2024-06-04 21:51:13','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-04 18:52:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171752711011100723103',4604,'71717527073','10','0.50','400','retail','0','2024-06-04 21:51:29','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-04 18:52:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.00','1.5','Inclusive','branch','Inventory','','','','',''),('7171752716400103376173',4605,'71717527149','2','1.00','150','retail','0','2024-06-04 21:52:29','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-04 18:52:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171759413533342039962',4606,'61717594133','3','2.00','300','retail','0','2024-06-05 16:28:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-05 13:45:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171759414672032463005',4607,'61717594133','10','1.00','800','retail','0','2024-06-05 16:29:04','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-05 13:45:47','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.50','0.5','Inclusive','branch','Inventory','','','','',''),('6171759415535725242333',4608,'61717594133','33','2.00','20','retail','0','2024-06-05 16:29:12','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-06-05 13:45:47','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','11.00','9','Inclusive','branch','Inventory','','','','',''),('6171759518031332820241',4609,'61717595178','1','1.00','150','retail','0','2024-06-05 16:46:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-05 13:47:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171759519903132252042',4610,'61717595178','10','0.25','200','retail','0','2024-06-05 16:46:28','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-05 13:47:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('6171759525033036700923',4611,'61717595249','3','1.00','150','retail','0','2024-06-05 16:47:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-05 13:48:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171759530253323622222',4612,'61717595301','2','1.00','150','retail','0','2024-06-05 16:48:21','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-05 13:48:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171759533502632102213',4613,'61717595332','1','2.00','300','retail','0','2024-06-05 16:48:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-05 13:49:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171759534312035533200',4614,'61717595332','22','2.00','100','retail','0','2024-06-05 16:49:00','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-05 13:49:15','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','75.00','73','Inclusive','branch','Inventory','','','','',''),('6171759551010722032542',4615,'61717595502','10','0.50','400','retail','0','2024-06-05 16:51:42','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-05 13:51:54','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.25','1.75','Inclusive','branch','Inventory','','','','',''),('6171760610603662301236',4616,'61717606103','1','3.00','450','retail','0','2024-06-05 19:48:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-05 16:48:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171760613372066612427',4617,'61717606130','2','2.00','300','retail','0','2024-06-05 19:48:50','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-05 16:49:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171760616820623230822',4618,'61717606166','1','1.00','150','retail','0','2024-06-05 19:49:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-05 16:49:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171760617612123022322',4619,'61717606166','35','2.00','10','retail','0','2024-06-05 19:49:34','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-05 16:49:47','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','90.00','88','Inclusive','branch','Inventory','','','','',''),('6171760620230312230062',4620,'61717606201','1','1.00','150','retail','0','2024-06-05 19:50:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-05 16:50:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171760620742214476232',4621,'61717606201','35','2.00','10','retail','0','2024-06-05 19:50:05','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-05 16:50:18','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','88.00','86','Inclusive','branch','Inventory','','','','',''),('6171760628831130337613',4622,'61717606287','2','2.00','300','retail','0','2024-06-05 19:51:27','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-05 16:51:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171760629463227310094',4623,'61717606287','17','2.00','80','retail','0','2024-06-05 19:51:31','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-05 16:51:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','6.00','4','Inclusive','branch','Inventory','','','','',''),('6171760631724730003333',4624,'61717606316','1','1.00','150','retail','0','2024-06-05 19:51:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-05 16:52:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171760633231022102203',4625,'61717606316','10','0.25','200','retail','0','2024-06-05 19:52:10','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-05 16:52:24','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171760635472324327300',4626,'61717606352','1','2.00','300','retail','0','2024-06-05 19:52:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-05 16:52:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171760654332632411004',4627,'61717606542','1','2.00','300','retail','0','2024-06-05 19:55:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-05 16:58:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171760670622302323307',4628,'61717606542','10','0.50','400','retail','0','2024-06-05 19:58:18','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-05 16:58:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.50','1','Inclusive','branch','Inventory','','','','',''),('6171760672731332370273',4629,'61717606725','2','2.00','300','retail','0','2024-06-05 19:58:45','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-05 16:58:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171760805533202600203',4630,'61717608053','1','2.00','300','retail','0','2024-06-05 20:20:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-05 17:21:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171760806932023022333',4631,'61717608053','10','0.25','200','retail','0','2024-06-05 20:20:58','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-05 17:21:33','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('6171760964034737730319',4632,'61717609638','1','1.00','150','retail','0','2024-06-05 20:47:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-05 17:47:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171760965600230626126',4633,'61717609638','17','2.00','80','retail','0','2024-06-05 20:47:33','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-05 17:47:50','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.00','2','Inclusive','branch','Inventory','','','','',''),('7171767977677329973732',4634,'71717679762','3','1.00','150','retail','0','2024-06-06 16:16:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 13:16:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171768594482787742143',4635,'71717685877','2','1.00','150','retail','0','2024-06-06 17:57:57','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-06 14:59:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171768596223243312332',4636,'71717685877','4','1.00','150','retail','0','2024-06-06 17:59:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 14:59:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171768600273733870230',4637,'71717685982','2','1.00','150','retail','0','2024-06-06 17:59:42','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-06 15:00:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171768603320302363073',4638,'71717686021','1','1.00','150','retail','0','2024-06-06 18:00:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 15:00:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171768609402682203833',4639,'71717686083','2','2.00','300','retail','0','2024-06-06 18:01:23','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-06 15:01:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171768611734232237332',4640,'71717686107','1','1.00','150','retail','0','2024-06-06 18:01:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 15:02:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171768614436230070381',4641,'71717686129','3','3.00','450','retail','0','2024-06-06 18:02:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 15:02:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171768618203366633070',4642,'71717686160','10','0.25','200','retail','0','2024-06-06 18:02:40','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-06 15:03:25','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('7171768618800071732302',4643,'71717686160','1','1.00','150','retail','0','2024-06-06 18:03:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 15:03:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171768626823013202227',4644,'71717686205','1','1.00','150','retail','0','2024-06-06 18:03:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 15:04:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171768630832320001333',4645,'71717686285','10','0.50','400','retail','0','2024-06-06 18:04:45','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-06 15:05:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.50','0','Inclusive','branch','Inventory','','','','',''),('7171768631802622623323',4646,'71717686285','1','2.00','300','retail','0','2024-06-06 18:05:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 15:05:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171768637813677102013',4647,'71717686328','20','1.00','60','retail','0','2024-06-06 18:06:08','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-06-06 15:06:56','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','37.00','36','Inclusive','branch','Inventory','','','','',''),('7171768648712213647223',4648,'71717686416','17','1.00','40','retail','0','2024-06-06 18:06:56','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-06 15:09:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171768654030030510433',4649,'71717686416','2','1.00','150','retail','0','2024-06-06 18:08:07','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-06 15:09:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171768658250207323733',4650,'71717686567','2','1.00','150','retail','0','2024-06-06 18:09:27','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-06 15:09:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171768662663133102304',4651,'71717686611','1','1.00','150','retail','0','2024-06-06 18:10:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 15:10:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171768667802282032033',4652,'71717686668','1','5.00','750','retail','0','2024-06-06 18:11:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 15:11:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('7171768678813380370070',4653,'71717686707','1','1.00','150','retail','0','2024-06-06 18:11:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 15:13:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171768680623132277772',4654,'71717686707','36','1.00','5','retail','0','2024-06-06 18:13:08','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-06 15:13:38','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','152.00','151','Inclusive','branch','Inventory','','4000','Asset','',''),('7171768691723317300212',4655,'71717686818','1','1.00','150','retail','0','2024-06-06 18:13:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 15:15:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171768693223337332302',4656,'71717686818','35','2.00','10','retail','0','2024-06-06 18:15:18','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-06 15:15:53','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','86.00','84','Inclusive','branch','Inventory','','','','',''),('7171769295825207939923',4657,'71717692951','17','3.00','120','retail','0','2024-06-06 19:55:51','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-06 16:56:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','9.00','6','Inclusive','branch','Inventory','','','','',''),('7171769316733230070391',4658,'71717693018','10','0.25','200','retail','0','2024-06-06 19:56:58','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-06 17:00:21','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('7171769317923301327323',4659,'71717693018','1','2.00','300','retail','0','2024-06-06 19:59:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 17:00:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171769323032010200303',4660,'71717693221','2','2.00','300','retail','0','2024-06-06 20:00:21','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-06 17:00:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171769324907233424231',4661,'71717693240','1','2.00','300','retail','0','2024-06-06 20:00:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 17:01:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171769325672336133723',4662,'71717693240','3','2.00','300','retail','0','2024-06-06 20:00:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 17:01:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171769329132230033262',4663,'71717693279','2','3.00','450','retail','0','2024-06-06 20:01:19','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-06 17:01:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171769333370330397422',4664,'71717693326','2','2.00','300','retail','0','2024-06-06 20:02:06','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-06 17:02:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171769599332532722229',4665,'71717695951','17','1.00','40','retail','0','2024-06-06 20:45:51','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-06 17:47:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('7171769601022031133001',4666,'71717695951','10','0.25','200','retail','0','2024-06-06 20:46:33','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-06 17:47:37','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('7171769601809632102033',4667,'71717695951','1','1.00','150','retail','0','2024-06-06 20:46:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 17:47:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171769610820220123033',4668,'71717696077','1','3.00','450','retail','0','2024-06-06 20:47:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 17:48:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171769620702061322333',4669,'71717696199','1','1.00','150','retail','0','2024-06-06 20:49:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-06 17:50:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171769668422273330927',4670,'71717696675','17','1.00','40','retail','0','2024-06-06 20:57:55','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-06 17:58:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171769754524101632333',4671,'71717697535','2','1.00','150','retail','0','2024-06-06 21:12:15','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-06 18:12:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171776809802303628222',4672,'61717768095','4','2.00','300','retail','0','2024-06-07 16:48:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-07 13:48:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171776813422247213333',4673,'61717768131','1','1.00','150','retail','0','2024-06-07 16:48:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-07 13:49:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171776817300332330327',4674,'61717768169','5','1.00','150','retail','0','2024-06-07 16:49:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-07 13:49:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171776820521776301320',4675,'61717768202','2','2.00','300','retail','0','2024-06-07 16:50:02','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-07 13:50:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171777074023123037203',4676,'61717770736','2','1.00','150','retail','0','2024-06-07 17:32:16','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-07 14:32:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171777082604823707230',4677,'61717770819','1','3.00','450','retail','0','2024-06-07 17:33:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-07 14:34:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171777088770374370088',4678,'61717770881','4','1.00','150','retail','0','2024-06-07 17:34:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-07 14:35:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171777093520023002013',4679,'61717770881','10','0.25','200','retail','0','2024-06-07 17:35:16','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-07 14:35:55','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171777098221221273176',4680,'61717770980','2','1.00','150','retail','0','2024-06-07 17:36:21','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-07 14:36:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171777131932337223410',4681,'61717771315','22','2.00','100','retail','0','2024-06-07 17:41:55','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-07 14:44:40','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','73.00','71','Inclusive','branch','Inventory','','','','',''),('6171777133436131121223',4682,'61717771315','22','2.00','100','retail','0','2024-06-07 17:42:02','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-07 14:44:40','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','71.00','69','Inclusive','branch','Inventory','','','','',''),('6171777135633053700303',4683,'61717771315','1','2.00','300','retail','0','2024-06-07 17:42:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-07 14:44:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171777142232303072470',4684,'61717771315','4','1.00','150','retail','0','2024-06-07 17:43:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-07 14:44:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171777143624323210434',4685,'61717771315','17','1.00','40','retail','0','2024-06-07 17:43:54','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-07 14:44:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171777145832432204373',4686,'61717771315','33','1.00','10','retail','0','2024-06-07 17:44:12','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-06-07 14:44:40','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6171777151143772022011',4687,'61717771508','17','1.00','40','retail','0','2024-06-07 17:45:08','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-07 14:46:39','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6171777158233333343322',4688,'61717771508','3','3.00','450','retail','0','2024-06-07 17:46:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-07 14:46:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171777159774100333602',4689,'61717771508','33','1.00','10','retail','0','2024-06-07 17:46:34','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-06-07 14:46:39','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('6171777162910310923107',4690,'61717771626','2','2.00','300','retail','0','2024-06-07 17:47:06','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-07 14:47:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171777163932067170232',4691,'61717771626','1','1.00','150','retail','0','2024-06-07 17:47:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-07 14:47:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171777166010304000201',4692,'61717771658','17','1.00','40','retail','0','2024-06-07 17:47:38','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-07 14:47:41','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171784356050232023220',4693,'61717843557','2','1.00','150','retail','0','2024-06-08 13:45:57','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-08 10:46:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171784374662307372222',4694,'61717843742','1','2.00','300','retail','0','2024-06-08 13:49:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-08 10:49:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171784377472020174430',4695,'61717843772','1','1.00','150','retail','0','2024-06-08 13:49:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-08 10:49:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171784380323338883230',4696,'61717843802','1','1.00','150','retail','0','2024-06-08 13:50:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-08 10:50:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171784381832828880803',4697,'61717843802','10','0.25','200','retail','0','2024-06-08 13:50:09','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-08 10:50:34','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('6171784427833143022487',4698,'61717844275','2','2.00','300','retail','0','2024-06-08 13:57:55','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-08 10:58:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171784428944170332232',4699,'61717844275','22','1.00','50','retail','0','2024-06-08 13:58:06','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-08 10:58:53','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.00','68','Inclusive','branch','Inventory','','','','',''),('6171784431402203182613',4700,'61717844275','10','0.50','400','retail','0','2024-06-08 13:58:13','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-08 10:58:53','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.00','0.5','Inclusive','branch','Inventory','','','','',''),('6171784435001725223222',4701,'61717844348','2','2.00','300','retail','0','2024-06-08 13:59:08','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-08 10:59:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171784437930313362143',4702,'61717844377','2','2.00','300','retail','0','2024-06-08 13:59:37','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-08 10:59:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171784442221222442333',4703,'61717844420','1','2.00','300','retail','0','2024-06-08 14:00:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-08 11:01:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171784450243327230222',4704,'61717844501','1','1.00','150','retail','0','2024-06-08 14:01:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-08 11:01:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171784453002762528773',4705,'61717844528','1','2.00','300','retail','0','2024-06-08 14:02:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-08 11:02:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171784456032220170222',4706,'61717844558','28','1.00','90','retail','0','2024-06-08 14:02:38','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-06-08 11:03:07','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','','','',''),('6171784457426541444230',4707,'61717844558','29','1.00','40','retail','0','2024-06-08 14:02:52','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-08 11:03:07','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171784469949792278922',4708,'61717844698','10','1.00','800','retail','0','2024-06-08 14:04:58','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-08 11:05:16','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.50','1.5','Inclusive','branch','Inventory','','','','',''),('6171784470700330322302',4709,'61717844698','22','1.00','50','retail','0','2024-06-08 14:05:04','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-08 11:05:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.00','67','Inclusive','branch','Inventory','','','','',''),('6171784632322021483743',4710,'61717846320','1','3.00','450','retail','0','2024-06-08 14:32:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-08 11:32:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171784633120112331643',4711,'61717846320','35','1.00','5','retail','0','2024-06-08 14:32:09','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-08 11:32:33','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','','','','',''),('6171784633843214480032',4712,'61717846320','35','2.00','10','retail','0','2024-06-08 14:32:15','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-08 11:32:33','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','83.00','81','Inclusive','branch','Inventory','','','','',''),('6171784644133460136070',4713,'61717846440','2','2.00','300','retail','0','2024-06-08 14:34:00','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-08 11:34:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171785080223047302022',4714,'71717850722','2','1.00','150','retail','0','2024-06-08 15:45:22','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-08 12:46:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171785082633063205820',4715,'71717850815','1','1.00','150','retail','0','2024-06-08 15:46:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 12:47:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171785084973238034332',4716,'71717850838','1','1.00','150','retail','0','2024-06-08 15:47:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 12:47:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171785176437731022383',4717,'71717850875','1','5.00','750','retail','0','2024-06-08 15:47:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 13:02:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('7171785257143138322027',4718,'71717852540','10','0.50','400','retail','0','2024-06-08 16:15:40','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-08 13:25:42','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.50','1','Inclusive','branch','Inventory','','','','',''),('7171785311682303013060',4719,'71717852540','1','1.00','150','retail','0','2024-06-08 16:16:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 13:25:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171785317000070370230',4720,'71717853142','28','1.00','90','retail','0','2024-06-08 16:25:42','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-06-08 13:26:43','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('7171785318005332317833',4721,'71717853142','1','2.00','300','retail','0','2024-06-08 16:26:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 13:26:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171785319058232337003',4722,'71717853142','22','1.00','50','retail','0','2024-06-08 16:26:20','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-08 13:26:43','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','67.00','66','Inclusive','branch','Inventory','','','','',''),('7171786200401122022007',4723,'71717861993','1','1.00','150','retail','0','2024-06-08 18:53:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 15:55:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171786210334313021101',4724,'71717861993','34','1.00','20','retail','0','2024-06-08 18:54:56','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-06-08 15:55:17','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('7171786237443027204220',4725,'71717862340','2','3.00','450','retail','0','2024-06-08 18:59:00','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-08 16:03:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171786238582230232300',4726,'71717862340','28','1.00','90','retail','0','2024-06-08 18:59:35','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-06-08 16:03:53','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('7171786247337422217272',4727,'71717862340','22','2.00','100','retail','0','2024-06-08 18:59:45','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-08 16:03:53','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','66.00','64','Inclusive','branch','Inventory','','','','',''),('7171786259733857507227',4728,'71717862340','35','4.00','20','retail','0','2024-06-08 19:01:13','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-08 16:03:53','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','81.00','77','Inclusive','branch','Inventory','','','','',''),('7171786261032010200303',4729,'71717862340','36','2.00','10','retail','0','2024-06-08 19:03:17','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-08 16:03:53','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','151.00','149','Inclusive','branch','Inventory','','4000','Asset','',''),('7171786278300730232003',4730,'71717862720','2','1.00','150','retail','0','2024-06-08 19:05:20','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-08 16:06:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171786281433102242712',4731,'71717862797','2','1.00','150','retail','0','2024-06-08 19:06:37','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-08 16:07:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171786283122227820303',4732,'71717862797','22','1.00','50','retail','0','2024-06-08 19:06:54','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-08 16:07:25','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','64.00','63','Inclusive','branch','Inventory','','','','',''),('7171786286723223271704',4733,'71717862853','1','4.00','600','retail','0','2024-06-08 19:07:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 16:07:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171786291430270107234',4734,'71717862907','1','3.00','450','retail','0','2024-06-08 19:08:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 16:08:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171786292133292022733',4735,'71717862907','34','1.00','20','retail','0','2024-06-08 19:08:34','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-06-08 16:08:56','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('7171786405168134170003',4736,'71717864051','1','1.00','150','retail','0','2024-06-08 19:27:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 16:27:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171786712322210212300',4737,'71717867122','1','1.00','150','retail','0','2024-06-08 20:18:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 17:19:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171786712500730252003',4738,'71717867122','1','1.00','150','retail','0','2024-06-08 20:18:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 17:19:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171786714436204034743',4739,'71717867122','10','0.25','200','retail','0','2024-06-08 20:19:04','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-08 17:19:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('7171786715308201127320',4740,'71717867152','1','1.00','150','retail','0','2024-06-08 20:19:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 17:19:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171786896201396632720',4741,'71717868948','3','2.00','300','retail','0','2024-06-08 20:49:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 17:49:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171786931733386033043',4742,'71717869303','4','2.00','300','retail','0','2024-06-08 20:55:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 17:55:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171786934143287043623',4743,'71717869329','1','1.00','150','retail','0','2024-06-08 20:55:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 17:55:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171786979133490139070',4744,'71717869765','1','1.00','150','retail','0','2024-06-08 21:02:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 18:03:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171787176328333737622',4745,'71717869808','10','0.50','400','retail','0','2024-06-08 21:03:28','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-08 18:38:16','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','0.75','0.25','Inclusive','branch','Inventory','','','','',''),('7171787184723043321373',4746,'71717869808','1','2.00','300','retail','0','2024-06-08 21:37:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-08 18:38:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171787186010378322027',4747,'71717869808','23','1.00','80','retail','0','2024-06-08 21:37:28','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-06-08 18:38:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('7171792382033232412220',4748,'71717923813','1','1.00','150','retail','0','2024-06-09 12:03:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 09:04:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171792390603220101323',4749,'71717923862','3','1.00','150','retail','0','2024-06-09 12:04:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 09:06:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171792391303303212223',4750,'71717923862','2','1.00','150','retail','0','2024-06-09 12:05:06','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-09 09:06:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171792393723303233233',4751,'71717923862','10','0.25','200','retail','0','2024-06-09 12:05:13','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-09 09:06:02','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7171792398813282348723',4752,'71717923973','1','3.00','450','retail','0','2024-06-09 12:06:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 09:06:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171792401523342294073',4753,'71717924001','3','1.00','150','retail','0','2024-06-09 12:06:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 09:07:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171792903509329201072',4754,'71717924128','1','1.00','150','retail','0','2024-06-09 12:08:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 10:36:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171792907422324393401',4755,'71717924128','3','2.00','300','retail','0','2024-06-09 13:30:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 10:36:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171792927022037733001',4756,'71717924128','10','0.50','400','retail','0','2024-06-09 13:33:01','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-09 10:36:36','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','5.00','4.5','Inclusive','branch','Inventory','','','','',''),('7171792957202337233233',4757,'71717929564','1','2.00','300','retail','0','2024-06-09 13:39:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 10:41:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171793014833703032233',4758,'71717930118','1','1.00','150','retail','0','2024-06-09 13:48:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 10:49:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171793046882222237047',4759,'71717930328','1','2.00','300','retail','0','2024-06-09 13:52:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 10:54:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171793069823902232332',4760,'71717930495','10','0.25','200','retail','0','2024-06-09 13:54:55','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-09 10:59:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.50','4.25','Inclusive','branch','Inventory','','','','',''),('7171793070703320700237',4761,'71717930495','4','2.00','300','retail','0','2024-06-09 13:58:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 10:59:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171793076441030031400',4762,'71717930747','2','3.00','450','retail','0','2024-06-09 13:59:07','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-09 10:59:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171793141103311293122',4763,'71717930782','1','2.00','300','retail','0','2024-06-09 14:10:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 11:10:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171793144820228427030',4764,'71717931427','2','2.00','300','retail','0','2024-06-09 14:10:27','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-09 11:11:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171793180813033333812',4765,'71717931769','1','4.00','600','retail','0','2024-06-09 14:16:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 11:18:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171793184449023222237',4766,'71717931769','10','1.00','800','retail','0','2024-06-09 14:16:48','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-09 11:18:25','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.25','3.25','Inclusive','branch','Inventory','','','','',''),('7171793718213021337222',4767,'71717937140','2','2.00','300','retail','0','2024-06-09 15:45:40','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-09 12:48:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171793721622231223192',4768,'71717937140','1','1.00','150','retail','0','2024-06-09 15:46:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 12:48:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171793732579330033325',4769,'71717937310','3','1.00','150','retail','0','2024-06-09 15:48:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 12:49:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171793768012738633930',4770,'71717937567','1','2.00','300','retail','0','2024-06-09 15:54:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 12:55:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.00','2','Inclusive','branch','Inventory','','','','',''),('7171793769831002326422',4771,'71717937567','2','1.00','150','retail','0','2024-06-09 15:54:40','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-09 12:55:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171793770810830024274',4772,'71717937567','16','4.00','200','retail','0','2024-06-09 15:54:58','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-09 12:55:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','29.00','25','Inclusive','branch','Inventory','','','','',''),('7171793777227403400743',4773,'71717937727','16','2.00','100','retail','0','2024-06-09 15:55:27','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-09 12:57:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','25.00','23','Inclusive','branch','Inventory','','','','',''),('7171793780512142937037',4774,'71717937727','1','3.00','450','retail','0','2024-06-09 15:56:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 12:57:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','2.00','-1','Inclusive','branch','Inventory','','','','',''),('7171793782423023222327',4775,'71717937727','10','0.50','400','retail','0','2024-06-09 15:56:45','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-09 12:57:15','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.25','2.75','Inclusive','branch','Inventory','','','','',''),('7171793788130231332302',4776,'71717937873','1','3.00','450','retail','0','2024-06-09 15:57:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 12:58:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','2.00','-1','Inclusive','branch','Inventory','','','','',''),('7171793790324103700102',4777,'71717937888','4','2.00','300','retail','0','2024-06-09 15:58:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 12:58:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171793792501222973133',4778,'71717937912','1','1.00','150','retail','0','2024-06-09 15:58:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 12:59:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171793799332322703221',4779,'71717937972','3','1.00','150','retail','0','2024-06-09 15:59:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 13:00:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171793805731304319909',4780,'71717938028','2','1.00','150','retail','0','2024-06-09 16:00:28','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-09 13:02:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171793823482303233232',4781,'71717938126','1','2.00','300','retail','0','2024-06-09 16:02:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 13:04:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('7171793826771243032032',4782,'71717938252','2','2.00','300','retail','0','2024-06-09 16:04:12','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-09 13:04:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171793831302770123333',4783,'71717938287','2','3.00','450','retail','0','2024-06-09 16:04:47','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-09 13:05:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171793841022307331207',4784,'71717938358','2','3.00','450','retail','0','2024-06-09 16:06:30','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-09 13:08:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171793848217713287223',4785,'71717938358','21','1.00','80','retail','0','2024-06-09 16:07:07','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-06-09 13:08:31','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','38.00','37','Inclusive','branch','Inventory','','','','',''),('7171793890003902030733',4786,'71717938879','1','3.00','450','retail','0','2024-06-09 16:14:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 13:15:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','1.00','-2','Inclusive','branch','Inventory','','','','',''),('7171793892730223137737',4787,'71717938879','10','1.00','800','retail','0','2024-06-09 16:15:00','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-09 13:15:45','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.75','1.75','Inclusive','branch','Inventory','','','','',''),('7171793893730870107237',4788,'71717938879','3','2.00','300','retail','0','2024-06-09 16:15:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 13:15:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171793899677180272033',4789,'71717938968','10','0.50','400','retail','0','2024-06-09 16:16:08','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-09 13:16:49','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.75','1.25','Inclusive','branch','Inventory','','','','',''),('7171793900622230703307',4790,'71717938968','1','1.00','150','retail','0','2024-06-09 16:16:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 13:16:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171794124837227020133',4791,'71717941203','10','0.50','400','retail','0','2024-06-09 16:53:23','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-09 13:55:15','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.25','0.75','Inclusive','branch','Inventory','','','','',''),('7171794127330337723343',4792,'71717941203','1','1.00','150','retail','0','2024-06-09 16:54:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 13:55:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171794128509272242072',4793,'71717941203','22','1.00','50','retail','0','2024-06-09 16:54:33','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-09 13:55:15','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.00','62','Inclusive','branch','Inventory','','','','',''),('7171794136417462321403',4794,'71717941346','16','2.00','100','retail','0','2024-06-09 16:55:54','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-09 13:56:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','23.00','21','Inclusive','branch','Inventory','','','','',''),('7171794532922247332332',4795,'71717945328','2','1.00','150','retail','0','2024-06-09 18:02:08','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-09 15:02:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171794533232079733334',4796,'71717945328','4','1.00','150','retail','0','2024-06-09 18:02:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 15:02:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171794533334313021331',4797,'71717945328','3','1.00','150','retail','0','2024-06-09 18:02:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 15:02:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171794551321227252030',4798,'71717945512','1','1.00','150','retail','0','2024-06-09 18:05:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 15:08:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171794551532212227331',4799,'71717945512','1','1.00','150','retail','0','2024-06-09 18:05:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 15:08:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171794568504329233602',4800,'71717945512','22','1.00','50','retail','0','2024-06-09 18:08:04','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-09 15:08:07','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','','','','',''),('7171795211932777132251',4801,'71717951520','1','1.00','150','retail','0','2024-06-09 19:45:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 16:56:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171795222412230020030',4802,'71717952165','10','0.25','200','retail','0','2024-06-09 19:56:05','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-09 16:59:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('7171795232803340717391',4803,'71717952165','1','1.00','150','retail','0','2024-06-09 19:58:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 16:59:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171795236733327371772',4804,'71717952352','1','3.00','450','retail','0','2024-06-09 19:59:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 16:59:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171795239302323023133',4805,'71717952378','1','1.00','150','retail','0','2024-06-09 19:59:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 17:00:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171795252613421473000',4806,'71717952475','1','1.00','150','retail','0','2024-06-09 20:02:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 17:03:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171795256093201323373',4807,'71717952475','1','1.00','150','retail','0','2024-06-09 20:02:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 17:03:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171795263602232523632',4808,'71717952623','1','4.00','600','retail','0','2024-06-09 20:03:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 17:04:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171795264533322223235',4809,'71717952623','34','1.00','20','retail','0','2024-06-09 20:03:56','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-06-09 17:04:14','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('7171795272620034132232',4810,'71717952654','1','3.00','450','retail','0','2024-06-09 20:04:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 17:05:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171795275331213302734',4811,'71717952740','1','3.00','450','retail','0','2024-06-09 20:05:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 17:06:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171795276133002773332',4812,'71717952740','27','1.00','160','retail','0','2024-06-09 20:05:54','','','','0','Cash',0.00,'160','','','7','16.00','1','2024-06-09 17:06:31','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('7171795277332727317374',4813,'71717952740','34','1.00','20','retail','0','2024-06-09 20:06:01','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-06-09 17:06:31','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('7171795280434333831730',4814,'71717952791','1','4.00','600','retail','0','2024-06-09 20:06:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 17:06:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171795283173300313700',4815,'71717952817','1','1.00','150','retail','0','2024-06-09 20:06:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 17:07:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171795295429207223437',4816,'71717952947','1','1.00','150','retail','0','2024-06-09 20:09:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 17:09:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171795302623303123322',4817,'71717952976','1','1.00','150','retail','0','2024-06-09 20:09:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 17:10:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171795306400236222300',4818,'71717953045','16','1.00','50','retail','0','2024-06-09 20:10:45','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-09 17:11:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('7171795322033323091292',4819,'71717953213','1','1.00','150','retail','0','2024-06-09 20:13:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 17:14:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171795323475232033073',4820,'71717953213','22','1.00','50','retail','0','2024-06-09 20:13:40','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-09 17:14:32','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','61.00','60','Inclusive','branch','Inventory','','','','',''),('7171795329667762392590',4821,'71717953273','2','1.00','150','retail','0','2024-06-09 20:14:33','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-09 17:15:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171795330721002104332',4822,'71717953273','35','2.00','10','retail','0','2024-06-09 20:14:57','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-09 17:15:24','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','77.00','75','Inclusive','branch','Inventory','','','','',''),('7171795333701330333333',4823,'71717953325','16','2.00','100','retail','0','2024-06-09 20:15:25','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-09 17:15:57','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','20.00','18','Inclusive','branch','Inventory','','','','',''),('7171795338230829232252',4824,'71717953357','1','1.00','150','retail','0','2024-06-09 20:15:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-09 17:16:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171802722920023341410',4825,'71718027221','1','2.00','300','retail','0','2024-06-10 16:47:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 13:47:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171802726812223822800',4826,'71718027260','1','1.00','150','retail','0','2024-06-10 16:47:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 13:48:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171802727528713004382',4827,'71718027260','22','1.00','50','retail','0','2024-06-10 16:47:48','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-10 13:48:06','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','60.00','59','Inclusive','branch','Inventory','','','','',''),('7171802729623930206022',4828,'71718027287','3','3.00','450','retail','0','2024-06-10 16:48:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 13:48:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171802731270322382733',4829,'71718027304','1','1.00','150','retail','0','2024-06-10 16:48:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 13:50:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171802739333700382237',4830,'71718027304','22','1.00','50','retail','0','2024-06-10 16:49:40','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-10 13:50:03','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','59.00','58','Inclusive','branch','Inventory','','','','',''),('7171802741103327120027',4831,'71718027403','1','1.00','150','retail','0','2024-06-10 16:50:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 13:50:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171802842828007323230',4832,'71718027427','1','1.00','150','retail','0','2024-06-10 16:50:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 14:07:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171802845022203720334',4833,'71718028440','2','1.00','150','retail','0','2024-06-10 17:07:20','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-10 14:07:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171802847333802804737',4834,'71718028463','2','1.00','150','retail','0','2024-06-10 17:07:43','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-10 14:08:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171802848210003333828',4835,'71718028463','16','1.00','50','retail','0','2024-06-10 17:07:53','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-10 14:08:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('7171802855003233303232',4836,'71718028493','1','1.00','150','retail','0','2024-06-10 17:08:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 14:09:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171802859802337233233',4837,'71718028579','10','0.50','400','retail','0','2024-06-10 17:09:39','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-10 14:10:53','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','0.50','0','Inclusive','branch','Inventory','','','','',''),('7171802927220330101132',4838,'71718028791','1','1.00','150','retail','0','2024-06-10 17:13:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 14:21:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171803791030390202307',4839,'71718037903','2','1.00','150','retail','0','2024-06-10 19:45:03','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-10 16:45:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171803793430033041007',4840,'71718037923','1','2.00','300','retail','0','2024-06-10 19:45:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 16:45:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171803795802000220224',4841,'71718037941','1','1.00','150','retail','0','2024-06-10 19:45:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 16:46:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171803796500033730510',4842,'71718037941','16','1.00','50','retail','0','2024-06-10 19:45:59','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-10 16:46:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('7171803797230173323020',4843,'71718037941','34','1.00','20','retail','0','2024-06-10 19:46:05','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-06-10 16:46:22','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('7171803802833320303013',4844,'71718037982','1','1.00','150','retail','0','2024-06-10 19:46:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 16:47:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171803803937083383020',4845,'71718037982','22','1.00','50','retail','0','2024-06-10 19:47:08','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-10 16:47:31','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','','','','',''),('7171803806434201201833',4846,'71718038051','1','1.00','150','retail','0','2024-06-10 19:47:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 16:48:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171803812522132810735',4847,'71718038051','10','1.00','800','retail','0','2024-06-10 19:48:37','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-10 16:48:56','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171803814663332330320',4848,'71718038136','1','2.00','300','retail','0','2024-06-10 19:48:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 16:49:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171803877330337731331',4849,'71718038760','3','1.00','150','retail','0','2024-06-10 19:59:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 16:59:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171803937003030239810',4850,'71718039341','10','0.25','200','retail','0','2024-06-10 20:09:01','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-10 17:10:06','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('7171803937834312223023',4851,'71718039341','3','1.00','150','retail','0','2024-06-10 20:09:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 17:10:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171803938508273310133',4852,'71718039341','28','1.00','90','retail','0','2024-06-10 20:09:39','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-06-10 17:10:06','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('7171803939500230432833',4853,'71718039341','35','2.00','10','retail','0','2024-06-10 20:09:46','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-10 17:10:06','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','75.00','73','Inclusive','branch','Inventory','','','','',''),('7171804244047123023237',4854,'71718039413','4','1.00','150','retail','0','2024-06-10 20:10:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 18:00:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171804383923274330920',4855,'71718043833','2','1.00','150','retail','0','2024-06-10 21:23:53','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-10 18:24:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171804386621174433170',4856,'71718043854','1','1.00','150','retail','0','2024-06-10 21:24:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 18:24:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171804388012213347223',4857,'71718043854','16','2.00','100','retail','0','2024-06-10 21:24:26','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-10 18:24:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','16.00','14','Inclusive','branch','Inventory','','','','',''),('7171804389833732093371',4858,'71718043891','1','1.00','150','retail','0','2024-06-10 21:24:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-10 18:24:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171810659313270222420',4859,'71718104829','1','2.00','300','retail','0','2024-06-11 14:20:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 11:50:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171810664722702870326',4860,'71718106640','16','1.00','50','retail','0','2024-06-11 14:50:40','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-11 11:51:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','300.00','299','Inclusive','branch','Inventory','','','','',''),('7171810665710021337222',4861,'71718106640','1','1.00','150','retail','0','2024-06-11 14:50:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 11:51:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171810670333317087271',4862,'71718106678','2','2.00','300','retail','0','2024-06-11 14:51:18','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-11 11:52:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171810674522740357277',4863,'71718106728','3','1.00','150','retail','0','2024-06-11 14:52:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 11:52:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171810678673780000003',4864,'71718106771','1','2.00','300','retail','0','2024-06-11 14:52:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 11:53:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171810685632126636260',4865,'71718106807','28','1.00','90','retail','0','2024-06-11 14:53:27','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-06-11 11:55:40','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','33.00','32','Inclusive','branch','Inventory','','','','',''),('7171810689203023821324',4866,'71718106807','3','1.00','150','retail','0','2024-06-11 14:54:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 11:55:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171810704312207302230',4867,'71718106966','16','2.00','100','retail','0','2024-06-11 14:56:56','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-11 11:58:39','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','299.00','297','Inclusive','branch','Inventory','','','','',''),('7171810708701228073133',4868,'71718106966','1','1.00','150','retail','0','2024-06-11 14:57:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 11:58:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171810709741030127037',4869,'71718106966','34','1.00','20','retail','0','2024-06-11 14:58:07','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-06-11 11:58:39','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('7171810915572402033382',4870,'71718107155','1','2.00','300','retail','0','2024-06-11 14:59:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 12:33:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171810916921000003326',4871,'71718107155','21','1.00','80','retail','0','2024-06-11 15:32:35','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-06-11 12:33:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','37.00','36','Inclusive','branch','Inventory','','','','',''),('7171810918120273322042',4872,'71718107155','20','1.00','60','retail','0','2024-06-11 15:32:49','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-06-11 12:33:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','60.00','59','Inclusive','branch','Inventory','','','','',''),('7171810957710773109202',4873,'71718109197','16','1.00','50','retail','0','2024-06-11 15:33:17','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-11 12:39:57','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','297.00','296','Inclusive','branch','Inventory','','','','',''),('7171810958755144232203',4874,'71718109197','1','1.00','150','retail','0','2024-06-11 15:39:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 12:39:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171810960921773210292',4875,'71718109597','4','2.00','300','retail','0','2024-06-11 15:39:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 12:40:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171810963402301237310',4876,'71718109621','1','1.00','150','retail','0','2024-06-11 15:40:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 12:44:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171811006074204037043',4877,'71718110026','1','1.00','150','retail','0','2024-06-11 15:47:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 12:47:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171811008603300023321',4878,'71718110075','2','1.00','150','retail','0','2024-06-11 15:47:55','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-11 12:48:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171811018505043120303',4879,'71718110178','22','1.00','50','retail','0','2024-06-11 15:49:38','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-11 12:49:58','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','105.00','104','Inclusive','branch','Inventory','','','','',''),('7171811399020902320302',4880,'71718113689','1','1.00','150','retail','0','2024-06-11 16:48:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 13:53:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171811400110231120121',4881,'71718113689','34','1.00','20','retail','0','2024-06-11 16:53:11','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-06-11 13:53:55','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7171811404900230138002',4882,'71718114039','1','1.00','150','retail','0','2024-06-11 16:53:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 13:54:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171811582921313241201',4883,'71718114556','10','0.25','200','retail','0','2024-06-11 17:02:36','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-11 14:24:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('7171811583800222122200',4884,'71718114556','2','2.00','300','retail','0','2024-06-11 17:23:49','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-11 14:24:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171811586112360301823',4885,'71718115852','2','2.00','300','retail','0','2024-06-11 17:24:12','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-11 14:24:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171811587202228023123',4886,'71718115852','16','2.00','100','retail','0','2024-06-11 17:24:21','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-11 14:24:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','296.00','294','Inclusive','branch','Inventory','','','','',''),('7171811737830313372143',4887,'71718117371','1','3.00','450','retail','0','2024-06-11 17:49:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 14:50:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171811749302033702284',4888,'71718117475','1','1.00','150','retail','0','2024-06-11 17:51:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 14:51:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171811907111727223222',4889,'71718119060','2','1.00','150','retail','0','2024-06-11 18:17:40','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-11 15:19:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171811912535732772705',4890,'71718119060','3','2.00','300','retail','0','2024-06-11 18:17:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 15:19:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171811915130127001231',4891,'71718119145','1','1.00','150','retail','0','2024-06-11 18:19:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 15:19:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171812239533208222393',4892,'71718122374','1','1.00','150','retail','0','2024-06-11 19:12:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 16:13:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171812796696332122207',4893,'71718122432','2','2.00','300','retail','0','2024-06-11 19:13:52','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-11 17:46:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171812810682313002302',4894,'71718127984','1','1.00','150','retail','0','2024-06-11 20:46:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 17:48:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171812816180038260201',4895,'71718128152','10','1.00','800','retail','0','2024-06-11 20:49:13','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-11 17:50:23','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.50','2.5','Inclusive','branch','Inventory','','','','',''),('7171812817433472320241',4896,'71718128152','16','6.00','300','retail','0','2024-06-11 20:49:22','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-11 17:50:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','294.00','288','Inclusive','branch','Inventory','','','','',''),('7171812818643222121120',4897,'71718128152','16','1.00','50','retail','0','2024-06-11 20:49:35','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-11 17:50:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','288.00','287','Inclusive','branch','Inventory','','','','',''),('7171812824312033332320',4898,'71718128223','1','1.00','150','retail','0','2024-06-11 20:50:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 17:50:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171813024023033001322',4899,'71718130233','1','1.00','150','retail','0','2024-06-11 21:23:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 18:24:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171813027803330827832',4900,'71718130263','27','1.00','160','retail','0','2024-06-11 21:24:23','','','','0','Cash',0.00,'160','','','7','16.00','1','2024-06-11 18:25:13','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7171813029030012407072',4901,'71718130263','35','2.00','10','retail','0','2024-06-11 21:24:38','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-11 18:25:13','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','73.00','71','Inclusive','branch','Inventory','','','','',''),('7171813029600071732302',4902,'71718130263','34','1.00','20','retail','0','2024-06-11 21:24:51','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-06-11 18:25:13','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7171813041033232100030',4903,'71718130403','1','1.00','150','retail','0','2024-06-11 21:26:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-11 18:27:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171813046482201422063',4904,'71718130456','21','1.00','80','retail','0','2024-06-11 21:27:36','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-06-11 18:27:47','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.00','35','Inclusive','branch','Inventory','','','','',''),('6171820190902321234243',4905,'61718201902','1','1.00','150','retail','0','2024-06-12 17:18:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 14:19:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171820203012271403022',4906,'61718202028','2','3.00','450','retail','0','2024-06-12 17:20:28','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-12 14:20:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171820209033022322032',4907,'61718202089','4','2.00','300','retail','0','2024-06-12 17:21:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 14:21:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171820212503362273233',4908,'61718202124','2','1.00','150','retail','0','2024-06-12 17:22:04','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-12 14:22:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171820215432106023600',4909,'61718202124','10','0.25','200','retail','0','2024-06-12 17:22:23','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-12 14:22:46','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6171820220922308331296',4910,'61718202207','1','1.00','150','retail','0','2024-06-12 17:23:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 14:23:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171820221541240131203',4911,'61718202207','16','1.00','50','retail','0','2024-06-12 17:23:33','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-12 14:23:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','287.00','286','Inclusive','branch','Inventory','','','','',''),('6171820227933233232001',4912,'61718202277','3','3.00','450','retail','0','2024-06-12 17:24:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 14:25:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171820229031233360208',4913,'61718202277','22','1.00','50','retail','0','2024-06-12 17:24:48','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-12 14:25:06','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','104.00','103','Inclusive','branch','Inventory','','','','',''),('6171820234623030022213',4914,'61718202344','4','2.00','300','retail','0','2024-06-12 17:25:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 14:25:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171820237333324013813',4915,'61718202372','1','1.00','150','retail','0','2024-06-12 17:26:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 14:26:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171820238403233746343',4916,'61718202372','10','0.25','200','retail','0','2024-06-12 17:26:16','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-12 14:26:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('6171820239302226132324',4917,'61718202372','22','1.00','50','retail','0','2024-06-12 17:26:31','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-12 14:26:52','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','103.00','102','Inclusive','branch','Inventory','','','','',''),('6171820240003303337123',4918,'61718202372','28','1.00','90','retail','0','2024-06-12 17:26:38','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-06-12 14:26:52','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','32.00','31','Inclusive','branch','Inventory','','','','',''),('6171820356563005612320',4919,'61718202423','22','1.00','50','retail','0','2024-06-12 17:27:03','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-12 14:46:53','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','102.00','101','Inclusive','branch','Inventory','','','','',''),('6171820364122323333420',4920,'61718203639','2','1.00','150','retail','0','2024-06-12 17:47:19','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-12 14:47:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171820367122270132600',4921,'61718203670','1','1.00','150','retail','0','2024-06-12 17:47:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 14:48:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171820370143322822021',4922,'61718203699','2','3.00','450','retail','0','2024-06-12 17:48:19','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-12 14:49:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171820370922932032037',4923,'61718203699','17','3.00','120','retail','0','2024-06-12 17:48:26','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-12 14:49:01','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','133.00','130','Inclusive','branch','Inventory','','','','',''),('6171820389170302233036',4924,'61718203882','10','0.50','400','retail','0','2024-06-12 17:51:22','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-12 14:51:56','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.00','1.5','Inclusive','branch','Inventory','','','','',''),('6171820390640223800204',4925,'61718203882','1','1.00','150','retail','0','2024-06-12 17:51:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 14:51:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171820391503202342303',4926,'61718203882','22','1.00','50','retail','0','2024-06-12 17:51:53','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-12 14:51:56','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','101.00','100','Inclusive','branch','Inventory','','','','',''),('6171820393003902030733',4927,'61718203929','1','1.00','150','retail','0','2024-06-12 17:52:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 14:53:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171820394630332030712',4928,'61718203929','10','0.25','200','retail','0','2024-06-12 17:52:24','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-12 14:53:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171820398988630310393',4929,'61718203929','22','1.00','50','retail','0','2024-06-12 17:53:07','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-12 14:53:12','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','',''),('6171820414123001100604',4930,'61718204139','1','2.00','300','retail','0','2024-06-12 17:55:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 14:55:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171821156931003432603',4931,'61718211567','3','1.00','150','retail','0','2024-06-12 19:59:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 17:00:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171821158112832881020',4932,'61718211567','17','1.00','40','retail','0','2024-06-12 19:59:38','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-12 17:00:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','130.00','129','Inclusive','branch','Inventory','','','','',''),('6171821161421322722414',4933,'61718211567','25','1.00','150','retail','0','2024-06-12 20:00:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 17:00:27','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('6171821164407302303374',4934,'61718211643','1','1.00','150','retail','0','2024-06-12 20:00:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 17:02:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171821165102131103123',4935,'61718211643','16','1.00','50','retail','0','2024-06-12 20:00:48','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-12 17:02:53','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','286.00','285','Inclusive','branch','Inventory','','','','',''),('6171821175603333201733',4936,'61718211643','28','1.00','90','retail','0','2024-06-12 20:02:34','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-06-12 17:02:53','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.00','30','Inclusive','branch','Inventory','','','','',''),('6171821180082402323230',4937,'61718211787','10','0.50','400','retail','0','2024-06-12 20:03:07','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-12 17:05:36','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.25','0.75','Inclusive','branch','Inventory','','','','',''),('6171821181610328131323',4938,'61718211787','25','1.00','150','retail','0','2024-06-12 20:03:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 17:05:36','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('6171821191994631210210',4939,'61718211787','34','1.00','20','retail','0','2024-06-12 20:05:15','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-06-12 17:05:36','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6171821557102341323135',4940,'61718215531','10','0.50','400','retail','0','2024-06-12 21:05:31','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-12 18:06:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.75','0.25','Inclusive','branch','Inventory','','','','',''),('6171821561622301601430',4941,'61718215614','3','2.00','300','retail','0','2024-06-12 21:06:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 18:07:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171821565243123722102',4942,'61718215645','10','0.25','200','retail','0','2024-06-12 21:07:25','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-12 18:08:04','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171821566132220126383',4943,'61718215645','1','1.00','150','retail','0','2024-06-12 21:07:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 18:08:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171821570102332302223',4944,'61718215700','1','1.00','150','retail','0','2024-06-12 21:08:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-12 18:08:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171827987823901327323',4945,'71718279864','10','0.50','400','retail','0','2024-06-13 14:57:44','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-13 11:58:39','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','3.00','2.5','Inclusive','branch','Inventory','','','','',''),('7171827989523330320999',4946,'71718279864','2','2.00','300','retail','0','2024-06-13 14:57:58','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-13 11:58:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171827990407210333217',4947,'71718279864','25','1.00','150','retail','0','2024-06-13 14:58:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 11:58:39','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('7171827992828722380279',4948,'71718279919','1','1.00','150','retail','0','2024-06-13 14:58:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 11:59:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171827996703232229203',4949,'71718279952','4','2.00','300','retail','0','2024-06-13 14:59:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 11:59:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171827998123201203739',4950,'71718279952','16','1.00','50','retail','0','2024-06-13 14:59:28','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-13 11:59:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','285.00','284','Inclusive','branch','Inventory','','','','',''),('7171828007372702340001',4951,'71718280060','1','1.00','150','retail','0','2024-06-13 15:01:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 12:01:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171828008242423320334',4952,'71718280060','17','2.00','80','retail','0','2024-06-13 15:01:13','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-13 12:01:36','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','129.00','127','Inclusive','branch','Inventory','','','','',''),('7171828011531233121223',4953,'71718280096','36','1.00','5','retail','0','2024-06-13 15:01:45','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-13 12:02:04','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','149.00','148','Inclusive','branch','Inventory','','4000','Asset','',''),('7171828014523077333034',4954,'71718280124','2','1.00','150','retail','0','2024-06-13 15:02:04','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-13 12:02:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171828017100000234203',4955,'71718280156','1','1.00','150','retail','0','2024-06-13 15:02:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 12:03:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171828019620234287221',4956,'71718280181','3','1.00','150','retail','0','2024-06-13 15:03:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 12:03:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171828554233332207222',4957,'71718285532','22','1.00','50','retail','0','2024-06-13 16:32:12','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-13 13:33:06','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','99.00','98','Inclusive','branch','Inventory','','','','',''),('7171828559920229527030',4958,'71718285586','1','1.00','150','retail','0','2024-06-13 16:33:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 13:33:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171828562802300622717',4959,'71718285617','4','2.00','300','retail','0','2024-06-13 16:33:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 13:33:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171828650603310680301',4960,'71718285651','2','1.00','150','retail','0','2024-06-13 16:34:11','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-13 13:48:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171828651810203222228',4961,'71718285651','17','1.00','40','retail','0','2024-06-13 16:48:27','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-13 13:48:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','127.00','126','Inclusive','branch','Inventory','','','','',''),('7171829348400708839417',4962,'71718293484','2','1.00','150','retail','0','2024-06-13 18:44:44','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-13 15:44:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171829351220200333323',4963,'71718293511','1','1.00','150','retail','0','2024-06-13 18:45:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 15:45:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171829351920327222750',4964,'71718293511','35','1.00','5','retail','0','2024-06-13 18:45:18','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-13 15:45:38','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','71.00','70','Inclusive','branch','Inventory','','','','',''),('7171829355072332239200',4965,'71718293549','1','1.00','150','retail','0','2024-06-13 18:45:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 15:46:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171829355232828312973',4966,'71718293549','1','1.00','150','retail','0','2024-06-13 18:45:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 15:46:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171829358822822380200',4967,'71718293587','2','1.00','150','retail','0','2024-06-13 18:46:27','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-13 15:47:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171829362427332222323',4968,'71718293587','10','0.25','200','retail','0','2024-06-13 18:47:03','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-13 15:47:19','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('7171829365928834431225',4969,'71718293659','1','1.00','150','retail','0','2024-06-13 18:47:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 15:47:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171829366230622232292',4970,'71718293659','1','1.00','150','retail','0','2024-06-13 18:47:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 15:47:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171829369082622380973',4971,'71718293689','16','1.00','50','retail','0','2024-06-13 18:48:09','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-13 15:49:01','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','284.00','283','Inclusive','branch','Inventory','','','','',''),('7171829369732230033222',4972,'71718293689','16','2.00','100','retail','0','2024-06-13 18:48:16','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-13 15:49:01','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','283.00','281','Inclusive','branch','Inventory','','','','',''),('7171829371841822370729',4973,'71718293689','35','5.00','25','retail','0','2024-06-13 18:48:37','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-13 15:49:01','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','70.00','65','Inclusive','branch','Inventory','','','','',''),('7171829375720130132222',4974,'71718293756','1','1.00','150','retail','0','2024-06-13 18:49:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 15:49:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171829398623301328323',4975,'71718293985','1','1.00','150','retail','0','2024-06-13 18:53:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 15:53:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171829400620287710074',4976,'71718294005','1','1.00','150','retail','0','2024-06-13 18:53:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 15:53:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171829638772627172102',4977,'71718296358','2','3.00','450','retail','0','2024-06-13 19:32:38','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-13 16:34:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171829643503093530528',4978,'71718296358','35','3.00','15','retail','0','2024-06-13 19:33:08','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-13 16:34:10','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','65.00','62','Inclusive','branch','Inventory','','','','',''),('7171830314133022323703',4979,'71718303007','10','0.50','400','retail','0','2024-06-13 21:25:23','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-13 18:27:26','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.25','1.75','Inclusive','branch','Inventory','','','','',''),('7171830323722030323223',4980,'71718303007','1','1.00','150','retail','0','2024-06-13 21:25:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 18:27:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171830329830383403031',4981,'71718303247','2','1.00','150','retail','0','2024-06-13 21:27:27','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-13 18:28:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171830338013300370070',4982,'71718303376','1','1.00','150','retail','0','2024-06-13 21:29:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-13 18:30:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171837132332220123383',4983,'61718371322','1','1.00','150','retail','0','2024-06-14 16:22:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 13:22:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171837141993422212337',4984,'61718371418','2','1.00','150','retail','0','2024-06-14 16:23:38','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-14 13:23:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171837142711627321332',4985,'61718371418','16','1.00','50','retail','0','2024-06-14 16:23:45','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-14 13:23:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','281.00','280','Inclusive','branch','Inventory','','','','',''),('6171837145277832240141',4986,'61718371451','3','1.00','150','retail','0','2024-06-14 16:24:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 13:24:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171837171553237240163',4987,'61718371714','2','1.00','150','retail','0','2024-06-14 16:28:34','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-14 13:29:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171837172572020303132',4988,'61718371714','28','2.00','180','retail','0','2024-06-14 16:28:42','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-06-14 13:29:04','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','30.00','28','Inclusive','branch','Inventory','','','','',''),('6171837176632301100484',4989,'61718371765','4','2.00','300','retail','0','2024-06-14 16:29:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 13:29:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171837181517462700633',4990,'61718371814','3','1.00','150','retail','0','2024-06-14 16:30:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 13:31:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171837188430831131830',4991,'61718371882','3','2.00','300','retail','0','2024-06-14 16:31:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 13:31:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171837192323222721232',4992,'61718371922','1','1.00','150','retail','0','2024-06-14 16:32:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 13:32:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171837195002322322003',4993,'61718371949','1','1.00','150','retail','0','2024-06-14 16:32:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 13:32:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171837198713223301329',4994,'61718371985','1','1.00','150','retail','0','2024-06-14 16:33:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 13:33:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171837201432882323202',4995,'61718372013','16','1.00','50','retail','0','2024-06-14 16:33:33','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-14 13:33:52','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','280.00','279','Inclusive','branch','Inventory','','','','',''),('6171837212003327042242',4996,'61718372115','1','5.00','750','retail','0','2024-06-14 16:35:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 13:35:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('6171837215452032212304',4997,'61718372147','10','0.50','400','retail','0','2024-06-14 16:35:47','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-14 13:35:56','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.75','1.25','Inclusive','branch','Inventory','','','','',''),('6171837222232202200022',4998,'61718372219','2','2.00','300','retail','0','2024-06-14 16:36:59','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-14 13:37:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171837225732882323202',4999,'61718372256','2','1.00','150','retail','0','2024-06-14 16:37:37','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-14 13:38:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171837226660213342726',5000,'61718372256','28','1.00','90','retail','0','2024-06-14 16:37:43','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-06-14 13:38:02','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.00','27','Inclusive','branch','Inventory','','','','',''),('6171837290312321230222',5001,'61718372902','1','1.00','150','retail','0','2024-06-14 16:48:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 13:49:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171837291211020730983',5002,'61718372902','17','2.00','80','retail','0','2024-06-14 16:48:30','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-14 13:49:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','126.00','124','Inclusive','branch','Inventory','','','','',''),('6171837292148662830120',5003,'61718372902','34','1.00','20','retail','0','2024-06-14 16:48:36','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-06-14 13:49:06','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6171837508430003272043',5004,'61718375080','2','3.00','450','retail','0','2024-06-14 17:24:40','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-14 14:25:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171837509392325334243',5005,'61718375080','22','1.00','50','retail','0','2024-06-14 17:24:50','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-14 14:25:12','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','','','','',''),('6171838079226801302003',5006,'61718380789','3','2.00','300','retail','0','2024-06-14 18:59:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 15:59:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171838084923232341222',5007,'61718380847','4','1.00','150','retail','0','2024-06-14 19:00:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 16:00:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171838089163221339229',5008,'61718380880','2','3.00','450','retail','0','2024-06-14 19:01:26','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-14 16:01:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171838647428334327243',5009,'61718386472','1','2.00','300','retail','0','2024-06-14 20:34:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 17:34:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','3.00','1','Inclusive','branch','Inventory','','','','',''),('6171838649992238933300',5010,'61718386498','1','1.00','150','retail','0','2024-06-14 20:34:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 17:35:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171838652413302415002',5011,'61718386523','2','2.00','300','retail','0','2024-06-14 20:35:23','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-14 17:35:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171838656082614222066',5012,'61718386558','3','2.00','300','retail','0','2024-06-14 20:35:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 17:36:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171838662403203401773',5013,'61718386622','1','2.00','300','retail','0','2024-06-14 20:37:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 17:37:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171838663703032678366',5014,'61718386635','4','1.00','150','retail','0','2024-06-14 20:37:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 17:38:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171838671122206272230',5015,'61718386635','10','0.50','400','retail','0','2024-06-14 20:38:23','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-14 17:38:47','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','4.25','3.75','Inclusive','branch','Inventory','','','','',''),('6171838674717806203314',5016,'61718386746','1','1.00','150','retail','0','2024-06-14 20:39:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 17:39:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171838676016213206087',5017,'61718386746','10','0.25','200','retail','0','2024-06-14 20:39:10','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-14 17:39:33','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.75','3.5','Inclusive','branch','Inventory','','','','',''),('6171838678763832200021',5018,'61718386786','1','1.00','150','retail','0','2024-06-14 20:39:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 17:40:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171838682332627132102',5019,'61718386821','1','2.00','300','retail','0','2024-06-14 20:40:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 17:41:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171838683530821523080',5020,'61718386821','10','0.25','200','retail','0','2024-06-14 20:40:28','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-14 17:41:13','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.50','3.25','Inclusive','branch','Inventory','','','','',''),('6171838684732260113330',5021,'61718386821','20','1.00','60','retail','0','2024-06-14 20:40:44','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-06-14 17:41:13','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','59.00','58','Inclusive','branch','Inventory','','','','',''),('6171838685912033332920',5022,'61718386821','16','3.00','150','retail','0','2024-06-14 20:40:55','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-14 17:41:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','279.00','276','Inclusive','branch','Inventory','','','','',''),('6171838692820323804331',5023,'61718386884','16','3.00','150','retail','0','2024-06-14 20:41:24','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-14 17:42:36','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','276.00','273','Inclusive','branch','Inventory','','','','',''),('6171838731420226223033',5024,'61718387312','1','2.00','300','retail','0','2024-06-14 20:48:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-14 17:48:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171844561101200382134',5025,'71718445531','1','1.00','150','retail','0','2024-06-15 12:58:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 10:00:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171844617602723710312',5026,'71718445633','1','1.00','150','retail','0','2024-06-15 13:00:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 10:10:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171844621443320472147',5027,'71718446202','1','2.00','300','retail','0','2024-06-15 13:10:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 10:10:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171844623930911414033',5028,'71718446225','1','3.00','450','retail','0','2024-06-15 13:10:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 10:10:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171844627532233033022',5029,'71718446253','5','1.00','150','retail','0','2024-06-15 13:10:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 10:13:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171845099990338309030',5030,'71718450999','16','1.00','50','retail','0','2024-06-15 14:29:59','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-15 11:30:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','273.00','272','Inclusive','branch','Inventory','','','','',''),('7171845100470723000414',5031,'71718450999','16','3.00','150','retail','0','2024-06-15 14:30:04','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-15 11:30:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','272.00','269','Inclusive','branch','Inventory','','','','',''),('7171845101941207803222',5032,'71718450999','1','1.00','150','retail','0','2024-06-15 14:30:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 11:30:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171845102403013031203',5033,'71718450999','2','1.00','150','retail','0','2024-06-15 14:30:24','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 11:30:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171845103573301237375',5034,'71718451035','3','2.00','300','retail','0','2024-06-15 14:30:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 11:32:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171845107122017334330',5035,'71718451035','20','1.00','60','retail','0','2024-06-15 14:31:11','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-06-15 11:32:10','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','','','','',''),('7171845108442102213237',5036,'71718451035','10','0.50','400','retail','0','2024-06-15 14:31:24','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-15 11:32:10','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.25','2.75','Inclusive','branch','Inventory','','','','',''),('7171845114112031433200',5037,'71718451141','1','1.00','150','retail','0','2024-06-15 14:32:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 11:32:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171845116300231343342',5038,'71718451162','1','1.00','150','retail','0','2024-06-15 14:32:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 11:32:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171845123024820322022',5039,'71718451229','1','1.00','150','retail','0','2024-06-15 14:33:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 11:33:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171845123623222721232',5040,'71718451229','1','1.00','150','retail','0','2024-06-15 14:33:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 11:33:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171845697633030232240',5041,'71718456975','3','2.00','300','retail','0','2024-06-15 16:09:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 13:10:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171845704331321341437',5042,'71718457042','1','1.00','150','retail','0','2024-06-15 16:10:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 13:10:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171845710122373303421',5043,'71718457100','2','1.00','150','retail','0','2024-06-15 16:11:40','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 13:12:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171845711222012378544',5044,'71718457100','10','0.25','200','retail','0','2024-06-15 16:11:51','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-15 13:12:02','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('7171845713834023137222',5045,'71718457137','1','1.00','150','retail','0','2024-06-15 16:12:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 13:12:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171845717837710337772',5046,'71718457177','2','1.00','150','retail','0','2024-06-15 16:12:57','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 13:13:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171845718182313713001',5047,'71718457177','2','1.00','150','retail','0','2024-06-15 16:13:01','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 13:13:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171845719343231310307',5048,'71718457177','17','2.00','80','retail','0','2024-06-15 16:13:12','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-15 13:13:30','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','124.00','122','Inclusive','branch','Inventory','','','','',''),('7171845719627031022333',5049,'71718457177','16','1.00','50','retail','0','2024-06-15 16:13:16','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-15 13:13:30','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','269.00','268','Inclusive','branch','Inventory','','','','',''),('7171845720033143022708',5050,'71718457177','22','1.00','50','retail','0','2024-06-15 16:13:19','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-15 13:13:30','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','','','','',''),('7171845722404782780227',5051,'71718457223','4','1.00','150','retail','0','2024-06-15 16:13:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 13:14:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171845722923452483330',5052,'71718457223','16','2.00','100','retail','0','2024-06-15 16:13:49','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-15 13:14:05','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','268.00','266','Inclusive','branch','Inventory','','','','',''),('7171845727021773247272',5053,'71718457270','1','2.00','300','retail','0','2024-06-15 16:14:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 13:15:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171845728035432383320',5054,'71718457270','20','2.00','120','retail','0','2024-06-15 16:14:39','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-06-15 13:15:01','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','57.00','55','Inclusive','branch','Inventory','','','','',''),('7171845731517501210430',5055,'71718457315','1','1.00','150','retail','0','2024-06-15 16:15:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 13:15:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171845734332730827342',5056,'71718457342','1','1.00','150','retail','0','2024-06-15 16:15:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 13:15:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171845736530024320038',5057,'71718457364','1','1.00','150','retail','0','2024-06-15 16:16:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 13:16:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171845839608440023437',5058,'71718458396','1','1.00','150','retail','0','2024-06-15 16:33:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 13:33:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171845846123153233322',5059,'71718458461','1','3.00','450','retail','0','2024-06-15 16:34:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 13:34:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171845850731127120320',5060,'71718458507','2','4.00','600','retail','0','2024-06-15 16:35:07','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 13:35:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','4000','Asset','',''),('7171845861020233151301',5061,'71718458609','2','1.00','150','retail','0','2024-06-15 16:36:49','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 13:37:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171845863051743333425',5062,'71718458609','10','0.25','200','retail','0','2024-06-15 16:37:10','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-15 13:37:13','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('7171846067737007032233',5063,'71718460676','1','1.00','150','retail','0','2024-06-15 17:11:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 14:11:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171846070222030200220',5064,'71718460702','16','1.00','50','retail','0','2024-06-15 17:11:42','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-15 14:11:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','266.00','265','Inclusive','branch','Inventory','','','','',''),('7171846070443300232036',5065,'71718460702','16','1.00','50','retail','0','2024-06-15 17:11:43','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-15 14:11:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','265.00','264','Inclusive','branch','Inventory','','','','',''),('7171846074555322032223',5066,'71718460745','1','1.00','150','retail','0','2024-06-15 17:12:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 14:12:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171846074872703220722',5067,'71718460745','1','1.00','150','retail','0','2024-06-15 17:12:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 14:12:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171846151030220070006',5068,'71718461510','2','1.00','150','retail','0','2024-06-15 17:25:10','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 14:25:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171846151352173332320',5069,'71718461510','3','1.00','150','retail','0','2024-06-15 17:25:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 14:25:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171846272703232333700',5070,'71718462726','1','1.00','150','retail','0','2024-06-15 17:45:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 14:45:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171846275562145232335',5071,'71718462755','2','3.00','450','retail','0','2024-06-15 17:45:55','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 14:46:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171846282867130384222',5072,'71718462827','3','1.00','150','retail','0','2024-06-15 17:47:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 14:47:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171846283308440028437',5073,'71718462827','2','2.00','300','retail','0','2024-06-15 17:47:12','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 14:47:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171846285601227231210',5074,'71718462856','2','2.00','300','retail','0','2024-06-15 17:47:36','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 14:47:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171846286727773627378',5075,'71718462856','16','4.00','200','retail','0','2024-06-15 17:47:46','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-15 14:47:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','264.00','260','Inclusive','branch','Inventory','','','','',''),('7171846489421022013234',5076,'71718464893','2','5.00','750','retail','0','2024-06-15 18:21:33','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 15:21:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','4000','Asset','',''),('7171846490937324020422',5077,'71718464893','21','1.00','80','retail','0','2024-06-15 18:21:48','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-06-15 15:21:55','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','35.00','34','Inclusive','branch','Inventory','','','','',''),('7171846498733030837803',5078,'71718464986','10','0.50','400','retail','0','2024-06-15 18:23:06','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-15 15:23:09','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.25','1.75','Inclusive','branch','Inventory','','','','',''),('7171846932428820702228',5079,'71718469283','2','1.00','150','retail','0','2024-06-15 19:34:49','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 16:35:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171846933402736436303',5080,'71718469283','17','1.00','40','retail','0','2024-06-15 19:35:24','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-15 16:35:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','122.00','121','Inclusive','branch','Inventory','','','','',''),('7171846937911272430213',5081,'71718469358','2','1.00','150','retail','0','2024-06-15 19:35:58','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 16:36:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171847358422340733235',5082,'71718473583','1','1.00','150','retail','0','2024-06-15 20:46:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 17:46:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171847362623031440033',5083,'71718473624','2','1.00','150','retail','0','2024-06-15 20:47:04','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 17:47:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171847362820223183023',5084,'71718473624','2','1.00','150','retail','0','2024-06-15 20:47:07','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 17:47:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171847364671232620104',5085,'71718473645','1','1.00','150','retail','0','2024-06-15 20:47:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 17:47:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171847369540801224064',5086,'71718473694','1','1.00','150','retail','0','2024-06-15 20:48:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 17:48:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171847382628733324363',5087,'71718473825','2','1.00','150','retail','0','2024-06-15 20:50:25','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 17:50:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171847383081070003004',5088,'71718473825','1','1.00','150','retail','0','2024-06-15 20:50:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 17:50:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171847386133332122722',5089,'71718473860','1','1.00','150','retail','0','2024-06-15 20:51:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 17:51:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171847388023200238303',5090,'71718473860','10','0.25','200','retail','0','2024-06-15 20:51:19','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-15 17:51:40','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('7171847391921927372277',5091,'71718473918','3','1.00','150','retail','0','2024-06-15 20:51:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 17:52:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171847392574230233323',5092,'71718473918','17','2.00','80','retail','0','2024-06-15 20:52:05','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-15 17:52:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','121.00','119','Inclusive','branch','Inventory','','','','',''),('7171847395313230899232',5093,'71718473952','1','1.00','150','retail','0','2024-06-15 20:52:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 17:52:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171847396027323370723',5094,'71718473952','17','1.00','40','retail','0','2024-06-15 20:52:38','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-15 17:52:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','119.00','118','Inclusive','branch','Inventory','','','','',''),('7171847424902322322093',5095,'71718473991','2','1.00','150','retail','0','2024-06-15 20:57:28','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 17:57:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171847427082222480773',5096,'71718473991','1','2.00','300','retail','0','2024-06-15 20:57:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 17:57:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171847429622723130320',5097,'71718474295','3','1.00','150','retail','0','2024-06-15 20:58:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 17:58:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171847429983329700233',5098,'71718474295','4','1.00','150','retail','0','2024-06-15 20:58:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 17:58:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171847440872472033382',5099,'71718474407','1','1.00','150','retail','0','2024-06-15 21:00:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 18:00:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171847573372031522233',5100,'71718475732','1','1.00','150','retail','0','2024-06-15 21:22:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 18:22:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171847574214222277225',5101,'71718475732','35','1.00','5','retail','0','2024-06-15 21:22:21','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-15 18:22:34','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','','','','',''),('7171847576524237320735',5102,'71718475764','2','1.00','150','retail','0','2024-06-15 21:22:44','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 18:22:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171847579642322722622',5103,'71718475795','2','1.00','150','retail','0','2024-06-15 21:23:15','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 18:23:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171847579913417727393',5104,'71718475795','2','1.00','150','retail','0','2024-06-15 21:23:18','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-15 18:23:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171847591412722757044',5105,'71718475913','16','1.00','50','retail','0','2024-06-15 21:25:13','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-15 18:25:25','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','260.00','259','Inclusive','branch','Inventory','','','','',''),('7171847592040222032733',5106,'71718475913','1','1.00','150','retail','0','2024-06-15 21:25:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 18:25:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171847601724302333322',5107,'71718476016','1','1.00','150','retail','0','2024-06-15 21:26:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-15 18:26:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171853332732107220350',5108,'71718533095','1','3.00','450','retail','0','2024-06-16 13:18:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 10:22:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171853404634403040072',5109,'71718534039','1','1.00','150','retail','0','2024-06-16 13:33:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 10:34:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171853411331107220350',5110,'71718534067','1','2.00','300','retail','0','2024-06-16 13:34:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 10:35:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171853412670030332303',5111,'71718534067','28','2.00','180','retail','0','2024-06-16 13:35:13','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-06-16 10:35:44','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','27.00','25','Inclusive','branch','Inventory','','','','',''),('7171853422323202031322',5112,'71718534209','10','0.25','200','retail','0','2024-06-16 13:36:49','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-16 10:40:18','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('7171853430670030332303',5113,'71718534209','16','2.00','100','retail','0','2024-06-16 13:37:04','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-16 10:40:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','259.00','257','Inclusive','branch','Inventory','','','','',''),('7171853438920324238230',5114,'71718534209','28','2.00','180','retail','0','2024-06-16 13:38:27','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-06-16 10:40:18','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','25.00','23','Inclusive','branch','Inventory','','','','',''),('7171853440624302333322',5115,'71718534209','3','2.00','300','retail','0','2024-06-16 13:39:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 10:40:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171853443401200382333',5116,'71718534418','33','1.00','10','retail','0','2024-06-16 13:40:18','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-06-16 10:40:48','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7171853591631723832732',5117,'71718534900','1','2.00','300','retail','0','2024-06-16 13:48:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 11:06:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171853592759330733930',5118,'71718534900','17','3.00','120','retail','0','2024-06-16 14:05:16','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-16 11:06:04','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','118.00','115','Inclusive','branch','Inventory','','','','',''),('7171853599229029315105',5119,'71718535965','1','1.00','150','retail','0','2024-06-16 14:06:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 11:06:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171853600002007222365',5120,'71718535965','16','2.00','100','retail','0','2024-06-16 14:06:32','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-16 11:06:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','257.00','255','Inclusive','branch','Inventory','','','','',''),('7171853602331303333033',5121,'71718536012','2','1.00','150','retail','0','2024-06-16 14:06:52','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-16 11:07:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171854691141332943423',5122,'71718546894','1','4.00','600','retail','0','2024-06-16 17:08:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:09:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171854691909319203004',5123,'71718546894','10','1.00','800','retail','0','2024-06-16 17:08:32','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-16 14:09:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.25','0.25','Inclusive','branch','Inventory','','','','',''),('7171854692823289732232',5124,'71718546894','22','1.00','50','retail','0','2024-06-16 17:08:39','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-16 14:09:03','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','','','','',''),('7171854696043773327722',5125,'71718546943','16','2.00','100','retail','0','2024-06-16 17:09:03','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-16 14:09:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','255.00','253','Inclusive','branch','Inventory','','','','',''),('7171854696703220765232',5126,'71718546943','1','1.00','150','retail','0','2024-06-16 17:09:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:09:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171854702141030433333',5127,'71718546980','1','1.00','150','retail','0','2024-06-16 17:09:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:10:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171854709237230080341',5128,'71718547030','1','1.00','150','retail','0','2024-06-16 17:10:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:11:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171854711683333383002',5129,'71718547108','2','1.00','150','retail','0','2024-06-16 17:11:48','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:12:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171854748275748243225',5130,'71718547469','2','1.00','150','retail','0','2024-06-16 17:17:54','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:18:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171854752545222222220',5131,'71718547498','2','1.00','150','retail','0','2024-06-16 17:18:18','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:18:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171854754621363542313',5132,'71718547534','1','1.00','150','retail','0','2024-06-16 17:18:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:19:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171854762903233603240',5133,'71718547620','1','5.00','750','retail','0','2024-06-16 17:20:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:20:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('7171854768122170438827',5134,'71718547676','1','1.00','150','retail','0','2024-06-16 17:21:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:21:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171854769507243228210',5135,'71718547676','16','1.00','50','retail','0','2024-06-16 17:21:22','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-16 14:21:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','253.00','252','Inclusive','branch','Inventory','','','','',''),('7171854772531073002372',5136,'71718547708','1','2.00','300','retail','0','2024-06-16 17:21:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:22:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171854775534323425032',5137,'71718547743','1','1.00','150','retail','0','2024-06-16 17:22:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:23:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171854777822055742173',5138,'71718547743','16','2.00','100','retail','0','2024-06-16 17:22:35','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-16 14:23:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','252.00','250','Inclusive','branch','Inventory','','','','',''),('7171854782521230344281',5139,'71718547815','16','2.00','100','retail','0','2024-06-16 17:23:35','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-16 14:23:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','250.00','248','Inclusive','branch','Inventory','','','','',''),('7171854790242332943423',5140,'71718547895','1','1.00','150','retail','0','2024-06-16 17:24:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:25:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171854799103021233133',5141,'71718547931','2','3.00','450','retail','0','2024-06-16 17:25:31','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:26:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171854802288233832230',5142,'71718548003','1','1.00','150','retail','0','2024-06-16 17:26:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:27:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171854803730380280422',5143,'71718548003','36','2.00','10','retail','0','2024-06-16 17:27:02','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-16 14:27:34','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','148.00','146','Inclusive','branch','Inventory','','4000','Asset','',''),('7171854806880632023520',5144,'71718548054','1','2.00','300','retail','0','2024-06-16 17:27:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:28:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171854808804223222002',5145,'71718548054','10','0.25','200','retail','0','2024-06-16 17:27:48','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-16 14:28:29','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7171854914800832333040',5146,'71718549118','1','2.00','300','retail','0','2024-06-16 17:45:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:46:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171854915630363403031',5147,'71718549118','22','1.00','50','retail','0','2024-06-16 17:45:48','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-16 14:46:18','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','','','','',''),('7171854947432203332103',5148,'71718549178','1','3.00','450','retail','0','2024-06-16 17:46:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:51:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171854952713503022335',5149,'71718549487','3','1.00','150','retail','0','2024-06-16 17:51:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:52:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171854953745232723370',5150,'71718549529','3','1.00','150','retail','0','2024-06-16 17:52:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 14:53:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171855501172211330200',5151,'71718554995','4','1.00','150','retail','0','2024-06-16 19:23:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 16:25:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171855742050223723232',5152,'71718557419','2','1.00','150','retail','0','2024-06-16 20:03:39','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-16 17:04:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171855744630437751850',5153,'71718557419','10','0.25','200','retail','0','2024-06-16 20:04:05','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-16 17:04:26','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('7171855812814513330332',5154,'71718558127','1','3.00','450','retail','0','2024-06-16 20:15:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 17:16:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171855814822432552322',5155,'71718558127','10','1.00','800','retail','0','2024-06-16 20:15:47','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-16 17:16:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.75','1.75','Inclusive','branch','Inventory','','','','',''),('7171855816033232522268',5156,'71718558127','35','1.00','5','retail','0','2024-06-16 20:15:59','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-16 17:16:07','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','61.00','60','Inclusive','branch','Inventory','','','','',''),('7171855816308383322832',5157,'71718558127','35','1.00','5','retail','0','2024-06-16 20:16:02','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-16 17:16:07','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','60.00','59','Inclusive','branch','Inventory','','','','',''),('7171855822424322210434',5158,'71718558224','22','1.00','50','retail','0','2024-06-16 20:17:04','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-16 17:17:18','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','','','','',''),('7171855825222005552580',5159,'71718558251','1','1.00','150','retail','0','2024-06-16 20:17:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-16 17:17:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171855835232031138833',5160,'71718558352','22','1.00','50','retail','0','2024-06-16 20:19:12','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-16 17:19:26','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','93.00','92','Inclusive','branch','Inventory','','','','',''),('6171855841929002545271',5161,'61718558416','17','1.00','40','retail','0','2024-06-16 20:20:16','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-16 17:20:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','115.00','114','Inclusive','branch','Inventory','','','','',''),('6171855844452110834320',5162,'61718558442','1','1.00','150','retail','0','2024-06-16 20:20:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-16 17:20:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171855871732251503230',5163,'61718558715','2','2.00','300','retail','0','2024-06-16 20:25:15','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-16 17:25:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171856042402633021763',5164,'61718560365','1','1.00','150','retail','0','2024-06-16 20:52:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-16 17:54:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171856044822034433001',5165,'61718560365','22','1.00','50','retail','0','2024-06-16 20:53:44','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-16 17:54:19','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','92.00','91','Inclusive','branch','Inventory','','','','',''),('6171856047323223303013',5166,'61718560459','1','1.00','150','retail','0','2024-06-16 20:54:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-16 17:55:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171856049822363033502',5167,'61718560459','17','1.00','40','retail','0','2024-06-16 20:54:33','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-16 17:55:09','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','114.00','113','Inclusive','branch','Inventory','','','','',''),('6171856052220236210220',5168,'61718560509','2','1.00','150','retail','0','2024-06-16 20:55:09','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-16 18:01:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171856053633332023206',5169,'61718560509','1','1.00','150','retail','0','2024-06-16 20:55:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-16 18:01:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171856059002100330027',5170,'61718560509','10','0.50','400','retail','0','2024-06-16 20:55:37','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-16 18:01:58','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.75','1.25','Inclusive','branch','Inventory','','','','',''),('6171856087900302760112',5171,'61718560509','29','1.00','40','retail','0','2024-06-16 20:56:30','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-16 18:01:58','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6171856095327236132802',5172,'61718560918','1','1.00','150','retail','0','2024-06-16 21:01:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-16 18:02:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171856096110030833221',5173,'61718560918','17','1.00','40','retail','0','2024-06-16 21:02:34','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-16 18:02:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','113.00','112','Inclusive','branch','Inventory','','','','',''),('6171856099014223228023',5174,'61718560978','1','1.00','150','retail','0','2024-06-16 21:02:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-16 18:03:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171856104102212032033',5175,'61718561009','17','1.00','40','retail','0','2024-06-16 21:03:29','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-16 18:04:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','112.00','111','Inclusive','branch','Inventory','','','','',''),('7171872369220320383337',5176,'71718723648','1','1.00','150','retail','0','2024-06-18 18:14:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-18 15:15:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171872371901923717383',5177,'71718723705','2','1.00','150','retail','0','2024-06-18 18:15:05','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-18 15:15:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171872374433002237234',5178,'71718723731','2','2.00','300','retail','0','2024-06-18 18:15:31','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-18 15:16:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171872377600072837300',5179,'71718723764','34','1.00','20','retail','0','2024-06-18 18:16:04','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-06-18 15:17:30','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('7171872386403377333070',5180,'71718723850','3','2.00','300','retail','0','2024-06-18 18:17:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-18 15:17:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171872388827122222223',5181,'71718723877','1','1.00','150','retail','0','2024-06-18 18:17:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-18 15:18:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171872389630222212300',5182,'71718723877','16','1.00','50','retail','0','2024-06-18 18:18:08','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-18 15:18:50','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','248.00','247','Inclusive','branch','Inventory','','','','',''),('7171872391489032032722',5183,'71718723877','16','1.00','50','retail','0','2024-06-18 18:18:16','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-18 15:18:50','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','247.00','246','Inclusive','branch','Inventory','','','','',''),('7171872394471439003433',5184,'71718723930','2','1.00','150','retail','0','2024-06-18 18:18:50','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-18 15:19:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171872395953827230107',5185,'71718723930','10','0.25','200','retail','0','2024-06-18 18:19:04','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-18 15:19:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('7171872398233842340332',5186,'71718723968','4','1.00','150','retail','0','2024-06-18 18:19:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-18 15:19:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171872401133310310123',5187,'71718723998','22','1.00','50','retail','0','2024-06-18 18:19:58','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-18 15:20:21','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','','','','',''),('7171872403132114470034',5188,'71718724021','22','1.00','50','retail','0','2024-06-18 18:20:21','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-18 15:20:47','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','90.00','89','Inclusive','branch','Inventory','','','','',''),('7171872405780733310870',5189,'71718724047','17','2.00','80','retail','0','2024-06-18 18:20:47','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-18 15:21:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','111.00','109','Inclusive','branch','Inventory','','','','',''),('7171872409893383104807',5190,'71718724082','1','1.00','150','retail','0','2024-06-18 18:21:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-18 15:21:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171872674727122222223',5191,'71718724639','1','3.00','450','retail','0','2024-06-18 19:05:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-18 16:06:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171872676700832333333',5192,'71718724639','35','10.00','50','retail','0','2024-06-18 19:05:48','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-18 16:06:28','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','59.00','49','Inclusive','branch','Inventory','','','','',''),('7171872677662303233227',5193,'71718724639','33','1.00','10','retail','0','2024-06-18 19:06:08','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-06-18 16:06:28','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('7171872679534930203293',5194,'71718726789','1','1.00','150','retail','0','2024-06-18 19:06:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-18 16:06:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171872735682322780273',5195,'71718726825','3','2.00','300','retail','0','2024-06-18 19:07:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-18 16:16:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171872738837323330122',5196,'71718727379','16','1.00','50','retail','0','2024-06-18 19:16:19','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-18 16:16:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','246.00','245','Inclusive','branch','Inventory','','','','',''),('7171873021513182135333',5197,'71718727392','25','1.00','150','retail','0','2024-06-18 19:16:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-18 17:03:49','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('7171873220572332287080',5198,'71718732195','1','3.00','450','retail','0','2024-06-18 20:36:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-18 17:36:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171873222632833130013',5199,'71718732217','2','1.00','150','retail','0','2024-06-18 20:36:57','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-18 17:37:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171873223423233320824',5200,'71718732217','17','1.00','40','retail','0','2024-06-18 20:37:06','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-18 17:37:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','109.00','108','Inclusive','branch','Inventory','','','','',''),('7171873439037233722730',5201,'71718732291','4','2.00','300','retail','0','2024-06-18 20:38:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-18 18:13:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171873572400072837300',5202,'71718734924','4','1.00','150','retail','0','2024-06-18 21:22:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-18 18:37:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171873573724333338537',5203,'71718734924','10','0.25','200','retail','0','2024-06-18 21:35:24','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-18 18:37:21','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('7171873574733335422480',5204,'71718734924','17','2.00','80','retail','0','2024-06-18 21:35:37','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-18 18:37:21','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','108.00','106','Inclusive','branch','Inventory','','','','',''),('7171873575401377220554',5205,'71718734924','27','1.00','160','retail','0','2024-06-18 21:35:47','','','','0','Cash',0.00,'160','','','7','16.00','1','2024-06-18 18:37:21','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7171873580373323202322',5206,'71718734924','34','1.00','20','retail','0','2024-06-18 21:35:55','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-06-18 18:37:21','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('7171873585607023512422',5207,'71718735841','1','1.00','150','retail','0','2024-06-18 21:37:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-18 18:37:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171873588538372012802',5208,'71718735878','1','1.00','150','retail','0','2024-06-18 21:37:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-18 18:38:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171873708123330232338',5209,'71718736644','16','4.00','200','retail','0','2024-06-18 21:50:44','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-18 18:58:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','245.00','241','Inclusive','branch','Inventory','','','','',''),('7171873710427442722131',5210,'71718736644','1','2.00','300','retail','0','2024-06-18 21:58:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-18 18:58:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171880368960020091301',5211,'61718803684','2','2.00','300','retail','0','2024-06-19 16:28:04','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-19 13:28:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171880372807322332237',5212,'61718803726','1','2.00','300','retail','0','2024-06-19 16:28:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-19 13:29:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171880373702336010203',5213,'61718803726','22','1.00','50','retail','0','2024-06-19 16:28:53','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-19 13:29:34','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','89.00','88','Inclusive','branch','Inventory','','','','',''),('6171880374537220444023',5214,'61718803726','23','1.00','80','retail','0','2024-06-19 16:29:01','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-06-19 13:29:34','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','40.00','39','Inclusive','branch','Inventory','','','','',''),('6171880380922433000020',5215,'61718803808','17','1.00','40','retail','0','2024-06-19 16:30:08','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-19 13:30:25','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','106.00','105','Inclusive','branch','Inventory','','','','',''),('6171880388070330306422',5216,'61718803878','2','1.00','150','retail','0','2024-06-19 16:31:18','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-19 13:31:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171880396143330038223',5217,'61718803956','1','1.00','150','retail','0','2024-06-19 16:32:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-19 13:33:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171880396862322632396',5218,'61718803956','1','1.00','150','retail','0','2024-06-19 16:32:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-19 13:33:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171880404863008703283',5219,'61718804046','2','1.00','150','retail','0','2024-06-19 16:34:06','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-19 13:34:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171880405938031041433',5220,'61718804046','35','2.00','10','retail','0','2024-06-19 16:34:16','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-19 13:34:34','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','49.00','47','Inclusive','branch','Inventory','','','','',''),('6171880409530180020233',5221,'61718804091','2','2.00','300','retail','0','2024-06-19 16:34:52','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-19 13:35:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171880411831827230384',5222,'61718804091','16','2.00','100','retail','0','2024-06-19 16:35:15','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-19 13:35:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','241.00','239','Inclusive','branch','Inventory','','','','',''),('6171880436233231438028',5223,'61718804358','2','2.00','300','retail','0','2024-06-19 16:39:18','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-19 13:42:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171880453731321331436',5224,'61718804358','22','2.00','100','retail','0','2024-06-19 16:42:13','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-19 13:42:32','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','88.00','86','Inclusive','branch','Inventory','','','','',''),('6171880456638383030030',5225,'61718804562','2','3.00','450','retail','0','2024-06-19 16:42:42','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-19 13:43:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171880460630360038711',5226,'61718804562','16','7.00','350','retail','0','2024-06-19 16:43:04','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-19 13:43:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'7','239.00','232','Inclusive','branch','Inventory','','','','',''),('6171880465953220313240',5227,'61718804656','3','2.00','300','retail','0','2024-06-19 16:44:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-19 13:44:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171880468920112331643',5228,'61718804686','1','1.00','150','retail','0','2024-06-19 16:44:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-19 13:45:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171880517523102825060',5229,'61718805174','3','1.00','150','retail','0','2024-06-19 16:52:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-19 13:53:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171880518802411233222',5230,'61718805174','10','0.25','200','retail','0','2024-06-19 16:52:59','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-19 13:53:20','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('6171880519661183809306',5231,'61718805174','22','1.00','50','retail','0','2024-06-19 16:53:14','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-19 13:53:20','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','86.00','85','Inclusive','branch','Inventory','','','','',''),('6171880521812213323228',5232,'61718805216','1','1.00','150','retail','0','2024-06-19 16:53:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-19 13:53:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171881636303323461382',5233,'61718816359','2','1.00','150','retail','0','2024-06-19 19:59:19','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-19 17:02:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171881655652162333663',5234,'61718816552','1','1.00','150','retail','0','2024-06-19 20:02:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-19 17:04:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171881667882883243363',5235,'61718816673','1','1.00','150','retail','0','2024-06-19 20:04:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-19 17:04:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171881672588323331253',5236,'61718816723','2','2.00','300','retail','0','2024-06-19 20:05:23','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-19 17:06:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171881690300322136893',5237,'61718816902','2','1.00','150','retail','0','2024-06-19 20:08:22','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-19 17:08:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171881690983280232316',5238,'61718816902','16','1.00','50','retail','0','2024-06-19 20:08:27','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-19 17:08:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','232.00','231','Inclusive','branch','Inventory','','','','',''),('6171881694941203282236',5239,'61718816948','3','1.00','150','retail','0','2024-06-19 20:09:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-19 17:09:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171881698433201310364',5240,'61718816982','1','2.00','300','retail','0','2024-06-19 20:09:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-19 17:09:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171881701300783723224',5241,'61718817011','20','1.00','60','retail','0','2024-06-19 20:10:11','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-06-19 17:11:09','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','55.00','54','Inclusive','branch','Inventory','','','','',''),('6171881708533036700123',5242,'61718817083','17','1.00','40','retail','0','2024-06-19 20:11:23','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-19 17:11:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','105.00','104','Inclusive','branch','Inventory','','','','',''),('6171881795683458207391',5243,'61718817954','1','1.00','150','retail','0','2024-06-19 20:25:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-19 17:26:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171882024823428834200',5244,'61718820243','2','1.00','150','retail','0','2024-06-19 21:04:03','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-19 18:04:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171882029633047248232',5245,'61718820293','1','3.00','450','retail','0','2024-06-19 21:04:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-19 18:06:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171882037502830726383',5246,'61718820293','10','1.00','800','retail','0','2024-06-19 21:06:11','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-19 18:06:27','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.50','2.5','Inclusive','branch','Inventory','','','','',''),('6171882045834313021451',5247,'61718820455','2','2.00','300','retail','0','2024-06-19 21:07:35','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-19 18:07:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171882048683240732231',5248,'61718820476','10','0.25','200','retail','0','2024-06-19 21:07:56','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-19 18:08:54','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6171882050463300302120',5249,'61718820476','28','1.00','90','retail','0','2024-06-19 21:08:22','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-06-19 18:08:54','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('6171882052083323262222',5250,'61718820476','1','1.00','150','retail','0','2024-06-19 21:08:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-19 18:08:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171882053012832040233',5251,'61718820476','35','2.00','10','retail','0','2024-06-19 21:08:47','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-19 18:08:54','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','47.00','45','Inclusive','branch','Inventory','','','','',''),('6171889356885622322227',5252,'61718893566','22','1.00','50','retail','0','2024-06-20 17:26:06','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-20 14:26:57','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','','','','',''),('6171889360133240911000',5253,'61718893566','1','1.00','150','retail','0','2024-06-20 17:26:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:26:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171889363918363033233',5254,'61718893637','16','1.00','50','retail','0','2024-06-20 17:27:17','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-20 14:29:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','231.00','230','Inclusive','branch','Inventory','','','','',''),('6171889365111478221134',5255,'61718893637','16','2.00','100','retail','0','2024-06-20 17:27:23','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-20 14:29:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','230.00','228','Inclusive','branch','Inventory','','','','',''),('6171889377778232127337',5256,'61718893775','1','1.00','150','retail','0','2024-06-20 17:29:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:32:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171889379323002336322',5257,'61718893775','10','0.25','200','retail','0','2024-06-20 17:29:46','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-20 14:32:01','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('6171889386442930206633',5258,'61718893775','35','2.00','10','retail','0','2024-06-20 17:31:01','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-20 14:32:01','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','45.00','43','Inclusive','branch','Inventory','','','','',''),('6171889388832030808330',5259,'61718893775','22','1.00','50','retail','0','2024-06-20 17:31:25','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-20 14:32:01','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','84.00','83','Inclusive','branch','Inventory','','','','',''),('6171889393413340360060',5260,'61718893932','2','2.00','300','retail','0','2024-06-20 17:32:12','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:32:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171889395020093032235',5261,'61718893932','16','4.00','200','retail','0','2024-06-20 17:32:25','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-20 14:32:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','228.00','224','Inclusive','branch','Inventory','','','','',''),('6171889398418213206087',5262,'61718893981','1','1.00','150','retail','0','2024-06-20 17:33:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:33:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171889418336313211372',5263,'61718894180','2','3.00','450','retail','0','2024-06-20 17:36:20','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:36:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171889422523422329002',5264,'61718894223','3','1.00','150','retail','0','2024-06-20 17:37:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:37:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171889426606033669032',5265,'61718894264','2','1.00','150','retail','0','2024-06-20 17:37:44','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:37:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171889429908319332232',5266,'61718894297','2','2.00','300','retail','0','2024-06-20 17:38:17','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:38:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171889432422223321420',5267,'61718894323','2','1.00','150','retail','0','2024-06-20 17:38:43','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:39:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171889444803012200432',5268,'61718894445','2','2.00','300','retail','0','2024-06-20 17:40:45','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:41:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171889450532022223243',5269,'61718894502','22','2.00','100','retail','0','2024-06-20 17:41:42','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-20 14:42:23','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','83.00','81','Inclusive','branch','Inventory','','','','',''),('6171889451803213242401',5270,'61718894502','1','1.00','150','retail','0','2024-06-20 17:41:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:42:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171889465532893231204',5271,'61718894652','1','2.00','300','retail','0','2024-06-20 17:44:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:45:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171889469531213300124',5272,'61718894652','35','1.00','5','retail','0','2024-06-20 17:44:51','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-20 14:45:08','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','','','','',''),('6171889473090183980873',5273,'61718894727','1','1.00','150','retail','0','2024-06-20 17:45:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:45:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171889473637322022063',5274,'61718894727','35','2.00','10','retail','0','2024-06-20 17:45:34','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-20 14:45:48','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','42.00','40','Inclusive','branch','Inventory','','','','',''),('6171889476161702210842',5275,'61718894759','16','2.00','100','retail','0','2024-06-20 17:45:59','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-20 14:46:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','224.00','222','Inclusive','branch','Inventory','','','','',''),('6171889479362347367333',5276,'61718894791','16','1.00','50','retail','0','2024-06-20 17:46:31','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-20 14:46:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','222.00','221','Inclusive','branch','Inventory','','','','',''),('6171889479820920303238',5277,'61718894791','17','1.00','40','retail','0','2024-06-20 17:46:35','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-20 14:46:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','104.00','103','Inclusive','branch','Inventory','','','','',''),('6171889482626422462324',5278,'61718894823','1','2.00','300','retail','0','2024-06-20 17:47:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:47:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171889485480223933222',5279,'61718894851','2','2.00','300','retail','0','2024-06-20 17:47:31','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:47:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171889488732283023333',5280,'61718894884','1','1.00','150','retail','0','2024-06-20 17:48:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:48:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171889489524223198202',5281,'61718894884','16','2.00','100','retail','0','2024-06-20 17:48:12','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-20 14:48:26','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','221.00','219','Inclusive','branch','Inventory','','','','',''),('6171889492302239924332',5282,'61718894922','2','1.00','150','retail','0','2024-06-20 17:48:42','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:49:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171889493333239240363',5283,'61718894922','35','2.00','10','retail','0','2024-06-20 17:48:50','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-20 14:49:07','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','40.00','38','Inclusive','branch','Inventory','','','','',''),('6171889496112782412238',5284,'61718894960','3','1.00','150','retail','0','2024-06-20 17:49:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:49:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171889546925330633333',5285,'61718895461','3','2.00','300','retail','0','2024-06-20 17:57:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-20 14:57:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171890497463339310233',5286,'61718904660','2','1.00','150','retail','0','2024-06-20 20:31:00','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-20 17:38:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171890505323102923060',5287,'61718904660','3','1.00','150','retail','0','2024-06-20 20:36:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-20 17:38:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171898440531820220322',5288,'61718984403','1','1.00','150','retail','0','2024-06-21 18:40:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 15:41:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171898450203332232642',5289,'61718984491','1','4.00','600','retail','0','2024-06-21 18:41:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 15:43:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171898451021343912420',5290,'61718984491','16','2.00','100','retail','0','2024-06-21 18:41:47','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-21 15:43:00','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','219.00','217','Inclusive','branch','Inventory','','','','',''),('6171898454644230303009',5291,'61718984491','10','1.50','1200','retail','0','2024-06-21 18:42:01','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-21 15:43:00','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1.5','2.00','0.5','Inclusive','branch','Inventory','','','','',''),('6171898466527293274241',5292,'61718984648','10','0.25','200','retail','0','2024-06-21 18:44:08','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-21 15:44:57','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('6171898470992328600031',5293,'61718984708','1','1.00','150','retail','0','2024-06-21 18:45:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 15:45:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171898474330003044443',5294,'61718984740','3','2.00','300','retail','0','2024-06-21 18:45:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 15:45:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171898477983406271001',5295,'61718984777','3','1.00','150','retail','0','2024-06-21 18:46:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 15:46:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171898479123082231322',5296,'61718984777','10','0.25','200','retail','0','2024-06-21 18:46:24','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-21 15:46:45','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171898482302237287204',5297,'61718984822','2','1.00','150','retail','0','2024-06-21 18:47:02','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-21 15:47:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','4000','Asset','',''),('6171898485724682321350',5298,'61718984855','2','3.00','450','retail','0','2024-06-21 18:47:35','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-21 15:47:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171898488999317603893',5299,'61718984887','1','1.00','150','retail','0','2024-06-21 18:48:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 15:48:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171898490124223303322',5300,'61718984887','16','1.00','50','retail','0','2024-06-21 18:48:16','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-21 15:48:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','217.00','216','Inclusive','branch','Inventory','','','','',''),('6171898496090306007320',5301,'61718984953','4','2.00','300','retail','0','2024-06-21 18:49:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 15:49:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171898500817462700639',5302,'61718985000','1','3.00','450','retail','0','2024-06-21 18:50:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 15:50:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171898506333208310363',5303,'61718985060','1','2.00','300','retail','0','2024-06-21 18:51:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 15:51:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171898510200200223023',5304,'61718985099','16','3.00','150','retail','0','2024-06-21 18:51:39','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-21 15:51:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','216.00','213','Inclusive','branch','Inventory','','','','',''),('6171898513882222238546',5305,'61718985132','2','3.00','450','retail','0','2024-06-21 18:52:12','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-21 15:52:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171898518423202312194',5306,'61718985181','2','2.00','300','retail','0','2024-06-21 18:53:02','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-21 15:53:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171898524362200832117',5307,'61718985239','3','1.00','150','retail','0','2024-06-21 18:53:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 15:56:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171898528023383120330',5308,'61718985239','16','2.00','100','retail','0','2024-06-21 18:54:12','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-21 15:56:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','213.00','211','Inclusive','branch','Inventory','','','','',''),('6171898529922008930129',5309,'61718985239','35','2.00','10','retail','0','2024-06-21 18:54:54','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-21 15:56:35','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','38.00','36','Inclusive','branch','Inventory','','','','',''),('6171898531520227032363',5310,'61718985239','28','1.00','90','retail','0','2024-06-21 18:55:13','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-06-21 15:56:35','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('6171898541103202203151',5311,'61718985409','16','1.00','50','retail','0','2024-06-21 18:56:49','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-21 15:57:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','211.00','210','Inclusive','branch','Inventory','','','','',''),('6171898544548232125334',5312,'61718985441','16','1.00','50','retail','0','2024-06-21 18:57:21','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-21 15:57:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','210.00','209','Inclusive','branch','Inventory','','','','',''),('6171898551935187928433',5313,'61718985517','1','2.00','300','retail','0','2024-06-21 18:58:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 15:58:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171898554433344332423',5314,'61718985542','1','1.00','150','retail','0','2024-06-21 18:59:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 15:59:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171899039122433900029',5315,'61718990389','1','3.00','450','retail','0','2024-06-21 20:19:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 17:20:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6171899043133937130232',5316,'61718990429','2','2.00','300','retail','0','2024-06-21 20:20:29','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-21 17:20:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171899044233423134341',5317,'61718990429','16','3.00','150','retail','0','2024-06-21 20:20:39','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-21 17:20:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','209.00','206','Inclusive','branch','Inventory','','','','',''),('6171899048133221220023',5318,'61718990476','1','1.00','150','retail','0','2024-06-21 20:21:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 17:22:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171899048893433400368',5319,'61718990476','16','1.00','50','retail','0','2024-06-21 20:21:25','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-21 17:22:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','206.00','205','Inclusive','branch','Inventory','','','','',''),('6171899056200330093633',5320,'61718990561','1','1.00','150','retail','0','2024-06-21 20:22:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 17:22:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171899058900932122233',5321,'61718990587','1','1.00','150','retail','0','2024-06-21 20:23:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 17:23:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171899062072309002296',5322,'61718990619','1','1.00','150','retail','0','2024-06-21 20:23:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-21 17:24:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171899066932003233333',5323,'61718990619','28','1.00','90','retail','0','2024-06-21 20:24:26','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-06-21 17:24:31','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('6171906055322303070202',5324,'61719060549','2','2.00','300','retail','0','2024-06-22 15:49:09','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-22 12:49:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171906056110003230261',5325,'61719060549','35','2.00','10','retail','0','2024-06-22 15:49:18','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-22 12:49:39','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','36.00','34','Inclusive','branch','Inventory','','','','',''),('6171906059430022903223',5326,'61719060592','2','2.00','300','retail','0','2024-06-22 15:49:52','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-22 12:50:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171906061734300233696',5327,'61719060592','20','3.00','180','retail','0','2024-06-22 15:50:09','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-06-22 12:50:34','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','54.00','51','Inclusive','branch','Inventory','','','','',''),('6171906066302013363333',5328,'61719060661','2','1.00','150','retail','0','2024-06-22 15:51:01','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-22 12:51:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','4000','Asset','',''),('6171906067100022620342',5329,'61719060661','22','1.00','50','retail','0','2024-06-22 15:51:09','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-22 12:51:35','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','','','','',''),('6171906072572120210303',5330,'61719060723','2','2.00','300','retail','0','2024-06-22 15:52:03','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-22 12:52:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171906076990300006022',5331,'61719060768','1','1.00','150','retail','0','2024-06-22 15:52:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 12:53:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171906080013840222043',5332,'61719060796','3','1.00','150','retail','0','2024-06-22 15:53:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 12:53:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171906080733390233033',5333,'61719060796','16','1.00','50','retail','0','2024-06-22 15:53:23','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-22 12:53:44','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','205.00','204','Inclusive','branch','Inventory','','','','',''),('6171906084143920630107',5334,'61719060839','1','2.00','300','retail','0','2024-06-22 15:53:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 12:54:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171906087632666330222',5335,'61719060874','1','1.00','150','retail','0','2024-06-22 15:54:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 12:54:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171906088199002482230',5336,'61719060874','16','1.00','50','retail','0','2024-06-22 15:54:39','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-22 12:54:53','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','204.00','203','Inclusive','branch','Inventory','','','','',''),('6171906090900302246370',5337,'61719060908','1','1.00','150','retail','0','2024-06-22 15:55:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 12:55:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171906132934312133143',5338,'61719061325','1','4.00','600','retail','0','2024-06-22 16:02:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 13:02:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171906134133030232240',5339,'61719061340','2','1.00','150','retail','0','2024-06-22 16:02:20','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-22 13:03:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171906139932331113033',5340,'61719061340','10','0.25','200','retail','0','2024-06-22 16:03:10','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-22 13:03:27','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.00','3.75','Inclusive','branch','Inventory','','','','',''),('6171906145223022420393',5341,'61719061451','1','1.00','150','retail','0','2024-06-22 16:04:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 13:04:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171906146032120341603',5342,'61719061451','16','2.00','100','retail','0','2024-06-22 16:04:17','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-22 13:04:21','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','203.00','201','Inclusive','branch','Inventory','','','','',''),('6171906148830003721320',5343,'61719061486','1','2.00','300','retail','0','2024-06-22 16:04:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 13:05:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('6171906149621040201662',5344,'61719061486','20','3.00','180','retail','0','2024-06-22 16:04:53','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-06-22 13:05:08','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','51.00','48','Inclusive','branch','Inventory','','','','',''),('6171906152603703300205',5345,'61719061524','1','1.00','150','retail','0','2024-06-22 16:05:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 13:05:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171906521905031027260',5346,'61719065217','1','1.00','150','retail','0','2024-06-22 17:06:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 14:07:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171906523930000226909',5347,'61719065217','10','0.25','200','retail','0','2024-06-22 17:07:02','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-22 14:07:29','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.75','3.5','Inclusive','branch','Inventory','','','','',''),('6171906526401432626293',5348,'61719065263','1','1.00','150','retail','0','2024-06-22 17:07:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 14:07:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171907215032224037305',5349,'61719072149','1','1.00','150','retail','0','2024-06-22 19:02:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 16:02:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171907217830907210720',5350,'61719072177','1','1.00','150','retail','0','2024-06-22 19:02:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 16:03:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171907219102723610312',5351,'61719072177','10','0.25','200','retail','0','2024-06-22 19:03:04','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-22 16:03:37','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.50','3.25','Inclusive','branch','Inventory','','','','',''),('6171907225192273020323',5352,'61719072249','4','2.00','300','retail','0','2024-06-22 19:04:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 16:04:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171907230502347303733',5353,'61719072298','1','5.00','750','retail','0','2024-06-22 19:04:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 16:05:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','6.00','1','Inclusive','branch','Inventory','','','','',''),('6171907234523072207343',5354,'61719072342','16','1.00','50','retail','0','2024-06-22 19:05:42','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-22 16:05:57','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','201.00','200','Inclusive','branch','Inventory','','','','',''),('6171907237232323703733',5355,'61719072370','1','2.00','300','retail','0','2024-06-22 19:06:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 16:06:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('6171907238332233033022',5356,'61719072370','10','0.25','200','retail','0','2024-06-22 19:06:16','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-22 16:06:35','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.25','3','Inclusive','branch','Inventory','','','','',''),('6171907246733300372273',5357,'61719072465','1','1.00','150','retail','0','2024-06-22 19:07:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 16:08:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171907255517737030292',5358,'61719072553','1','1.00','150','retail','0','2024-06-22 19:09:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 16:09:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171907261966131391331',5359,'61719072618','1','1.00','150','retail','0','2024-06-22 19:10:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 16:11:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171907262840338984780',5360,'61719072618','16','1.00','50','retail','0','2024-06-22 19:10:25','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-22 16:11:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','200.00','199','Inclusive','branch','Inventory','','','','',''),('6171907268338027620602',5361,'61719072682','1','1.00','150','retail','0','2024-06-22 19:11:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 16:12:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171907269630233220973',5362,'61719072682','10','0.25','200','retail','0','2024-06-22 19:11:27','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-22 16:12:04','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('6171907273732202700027',5363,'61719072736','1','1.00','150','retail','0','2024-06-22 19:12:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 16:12:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171907774194974002314',5364,'61719077705','1','1.00','150','retail','0','2024-06-22 20:35:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 17:35:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.25','0.25','Inclusive','branch','Inventory','','','','',''),('6171907779572493930260',5365,'61719077789','1','2.00','300','retail','0','2024-06-22 20:36:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 17:37:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171907787923202312804',5366,'61719077877','1','2.00','300','retail','0','2024-06-22 20:37:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 17:38:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171907798800299720397',5367,'61719077949','1','1.00','150','retail','0','2024-06-22 20:39:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 17:44:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171907837327238889031',5368,'61719078371','3','2.00','300','retail','0','2024-06-22 20:46:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 17:46:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171907849880301832223',5369,'61719078496','1','1.00','150','retail','0','2024-06-22 20:48:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 17:48:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171907863437267060133',5370,'61719078632','1','1.00','150','retail','0','2024-06-22 20:50:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 17:51:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171907871413036231323',5371,'61719078708','1','1.00','150','retail','0','2024-06-22 20:51:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 17:52:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171907950779362332433',5372,'61719079498','1','3.00','450','retail','0','2024-06-22 21:04:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-22 18:06:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6171908068810302833383',5373,'61719080686','16','1.00','50','retail','0','2024-06-22 21:24:46','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-22 18:24:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','199.00','198','Inclusive','branch','Inventory','','','','',''),('6171908069892980202329',5374,'61719080697','2','2.00','300','retail','0','2024-06-22 21:24:57','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-22 18:26:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171908071538132823300',5375,'61719080697','10','0.50','400','retail','0','2024-06-22 21:25:05','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-22 18:26:08','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.75','2.25','Inclusive','branch','Inventory','','','','',''),('6171908073320383073020',5376,'61719080697','23','1.00','80','retail','0','2024-06-22 21:25:30','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-06-22 18:26:08','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','39.00','38','Inclusive','branch','Inventory','','','','',''),('7171913255332222203231',5377,'71719132541','10','0.25','200','retail','0','2024-06-23 11:49:01','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 08:50:15','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('7171913259626022037239',5378,'71719132541','33','1.00','10','retail','0','2024-06-23 11:49:13','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-06-23 08:50:15','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171913268503233321332',5379,'71719132615','10','0.25','200','retail','0','2024-06-23 11:50:15','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 08:51:55','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('7171913270234207292300',5380,'71719132615','1','2.00','300','retail','0','2024-06-23 11:51:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 08:51:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171913273552220013333',5381,'71719132716','1','2.00','300','retail','0','2024-06-23 11:51:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 08:52:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171913275621222217230',5382,'71719132716','16','2.00','100','retail','0','2024-06-23 11:52:15','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 08:52:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','198.00','196','Inclusive','branch','Inventory','','','','',''),('7171913284333203328024',5383,'71719132829','1','3.00','450','retail','0','2024-06-23 11:53:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 08:54:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('7171913630163323722212',5384,'71719132869','10','0.25','200','retail','0','2024-06-23 11:54:29','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 09:53:40','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('7171913631332322772301',5385,'71719132869','1','1.00','150','retail','0','2024-06-23 12:51:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 09:53:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171913632122243721022',5386,'71719132869','1','1.00','150','retail','0','2024-06-23 12:51:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 09:53:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171913966929273329133',5387,'71719136421','16','2.00','100','retail','0','2024-06-23 12:53:41','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 14:29:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','196.00','194','Inclusive','branch','Inventory','','','','',''),('7171915298772452033392',5388,'71719152974','16','1.00','50','retail','0','2024-06-23 17:29:34','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 14:30:05','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','194.00','193','Inclusive','branch','Inventory','','','','',''),('7171915299331332442339',5389,'71719152974','1','2.00','300','retail','0','2024-06-23 17:29:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 14:30:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171915301520302017251',5390,'71719153005','1','1.00','150','retail','0','2024-06-23 17:30:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 14:30:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171915303742237030432',5391,'71719153025','2','2.00','300','retail','0','2024-06-23 17:30:25','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-23 14:30:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171915306822092075322',5392,'71719153047','16','2.00','100','retail','0','2024-06-23 17:31:00','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 14:31:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','193.00','191','Inclusive','branch','Inventory','','','','',''),('7171915310433233322031',5393,'71719153084','1','1.00','150','retail','0','2024-06-23 17:31:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 14:32:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171915313634737730313',5394,'71719153122','1','1.00','150','retail','0','2024-06-23 17:32:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 14:33:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171915317819712234331',5395,'71719153122','10','0.25','200','retail','0','2024-06-23 17:32:42','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 14:33:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('7171915320322030033001',5396,'71719153192','10','1.00','800','retail','0','2024-06-23 17:33:12','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 14:36:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.25','0.25','Inclusive','branch','Inventory','','','','',''),('7171915333532127322025',5397,'71719153192','10','0.50','400','retail','0','2024-06-23 17:35:17','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 14:36:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.25','2.75','Inclusive','branch','Inventory','','','','',''),('7171915339723293000232',5398,'71719153192','1','6.00','900','retail','0','2024-06-23 17:36:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 14:36:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.25','-5.75','Inclusive','branch','Inventory','','','','',''),('7171915343740211400030',5399,'71719153413','1','3.00','450','retail','0','2024-06-23 17:36:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 14:37:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('7171915345870327227531',5400,'71719153450','1','1.00','150','retail','0','2024-06-23 17:37:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 14:37:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171915348130330290422',5401,'71719153470','3','4.00','600','retail','0','2024-06-23 17:37:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 14:38:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171915351257712323522',5402,'71719153499','16','2.00','100','retail','0','2024-06-23 17:38:19','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 15:03:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','191.00','189','Inclusive','branch','Inventory','','','','',''),('7171915353102337233233',5403,'71719153499','10','0.00','0','retail','0','2024-06-23 17:38:32','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 15:03:46','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'\'0.25','2.75','2.75','Inclusive','branch','Inventory','','','','',''),('7171915361224730003333',5404,'71719153499','10','0.00','0','retail','0','2024-06-23 17:39:24','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 15:03:46','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'\'0.25','2.75','2.75','Inclusive','branch','Inventory','','','','',''),('7171915527912507201314',5405,'71719155150','10','0.25','200','retail','0','2024-06-23 18:05:50','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 15:10:35','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('7171915532732335534522',5406,'71719155150','1','2.00','300','retail','0','2024-06-23 18:08:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:10:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171915537172902372330',5407,'71719155150','16','1.00','50','retail','0','2024-06-23 18:09:21','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 15:10:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','189.00','188','Inclusive','branch','Inventory','','','','',''),('7171915539923212341222',5408,'71719155150','16','1.00','50','retail','0','2024-06-23 18:09:48','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 15:10:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','188.00','187','Inclusive','branch','Inventory','','','','',''),('7171915550802294432322',5409,'71719155436','10','1.00','800','retail','0','2024-06-23 18:10:36','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 15:12:49','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.50','1.5','Inclusive','branch','Inventory','','','','',''),('7171915552520024020522',5410,'71719155436','1','3.00','450','retail','0','2024-06-23 18:11:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:12:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('7171915554821223025201',5411,'71719155436','3','1.00','150','retail','0','2024-06-23 18:12:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:12:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171915558423124133203',5412,'71719155570','1','2.00','300','retail','0','2024-06-23 18:12:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:13:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171915559520220523933',5413,'71719155570','16','2.00','100','retail','0','2024-06-23 18:13:04','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 15:13:24','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','187.00','185','Inclusive','branch','Inventory','','','','',''),('7171915562610501031152',5414,'71719155604','1','3.00','450','retail','0','2024-06-23 18:13:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:14:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('7171915566031210302734',5415,'71719155645','1','2.00','300','retail','0','2024-06-23 18:14:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:14:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171915572171032541220',5416,'71719155677','35','1.00','5','retail','0','2024-06-23 18:14:37','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-23 15:16:38','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','34.00','33','Inclusive','branch','Inventory','','','','',''),('7171915577695332331422',5417,'71719155677','1','1.00','150','retail','0','2024-06-23 18:15:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:16:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171915589300301219358',5418,'71719155798','1','3.00','450','retail','0','2024-06-23 18:16:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:18:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('7171915597412233700993',5419,'71719155954','17','3.00','120','retail','0','2024-06-23 18:19:14','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-23 15:20:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','103.00','100','Inclusive','branch','Inventory','','','','',''),('7171915599020027022322',5420,'71719155954','1','2.00','300','retail','0','2024-06-23 18:19:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:20:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171915607341207270337',5421,'71719156016','1','1.00','150','retail','0','2024-06-23 18:20:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:21:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171915615232322322221',5422,'71719156120','22','1.00','50','retail','0','2024-06-23 18:22:00','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 15:23:04','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','','','','',''),('7171915619473171631360',5423,'71719156184','1','1.00','150','retail','0','2024-06-23 18:23:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:23:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171915636933220646023',5424,'71719156217','1','1.00','150','retail','0','2024-06-23 18:23:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:27:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171915638733387332823',5425,'71719156217','10','0.25','200','retail','0','2024-06-23 18:26:09','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 15:27:20','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('7171915639902203112713',5426,'71719156217','33','1.00','10','retail','0','2024-06-23 18:26:27','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-06-23 15:27:20','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7171915646734607433132',5427,'71719156440','1','5.00','750','retail','0','2024-06-23 18:27:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:29:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.25','-4.75','Inclusive','branch','Inventory','','','','',''),('7171915648053329238022',5428,'71719156440','10','1.00','800','retail','0','2024-06-23 18:27:47','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 15:29:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.25','0.25','Inclusive','branch','Inventory','','','','',''),('7171915652523132279972',5429,'71719156440','10','0.25','200','retail','0','2024-06-23 18:28:00','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 15:29:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7171915653603303337123',5430,'71719156440','22','2.00','100','retail','0','2024-06-23 18:28:45','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 15:29:52','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','79.00','77','Inclusive','branch','Inventory','','','','',''),('7171915656932532563115',5431,'71719156440','16','1.00','50','retail','0','2024-06-23 18:28:57','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 15:29:52','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','185.00','184','Inclusive','branch','Inventory','','','','',''),('7171915665336307303015',5432,'71719156592','1','5.00','750','retail','0','2024-06-23 18:29:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:31:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.25','-4.75','Inclusive','branch','Inventory','','','','',''),('7171915668622021729002',5433,'71719156592','16','5.00','250','retail','0','2024-06-23 18:30:54','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 15:31:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','184.00','179','Inclusive','branch','Inventory','','','','',''),('7171915672103231332222',5434,'71719156698','16','1.00','50','retail','0','2024-06-23 18:31:38','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 15:32:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','179.00','178','Inclusive','branch','Inventory','','','','',''),('7171915716131231522777',5435,'71719156731','16','4.00','200','retail','0','2024-06-23 18:32:11','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 15:40:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','178.00','174','Inclusive','branch','Inventory','','','','',''),('7171915722137012422917',5436,'71719156731','1','2.00','300','retail','0','2024-06-23 18:39:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:40:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171915727971351732272',5437,'71719157243','1','2.00','300','retail','0','2024-06-23 18:40:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:41:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171915728923930423013',5438,'71719157243','16','2.00','100','retail','0','2024-06-23 18:41:19','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 15:41:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','174.00','172','Inclusive','branch','Inventory','','','','',''),('7171915734133700392537',5439,'71719157331','1','3.00','450','retail','0','2024-06-23 18:42:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:42:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('7171915738633032232022',5440,'71719157374','1','2.00','300','retail','0','2024-06-23 18:42:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:44:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171915747893147132030',5441,'71719157374','10','0.25','200','retail','0','2024-06-23 18:44:26','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 15:44:54','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('7171915753032331323739',5442,'71719157495','1','1.00','150','retail','0','2024-06-23 18:44:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:45:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171915780413231132202',5443,'71719157793','1','3.00','450','retail','0','2024-06-23 18:49:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 15:50:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('7171915781632312723223',5444,'71719157807','9','1.00','600','retail','0','2024-06-23 18:50:08','','','','0','Cash',0.00,'600','','','7','16.00','1','2024-06-23 15:50:18','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171915786290330210734',5445,'71719157837','22','3.00','150','retail','0','2024-06-23 18:50:49','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 15:51:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','77.00','74','Inclusive','branch','Inventory','','','','',''),('7171915790632393716236',5446,'71719157889','10','0.25','200','retail','0','2024-06-23 18:51:29','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 15:51:48','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('7171915951203223321027',5447,'71719159487','4','1.00','150','retail','0','2024-06-23 19:18:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 16:19:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171915952332323150303',5448,'71719159487','33','1.00','10','retail','0','2024-06-23 19:18:32','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-06-23 16:19:24','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7171916644630942327342',5449,'71719166404','2','1.00','150','retail','0','2024-06-23 21:13:24','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-23 18:14:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171916645627213274261',5450,'71719166404','16','1.00','50','retail','0','2024-06-23 21:14:06','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 18:14:36','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','172.00','171','Inclusive','branch','Inventory','','','','',''),('7171916649431423393472',5451,'71719166476','17','1.00','40','retail','0','2024-06-23 21:14:36','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-23 18:15:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','100.00','99','Inclusive','branch','Inventory','','','','',''),('7171916650401070196206',5452,'71719166476','16','1.00','50','retail','0','2024-06-23 21:14:54','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 18:15:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','171.00','170','Inclusive','branch','Inventory','','','','',''),('7171916651861222615230',5453,'71719166476','1','1.00','150','retail','0','2024-06-23 21:15:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 18:15:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.25','1.25','Inclusive','branch','Inventory','','','','',''),('7171916657937237763403',5454,'71719166543','10','0.25','200','retail','0','2024-06-23 21:15:43','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 18:16:55','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('7171916659322133035007',5455,'71719166543','1','1.00','150','retail','0','2024-06-23 21:16:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 18:16:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.25','0.25','Inclusive','branch','Inventory','','','','',''),('7171916660212312344232',5456,'71719166543','33','1.00','10','retail','0','2024-06-23 21:16:33','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-06-23 18:16:55','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7171916671552162020132',5457,'71719166616','16','4.00','200','retail','0','2024-06-23 21:16:56','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-23 18:19:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','170.00','166','Inclusive','branch','Inventory','','','','',''),('7171916672970239362197',5458,'71719166616','1','2.00','300','retail','0','2024-06-23 21:18:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 18:19:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171916677332329321433',5459,'71719166753','1','1.00','150','retail','0','2024-06-23 21:19:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 18:19:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171916680543032963313',5460,'71719166794','1','3.00','450','retail','0','2024-06-23 21:19:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 18:21:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('7171916688086333222108',5461,'71719166869','1','1.00','150','retail','0','2024-06-23 21:21:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 18:21:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171916692931143223770',5462,'71719166906','1','2.00','300','retail','0','2024-06-23 21:21:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 18:22:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171916698521353982313',5463,'71719166961','1','1.00','150','retail','0','2024-06-23 21:22:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 18:23:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171916706467332301001',5464,'71719167037','1','1.00','150','retail','0','2024-06-23 21:23:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 18:25:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171916708503243122153',5465,'71719167037','10','0.25','200','retail','0','2024-06-23 21:24:25','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-23 18:25:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('7171916717512097227522',5466,'71719167107','1','1.00','150','retail','0','2024-06-23 21:25:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 18:26:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171916721201229230211',5467,'71719167192','1','1.00','150','retail','0','2024-06-23 21:26:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-23 18:30:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171922063342262362313',5468,'71719220619','10','0.25','200','retail','0','2024-06-24 12:16:59','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-24 09:17:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('7171922064622222333242',5469,'71719220619','1','1.00','150','retail','0','2024-06-24 12:17:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-24 09:17:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171922088080702287088',5470,'71719220672','33','1.00','10','retail','0','2024-06-24 12:17:52','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-06-24 09:21:33','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171922260626062326302',5471,'71719220893','2','2.00','300','retail','0','2024-06-24 12:21:34','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-24 09:50:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171923328623200373290',5472,'61719233276','1','1.00','150','retail','0','2024-06-24 15:47:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 12:48:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171923333519322323531',5473,'61719233334','3','1.00','150','retail','0','2024-06-24 15:48:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 12:49:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171923334391363430343',5474,'61719233334','16','1.00','50','retail','0','2024-06-24 15:49:01','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-24 12:49:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','166.00','165','Inclusive','branch','Inventory','','','','',''),('6171923339300012134023',5475,'61719233389','1','1.00','150','retail','0','2024-06-24 15:49:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 12:50:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171923344433303037213',5476,'61719233439','2','1.00','150','retail','0','2024-06-24 15:50:39','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-24 12:51:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171923368102133103123',5477,'61719233679','3','1.00','150','retail','0','2024-06-24 15:54:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 12:54:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171923697732736642173',5478,'61719236975','3','1.00','150','retail','0','2024-06-24 16:49:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 13:49:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171923701503021233533',5479,'61719237013','1','1.00','150','retail','0','2024-06-24 16:50:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 13:50:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171923706963222320913',5480,'61719237066','3','1.00','150','retail','0','2024-06-24 16:51:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 13:51:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171923707822411200438',5481,'61719237066','16','2.00','100','retail','0','2024-06-24 16:51:15','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-24 13:51:41','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','165.00','163','Inclusive','branch','Inventory','','','','',''),('6171923711823003210202',5482,'61719237116','2','2.00','300','retail','0','2024-06-24 16:51:56','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-24 13:52:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171923715720513733323',5483,'61719237156','3','1.00','150','retail','0','2024-06-24 16:52:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 13:53:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171923716444741260244',5484,'61719237156','16','1.00','50','retail','0','2024-06-24 16:52:42','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-24 13:53:05','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','163.00','162','Inclusive','branch','Inventory','','','','',''),('6171923720802722632320',5485,'61719237207','1','1.00','150','retail','0','2024-06-24 16:53:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 13:54:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171923721611912217332',5486,'61719237207','16','3.00','150','retail','0','2024-06-24 16:53:33','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-24 13:54:36','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','162.00','159','Inclusive','branch','Inventory','','','','',''),('6171923730623723337132',5487,'61719237302','16','5.00','250','retail','0','2024-06-24 16:55:02','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-24 13:55:25','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','159.00','154','Inclusive','branch','Inventory','','','','',''),('6171923731892073324021',5488,'61719237302','2','2.00','300','retail','0','2024-06-24 16:55:15','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-24 13:55:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171923736539223633124',5489,'61719237364','10','0.50','400','retail','0','2024-06-24 16:56:04','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-24 14:03:47','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.75','0.25','Inclusive','branch','Inventory','','','','',''),('6171923779719213230973',5490,'61719237364','1','2.00','300','retail','0','2024-06-24 17:03:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 14:03:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171923782464327222482',5491,'61719237364','16','2.00','100','retail','0','2024-06-24 17:03:37','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-24 14:03:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','154.00','152','Inclusive','branch','Inventory','','','','',''),('6171923783923232371429',5492,'61719237835','16','2.00','100','retail','0','2024-06-24 17:03:55','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-24 14:04:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','152.00','150','Inclusive','branch','Inventory','','','','',''),('6171924350531423303462',5493,'61719243498','3','2.00','300','retail','0','2024-06-24 18:38:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 15:38:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171924355142032333037',5494,'61719243545','16','5.00','250','retail','0','2024-06-24 18:39:05','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-24 15:39:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','150.00','145','Inclusive','branch','Inventory','','','','',''),('6171924364622303202732',5495,'61719243645','3','1.00','150','retail','0','2024-06-24 18:40:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 15:41:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171924390873208202133',5496,'61719243904','16','3.00','150','retail','0','2024-06-24 18:45:04','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-24 15:45:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','145.00','142','Inclusive','branch','Inventory','','','','',''),('6171924391530521422320',5497,'61719243904','1','1.00','150','retail','0','2024-06-24 18:45:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 15:45:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171924400102204224273',5498,'61719243993','1','2.00','300','retail','0','2024-06-24 18:46:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 15:46:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171924626204736363223',5499,'61719246224','4','1.00','150','retail','0','2024-06-24 19:23:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 16:24:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171924636503005344229',5500,'61719246347','2','2.00','300','retail','0','2024-06-24 19:25:47','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-24 16:27:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171924638940234923129',5501,'61719246347','22','1.00','50','retail','0','2024-06-24 19:26:24','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-24 16:27:15','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.00','73','Inclusive','branch','Inventory','','','','',''),('6171924641239034009023',5502,'61719246347','36','2.00','10','retail','0','2024-06-24 19:26:48','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-24 16:27:15','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','146.00','144','Inclusive','branch','Inventory','','4000','Asset','',''),('6171924646213312223002',5503,'61719246461','2','1.00','150','retail','0','2024-06-24 19:27:41','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-24 16:47:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171924761923763942242',5504,'61719246461','22','1.00','50','retail','0','2024-06-24 19:46:55','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-24 16:47:08','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','73.00','72','Inclusive','branch','Inventory','','','','',''),('6171924816832132920316',5505,'61719248157','3','4.00','600','retail','0','2024-06-24 19:55:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 16:56:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171924825114632324371',5506,'61719248243','3','2.00','300','retail','0','2024-06-24 19:57:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 16:58:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171924826032933130013',5507,'61719248243','23','1.00','80','retail','0','2024-06-24 19:57:37','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-06-24 16:58:28','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','38.00','37','Inclusive','branch','Inventory','','','','',''),('6171924826832336306072',5508,'61719248243','21','1.00','80','retail','0','2024-06-24 19:57:45','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-06-24 16:58:28','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','34.00','33','Inclusive','branch','Inventory','','','','',''),('6171924829403229426020',5509,'61719248243','16','4.00','200','retail','0','2024-06-24 19:57:59','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-24 16:58:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','142.00','138','Inclusive','branch','Inventory','','','','',''),('6171924878422222023140',5510,'61719248782','2','1.00','150','retail','0','2024-06-24 20:06:23','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-24 17:07:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171924879143396413032',5511,'61719248782','3','1.00','150','retail','0','2024-06-24 20:06:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 17:07:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171924881601273310133',5512,'61719248782','10','0.25','200','retail','0','2024-06-24 20:06:38','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-24 17:07:09','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171924884503323242232',5513,'61719248843','3','1.00','150','retail','0','2024-06-24 20:07:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 17:08:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171924885438734897328',5514,'61719248843','16','1.00','50','retail','0','2024-06-24 20:07:31','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-24 17:08:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','138.00','137','Inclusive','branch','Inventory','','','','',''),('6171924887600707734616',5515,'61719248843','21','1.00','80','retail','0','2024-06-24 20:07:53','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-06-24 17:08:20','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','33.00','32','Inclusive','branch','Inventory','','','','',''),('6171924894902330229993',5516,'61719248948','3','1.00','150','retail','0','2024-06-24 20:09:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 17:09:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171925033533230532325',5517,'61719248962','1','1.00','150','retail','0','2024-06-24 20:09:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-24 17:33:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171925062122023222239',5518,'61719250611','16','3.00','150','retail','0','2024-06-24 20:36:51','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-24 17:37:04','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','137.00','134','Inclusive','branch','Inventory','','','','',''),('7171930238093003333107',5519,'71719302351','4','1.00','150','retail','0','2024-06-25 10:59:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 08:00:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171930238626728242727',5520,'71719302351','1','1.00','150','retail','0','2024-06-25 10:59:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 08:00:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171930239423343233443',5521,'71719302351','16','2.00','100','retail','0','2024-06-25 10:59:47','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-25 08:00:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','134.00','132','Inclusive','branch','Inventory','','','','',''),('7171930290703292790222',5522,'71719302433','2','1.00','150','retail','0','2024-06-25 11:00:33','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-25 08:08:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171930653492333393427',5523,'71719302975','17','4.00','160','retail','0','2024-06-25 11:09:35','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-25 09:09:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','99.00','95','Inclusive','branch','Inventory','','','','',''),('7171930654934423339023',5524,'71719302975','4','1.00','150','retail','0','2024-06-25 12:08:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 09:09:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171931901022703033003',5525,'71719318967','2','1.00','150','retail','0','2024-06-25 15:36:07','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-25 12:37:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171931906232371313322',5526,'71719319024','16','1.00','50','retail','0','2024-06-25 15:37:29','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-25 12:38:04','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','132.00','131','Inclusive','branch','Inventory','','','','',''),('7171931907131322192709',5527,'71719319024','17','1.00','40','retail','0','2024-06-25 15:37:42','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-25 12:38:04','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','95.00','94','Inclusive','branch','Inventory','','','','',''),('7171931911410302141101',5528,'71719319084','1','1.00','150','retail','0','2024-06-25 15:38:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 12:40:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171932427721730213220',5529,'71719324091','10','0.50','400','retail','0','2024-06-25 17:01:31','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-25 15:24:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.00','1.5','Inclusive','branch','Inventory','','','','',''),('7171932828220330173302',5530,'71719324091','1','1.00','150','retail','0','2024-06-25 17:57:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:24:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171932909921773239292',5531,'71719329070','10','0.25','200','retail','0','2024-06-25 18:24:30','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-25 15:25:43','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('7171932911674294037143',5532,'71719329070','1','1.00','150','retail','0','2024-06-25 18:25:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:25:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171932915812222313303',5533,'71719329144','3','1.00','150','retail','0','2024-06-25 18:25:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:26:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171932918900090330073',5534,'71719329171','2','1.00','150','retail','0','2024-06-25 18:26:11','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:26:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171932921932992323202',5535,'71719329205','4','1.00','150','retail','0','2024-06-25 18:26:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:27:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171932925300220432933',5536,'71719329238','1','4.00','600','retail','0','2024-06-25 18:27:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:27:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('7171932928535320223255',5537,'71719329274','1','1.00','150','retail','0','2024-06-25 18:27:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:28:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171932931402042313314',5538,'71719329302','3','2.00','300','retail','0','2024-06-25 18:28:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:29:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171932935939123739232',5539,'71719329348','1','1.00','150','retail','0','2024-06-25 18:29:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:29:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171932941009301333032',5540,'71719329378','10','0.25','200','retail','0','2024-06-25 18:29:38','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-25 15:30:57','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('7171932942472323323323',5541,'71719329378','1','1.00','150','retail','0','2024-06-25 18:30:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:30:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171932944232333324739',5542,'71719329378','35','1.00','5','retail','0','2024-06-25 18:30:24','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-25 15:30:57','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','33.00','32','Inclusive','branch','Inventory','','','','',''),('7171932948822723034933',5543,'71719329457','10','0.25','200','retail','0','2024-06-25 18:31:11','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-25 15:33:17','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('7171932954907210329222',5544,'71719329457','1','1.00','150','retail','0','2024-06-25 18:31:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:33:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171932956131200229332',5545,'71719329457','28','1.00','90','retail','0','2024-06-25 18:32:29','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-06-25 15:33:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('7171932962732720332320',5546,'71719329598','16','1.00','50','retail','0','2024-06-25 18:33:18','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-25 15:35:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','131.00','130','Inclusive','branch','Inventory','','','','',''),('7171932964103232137309',5547,'71719329598','22','1.00','50','retail','0','2024-06-25 18:33:47','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-25 15:35:27','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','72.00','71','Inclusive','branch','Inventory','','','','',''),('7171932965139031041433',5548,'71719329598','1','1.00','150','retail','0','2024-06-25 18:34:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:35:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171932975771272723032',5549,'71719329728','10','0.25','200','retail','0','2024-06-25 18:35:28','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-25 15:37:06','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('7171932980000203322233',5550,'71719329728','1','1.00','150','retail','0','2024-06-25 18:35:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:37:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171932985224313803421',5551,'71719329827','1','1.00','150','retail','0','2024-06-25 18:37:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:39:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171932989714020202373',5552,'71719329827','1','1.00','150','retail','0','2024-06-25 18:37:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:39:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171932993903009322229',5553,'71719329827','16','2.00','100','retail','0','2024-06-25 18:38:17','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-25 15:39:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','130.00','128','Inclusive','branch','Inventory','','','','',''),('7171933012023373413203',5554,'71719329994','25','1.00','150','retail','0','2024-06-25 18:39:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:42:40','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('7171933014522203392123',5555,'71719329994','1','2.00','300','retail','0','2024-06-25 18:42:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 15:42:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171933448632242620822',5556,'71719334473','1','3.00','450','retail','0','2024-06-25 19:54:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 16:55:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('7171933454920343720049',5557,'71719334535','1','1.00','150','retail','0','2024-06-25 19:55:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 17:07:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171933458024303402143',5558,'71719334535','16','2.00','100','retail','0','2024-06-25 19:55:49','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-25 17:07:30','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','128.00','126','Inclusive','branch','Inventory','','','','',''),('7171933529521230344291',5559,'71719335285','1','2.00','300','retail','0','2024-06-25 20:08:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 17:08:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171933532222300332303',5560,'71719335306','1','1.00','150','retail','0','2024-06-25 20:08:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-25 17:08:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171933534732302322537',5561,'71719335333','2','2.00','300','retail','0','2024-06-25 20:08:53','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-25 17:09:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171940897421330200973',5562,'61719408969','1','1.00','150','retail','0','2024-06-26 16:36:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 13:36:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171940901221932702003',5563,'61719409006','1','2.00','300','retail','0','2024-06-26 16:36:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 13:37:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171940904412222339343',5564,'61719409042','1','1.00','150','retail','0','2024-06-26 16:37:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 13:37:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171940910603902363022',5565,'61719409103','1','2.00','300','retail','0','2024-06-26 16:38:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 13:39:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171940916221060203200',5566,'61719409103','10','1.00','800','retail','0','2024-06-26 16:39:20','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-26 13:39:35','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.50','1.5','Inclusive','branch','Inventory','','','','',''),('6171940920310103233037',5567,'61719409197','4','4.00','600','retail','0','2024-06-26 16:39:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 13:40:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171940921733023020222',5568,'61719409197','10','0.25','200','retail','0','2024-06-26 16:40:09','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-26 13:40:40','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6171940922506309223407',5569,'61719409197','17','1.00','40','retail','0','2024-06-26 16:40:23','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-26 13:40:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','','','','',''),('6171940927626762326302',5570,'61719409275','2','1.00','150','retail','0','2024-06-26 16:41:15','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-26 13:42:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171940929522302096254',5571,'61719409275','17','2.00','80','retail','0','2024-06-26 16:41:33','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-26 13:42:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','93.00','91','Inclusive','branch','Inventory','','','','',''),('6171940931890400430036',5572,'61719409275','21','1.00','80','retail','0','2024-06-26 16:41:54','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-06-26 13:42:12','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','32.00','31','Inclusive','branch','Inventory','','','','',''),('6171940935120343202123',5573,'61719409348','1','4.00','600','retail','0','2024-06-26 16:42:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 13:42:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('6171940939920324432097',5574,'61719409395','4','4.00','600','retail','0','2024-06-26 16:43:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 13:44:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171940941047206923104',5575,'61719409395','16','6.00','300','retail','0','2024-06-26 16:43:25','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-26 13:44:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','126.00','120','Inclusive','branch','Inventory','','','','',''),('6171940942643032203622',5576,'61719409395','35','10.00','50','retail','0','2024-06-26 16:43:36','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-26 13:44:56','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','32.00','22','Inclusive','branch','Inventory','','','','',''),('6171940948543032203622',5577,'61719409395','35','10.00','50','retail','0','2024-06-26 16:44:35','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-26 13:44:56','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','22.00','12','Inclusive','branch','Inventory','','','','',''),('6171940953600209031337',5578,'61719409533','2','3.00','450','retail','0','2024-06-26 16:45:33','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-26 13:46:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171940954831240014223',5579,'61719409533','4','2.00','300','retail','0','2024-06-26 16:45:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 13:46:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171940955919342359915',5580,'61719409533','16','4.00','200','retail','0','2024-06-26 16:45:55','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-26 13:46:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','120.00','116','Inclusive','branch','Inventory','','','','',''),('6171940957326434242332',5581,'61719409533','35','10.00','50','retail','0','2024-06-26 16:46:05','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-26 13:46:16','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','12.00','2','Inclusive','branch','Inventory','','','','',''),('6171940959112944202290',5582,'61719409589','21','1.00','80','retail','0','2024-06-26 16:46:29','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-06-26 13:46:33','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.00','30','Inclusive','branch','Inventory','','','','',''),('6171940960722010334330',5583,'61719409604','17','1.00','40','retail','0','2024-06-26 16:46:44','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-26 13:46:50','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','91.00','90','Inclusive','branch','Inventory','','','','',''),('6171940980333220000263',5584,'61719409801','21','1.00','80','retail','0','2024-06-26 16:50:01','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-06-26 13:50:06','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','30.00','29','Inclusive','branch','Inventory','','','','',''),('6171941612883026204220',5585,'61719416127','2','1.00','150','retail','0','2024-06-26 18:35:27','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-26 15:35:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171941613739731361933',5586,'61719416127','16','1.00','50','retail','0','2024-06-26 18:35:34','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-26 15:35:50','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','116.00','115','Inclusive','branch','Inventory','','','','',''),('6171941618002430221232',5587,'61719416178','1','1.00','150','retail','0','2024-06-26 18:36:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 15:37:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171941619612111033102',5588,'61719416178','16','2.00','100','retail','0','2024-06-26 18:36:33','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-26 15:37:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','115.00','113','Inclusive','branch','Inventory','','','','',''),('6171941621730201777331',5589,'61719416178','36','3.00','15','retail','0','2024-06-26 18:36:54','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-26 15:37:11','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','144.00','141','Inclusive','branch','Inventory','','4000','Asset','',''),('6171941624723372934246',5590,'61719416246','1','1.00','150','retail','0','2024-06-26 18:37:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 15:37:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171941630903203323303',5591,'61719416303','1','2.00','300','retail','0','2024-06-26 18:38:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 15:38:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171941634702433122204',5592,'61719416345','1','2.00','300','retail','0','2024-06-26 18:39:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 15:39:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171941636003233023421',5593,'61719416345','10','0.25','200','retail','0','2024-06-26 18:39:12','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-26 15:39:43','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('6171941636812630333090',5594,'61719416345','16','1.00','50','retail','0','2024-06-26 18:39:27','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-26 15:39:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','113.00','112','Inclusive','branch','Inventory','','','','',''),('6171941641131201230640',5595,'61719416410','1','1.00','150','retail','0','2024-06-26 18:40:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 15:40:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171941642821032383020',5596,'61719416410','10','0.25','200','retail','0','2024-06-26 18:40:22','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-26 15:40:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('6171942034732320302027',5597,'61719420333','3','2.00','300','retail','0','2024-06-26 19:45:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 16:45:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171942038534232239332',5598,'61719420374','10','0.25','200','retail','0','2024-06-26 19:46:14','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-26 16:46:40','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('6171942039539330914202',5599,'61719420374','1','1.00','150','retail','0','2024-06-26 19:46:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 16:46:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171942499529750333461',5600,'61719424993','17','2.00','80','retail','0','2024-06-26 21:03:13','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-26 18:03:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','90.00','88','Inclusive','branch','Inventory','','','','',''),('6171942506832229231003',5601,'61719425065','1','2.00','300','retail','0','2024-06-26 21:04:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 18:05:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171942508833201323004',5602,'61719425065','34','1.00','20','retail','0','2024-06-26 21:04:46','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-06-26 18:05:05','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('6171942511707221102245',5603,'61719425116','1','1.00','150','retail','0','2024-06-26 21:05:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 18:05:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171942514333243312332',5604,'61719425139','1','1.00','150','retail','0','2024-06-26 21:05:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 18:06:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171942515140135901042',5605,'61719425139','16','2.00','100','retail','0','2024-06-26 21:05:49','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-26 18:06:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','112.00','110','Inclusive','branch','Inventory','','','','',''),('6171942517602411233222',5606,'61719425175','1','1.00','150','retail','0','2024-06-26 21:06:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 18:06:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171942518418430822332',5607,'61719425175','35','1.00','5','retail','0','2024-06-26 21:06:22','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-26 18:06:36','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6171942535932139962264',5608,'61719425358','1','1.00','150','retail','0','2024-06-26 21:09:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 18:12:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171942558115283021342',5609,'61719425580','1','1.00','150','retail','0','2024-06-26 21:13:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-26 18:13:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171933633622330023729',5610,'71719336289','3','1.00','150','retail','0','2024-06-25 20:24:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-27 15:17:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171950146130310402101',5611,'71719336289','1','2.00','300','retail','0','2024-06-27 18:17:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-27 15:17:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171950442609241360040',5612,'71719501479','1','1.00','150','retail','0','2024-06-27 18:17:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-27 16:10:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171950625433723223272',5613,'71719504605','1','3.00','450','retail','0','2024-06-27 19:10:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-27 16:38:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('7171950629497045353234',5614,'71719506282','2','1.00','150','retail','0','2024-06-27 19:38:02','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-27 16:38:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171950632530322323522',5615,'71719506302','1','1.00','150','retail','0','2024-06-27 19:38:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-27 16:41:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171950633420227220390',5616,'71719506302','25','1.00','150','retail','0','2024-06-27 19:38:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-27 16:41:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('7171950645222232007552',5617,'71719506302','34','1.00','20','retail','0','2024-06-27 19:38:55','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-06-27 16:41:16','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7171950688523006431332',5618,'71719506875','2','1.00','150','retail','0','2024-06-27 19:47:55','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-27 16:48:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171951209633505322200',5619,'71719512095','1','1.00','150','retail','0','2024-06-27 21:14:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-28 11:32:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171957447937233270027',5620,'71719574473','1','1.00','150','retail','0','2024-06-28 14:34:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-28 11:34:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171957450337332373302',5621,'71719574492','2','1.00','150','retail','0','2024-06-28 14:34:52','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-28 11:35:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171957452302132779723',5622,'71719574512','4','1.00','150','retail','0','2024-06-28 14:35:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-28 11:35:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171957454724200700397',5623,'71719574535','2','1.00','150','retail','0','2024-06-28 14:35:35','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-28 11:35:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171957458473302333531',5624,'71719574558','22','1.00','50','retail','0','2024-06-28 14:35:58','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-28 11:36:35','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','71.00','70','Inclusive','branch','Inventory','','','','',''),('7171957470633336070320',5625,'71719574596','1','4.00','600','retail','0','2024-06-28 14:36:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-28 11:40:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('7171957479422270223397',5626,'71719574596','36','2.00','10','retail','0','2024-06-28 14:39:46','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-28 11:40:05','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','191.00','189','Inclusive','branch','Inventory','','4000','Asset','',''),('7171957482333012082230',5627,'71719574806','4','1.00','150','retail','0','2024-06-28 14:40:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-28 11:40:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171957485423443477538',5628,'71719574842','22','1.00','50','retail','0','2024-06-28 14:40:42','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-28 11:41:02','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','70.00','69','Inclusive','branch','Inventory','','','','',''),('6171957513072110533320',5629,'61719575126','2','3.00','450','retail','0','2024-06-28 14:45:26','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-28 11:45:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171957516823715523032',5630,'61719575166','2','3.00','450','retail','0','2024-06-28 14:46:06','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-28 11:46:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171957517533329351592',5631,'61719575166','16','3.00','150','retail','0','2024-06-28 14:46:13','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-28 11:46:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','110.00','107','Inclusive','branch','Inventory','','','','',''),('6171957519895333222501',5632,'61719575194','1','3.00','450','retail','0','2024-06-28 14:46:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-28 11:46:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6171957530873028220612',5633,'61719575305','1','2.00','300','retail','0','2024-06-28 14:48:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-28 11:48:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171958359930312237012',5634,'61719583570','1','1.00','150','retail','0','2024-06-28 17:06:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-28 14:07:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171958361213707360680',5635,'61719583570','16','1.00','50','retail','0','2024-06-28 17:06:50','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-28 14:07:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','107.00','106','Inclusive','branch','Inventory','','','','',''),('6171958364522959342184',5636,'61719583642','2','3.00','450','retail','0','2024-06-28 17:07:22','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-28 14:07:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171958366964234036643',5637,'61719583668','1','1.00','150','retail','0','2024-06-28 17:07:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-28 14:08:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171958371822331931843',5638,'61719583717','2','2.00','300','retail','0','2024-06-28 17:08:37','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-28 14:08:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171958376152939032030',5639,'61719583760','17','1.00','40','retail','0','2024-06-28 17:09:20','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-28 14:09:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','88.00','87','Inclusive','branch','Inventory','','','','',''),('6171958379973910393360',5640,'61719583797','1','2.00','300','retail','0','2024-06-28 17:09:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-28 14:10:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171958381106208320630',5641,'61719583797','16','1.00','50','retail','0','2024-06-28 17:10:09','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-28 14:10:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','106.00','105','Inclusive','branch','Inventory','','','','',''),('6171958383931293334823',5642,'61719583838','1','1.00','150','retail','0','2024-06-28 17:10:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-28 14:10:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171958387191363430348',5643,'61719583870','4','1.00','150','retail','0','2024-06-28 17:11:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-28 14:12:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6171958388632224037308',5644,'61719583870','16','1.00','50','retail','0','2024-06-28 17:11:17','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-28 14:12:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','105.00','104','Inclusive','branch','Inventory','','','','',''),('6171958412239322302233',5645,'61719584119','2','3.00','450','retail','0','2024-06-28 17:15:19','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-28 14:15:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171958764256232794093',5646,'61719587619','1','2.00','300','retail','0','2024-06-28 18:13:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-28 15:14:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171958767360923033539',5647,'61719587619','10','0.25','200','retail','0','2024-06-28 18:14:02','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-28 15:14:51','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('6171959686720303280349',5648,'61719596866','1','1.00','150','retail','0','2024-06-28 20:47:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-28 17:48:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171959689878999223020',5649,'61719596895','1','1.00','150','retail','0','2024-06-28 20:48:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-28 17:48:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171959697700219233042',5650,'61719596974','2','3.00','450','retail','0','2024-06-28 20:49:34','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-28 17:49:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171959700343229302023',5651,'61719597002','4','1.00','150','retail','0','2024-06-28 20:50:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-28 17:50:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171959703521023243227',5652,'61719597033','1','2.00','300','retail','0','2024-06-28 20:50:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-28 17:50:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171959705793257522102',5653,'61719597056','1','1.00','150','retail','0','2024-06-28 20:50:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-28 17:51:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171959708662422176833',5654,'61719597083','1','1.00','150','retail','0','2024-06-28 20:51:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-28 17:52:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171959714013102392407',5655,'61719597083','36','1.00','5','retail','0','2024-06-28 20:52:18','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-28 17:52:33','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','189.00','188','Inclusive','branch','Inventory','','4000','Asset','',''),('6171959716621123342330',5656,'61719597165','1','1.00','150','retail','0','2024-06-28 20:52:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-28 17:53:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171959719705201126320',5657,'61719597194','1','1.00','150','retail','0','2024-06-28 20:53:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-28 17:53:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171959720422300543203',5658,'61719597194','16','1.00','50','retail','0','2024-06-28 20:53:22','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-28 17:53:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','104.00','103','Inclusive','branch','Inventory','','','','',''),('6171959724523032233433',5659,'61719597243','2','1.00','150','retail','0','2024-06-28 20:54:03','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-28 17:56:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171959729142120720272',5660,'61719597243','34','1.00','20','retail','0','2024-06-28 20:54:47','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-06-28 17:56:13','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6171959736003602931423',5661,'61719597243','10','0.50','400','retail','0','2024-06-28 20:55:54','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-28 17:56:13','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.25','1.75','Inclusive','branch','Inventory','','','','',''),('6171959739033229310133',5662,'61719597389','16','1.00','50','retail','0','2024-06-28 20:56:29','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-28 17:56:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','103.00','102','Inclusive','branch','Inventory','','','','',''),('6171965640042320401134',5663,'61719656394','1','1.00','150','retail','0','2024-06-29 13:19:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-29 10:21:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171965641232335223410',5664,'61719656394','17','1.00','40','retail','0','2024-06-29 13:20:08','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-06-29 10:21:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','87.00','86','Inclusive','branch','Inventory','','','','',''),('6171965649164012120226',5665,'61719656394','30','1.00','80','retail','0','2024-06-29 13:21:28','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-06-29 10:21:49','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('6171965659262323059033',5666,'61719656588','2','1.00','150','retail','0','2024-06-29 13:23:08','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-29 10:23:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171965661808666026012',5667,'61719656588','4','1.00','150','retail','0','2024-06-29 13:23:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-29 10:23:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171965666880832025102',5668,'61719656664','4','2.00','300','retail','0','2024-06-29 13:24:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-29 10:24:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171965675033240511000',5669,'61719656745','2','2.00','300','retail','0','2024-06-29 13:25:46','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-29 10:26:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171965680000122322301',5670,'61719656795','1','2.00','300','retail','0','2024-06-29 13:26:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-29 10:27:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171966517601372204329',5671,'71719665148','10','0.50','400','retail','0','2024-06-29 15:45:48','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-29 12:46:55','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.75','1.25','Inclusive','branch','Inventory','','','','',''),('7171966520212072225532',5672,'71719665148','1','3.00','450','retail','0','2024-06-29 15:46:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 12:46:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('7171966524502223022422',5673,'71719665215','10','0.25','200','retail','0','2024-06-29 15:46:55','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-29 12:48:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('7171966525573237236122',5674,'71719665215','22','1.00','50','retail','0','2024-06-29 15:47:25','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-29 12:48:03','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.00','68','Inclusive','branch','Inventory','','','','',''),('7171966530654736320532',5675,'71719665284','16','4.00','200','retail','0','2024-06-29 15:48:04','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-29 12:48:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','102.00','98','Inclusive','branch','Inventory','','','','',''),('7171966540657320249733',5676,'71719665384','1','1.00','150','retail','0','2024-06-29 15:49:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 12:50:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171968227617032302306',5677,'71719682225','1','4.00','600','retail','0','2024-06-29 20:30:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:31:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('7171968238970030332308',5678,'71719682370','4','3.00','450','retail','0','2024-06-29 20:32:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:33:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171968243932407223334',5679,'71719682410','1','3.00','450','retail','0','2024-06-29 20:33:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:34:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','1.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171968250822403400743',5680,'71719682466','1','1.00','150','retail','0','2024-06-29 20:34:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:35:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.25','0.25','Inclusive','branch','Inventory','','','','',''),('7171968252730207133302',5681,'71719682466','16','1.00','50','retail','0','2024-06-29 20:35:08','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-29 17:35:52','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','98.00','97','Inclusive','branch','Inventory','','','','',''),('7171968261108301012173',5682,'71719682552','1','2.00','300','retail','0','2024-06-29 20:35:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:37:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171968262322723130320',5683,'71719682552','16','2.00','100','retail','0','2024-06-29 20:36:52','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-29 17:37:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','97.00','95','Inclusive','branch','Inventory','','','','',''),('7171968266530330325955',5684,'71719682640','1','2.00','300','retail','0','2024-06-29 20:37:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:38:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171968269810203230291',5685,'71719682689','1','1.00','150','retail','0','2024-06-29 20:38:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:39:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171968273022278273300',5686,'71719682689','17','2.00','80','retail','0','2024-06-29 20:38:33','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-29 17:39:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','86.00','84','Inclusive','branch','Inventory','','','','',''),('7171968277023031660033',5687,'71719682753','1','1.00','150','retail','0','2024-06-29 20:39:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:41:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171968293530625302264',5688,'71719682906','1','1.00','150','retail','0','2024-06-29 20:41:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:42:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171968294727830928119',5689,'71719682906','16','2.00','100','retail','0','2024-06-29 20:42:15','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-29 17:42:50','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','95.00','93','Inclusive','branch','Inventory','','','','',''),('7171968298183122326902',5690,'71719682970','1','1.00','150','retail','0','2024-06-29 20:42:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:43:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171968299423024132970',5691,'71719682970','16','2.00','100','retail','0','2024-06-29 20:43:01','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-29 17:43:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','93.00','91','Inclusive','branch','Inventory','','','','',''),('7171968306312202033622',5692,'71719683023','1','1.00','150','retail','0','2024-06-29 20:43:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:44:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171968314603243242404',5693,'71719683085','10','1.00','800','retail','0','2024-06-29 20:44:45','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-29 17:46:17','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7171968332603330023023',5694,'71719683325','1','3.00','450','retail','0','2024-06-29 20:48:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:51:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('7171968333530207133302',5695,'71719683325','16','2.00','100','retail','0','2024-06-29 20:48:54','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-29 17:51:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','91.00','89','Inclusive','branch','Inventory','','','','',''),('7171968349489243243222',5696,'71719683325','10','0.25','200','retail','0','2024-06-29 20:51:33','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-29 17:51:35','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.00','3.75','Inclusive','branch','Inventory','','','','',''),('7171968350602203702443',5697,'71719683505','1','1.00','150','retail','0','2024-06-29 20:51:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:52:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171968351023180021061',5698,'71719683505','1','1.00','150','retail','0','2024-06-29 20:51:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:52:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171968352521300502003',5699,'71719683505','10','0.50','400','retail','0','2024-06-29 20:52:04','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-29 17:52:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.75','3.25','Inclusive','branch','Inventory','','','','',''),('7171968394303393904230',5700,'71719683942','2','1.00','150','retail','0','2024-06-29 20:59:02','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:59:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171968394906216093268',5701,'71719683942','2','2.00','300','retail','0','2024-06-29 20:59:08','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:59:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171968398207212333063',5702,'71719683981','1','1.00','150','retail','0','2024-06-29 20:59:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 17:59:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171968398877238828822',5703,'71719683981','17','2.00','80','retail','0','2024-06-29 20:59:47','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-29 17:59:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','84.00','82','Inclusive','branch','Inventory','','','','',''),('7171968413537832631703',5704,'71719684135','4','3.00','450','retail','0','2024-06-29 21:02:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 18:02:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7171968416242114232623',5705,'71719684161','1','1.00','150','retail','0','2024-06-29 21:02:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 18:02:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171968416733431841013',5706,'71719684161','17','1.00','40','retail','0','2024-06-29 21:02:47','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-29 18:02:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','82.00','81','Inclusive','branch','Inventory','','','','',''),('7171968417422720309022',5707,'71719684161','36','2.00','10','retail','0','2024-06-29 21:02:53','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-29 18:02:55','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','188.00','186','Inclusive','branch','Inventory','','4000','Asset','',''),('7171968426833272020092',5708,'71719684267','1','1.00','150','retail','0','2024-06-29 21:04:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 18:04:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171968427313272689293',5709,'71719684267','2','3.00','450','retail','0','2024-06-29 21:04:32','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-29 18:04:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171968428423322494073',5710,'71719684283','1','2.00','300','retail','0','2024-06-29 21:04:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 18:06:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171968436173722218403',5711,'71719684283','16','2.00','100','retail','0','2024-06-29 21:06:01','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-29 18:06:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','89.00','87','Inclusive','branch','Inventory','','','','',''),('7171968436223024224173',5712,'71719684283','16','2.00','100','retail','0','2024-06-29 21:06:01','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-29 18:06:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','87.00','85','Inclusive','branch','Inventory','','','','',''),('7171968451822710387277',5713,'71719684518','3','1.00','150','retail','0','2024-06-29 21:08:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 18:09:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7171968452101233229232',5714,'71719684518','2','1.00','150','retail','0','2024-06-29 21:08:40','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-29 18:09:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171968452233432381722',5715,'71719684518','4','1.00','150','retail','0','2024-06-29 21:08:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 18:09:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171968454794343427278',5716,'71719684518','16','1.00','50','retail','0','2024-06-29 21:09:06','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-29 18:09:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','85.00','84','Inclusive','branch','Inventory','','','','',''),('7171968455233228337120',5717,'71719684518','34','1.00','20','retail','0','2024-06-29 21:09:12','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-06-29 18:09:19','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7171968467822830323223',5718,'71719684677','1','2.00','300','retail','0','2024-06-29 21:11:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 18:11:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171968468924236033332',5719,'71719684677','10','0.25','200','retail','0','2024-06-29 21:11:29','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-29 18:11:49','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.25','3','Inclusive','branch','Inventory','','','','',''),('7171968472830802008390',5720,'71719684727','1','1.00','150','retail','0','2024-06-29 21:12:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 18:12:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171968475032972263823',5721,'71719684749','1','1.00','150','retail','0','2024-06-29 21:12:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 18:12:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171968476522320273832',5722,'71719684749','1','4.00','600','retail','0','2024-06-29 21:12:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-29 18:12:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('6171974026626293629400',5723,'61719740264','1','4.00','600','retail','0','2024-06-30 12:37:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 09:38:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('6171974031033201323007',5724,'61719740308','1','1.00','150','retail','0','2024-06-30 12:38:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 09:39:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171974033533029343043',5725,'61719740308','10','0.50','400','retail','0','2024-06-30 12:38:52','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-30 09:39:09','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.00','2.5','Inclusive','branch','Inventory','','','','',''),('6171974037192391402230',5726,'61719740367','1','4.00','600','retail','0','2024-06-30 12:39:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 09:39:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('6171974038132200232932',5727,'61719740367','34','1.00','20','retail','0','2024-06-30 12:39:37','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-06-30 09:39:51','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6171974041347374103234',5728,'61719740412','1','1.00','150','retail','0','2024-06-30 12:40:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 09:41:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171974049440932043900',5729,'61719740412','10','0.25','200','retail','0','2024-06-30 12:41:17','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-30 09:41:43','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6171974052602923423273',5730,'61719740524','4','2.00','300','retail','0','2024-06-30 12:42:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 09:42:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6171974052932222200923',5731,'61719740524','2','2.00','300','retail','0','2024-06-30 12:42:07','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-30 09:42:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171974053422320939290',5732,'61719740524','1','1.00','150','retail','0','2024-06-30 12:42:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 09:42:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171974138120233920321',5733,'61719741379','1','3.00','450','retail','0','2024-06-30 12:56:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 09:56:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6171974216231103202101',5734,'61719742152','1','5.00','750','retail','0','2024-06-30 13:09:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 10:09:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.25','-4.75','Inclusive','branch','Inventory','','','','',''),('6171974289523242913223',5735,'61719742657','10','0.25','200','retail','0','2024-06-30 13:17:37','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-30 10:31:36','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('6171974293272203033020',5736,'61719742657','1','3.00','450','retail','0','2024-06-30 13:21:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 10:31:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6171974361633636202303',5737,'61719743574','16','3.00','150','retail','0','2024-06-30 13:32:54','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-30 10:33:57','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','84.00','81','Inclusive','branch','Inventory','','','','',''),('7171974372821727342274',5738,'71719743712','16','1.00','50','retail','0','2024-06-30 13:35:12','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-30 10:35:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','','','','',''),('7171974374122372744333',5739,'71719743712','1','3.00','450','retail','0','2024-06-30 13:35:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 10:35:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('7171974379533270190227',5740,'71719743743','1','2.00','300','retail','0','2024-06-30 13:35:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 10:36:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171974382017022032002',5741,'71719743807','1','2.00','300','retail','0','2024-06-30 13:36:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 10:37:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171974383834232239332',5742,'71719743830','1','2.00','300','retail','0','2024-06-30 13:37:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 10:37:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171974396940364221030',5743,'71719743954','4','2.00','300','retail','0','2024-06-30 13:39:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 11:08:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171974405643432373323',5744,'71719743954','1','1.00','150','retail','0','2024-06-30 13:39:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 11:08:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171974570524373533003',5745,'71719745696','1','1.00','150','retail','0','2024-06-30 14:08:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 11:08:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171974573577207523104',5746,'71719745718','2','1.00','150','retail','0','2024-06-30 14:08:38','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-30 11:09:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171974574725772232037',5747,'71719745718','4','1.00','150','retail','0','2024-06-30 14:08:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 11:09:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171974575302200310222',5748,'71719745718','1','1.00','150','retail','0','2024-06-30 14:09:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 11:09:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171975474437332339032',5749,'71719752217','2','2.00','300','retail','0','2024-06-30 15:56:57','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:39:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171975477027032302007',5750,'71719752217','10','0.25','200','retail','0','2024-06-30 16:39:04','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-30 13:39:46','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('7171975480523342000032',5751,'71719754786','10','0.50','400','retail','0','2024-06-30 16:39:46','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-30 13:40:26','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.75','1.25','Inclusive','branch','Inventory','','','','',''),('7171975481534313021811',5752,'71719754786','1','1.00','150','retail','0','2024-06-30 16:40:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:40:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171975485223377485203',5753,'71719754827','22','1.00','50','retail','0','2024-06-30 16:40:27','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-30 13:41:03','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','68.00','67','Inclusive','branch','Inventory','','','','',''),('7171975487955073131219',5754,'71719754863','1','1.00','150','retail','0','2024-06-30 16:41:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:41:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171975490332020309237',5755,'71719754890','1','4.00','600','retail','0','2024-06-30 16:41:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:41:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('7171975496520124134200',5756,'71719754916','1','3.00','450','retail','0','2024-06-30 16:41:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:42:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('7171975499127223407300',5757,'71719754978','1','2.00','300','retail','0','2024-06-30 16:42:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:45:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171975509203202329220',5758,'71719754978','33','1.00','10','retail','0','2024-06-30 16:44:40','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-06-30 13:45:10','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('7171975514127333223023',5759,'71719755111','1','2.00','300','retail','0','2024-06-30 16:45:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:45:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171975516932002231130',5760,'71719755159','1','2.00','300','retail','0','2024-06-30 16:45:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:46:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171975527423275733397',5761,'71719755264','1','1.00','150','retail','0','2024-06-30 16:47:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:48:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171975530504177002510',5762,'71719755289','2','4.00','600','retail','0','2024-06-30 16:48:09','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:48:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','4000','Asset','',''),('7171975531774270322310',5763,'71719755289','17','1.00','40','retail','0','2024-06-30 16:48:25','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-06-30 13:48:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','81.00','80','Inclusive','branch','Inventory','','','','',''),('7171975535059325037333',5764,'71719755339','4','1.00','150','retail','0','2024-06-30 16:48:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:49:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7171975537013020731107',5765,'71719755361','1','4.00','600','retail','0','2024-06-30 16:49:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:49:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('7171975538632692512273',5766,'71719755378','1','1.00','150','retail','0','2024-06-30 16:49:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:50:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171975543521143227043',5767,'71719755425','1','1.00','150','retail','0','2024-06-30 16:50:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:50:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171975544202745735303',5768,'71719755425','16','1.00','50','retail','0','2024-06-30 16:50:36','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-30 13:50:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','','','','',''),('7171975549595325422252',5769,'71719755485','10','1.00','800','retail','0','2024-06-30 16:51:25','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-30 13:52:58','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.25','0.25','Inclusive','branch','Inventory','','','','',''),('7171975556502233007327',5770,'71719755485','10','0.50','400','retail','0','2024-06-30 16:52:28','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-30 13:52:58','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','4.25','3.75','Inclusive','branch','Inventory','','','','',''),('7171975560033220463332',5771,'71719755578','2','3.00','450','retail','0','2024-06-30 16:52:59','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:53:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171975561373522123336',5772,'71719755578','4','2.00','300','retail','0','2024-06-30 16:53:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:53:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171975562534303720301',5773,'71719755578','10','0.50','400','retail','0','2024-06-30 16:53:33','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-30 13:53:59','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.75','3.25','Inclusive','branch','Inventory','','','','',''),('7171975565002077017763',5774,'71719755639','1','1.00','150','retail','0','2024-06-30 16:53:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:54:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171975567134612223723',5775,'71719755659','16','2.00','100','retail','0','2024-06-30 16:54:19','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-30 13:54:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','79.00','77','Inclusive','branch','Inventory','','','','',''),('7171975570020202037033',5776,'71719755690','1','1.00','150','retail','0','2024-06-30 16:54:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:55:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171975572252927232771',5777,'71719755712','1','1.00','150','retail','0','2024-06-30 16:55:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:55:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171975572837220242023',5778,'71719755712','2','1.00','150','retail','0','2024-06-30 16:55:22','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:55:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171975573503272379343',5779,'71719755712','16','2.00','100','retail','0','2024-06-30 16:55:28','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-30 13:55:59','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','77.00','75','Inclusive','branch','Inventory','','','','',''),('7171975577340333934530',5780,'71719755759','23','1.00','80','retail','0','2024-06-30 16:55:59','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-06-30 13:56:28','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','37.00','36','Inclusive','branch','Inventory','','','','',''),('7171975580231312242333',5781,'71719755788','4','2.00','300','retail','0','2024-06-30 16:56:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:56:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171975585171070527213',5782,'71719755816','2','1.00','150','retail','0','2024-06-30 16:56:56','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-30 13:57:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171975586724327502537',5783,'71719755816','10','0.25','200','retail','0','2024-06-30 16:57:31','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-30 13:57:57','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.25','3','Inclusive','branch','Inventory','','','','',''),('7171975624733232272333',5784,'71719756095','2','3.00','450','retail','0','2024-06-30 17:01:35','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-30 14:04:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('7171975636812733220227',5785,'71719756360','35','3.00','15','retail','0','2024-06-30 17:06:00','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-06-30 14:06:31','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','26.00','23','Inclusive','branch','Inventory','','','','',''),('7171975642821228323223',5786,'71719756391','1','1.00','150','retail','0','2024-06-30 17:06:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 14:36:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.25','0.25','Inclusive','branch','Inventory','','','','',''),('7171975821303275001320',5787,'71719758201','1','1.00','150','retail','0','2024-06-30 17:36:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 14:37:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171975823871482003333',5788,'71719758227','4','2.00','300','retail','0','2024-06-30 17:37:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 14:37:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7171975826748022293002',5789,'71719758250','10','0.25','200','retail','0','2024-06-30 17:37:30','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-30 14:38:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('7171975827470227793304',5790,'71719758250','2','1.00','150','retail','0','2024-06-30 17:37:47','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-30 14:38:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171975900212220027233',5791,'71719758976','1','1.00','150','retail','0','2024-06-30 17:49:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 14:50:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171975901773331313033',5792,'71719758976','10','0.25','200','retail','0','2024-06-30 17:50:03','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-30 14:50:48','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('7171975908593323290203',5793,'71719759048','1','4.00','600','retail','0','2024-06-30 17:50:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 14:51:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('7171975917471193707307',5794,'71719759144','1','1.00','150','retail','0','2024-06-30 17:52:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 14:53:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171975921323335221912',5795,'71719759185','16','1.00','50','retail','0','2024-06-30 17:53:06','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-30 14:53:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','75.00','74','Inclusive','branch','Inventory','','','','',''),('7171975921932301327531',5796,'71719759185','1','1.00','150','retail','0','2024-06-30 17:53:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 14:53:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171975949152323224333',5797,'71719759447','1','1.00','150','retail','0','2024-06-30 17:57:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 14:58:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7171975950792020033502',5798,'71719759447','10','1.00','800','retail','0','2024-06-30 17:58:11','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-30 14:58:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.50','1.5','Inclusive','branch','Inventory','','','','',''),('7171975952031222437200',5799,'71719759510','16','1.00','50','retail','0','2024-06-30 17:58:30','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-30 14:59:10','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','74.00','73','Inclusive','branch','Inventory','','','','',''),('7171975954643927530107',5800,'71719759510','10','0.50','400','retail','0','2024-06-30 17:58:40','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-06-30 14:59:10','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.50','1','Inclusive','branch','Inventory','','','','',''),('7171976065506202573360',5801,'71719760646','2','4.00','600','retail','0','2024-06-30 18:17:26','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-30 15:18:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','4000','Asset','',''),('7171976066702032020320',5802,'71719760646','16','3.00','150','retail','0','2024-06-30 18:17:36','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-30 15:18:02','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','73.00','70','Inclusive','branch','Inventory','','','','',''),('7171976069730974032690',5803,'71719760682','2','1.00','150','retail','0','2024-06-30 18:18:02','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-30 15:18:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('7171976071939071293239',5804,'71719760706','1','2.00','300','retail','0','2024-06-30 18:18:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 15:18:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7171976072703229300733',5805,'71719760706','16','2.00','100','retail','0','2024-06-30 18:18:39','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-30 15:18:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','70.00','68','Inclusive','branch','Inventory','','','','',''),('7171976083573300353700',5806,'71719760822','16','3.00','150','retail','0','2024-06-30 18:20:22','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-30 15:20:36','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','68.00','65','Inclusive','branch','Inventory','','','','',''),('7171976084444734200210',5807,'71719760837','4','4.00','600','retail','0','2024-06-30 18:20:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 15:20:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7171976085770030231735',5808,'71719760848','25','1.00','150','retail','0','2024-06-30 18:20:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-06-30 15:20:57','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('7171976086622236232303',5809,'71719760858','23','1.00','80','retail','0','2024-06-30 18:20:58','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-06-30 15:21:32','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.00','35','Inclusive','branch','Inventory','','','','',''),('7171976087487476703238',5810,'71719760858','22','1.00','50','retail','0','2024-06-30 18:21:07','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-30 15:21:32','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','67.00','66','Inclusive','branch','Inventory','','','','',''),('7171976088302823032737',5811,'71719760858','16','2.00','100','retail','0','2024-06-30 18:21:14','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-06-30 15:21:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','65.00','63','Inclusive','branch','Inventory','','','','',''),('7171976089033224303729',5812,'71719760858','2','2.00','300','retail','0','2024-06-30 18:21:23','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-30 15:21:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('7171976174600110741202',5813,'71719761296','2','4.00','600','retail','0','2024-06-30 18:28:16','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-06-30 15:35:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','4000','Asset','',''),('6171976400803608273022',5814,'61719764007','1','1.00','150','retail','0','2024-06-30 19:13:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 16:13:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171976401600230139002',5815,'61719764007','36','2.00','10','retail','0','2024-06-30 19:13:33','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-06-30 16:13:54','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','186.00','184','Inclusive','branch','Inventory','','4000','Asset','',''),('6171976405326672530643',5816,'61719764051','2','1.00','150','retail','0','2024-06-30 19:14:11','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-30 16:14:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171976405703476293032',5817,'61719764051','4','1.00','150','retail','0','2024-06-30 19:14:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 16:14:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171976411273762649323',5818,'61719764109','22','2.00','100','retail','0','2024-06-30 19:15:09','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-30 16:15:29','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','66.00','64','Inclusive','branch','Inventory','','','','',''),('6171976414949232129331',5819,'61719764146','1','1.00','150','retail','0','2024-06-30 19:15:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 16:16:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171976419003306263391',5820,'61719764188','1','2.00','300','retail','0','2024-06-30 19:16:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 16:16:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171976422572603220622',5821,'61719764223','1','1.00','150','retail','0','2024-06-30 19:17:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 16:18:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171976431123092231322',5822,'61719764310','2','1.00','150','retail','0','2024-06-30 19:18:30','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-30 16:18:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171976432026000207202',5823,'61719764310','16','1.00','50','retail','0','2024-06-30 19:18:36','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-30 16:18:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.00','62','Inclusive','branch','Inventory','','','','',''),('6171976435330372071303',5824,'61719764350','1','2.00','300','retail','0','2024-06-30 19:19:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 16:19:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171976438532336290200',5825,'61719764350','10','0.50','400','retail','0','2024-06-30 19:19:26','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-06-30 16:19:48','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.00','0.5','Inclusive','branch','Inventory','','','','',''),('6171976440231222437200',5826,'61719764399','1','1.00','150','retail','0','2024-06-30 19:19:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 16:28:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171976493833366723320',5827,'61719764936','1','1.00','150','retail','0','2024-06-30 19:28:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 16:29:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171976494802320421229',5828,'61719764936','16','1.00','50','retail','0','2024-06-30 19:29:05','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-30 16:29:41','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','62.00','61','Inclusive','branch','Inventory','','','','',''),('6171976706027031022333',5829,'61719767003','2','1.00','150','retail','0','2024-06-30 20:03:23','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-30 17:05:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171976713401341103972',5830,'61719767122','16','2.00','100','retail','0','2024-06-30 20:05:22','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-30 17:05:36','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','61.00','59','Inclusive','branch','Inventory','','','','',''),('6171976714339330333203',5831,'61719767136','1','1.00','150','retail','0','2024-06-30 20:05:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 17:06:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171976925195636310313',5832,'61719769233','4','4.00','600','retail','0','2024-06-30 20:40:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 17:41:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6171976932332293313227',5833,'61719769273','1','1.00','150','retail','0','2024-06-30 20:41:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-06-30 17:44:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171976953537632367172',5834,'61719769488','2','1.00','150','retail','0','2024-06-30 20:44:48','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-06-30 17:45:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','4000','Asset','',''),('6171976954345323126749',5835,'61719769488','16','1.00','50','retail','0','2024-06-30 20:45:35','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-06-30 17:45:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','59.00','58','Inclusive','branch','Inventory','','','','',''),('6171982299726833232220',5836,'61719822994','4','1.00','150','retail','0','2024-07-01 11:36:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 08:36:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171982302330323232032',5837,'61719823021','1','1.00','150','retail','0','2024-07-01 11:37:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 08:37:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171982302973203237379',5838,'61719823021','16','1.00','50','retail','0','2024-07-01 11:37:07','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-01 08:37:24','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','','','','',''),('6171983164368112233200',5839,'61719831637','2','3.00','450','retail','0','2024-07-01 14:00:37','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-01 11:01:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset','',''),('6171983168803209031337',5840,'61719831687','2','1.00','150','retail','0','2024-07-01 14:01:27','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-01 11:02:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171983169523363212933',5841,'61719831687','4','1.00','150','retail','0','2024-07-01 14:01:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 11:02:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6171983175832932003663',5842,'61719831748','10','0.25','200','retail','0','2024-07-01 14:02:28','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-01 11:03:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('6171983176890112300224',5843,'61719831748','2','1.00','150','retail','0','2024-07-01 14:02:46','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-01 11:03:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171983178821802307273',5844,'61719831748','16','1.00','50','retail','0','2024-07-01 14:03:04','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-01 11:03:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','57.00','56','Inclusive','branch','Inventory','','','','',''),('6171983179603719311872',5845,'61719831748','35','2.00','10','retail','0','2024-07-01 14:03:13','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-07-01 11:03:28','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','23.00','21','Inclusive','branch','Inventory','','','','',''),('6171983182233140832364',5846,'61719831821','2','1.00','150','retail','0','2024-07-01 14:03:41','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-01 11:04:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171983183533231030311',5847,'61719831821','10','0.25','200','retail','0','2024-07-01 14:03:47','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-01 11:04:14','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6171983186622332322603',5848,'61719831864','1','2.00','300','retail','0','2024-07-01 14:04:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 11:08:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171983206331333662383',5849,'61719831864','10','0.50','400','retail','0','2024-07-01 14:07:36','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-01 11:08:01','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.00','2.5','Inclusive','branch','Inventory','','','','',''),('6171983209103033300393',5850,'61719832090','1','1.00','150','retail','0','2024-07-01 14:08:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 11:08:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171983461901340416331',5851,'61719834616','2','1.00','150','retail','0','2024-07-01 14:50:16','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-01 11:51:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171983463632193049422',5852,'61719834616','23','1.00','80','retail','0','2024-07-01 14:50:33','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-07-01 11:51:06','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','35.00','34','Inclusive','branch','Inventory','','','','',''),('6171983469137049343820',5853,'61719834689','2','2.00','300','retail','0','2024-07-01 14:51:29','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-01 11:52:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171983470114393241333',5854,'61719834689','16','4.00','200','retail','0','2024-07-01 14:51:35','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-01 11:52:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','56.00','52','Inclusive','branch','Inventory','','','','',''),('6171983472402233008328',5855,'61719834689','35','4.00','20','retail','0','2024-07-01 14:52:00','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-07-01 11:52:34','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','21.00','17','Inclusive','branch','Inventory','','','','',''),('6171983473929233022274',5856,'61719834689','33','1.00','10','retail','0','2024-07-01 14:52:17','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-07-01 11:52:34','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('6171983477123903222203',5857,'61719834770','16','2.00','100','retail','0','2024-07-01 14:52:50','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-01 11:53:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','52.00','50','Inclusive','branch','Inventory','','','','',''),('6171983482531783333823',5858,'61719834824','1','1.00','150','retail','0','2024-07-01 14:53:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 11:54:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171983490421341382941',5859,'61719834894','10','0.25','200','retail','0','2024-07-01 14:54:54','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-01 11:55:05','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6171983903002209306323',5860,'61719839026','2','2.00','300','retail','0','2024-07-01 16:03:46','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-01 13:04:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171983904134233424223',5861,'61719839026','16','2.00','100','retail','0','2024-07-01 16:03:55','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-01 13:04:10','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','50.00','48','Inclusive','branch','Inventory','','','','',''),('6171983906173991266040',5862,'61719839056','2','1.00','150','retail','0','2024-07-01 16:04:16','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-01 13:04:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171983906720682669367',5863,'61719839056','16','1.00','50','retail','0','2024-07-01 16:04:25','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-01 13:04:30','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','48.00','47','Inclusive','branch','Inventory','','','','',''),('6171983914499222320339',5864,'61719839142','1','1.00','150','retail','0','2024-07-01 16:05:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 13:06:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171983915120312011222',5865,'61719839142','16','1.00','50','retail','0','2024-07-01 16:05:49','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-01 13:06:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','47.00','46','Inclusive','branch','Inventory','','','','',''),('6171983917912331402238',5866,'61719839177','1','2.00','300','retail','0','2024-07-01 16:06:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 13:06:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171983926806331993037',5867,'61719839266','2','2.00','300','retail','0','2024-07-01 16:07:46','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-01 13:08:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset','',''),('6171983930023903402312',5868,'61719839298','16','1.00','50','retail','0','2024-07-01 16:08:18','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-01 13:09:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.00','45','Inclusive','branch','Inventory','','','','',''),('6171984782031033378041',5869,'61719847818','1','2.00','300','retail','0','2024-07-01 18:30:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 15:30:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171984786823200236303',5870,'61719847866','1','1.00','150','retail','0','2024-07-01 18:31:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 15:31:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171984788112294913323',5871,'61719847866','10','0.25','200','retail','0','2024-07-01 18:31:11','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-01 15:31:23','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('6171984789039883084214',5872,'61719847888','1','2.00','300','retail','0','2024-07-01 18:31:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 15:31:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171985723814883000233',5873,'61719857236','1','2.00','300','retail','0','2024-07-01 21:07:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 18:07:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171985730448202628323',5874,'61719857302','16','1.00','50','retail','0','2024-07-01 21:08:22','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-01 18:08:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','','','','',''),('6171985731232722403042',5875,'61719857302','35','6.00','30','retail','0','2024-07-01 21:08:28','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-07-01 18:08:34','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','17.00','11','Inclusive','branch','Inventory','','','','',''),('6171985733203892922020',5876,'61719857330','16','1.00','50','retail','0','2024-07-01 21:08:50','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-01 18:09:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','','','','',''),('6171985736926033930253',5877,'61719857368','1','1.00','150','retail','0','2024-07-01 21:09:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 18:10:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171985740322334273050',5878,'61719857368','1','2.00','300','retail','0','2024-07-01 21:09:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 18:10:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171985757633176358733',5879,'61719857575','2','1.00','150','retail','0','2024-07-01 21:12:55','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-01 18:13:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset','',''),('6171985761767173263323',5880,'61719857616','1','2.00','300','retail','0','2024-07-01 21:13:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 18:13:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171985763955530633477',5881,'61719857638','1','1.00','150','retail','0','2024-07-01 21:13:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 18:14:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171985764957629103516',5882,'61719857638','10','0.25','200','retail','0','2024-07-01 21:14:02','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-01 18:14:22','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('6171985767634020238138',5883,'61719857672','1','1.00','150','retail','0','2024-07-01 21:14:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 18:14:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6171985768638313007782',5884,'61719857672','10','0.25','200','retail','0','2024-07-01 21:14:40','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-01 18:14:58','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6171985775052733333222',5885,'61719857747','1','2.00','300','retail','0','2024-07-01 21:15:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 18:16:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171985779931219302634',5886,'61719857797','1','2.00','300','retail','0','2024-07-01 21:16:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 18:16:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6171985783442133330201',5887,'61719857833','1','1.00','150','retail','0','2024-07-01 21:17:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-01 18:17:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7172034259990301232223',5888,'71720342589','1','1.00','150','retail','0','2024-07-07 11:56:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-07 08:56:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7172034262622237241272',5889,'71720342610','1','1.00','150','retail','0','2024-07-07 11:56:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-07 08:57:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7172034265930643705530',5890,'71720342610','1','2.00','300','retail','0','2024-07-07 11:57:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-07 08:57:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172034923433322303322',5891,'61720349233','1','2.00','300','retail','0','2024-07-07 13:47:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 10:47:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172034924293233233220',5892,'61720349233','16','1.00','50','retail','0','2024-07-07 13:47:19','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-07 10:47:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','','','','',''),('6172034928133236039722',5893,'61720349280','34','1.00','20','retail','0','2024-07-07 13:48:00','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-07-07 10:49:27','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6172034934140321091032',5894,'61720349280','5','2.00','300','retail','0','2024-07-07 13:48:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 10:49:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172034944502033044242',5895,'61720349440','1','5.00','750','retail','0','2024-07-07 13:50:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 10:50:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.25','-4.75','Inclusive','branch','Inventory','','','','',''),('6172034947923296300230',5896,'61720349475','1','3.00','450','retail','0','2024-07-07 13:51:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 11:43:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6172035401600300367003',5897,'61720354012','1','4.00','600','retail','0','2024-07-07 15:06:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 12:07:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('6172035402430340200422',5898,'61720354012','16','2.00','100','retail','0','2024-07-07 15:07:02','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-07 12:07:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','42.00','40','Inclusive','branch','Inventory','','','','',''),('6172035405530300202304',5899,'61720354053','1','2.00','300','retail','0','2024-07-07 15:07:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 12:08:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172035411200322203731',5900,'61720354109','1','2.00','300','retail','0','2024-07-07 15:08:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 12:08:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172035413303263224332',5901,'61720354131','4','1.00','150','retail','0','2024-07-07 15:08:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 12:09:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172035415676555223020',5902,'61720354155','1','1.00','150','retail','0','2024-07-07 15:09:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 12:09:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172035416636332623230',5903,'61720354155','16','2.00','100','retail','0','2024-07-07 15:09:24','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-07 12:09:41','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','40.00','38','Inclusive','branch','Inventory','','','','',''),('6172035423173231750330',5904,'61720354229','4','3.00','450','retail','0','2024-07-07 15:10:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 12:10:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6172035425353224430052',5905,'61720354253','4','1.00','150','retail','0','2024-07-07 15:10:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 12:11:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172035428042202030204',5906,'61720354275','1','1.00','150','retail','0','2024-07-07 15:11:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 12:11:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172035428750273243222',5907,'61720354275','16','2.00','100','retail','0','2024-07-07 15:11:24','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-07 12:11:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','38.00','36','Inclusive','branch','Inventory','','','','',''),('6172035431101330033000',5908,'61720354309','1','1.00','150','retail','0','2024-07-07 15:11:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 12:12:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172036054634222202230',5909,'61720360543','1','1.00','150','retail','0','2024-07-07 16:55:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 13:56:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172036058333208233833',5910,'61720360579','1','2.00','300','retail','0','2024-07-07 16:56:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 13:56:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172036062022322022362',5911,'61720360615','1','1.00','150','retail','0','2024-07-07 16:56:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 13:57:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172036063430302270630',5912,'61720360615','35','1.00','5','retail','0','2024-07-07 16:57:11','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-07-07 13:57:29','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6172036069799622022200',5913,'61720360692','1','2.00','300','retail','0','2024-07-07 16:58:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 13:58:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172036071230424622732',5914,'61720360692','16','2.00','100','retail','0','2024-07-07 16:58:24','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-07 13:58:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','36.00','34','Inclusive','branch','Inventory','','','','',''),('6172036076226002302003',5915,'61720360759','4','2.00','300','retail','0','2024-07-07 16:59:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:07:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172036129772117213023',5916,'61720361295','1','1.00','150','retail','0','2024-07-07 17:08:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:08:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172036131926223221323',5917,'61720361295','10','0.50','400','retail','0','2024-07-07 17:08:26','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-07 14:08:55','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.50','1','Inclusive','branch','Inventory','','','','',''),('6172036136720117613363',5918,'61720361360','4','2.00','300','retail','0','2024-07-07 17:09:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:12:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172036161333033232237',5919,'61720361602','1','1.00','150','retail','0','2024-07-07 17:13:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:13:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172036166932033360312',5920,'61720361668','4','1.00','150','retail','0','2024-07-07 17:14:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:14:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172036206737233233000',5921,'61720362063','1','2.00','300','retail','0','2024-07-07 17:21:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:21:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172036210840002100262',5922,'61720362099','1','2.00','300','retail','0','2024-07-07 17:21:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:22:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172036211722302231333',5923,'61720362099','17','3.00','120','retail','0','2024-07-07 17:21:52','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-07 14:22:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','80.00','77','Inclusive','branch','Inventory','','','','',''),('6172036215422312240132',5924,'61720362148','4','2.00','300','retail','0','2024-07-07 17:22:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:22:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172036216101313012203',5925,'61720362148','1','2.00','300','retail','0','2024-07-07 17:22:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:22:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172036222733232262333',5926,'61720362225','1','1.00','150','retail','0','2024-07-07 17:23:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:24:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172036224836623032322',5927,'61720362225','10','0.25','200','retail','0','2024-07-07 17:23:50','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-07 14:24:22','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('6172036228020433313302',5928,'61720362278','1','1.00','150','retail','0','2024-07-07 17:24:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:25:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172036229530230220212',5929,'61720362278','10','0.25','200','retail','0','2024-07-07 17:24:48','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-07 14:25:33','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('6172036231232304327330',5930,'61720362278','28','1.00','90','retail','0','2024-07-07 17:25:09','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-07-07 14:25:33','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('6172036251202023274623',5931,'61720362503','1','3.00','450','retail','0','2024-07-07 17:28:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:28:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6172036266300030207231',5932,'61720362654','10','1.00','800','retail','0','2024-07-07 17:30:54','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-07 14:31:18','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.50','2.5','Inclusive','branch','Inventory','','','','',''),('6172036270832130228420',5933,'61720362700','1','1.00','150','retail','0','2024-07-07 17:31:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:33:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172036282472462033302',5934,'61720362816','1','5.00','750','retail','0','2024-07-07 17:33:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:34:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.25','-4.75','Inclusive','branch','Inventory','','','','',''),('6172036286990693203032',5935,'61720362860','10','0.25','200','retail','0','2024-07-07 17:34:20','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-07 14:34:47','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6172036290602132660723',5936,'61720362902','1','2.00','300','retail','0','2024-07-07 17:35:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:35:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172036343700722206232',5937,'61720363435','4','2.00','300','retail','0','2024-07-07 17:43:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:44:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172036344513234534336',5938,'61720363435','28','2.00','180','retail','0','2024-07-07 17:44:02','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-07-07 14:44:31','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','18.00','16','Inclusive','branch','Inventory','','','','',''),('6172036349223623002032',5939,'61720363491','1','1.00','150','retail','0','2024-07-07 17:44:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:45:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172036358634303720301',5940,'61720363585','1','2.00','300','retail','0','2024-07-07 17:46:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:46:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172036362133330322200',5941,'61720363618','17','2.00','80','retail','0','2024-07-07 17:46:58','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-07 14:47:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','77.00','75','Inclusive','branch','Inventory','','','','',''),('6172036365617462700633',5942,'61720363654','1','2.00','300','retail','0','2024-07-07 17:47:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:47:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172036369112602036703',5943,'61720363689','5','1.00','150','retail','0','2024-07-07 17:48:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:48:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172036372930310333313',5944,'61720363725','1','3.00','450','retail','0','2024-07-07 17:48:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:49:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6172036378406220246232',5945,'61720363783','17','1.00','40','retail','0','2024-07-07 17:49:43','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-07 14:50:24','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','75.00','74','Inclusive','branch','Inventory','','','','',''),('6172036380020302632230',5946,'61720363783','1','1.00','150','retail','0','2024-07-07 17:49:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:50:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172036390232330300072',5947,'61720363901','1','1.00','150','retail','0','2024-07-07 17:51:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:52:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172036395060273430230',5948,'61720363936','10','0.50','400','retail','0','2024-07-07 17:52:16','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-07 14:52:42','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.25','1.75','Inclusive','branch','Inventory','','','','',''),('6172036406903336322241',5949,'61720364068','1','1.00','150','retail','0','2024-07-07 17:54:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 14:55:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172036409122042039134',5950,'61720364068','10','0.50','400','retail','0','2024-07-07 17:54:44','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-07 14:55:22','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.75','1.25','Inclusive','branch','Inventory','','','','',''),('6172036511503202002332',5951,'61720365114','1','1.00','150','retail','0','2024-07-07 18:11:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 15:12:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172036516516131301336',5952,'61720365157','1','3.00','450','retail','0','2024-07-07 18:12:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 15:13:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6172036520922202766235',5953,'61720365204','4','8.00','1200','retail','0','2024-07-07 18:13:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 15:13:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'8','0.00','-8','Inclusive','branch','Inventory','','','','',''),('6172036537323503300232',5954,'61720365370','1','4.00','600','retail','0','2024-07-07 18:16:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 15:16:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('6172036540300222222232',5955,'61720365399','1','2.00','300','retail','0','2024-07-07 18:16:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 15:17:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172036542023333043261',5956,'61720365399','16','5.00','250','retail','0','2024-07-07 18:16:56','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-07 15:17:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','34.00','29','Inclusive','branch','Inventory','','','','',''),('6172036545930420303333',5957,'61720365399','1','3.00','450','retail','0','2024-07-07 18:17:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 15:17:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6172036547362403232443',5958,'61720365468','1','2.00','300','retail','0','2024-07-07 18:17:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 15:18:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172036548836213322374',5959,'61720365468','17','4.00','160','retail','0','2024-07-07 18:18:00','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-07 15:18:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','74.00','70','Inclusive','branch','Inventory','','','','',''),('6172036556217553002230',5960,'61720365544','1','4.00','600','retail','0','2024-07-07 18:19:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 15:19:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('6172036562736220610233',5961,'61720365587','10','0.25','200','retail','0','2024-07-07 18:20:06','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-07 15:22:46','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('6172037058362182280322',5962,'61720370582','4','1.00','150','retail','0','2024-07-07 19:43:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 16:44:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172037067826072004202',5963,'61720370582','10','0.50','400','retail','0','2024-07-07 19:44:29','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-07 16:44:56','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.00','0.5','Inclusive','branch','Inventory','','','','',''),('6172037072822072337302',5964,'61720370726','1','1.00','150','retail','0','2024-07-07 19:45:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 16:45:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172037082503523202252',5965,'61720370819','1','5.00','750','retail','0','2024-07-07 19:46:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 16:47:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.25','-4.75','Inclusive','branch','Inventory','','','','',''),('6172037086103002367027',5966,'61720370859','1','2.00','300','retail','0','2024-07-07 19:47:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 16:47:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172037091000332630420',5967,'61720370908','1','2.00','300','retail','0','2024-07-07 19:48:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 16:48:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172037091663231626220',5968,'61720370908','17','1.00','40','retail','0','2024-07-07 19:48:34','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-07 16:48:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','70.00','69','Inclusive','branch','Inventory','','','','',''),('6172037092113330322300',5969,'61720370908','16','2.00','100','retail','0','2024-07-07 19:48:38','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-07 16:48:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','29.00','27','Inclusive','branch','Inventory','','','','',''),('6172037106622206201033',5970,'61720371063','1','2.00','300','retail','0','2024-07-07 19:51:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 16:51:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172037107331322242333',5971,'61720371072','1','1.00','150','retail','0','2024-07-07 19:51:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 16:51:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172037107703703402773',5972,'61720371072','4','1.00','150','retail','0','2024-07-07 19:51:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 16:51:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172037261763122321022',5973,'61720372616','1','1.00','150','retail','0','2024-07-07 20:16:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 17:17:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172037266516023267223',5974,'61720372663','1','2.00','300','retail','0','2024-07-07 20:17:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 17:18:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172037267202207733222',5975,'61720372663','1','1.00','150','retail','0','2024-07-07 20:17:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 17:18:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172037335402633022773',5976,'61720373351','1','2.00','300','retail','0','2024-07-07 20:29:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-07 17:29:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172044571840025235237',5977,'61720445699','10','0.75','600','retail','0','2024-07-08 16:34:59','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-08 13:35:29','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','3.50','2.75','Inclusive','branch','Inventory','','','','',''),('6172044572772522236152',5978,'61720445699','1','3.00','450','retail','0','2024-07-08 16:35:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 13:35:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6172044575675332422206',5979,'61720445748','10','0.25','200','retail','0','2024-07-08 16:35:48','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-08 13:35:58','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('6172044576973249740360',5980,'61720445767','1','1.00','150','retail','0','2024-07-08 16:36:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 13:36:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172044583802514332530',5981,'61720445835','1','2.00','300','retail','0','2024-07-08 16:37:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 13:37:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172044865836022242683',5982,'61720445839','1','1.00','150','retail','0','2024-07-08 16:37:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 14:24:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172044869523252345723',5983,'61720448672','1','1.00','150','retail','0','2024-07-08 17:24:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 14:25:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172044871400321000222',5984,'61720448672','1','1.00','150','retail','0','2024-07-08 17:24:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 14:25:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172044872320327260302',5985,'61720448672','22','1.00','50','retail','0','2024-07-08 17:25:14','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-08 14:25:41','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','64.00','63','Inclusive','branch','Inventory','','','','',''),('6172044886126167302222',5986,'61720448741','1','1.00','150','retail','0','2024-07-08 17:25:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 14:27:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172044888232732424002',5987,'61720448871','1','1.00','150','retail','0','2024-07-08 17:27:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 14:28:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172044889640336064460',5988,'61720448871','21','1.00','80','retail','0','2024-07-08 17:28:02','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-07-08 14:28:37','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','29.00','28','Inclusive','branch','Inventory','','','','',''),('6172044895023233302323',5989,'61720448918','1','3.00','450','retail','0','2024-07-08 17:28:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 14:29:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6172044895742210835320',5990,'61720448918','17','1.00','40','retail','0','2024-07-08 17:29:10','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-08 14:29:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','69.00','68','Inclusive','branch','Inventory','','','','',''),('6172044899702333347001',5991,'61720448970','1','1.00','150','retail','0','2024-07-08 17:29:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 14:30:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172044904242234021040',5992,'61720449035','1','2.00','300','retail','0','2024-07-08 17:30:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 14:31:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.25','2.25','Inclusive','branch','Inventory','','','','',''),('6172044905994223302320',5993,'61720449035','10','0.25','200','retail','0','2024-07-08 17:30:43','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-08 14:31:38','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6172044907232220270222',5994,'61720449035','17','2.00','80','retail','0','2024-07-08 17:30:59','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-08 14:31:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','68.00','66','Inclusive','branch','Inventory','','','','',''),('6172044908432232332336',5995,'61720449035','34','1.00','20','retail','0','2024-07-08 17:31:12','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-07-08 14:31:38','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6172044911330373210212',5996,'61720449098','1','2.00','300','retail','0','2024-07-08 17:31:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 14:32:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.25','0.25','Inclusive','branch','Inventory','','','','',''),('6172044913640002224014',5997,'61720449125','1','1.00','150','retail','0','2024-07-08 17:32:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 14:32:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172044914434943414110',5998,'61720449125','16','2.00','100','retail','0','2024-07-08 17:32:17','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-08 14:32:44','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','27.00','25','Inclusive','branch','Inventory','','','','',''),('6172044917707233342270',5999,'61720449164','1','1.00','150','retail','0','2024-07-08 17:32:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 14:33:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172044920740420306933',6000,'61720449195','1','1.00','150','retail','0','2024-07-08 17:33:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 14:33:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172044923632422619022',6001,'61720449218','1','1.00','150','retail','0','2024-07-08 17:33:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 14:35:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172044925363329302422',6002,'61720449218','10','0.25','200','retail','0','2024-07-08 17:33:56','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-08 14:35:06','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('6172044932202320402232',6003,'61720449307','1','1.00','150','retail','0','2024-07-08 17:35:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 14:35:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172044933602342233234',6004,'61720449307','23','1.00','80','retail','0','2024-07-08 17:35:22','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-07-08 14:35:58','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','34.00','33','Inclusive','branch','Inventory','','','','',''),('6172044934744239100303',6005,'61720449307','16','2.00','100','retail','0','2024-07-08 17:35:37','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-08 14:35:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','25.00','23','Inclusive','branch','Inventory','','','','',''),('6172044943372410322922',6006,'61720449424','1','1.00','150','retail','0','2024-07-08 17:37:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 14:37:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172045767433337700052',6007,'61720457672','1','2.00','300','retail','0','2024-07-08 19:54:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 16:54:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172045773804223332235',6008,'61720457736','1','1.00','150','retail','0','2024-07-08 19:55:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 16:56:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172045781224372420312',6009,'61720457810','1','1.00','150','retail','0','2024-07-08 19:56:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 16:57:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172045784924033030253',6010,'61720457845','17','2.00','80','retail','0','2024-07-08 19:57:25','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-08 16:57:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','66.00','64','Inclusive','branch','Inventory','','','','',''),('6172045787926177302222',6011,'61720457878','1','1.00','150','retail','0','2024-07-08 19:57:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 16:58:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172045790927090329203',6012,'61720457907','1','1.00','150','retail','0','2024-07-08 19:58:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 16:58:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172045791222422200432',6013,'61720457907','4','1.00','150','retail','0','2024-07-08 19:58:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 16:58:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172046136433362330313',6014,'61720461362','1','2.00','300','retail','0','2024-07-08 20:56:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 17:56:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172046273022306233632',6015,'61720462728','4','2.00','300','retail','0','2024-07-08 21:18:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-08 18:19:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172046274032430642616',6016,'61720462728','10','0.50','400','retail','0','2024-07-08 21:18:54','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-08 18:19:02','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.00','1.5','Inclusive','branch','Inventory','','','','',''),('7172052755725202735033',6017,'71720527505','1','2.00','300','retail','0','2024-07-09 15:18:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-09 12:19:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7172052759733093200303',6018,'71720527579','10','0.25','200','retail','0','2024-07-09 15:19:39','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-09 12:20:29','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('7172052760432002323202',6019,'71720527579','1','1.00','150','retail','0','2024-07-09 15:19:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-09 12:20:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.25','0.25','Inclusive','branch','Inventory','','','','',''),('7172052761623202137223',6020,'71720527579','30','1.00','80','retail','0','2024-07-09 15:20:04','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-07-09 12:20:29','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('7172052764341322360722',6021,'71720527630','23','1.00','80','retail','0','2024-07-09 15:20:30','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-07-09 12:21:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','33.00','32','Inclusive','branch','Inventory','','','','',''),('7172052766424762220230',6022,'71720527630','4','1.00','150','retail','0','2024-07-09 15:20:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-09 12:21:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172052769524703040072',6023,'71720527677','16','1.00','50','retail','0','2024-07-09 15:21:17','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-09 12:21:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('7172052770120271752023',6024,'71720527677','4','1.00','150','retail','0','2024-07-09 15:21:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-09 12:21:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172053303232323032735',6025,'71720533008','10','0.25','200','retail','0','2024-07-09 16:50:08','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-09 13:50:58','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('7172053304135203130342',6026,'71720533008','1','1.00','150','retail','0','2024-07-09 16:50:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-09 13:50:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7172053307332023737400',6027,'71720533058','4','2.00','300','retail','0','2024-07-09 16:50:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-09 13:51:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172053308020030201323',6028,'71720533058','34','1.00','20','retail','0','2024-07-09 16:51:14','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-07-09 13:51:33','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7172053310300353313122',6029,'71720533094','4','1.00','150','retail','0','2024-07-09 16:51:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-09 13:52:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172053311343333203210',6030,'71720533094','22','1.00','50','retail','0','2024-07-09 16:51:43','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-09 13:52:09','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','63.00','62','Inclusive','branch','Inventory','','','','',''),('7172053312132237100300',6031,'71720533094','16','1.00','50','retail','0','2024-07-09 16:51:54','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-09 13:52:09','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('7172053313803331333037',6032,'71720533130','1','1.00','150','retail','0','2024-07-09 16:52:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-09 13:52:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7172053317170302332133',6033,'71720533157','4','2.00','300','retail','0','2024-07-09 16:52:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-09 13:53:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172053319474322002024',6034,'71720533181','16','4.00','200','retail','0','2024-07-09 16:53:02','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-09 13:53:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','21.00','17','Inclusive','branch','Inventory','','','','',''),('7172053321932210331320',6035,'71720533209','1','1.00','150','retail','0','2024-07-09 16:53:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-09 13:53:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7172053324337332330032',6036,'71720533229','22','2.00','100','retail','0','2024-07-09 16:53:49','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-09 13:54:37','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','62.00','60','Inclusive','branch','Inventory','','','','',''),('7172053325320312322223',6037,'71720533229','17','3.00','120','retail','0','2024-07-09 16:54:03','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-07-09 13:54:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','64.00','61','Inclusive','branch','Inventory','','','','',''),('7172053326232223022774',6038,'71720533229','1','1.00','150','retail','0','2024-07-09 16:54:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-09 13:54:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7172053328930023203322',6039,'71720533278','22','2.00','100','retail','0','2024-07-09 16:54:38','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-09 13:54:51','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','60.00','58','Inclusive','branch','Inventory','','','','',''),('7172053331073222351221',6040,'71720533291','10','0.25','200','retail','0','2024-07-09 16:54:51','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-09 13:55:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('7172053636460232372003',6041,'71720533683','1','2.00','300','retail','0','2024-07-09 17:01:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-09 14:46:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('7172054205140332372232',6042,'71720536396','4','2.00','300','retail','0','2024-07-09 17:46:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-09 16:21:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172054212603233747343',6043,'71720542107','16','2.00','100','retail','0','2024-07-09 19:21:56','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-09 16:23:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','17.00','15','Inclusive','branch','Inventory','','','','',''),('7172054220832802480322',6044,'71720542107','16','2.00','100','retail','0','2024-07-09 19:23:08','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-09 16:23:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','15.00','13','Inclusive','branch','Inventory','','','','',''),('7172054226322343232243',6045,'71720542224','1','1.00','150','retail','0','2024-07-09 19:23:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-09 16:24:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('7172054230933222473273',6046,'71720542291','1','4.00','600','retail','0','2024-07-09 19:24:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-09 16:25:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('6172061943102134333333',6047,'61720619427','1','1.00','150','retail','0','2024-07-10 16:50:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 13:51:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172061944924232322014',6048,'61720619427','16','1.00','50','retail','0','2024-07-10 16:50:47','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-10 13:51:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('6172061949302363304933',6049,'61720619492','1','1.00','150','retail','0','2024-07-10 16:51:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 13:52:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172061957903333226090',6050,'61720619576','1','1.00','150','retail','0','2024-07-10 16:52:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 13:53:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172061963602316232320',6051,'61720619633','1','2.00','300','retail','0','2024-07-10 16:53:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 13:54:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172061969130132301302',6052,'61720619688','1','3.00','450','retail','0','2024-07-10 16:54:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 13:55:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6172061985521330732963',6053,'61720619853','4','2.00','300','retail','0','2024-07-10 16:57:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 13:58:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172061986208310272132',6054,'61720619853','1','1.00','150','retail','0','2024-07-10 16:57:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 13:58:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172061989123023362373',6055,'61720619853','10','0.50','400','retail','0','2024-07-10 16:58:05','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-10 13:58:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.75','0.25','Inclusive','branch','Inventory','','','','',''),('6172061990941200223022',6056,'61720619853','16','4.00','200','retail','0','2024-07-10 16:58:25','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-10 13:58:30','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','12.00','8','Inclusive','branch','Inventory','','','','',''),('6172063075132137503401',6057,'61720630750','1','1.00','150','retail','0','2024-07-10 19:59:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 16:59:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172063078022136607032',6058,'61720630778','1','2.00','300','retail','0','2024-07-10 19:59:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:00:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172063079093323632722',6059,'61720630778','16','4.00','200','retail','0','2024-07-10 19:59:46','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-10 17:00:01','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','8.00','4','Inclusive','branch','Inventory','','','','',''),('6172063083032200232032',6060,'61720630827','1','4.00','600','retail','0','2024-07-10 20:00:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:00:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('6172063087623300373831',6061,'61720630875','1','1.00','150','retail','0','2024-07-10 20:01:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:01:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172063096110230424326',6062,'61720630958','1','1.00','150','retail','0','2024-07-10 20:02:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:03:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172063097530222232326',6063,'61720630958','16','2.00','100','retail','0','2024-07-10 20:02:44','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-10 17:03:41','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.00','2','Inclusive','branch','Inventory','','','','',''),('6172063107233237412330',6064,'61720631071','1','1.00','150','retail','0','2024-07-10 20:04:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:04:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172063115223122212363',6065,'61720631150','1','2.00','300','retail','0','2024-07-10 20:05:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:07:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172063116066033213237',6066,'61720631150','17','4.00','160','retail','0','2024-07-10 20:05:56','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-10 17:07:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','61.00','57','Inclusive','branch','Inventory','','','','',''),('6172063124702103420204',6067,'61720631150','33','1.00','10','retail','0','2024-07-10 20:07:25','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-07-10 17:07:40','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('6172063127603673012406',6068,'61720631275','1','1.00','150','retail','0','2024-07-10 20:07:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:08:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172063130133200612322',6069,'61720631299','1','1.00','150','retail','0','2024-07-10 20:08:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:08:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172063130623300434070',6070,'61720631299','17','1.00','40','retail','0','2024-07-10 20:08:24','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-10 17:08:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','57.00','56','Inclusive','branch','Inventory','','','','',''),('6172063134314300623133',6071,'61720631342','1','1.00','150','retail','0','2024-07-10 20:09:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:09:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172063142023122316402',6072,'61720631416','1','2.00','300','retail','0','2024-07-10 20:10:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:10:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172063143838833240223',6073,'61720631435','16','2.00','100','retail','0','2024-07-10 20:10:35','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-10 17:10:53','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.00','0','Inclusive','branch','Inventory','','','','',''),('6172063148040326223030',6074,'61720631470','1','3.00','450','retail','0','2024-07-10 20:11:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:11:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6172063156160232221335',6075,'61720631555','1','1.00','150','retail','0','2024-07-10 20:12:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:12:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172063165662325722266',6076,'61720631654','16','2.00','100','retail','0','2024-07-10 20:14:14','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-10 17:14:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','52.00','50','Inclusive','branch','Inventory','','','','',''),('6172063202223202303230',6077,'61720632018','1','1.00','150','retail','0','2024-07-10 20:20:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:21:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172063205122222073226',6078,'61720632018','33','2.00','20','retail','0','2024-07-10 20:20:49','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-07-10 17:21:11','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','12.00','10','Inclusive','branch','Inventory','','','','',''),('6172063263403220222463',6079,'61720632630','1','1.00','150','retail','0','2024-07-10 20:30:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:30:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172063389404093332243',6080,'61720633893','1','1.00','150','retail','0','2024-07-10 20:51:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:51:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172063391838620847324',6081,'61720633917','1','1.00','150','retail','0','2024-07-10 20:51:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:52:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172063392793032203622',6082,'61720633917','33','2.00','20','retail','0','2024-07-10 20:52:06','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-07-10 17:52:18','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','10.00','8','Inclusive','branch','Inventory','','','','',''),('6172063394924933233331',6083,'61720633948','1','1.00','150','retail','0','2024-07-10 20:52:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 17:52:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172063439033222003326',6084,'61720634388','1','2.00','300','retail','0','2024-07-10 20:59:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 18:00:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172063439503792322900',6085,'61720634388','17','2.00','80','retail','0','2024-07-10 20:59:53','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-10 18:00:05','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','56.00','54','Inclusive','branch','Inventory','','','','',''),('6172063444123343223322',6086,'61720634440','1','2.00','300','retail','0','2024-07-10 21:00:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-10 18:00:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172069694522034433002',6087,'61720696944','1','2.00','300','retail','0','2024-07-11 14:22:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 12:21:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172071017843226133220',6088,'61720710167','1','2.00','300','retail','0','2024-07-11 18:02:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 15:03:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172071020737222210330',6089,'61720710205','4','2.00','300','retail','0','2024-07-11 18:03:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 15:03:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172071023711222671230',6090,'61720710236','1','1.00','150','retail','0','2024-07-11 18:03:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 15:04:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172071027724772026033',6091,'61720710276','1','1.00','150','retail','0','2024-07-11 18:04:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 15:12:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172071028260326226132',6092,'61720710276','1','1.00','150','retail','0','2024-07-11 18:04:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 15:12:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172071068366320303230',6093,'61720710276','10','0.50','400','retail','0','2024-07-11 18:11:17','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-11 15:12:18','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','4.25','3.75','Inclusive','branch','Inventory','','','','',''),('6172071070301132220206',6094,'61720710276','25','1.00','150','retail','0','2024-07-11 18:11:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 15:12:18','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('6172071071500702330353',6095,'61720710276','16','4.00','200','retail','0','2024-07-11 18:11:50','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-11 15:12:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','50.00','46','Inclusive','branch','Inventory','','','','',''),('6172071072617232303733',6096,'61720710276','33','2.00','20','retail','0','2024-07-11 18:12:04','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-07-11 15:12:18','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','8.00','6','Inclusive','branch','Inventory','','','','',''),('6172071121827201331722',6097,'61720711215','1','1.00','150','retail','0','2024-07-11 18:20:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 15:20:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172071125223101431332',6098,'61720711251','1','1.00','150','retail','0','2024-07-11 18:20:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 15:21:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172071125800822332232',6099,'61720711251','22','1.00','50','retail','0','2024-07-11 18:20:57','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-11 15:21:15','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','58.00','57','Inclusive','branch','Inventory','','','','',''),('6172071129322703321293',6100,'61720711292','1','1.00','150','retail','0','2024-07-11 18:21:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 15:22:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172071765250330302030',6101,'61720717651','1','1.00','150','retail','0','2024-07-11 20:07:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 17:07:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172071767920233612723',6102,'61720717679','1','1.00','150','retail','0','2024-07-11 20:07:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 17:08:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172071867523670123620',6103,'61720718666','10','0.25','200','retail','0','2024-07-11 20:24:26','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-11 17:24:59','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.75','3.5','Inclusive','branch','Inventory','','','','',''),('6172071871932732207303',6104,'61720718718','1','1.00','150','retail','0','2024-07-11 20:25:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 17:25:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172071878003231822022',6105,'61720718753','1','1.00','150','retail','0','2024-07-11 20:25:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 17:27:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172071880112830302220',6106,'61720718753','10','0.25','200','retail','0','2024-07-11 20:26:27','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-11 17:27:21','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.50','3.25','Inclusive','branch','Inventory','','','','',''),('6172071885733032232633',6107,'61720718855','34','1.00','20','retail','0','2024-07-11 20:27:35','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-07-11 17:28:31','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('6172071887232222303727',6108,'61720718855','22','2.00','100','retail','0','2024-07-11 20:27:49','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-11 17:28:31','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','57.00','55','Inclusive','branch','Inventory','','','','',''),('6172071888723037832100',6109,'61720718855','1','1.00','150','retail','0','2024-07-11 20:28:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 17:28:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172071892982032203203',6110,'61720718923','10','0.25','200','retail','0','2024-07-11 20:28:43','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-11 17:29:11','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.25','3','Inclusive','branch','Inventory','','','','',''),('6172071893532071229027',6111,'61720718923','16','1.00','50','retail','0','2024-07-11 20:28:53','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-11 17:29:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.00','45','Inclusive','branch','Inventory','','','','',''),('6172071896561231032633',6112,'61720718963','1','1.00','150','retail','0','2024-07-11 20:29:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 17:30:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172071897522312344232',6113,'61720718963','20','1.00','60','retail','0','2024-07-11 20:29:33','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-07-11 17:30:21','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','48.00','47','Inclusive','branch','Inventory','','','','',''),('6172071903882030830220',6114,'61720719036','1','1.00','150','retail','0','2024-07-11 20:30:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-11 17:30:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172071904302390940334',6115,'61720719036','16','1.00','50','retail','0','2024-07-11 20:30:41','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-11 17:30:44','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','','','','',''),('6172078507022272320412',6116,'61720785069','1','1.00','150','retail','0','2024-07-12 14:51:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 11:51:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172078508938033992222',6117,'61720785087','16','1.00','50','retail','0','2024-07-12 14:51:27','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-12 11:51:30','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','','','','',''),('6172078510473121100443',6118,'61720785097','16','1.00','50','retail','0','2024-07-12 14:51:37','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-12 11:51:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','','','','',''),('6172078658107233846383',6119,'61720786580','22','1.00','50','retail','0','2024-07-12 15:16:20','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-12 12:16:54','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','55.00','54','Inclusive','branch','Inventory','','','','',''),('6172078663537345228613',6120,'61720786634','1','2.00','300','retail','0','2024-07-12 15:17:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 12:17:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172078664108301012273',6121,'61720786634','16','3.00','150','retail','0','2024-07-12 15:17:18','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-12 12:17:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','42.00','39','Inclusive','branch','Inventory','','','','',''),('6172078693482296772337',6122,'61720786933','16','2.00','100','retail','0','2024-07-12 15:22:13','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-12 12:22:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','39.00','37','Inclusive','branch','Inventory','','','','',''),('6172078873734182363226',6123,'61720788736','1','1.00','150','retail','0','2024-07-12 15:52:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 12:52:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172078875142382130410',6124,'61720788736','10','0.25','200','retail','0','2024-07-12 15:52:20','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-12 12:52:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('6172078881103628818408',6125,'61720788810','1','1.00','150','retail','0','2024-07-12 15:53:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 12:54:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172078889233087332333',6126,'61720788888','16','4.00','200','retail','0','2024-07-12 15:54:48','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-12 12:55:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','37.00','33','Inclusive','branch','Inventory','','','','',''),('6172079196007033900300',6127,'61720791958','17','2.00','80','retail','0','2024-07-12 16:45:58','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-12 13:47:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','54.00','52','Inclusive','branch','Inventory','','','','',''),('6172079199327339273629',6128,'61720791958','16','1.00','50','retail','0','2024-07-12 16:46:03','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-12 13:47:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','33.00','32','Inclusive','branch','Inventory','','','','',''),('6172079209990030227939',6129,'61720792096','10','1.00','800','retail','0','2024-07-12 16:48:16','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-12 13:49:38','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.75','1.75','Inclusive','branch','Inventory','','','','',''),('6172079215222622236272',6130,'61720792096','1','2.00','300','retail','0','2024-07-12 16:49:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 13:49:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172079229832003272083',6131,'61720792297','1','1.00','150','retail','0','2024-07-12 16:51:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 13:52:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172079232232203007220',6132,'61720792297','10','0.50','400','retail','0','2024-07-12 16:51:47','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-12 13:52:22','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.75','1.25','Inclusive','branch','Inventory','','','','',''),('6172079232777322002027',6133,'61720792297','1','1.00','150','retail','0','2024-07-12 16:52:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 13:52:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172079243362040623023',6134,'61720792429','17','2.00','80','retail','0','2024-07-12 16:53:49','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-12 13:54:10','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','52.00','50','Inclusive','branch','Inventory','','','','',''),('6172079249233023220330',6135,'61720792488','1','1.00','150','retail','0','2024-07-12 16:54:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 13:55:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172079251823503304230',6136,'61720792488','10','0.50','400','retail','0','2024-07-12 16:55:00','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-12 13:55:46','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.25','0.75','Inclusive','branch','Inventory','','','','',''),('6172079253434227333767',6137,'61720792488','35','2.00','10','retail','0','2024-07-12 16:55:31','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-07-12 13:55:46','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','10.00','8','Inclusive','branch','Inventory','','','','',''),('6172079256306300572716',6138,'61720792560','1','2.00','300','retail','0','2024-07-12 16:56:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 13:56:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172079265621162922227',6139,'61720792636','1','5.00','750','retail','0','2024-07-12 16:57:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 14:00:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.25','-4.75','Inclusive','branch','Inventory','','','','',''),('6172079266860200323633',6140,'61720792636','10','0.25','200','retail','0','2024-07-12 16:57:40','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-12 14:00:29','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('6172079284873243200871',6141,'61720792847','1','1.00','150','retail','0','2024-07-12 17:00:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 14:01:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172079285230373250252',6142,'61720792847','1','1.00','150','retail','0','2024-07-12 17:00:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 14:01:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172080140422432223082',6143,'61720801402','1','2.00','300','retail','0','2024-07-12 19:23:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 16:23:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172080145747031130133',6144,'61720801455','1','2.00','300','retail','0','2024-07-12 19:24:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 16:24:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172080151922002203003',6145,'61720801517','1','2.00','300','retail','0','2024-07-12 19:25:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 16:25:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172080153860076330232',6146,'61720801537','1','1.00','150','retail','0','2024-07-12 19:25:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 16:25:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172080156460330313500',6147,'61720801563','4','1.00','150','retail','0','2024-07-12 19:26:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 16:26:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172080158832382111422',6148,'61720801586','20','1.00','60','retail','0','2024-07-12 19:26:26','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-07-12 16:26:37','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','47.00','46','Inclusive','branch','Inventory','','','','',''),('6172080160800832333000',6149,'61720801607','4','1.00','150','retail','0','2024-07-12 19:26:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 16:26:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172080462932423623404',6150,'61720801619','1','3.00','450','retail','0','2024-07-12 19:26:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 17:17:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6172080469172322432303',6151,'61720804684','1','1.00','150','retail','0','2024-07-12 20:18:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 17:18:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172080470003202672007',6152,'61720804693','1','1.00','150','retail','0','2024-07-12 20:18:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 17:18:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172080782086131301332',6153,'61720807818','1','4.00','600','retail','0','2024-07-12 21:10:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-12 18:10:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('6172086646923069473423',6154,'61720866465','1','7.00','1050','retail','0','2024-07-13 13:27:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 10:27:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'7','0.25','-6.75','Inclusive','branch','Inventory','','','','',''),('6172086650434322840503',6155,'61720866498','1','3.00','450','retail','0','2024-07-13 13:28:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 10:28:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6172086651671300127023',6156,'61720866515','1','1.00','150','retail','0','2024-07-13 13:28:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 10:28:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172087380972200302230',6157,'61720873808','1','1.00','150','retail','0','2024-07-13 15:30:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 12:30:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172087383233374303203',6158,'61720873830','17','2.00','80','retail','0','2024-07-13 15:30:30','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-13 12:30:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','50.00','48','Inclusive','branch','Inventory','','','','',''),('6172087387433330372332',6159,'61720873872','1','2.00','300','retail','0','2024-07-13 15:31:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 12:31:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172087390573383302033',6160,'61720873901','16','2.00','100','retail','0','2024-07-13 15:31:41','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-13 12:31:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','32.00','30','Inclusive','branch','Inventory','','','','',''),('6172087392613733078389',6161,'61720873924','1','2.00','300','retail','0','2024-07-13 15:32:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 12:46:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172087393112263332302',6162,'61720873924','22','1.00','50','retail','0','2024-07-13 15:32:09','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-13 12:46:20','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','54.00','53','Inclusive','branch','Inventory','','','','',''),('6172087474260326226732',6163,'61720873924','17','2.00','80','retail','0','2024-07-13 15:45:39','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-13 12:46:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','48.00','46','Inclusive','branch','Inventory','','','','',''),('6172087482502328540035',6164,'61720874824','4','2.00','300','retail','0','2024-07-13 15:47:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 12:47:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172087483133323302713',6165,'61720874824','17','1.00','40','retail','0','2024-07-13 15:47:09','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-13 12:47:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.00','45','Inclusive','branch','Inventory','','','','',''),('6172087584520002203382',6166,'61720875844','1','1.00','150','retail','0','2024-07-13 16:04:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 13:04:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172087586420320303536',6167,'61720875863','1','2.00','300','retail','0','2024-07-13 16:04:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 13:04:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172087587132803275303',6168,'61720875863','17','4.00','160','retail','0','2024-07-13 16:04:27','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-13 13:04:41','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','45.00','41','Inclusive','branch','Inventory','','','','',''),('6172087589380220033323',6169,'61720875892','1','1.00','150','retail','0','2024-07-13 16:04:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 13:05:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172087591734737730325',6170,'61720875914','4','4.00','600','retail','0','2024-07-13 16:05:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 13:05:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6172087592723322377210',6171,'61720875914','20','4.00','240','retail','0','2024-07-13 16:05:23','','','','0','Cash',0.00,'60','','','6','16.00','1','2024-07-13 13:05:44','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','46.00','42','Inclusive','branch','Inventory','','','','',''),('6172087595623342242206',6172,'61720875954','17','2.00','80','retail','0','2024-07-13 16:05:54','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-13 13:06:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','41.00','39','Inclusive','branch','Inventory','','','','',''),('6172087604042612264333',6173,'61720876039','4','2.00','300','retail','0','2024-07-13 16:07:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 13:07:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172087604602433303626',6174,'61720876039','17','2.00','80','retail','0','2024-07-13 16:07:24','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-13 13:07:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','39.00','37','Inclusive','branch','Inventory','','','','',''),('6172088006123342000632',6175,'61720880060','1','2.00','300','retail','0','2024-07-13 17:14:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 14:15:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172088007202030702220',6176,'61720880060','10','0.25','200','retail','0','2024-07-13 17:14:26','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-13 14:15:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('6172088008786022210338',6177,'61720880060','16','4.00','200','retail','0','2024-07-13 17:14:41','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-13 14:15:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','30.00','26','Inclusive','branch','Inventory','','','','',''),('6172088015703388033070',6178,'61720880154','1','1.00','150','retail','0','2024-07-13 17:15:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 14:16:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172088016213620336312',6179,'61720880154','10','1.00','800','retail','0','2024-07-13 17:16:00','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-13 14:16:36','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.25','5.25','Inclusive','branch','Inventory','','','','',''),('6172088016880263327332',6180,'61720880154','22','1.00','50','retail','0','2024-07-13 17:16:07','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-13 14:16:36','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','53.00','52','Inclusive','branch','Inventory','','','','',''),('6172088201230304301022',6181,'61720882011','1','1.00','150','retail','0','2024-07-13 17:46:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 14:47:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172088202213302243228',6182,'61720882011','10','0.25','200','retail','0','2024-07-13 17:46:56','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-13 14:47:27','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.25','5','Inclusive','branch','Inventory','','','','',''),('6172088202887242060232',6183,'61720882011','33','1.00','10','retail','0','2024-07-13 17:47:07','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-07-13 14:47:27','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6172088206002068802420',6184,'61720882057','1','2.00','300','retail','0','2024-07-13 17:47:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 14:48:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172088782132322420141',6185,'61720887820','1','1.00','150','retail','0','2024-07-13 19:23:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 16:23:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172088784842220236328',6186,'61720887847','1','1.00','150','retail','0','2024-07-13 19:24:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 16:24:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172088787020837272382',6187,'61720887868','1','1.00','150','retail','0','2024-07-13 19:24:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 16:24:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172088787602481233222',6188,'61720887868','22','1.00','50','retail','0','2024-07-13 19:24:34','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-13 16:24:49','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','52.00','51','Inclusive','branch','Inventory','','','','',''),('6172088791824288740230',6189,'61720887915','1','2.00','300','retail','0','2024-07-13 19:25:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 16:25:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172088793133333232372',6190,'61720887929','1','2.00','300','retail','0','2024-07-13 19:25:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 16:25:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172089213823002238322',6191,'61720892137','1','1.00','150','retail','0','2024-07-13 20:35:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 17:36:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172089219662227162202',6192,'61720892195','16','1.00','50','retail','0','2024-07-13 20:36:35','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-13 17:36:50','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','','','','',''),('6172089225507420720222',6193,'61720892254','16','2.00','100','retail','0','2024-07-13 20:37:34','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-13 17:42:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','25.00','23','Inclusive','branch','Inventory','','','','',''),('6172089280102328201062',6194,'61720892800','1','2.00','300','retail','0','2024-07-13 20:46:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 17:47:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','','','',''),('6172089281982332121370',6195,'61720892800','10','0.50','400','retail','0','2024-07-13 20:46:44','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-13 17:47:20','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','5.00','4.5','Inclusive','branch','Inventory','','','','',''),('6172089285420024020922',6196,'61720892849','1','3.00','450','retail','0','2024-07-13 20:47:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 17:48:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6172089287430033632242',6197,'61720892849','16','2.00','100','retail','0','2024-07-13 20:47:51','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-13 17:48:21','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','23.00','21','Inclusive','branch','Inventory','','','','',''),('6172089291633022923662',6198,'61720892915','1','1.00','150','retail','0','2024-07-13 20:48:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 17:48:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172089294123136420200',6199,'61720892939','1','3.00','450','retail','0','2024-07-13 20:49:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 17:49:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.25','-2.75','Inclusive','branch','Inventory','','','','',''),('6172089294420034232232',6200,'61720892939','1','1.00','150','retail','0','2024-07-13 20:49:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 17:49:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172089297442273021342',6201,'61720892973','1','1.00','150','retail','0','2024-07-13 20:49:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 17:50:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172089311432320320323',6202,'61720893112','1','4.00','600','retail','0','2024-07-13 20:51:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 17:52:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','','','',''),('6172089315129330732363',6203,'61720893150','1','1.00','150','retail','0','2024-07-13 20:52:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 17:52:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172089318863336200239',6204,'61720893183','1','1.00','150','retail','0','2024-07-13 20:53:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 17:53:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172089331420233020321',6205,'61720893304','10','0.25','200','retail','0','2024-07-13 20:55:04','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-13 17:55:25','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.50','4.25','Inclusive','branch','Inventory','','','','',''),('6172089334630003320223',6206,'61720893345','1','1.00','150','retail','0','2024-07-13 20:55:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 17:56:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','','','',''),('6172089339436293822830',6207,'61720893387','10','0.50','400','retail','0','2024-07-13 20:56:27','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-13 17:56:45','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','4.25','3.75','Inclusive','branch','Inventory','','','','',''),('6172089341633236033722',6208,'61720893414','1','3.00','450','retail','0','2024-07-13 20:56:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 17:57:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('6172089354523136430200',6209,'61720893542','1','3.00','450','retail','0','2024-07-13 20:59:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 17:59:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('6172089355230172570322',6210,'61720893542','1','1.00','150','retail','0','2024-07-13 20:59:10','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 17:59:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172089357123293233322',6211,'61720893561','1','2.00','300','retail','0','2024-07-13 20:59:21','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-13 17:59:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172094928022302920233',6212,'61720949278','1','2.00','300','retail','0','2024-07-14 12:27:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-14 09:28:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172094929332332230329',6213,'61720949278','10','0.50','400','retail','0','2024-07-14 12:28:04','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-14 09:28:17','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.75','3.25','Inclusive','branch','Inventory','','','','',''),('6172094930922600396276',6214,'61720949305','4','2.00','300','retail','0','2024-07-14 12:28:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-14 09:28:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172094932123312039249',6215,'61720949305','21','2.00','160','retail','0','2024-07-14 12:28:39','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-07-14 09:28:51','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','28.00','26','Inclusive','branch','Inventory','','','','',''),('6172094932900022292907',6216,'61720949305','16','2.00','100','retail','0','2024-07-14 12:28:47','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-14 09:28:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','21.00','19','Inclusive','branch','Inventory','','','','',''),('6172094935553003922052',6217,'61720949351','1','2.00','300','retail','0','2024-07-14 12:29:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-14 09:29:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172094936224092033003',6218,'61720949351','23','1.00','80','retail','0','2024-07-14 12:29:20','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-07-14 09:29:44','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','32.00','31','Inclusive','branch','Inventory','','','','',''),('6172094937203362372330',6219,'61720949351','33','1.00','10','retail','0','2024-07-14 12:29:31','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-07-14 09:29:44','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6172094939791223929320',6220,'61720949396','17','1.00','40','retail','0','2024-07-14 12:29:56','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-14 09:30:05','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','37.00','36','Inclusive','branch','Inventory','','','','',''),('6172094985631222439200',6221,'61720949853','1','4.00','600','retail','0','2024-07-14 12:37:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-14 09:37:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.75','-3.25','Inclusive','branch','Inventory','','','','',''),('6172094988721200334034',6222,'61720949883','1','2.00','300','retail','0','2024-07-14 12:38:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-14 09:38:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172094993503431400237',6223,'61720949931','1','3.00','450','retail','0','2024-07-14 12:38:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-14 09:39:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172095144702745935303',6224,'71720951438','1','4.00','600','retail','0','2024-07-14 13:03:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 10:04:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.75','-3.25','Inclusive','branch','Inventory','','','','',''),('7172095145639436922021',6225,'71720951438','1','6.00','900','retail','0','2024-07-14 13:04:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 10:04:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.75','-5.25','Inclusive','branch','Inventory','','','','',''),('7172095149611232303330',6226,'71720951486','1','2.00','300','retail','0','2024-07-14 13:04:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 10:06:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172095153922752303093',6227,'71720951486','34','1.00','20','retail','0','2024-07-14 13:05:29','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-07-14 10:06:42','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('7172095161423640222043',6228,'71720951602','1','3.00','450','retail','0','2024-07-14 13:06:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 10:07:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','2.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172095168473834410337',6229,'71720951632','4','1.00','150','retail','0','2024-07-14 13:07:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 10:08:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172095169037324020922',6230,'71720951632','1','1.00','150','retail','0','2024-07-14 13:08:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 10:08:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.75','1.75','Inclusive','branch','Inventory','','','','',''),('7172095521272452033302',6231,'71720955204','1','1.00','150','retail','0','2024-07-14 14:06:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 11:07:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.75','0.75','Inclusive','branch','Inventory','','','','',''),('7172095525492232050022',6232,'71720955204','4','3.00','450','retail','0','2024-07-14 14:07:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 11:07:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7172095527633033730272',6233,'71720955267','1','1.00','150','retail','0','2024-07-14 14:07:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 11:08:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172095532331330227200',6234,'71720955292','4','3.00','450','retail','0','2024-07-14 14:08:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 11:09:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7172095537402753321232',6235,'71720955347','1','2.00','300','retail','0','2024-07-14 14:09:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 11:10:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172095539621223902032',6236,'71720955347','16','1.00','50','retail','0','2024-07-14 14:09:34','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-14 11:10:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('7172095540320033235220',6237,'71720955347','4','1.00','150','retail','0','2024-07-14 14:09:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 11:10:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172095543022332203270',6238,'71720955417','1','1.00','150','retail','0','2024-07-14 14:10:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 11:11:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172095548670525061302',6239,'71720955417','10','0.25','200','retail','0','2024-07-14 14:11:01','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-14 11:11:41','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.25','3','Inclusive','branch','Inventory','','','','',''),('7172095551503221220522',6240,'71720955501','1','1.00','150','retail','0','2024-07-14 14:11:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 11:12:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172095552570723020529',6241,'71720955501','1','0.00','0','retail','0','2024-07-14 14:11:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 11:12:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0','0.75','0.75','Inclusive','branch','Inventory','','','','',''),('7172095554393512330902',6242,'71720955501','10','0.50','400','retail','0','2024-07-14 14:12:05','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-14 11:12:49','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.00','2.5','Inclusive','branch','Inventory','','','','',''),('7172095555390200045222',6243,'71720955501','22','1.00','50','retail','0','2024-07-14 14:12:23','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-14 11:12:49','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','51.00','50','Inclusive','branch','Inventory','','','','',''),('7172095559193253072379',6244,'71720955570','1','2.00','300','retail','0','2024-07-14 14:12:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 11:13:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172095560630302662130',6245,'71720955570','16','2.00','100','retail','0','2024-07-14 14:13:11','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-14 11:13:52','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','18.00','16','Inclusive','branch','Inventory','','','','',''),('7172095564552633230120',6246,'71720955632','1','1.00','150','retail','0','2024-07-14 14:13:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 11:14:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172095610922530323223',6247,'71720956064','9','1.00','600','retail','0','2024-07-14 14:21:35','','','','0','Cash',0.00,'600','','','7','16.00','1','2024-07-14 11:22:06','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7172095613330012467672',6248,'71720956126','10','1.00','800','retail','0','2024-07-14 14:22:06','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-14 11:22:15','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.50','1.5','Inclusive','branch','Inventory','','','','',''),('7172096574237722203207',6249,'71720965421','1','2.00','300','retail','0','2024-07-14 16:57:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:03:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172096578922272033822',6250,'71720965780','1','1.00','150','retail','0','2024-07-14 17:03:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:03:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172096579937347203023',6251,'71720965780','1','1.00','150','retail','0','2024-07-14 17:03:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:03:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172096582532524732412',6252,'71720965813','34','1.00','20','retail','0','2024-07-14 17:03:33','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-07-14 14:04:04','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('7172096586233027222232',6253,'71720965844','1','3.00','450','retail','0','2024-07-14 17:04:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:06:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172096597132707935269',6254,'71720965963','1','1.00','150','retail','0','2024-07-14 17:06:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:06:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172096600403372372330',6255,'71720965993','4','1.00','150','retail','0','2024-07-14 17:06:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:06:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172096693123339021000',6256,'71720966776','1','1.00','150','retail','0','2024-07-14 17:19:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:22:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172096696097131301336',6257,'71720966945','2','1.00','150','retail','0','2024-07-14 17:22:25','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:23:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172096697060030972422',6258,'71720966945','16','1.00','50','retail','0','2024-07-14 17:22:40','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-14 14:23:06','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('7172096710330077230704',6259,'71720966986','1','1.00','150','retail','0','2024-07-14 17:23:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:26:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172096713793042322072',6260,'71720966986','22','1.00','50','retail','0','2024-07-14 17:25:03','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-14 14:26:38','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','50.00','49','Inclusive','branch','Inventory','','','','',''),('7172096716536321201530',6261,'71720966986','17','1.00','40','retail','0','2024-07-14 17:25:37','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-07-14 14:26:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.00','35','Inclusive','branch','Inventory','','','','',''),('7172096721323710123220',6262,'71720967198','1','2.00','300','retail','0','2024-07-14 17:26:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:28:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172096723804903233293',6263,'71720967198','16','1.00','50','retail','0','2024-07-14 17:26:54','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-14 14:28:25','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('7172096725522210025323',6264,'71720967198','33','1.00','10','retail','0','2024-07-14 17:27:18','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-07-14 14:28:25','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7172096746921023213429',6265,'71720967460','1','1.00','150','retail','0','2024-07-14 17:31:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:31:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.75','0.75','Inclusive','branch','Inventory','','','','',''),('7172096751502033702205',6266,'71720967486','1','1.00','150','retail','0','2024-07-14 17:31:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:45:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172096830620700320222',6267,'71720967486','1','2.00','300','retail','0','2024-07-14 17:44:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:45:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172096831332802033133',6268,'71720967486','17','2.00','80','retail','0','2024-07-14 17:45:06','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-07-14 14:45:26','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','35.00','33','Inclusive','branch','Inventory','','','','',''),('7172096834023222728232',6269,'71720968326','1','2.00','300','retail','0','2024-07-14 17:45:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:45:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172096843532327719233',6270,'71720968374','1','1.00','150','retail','0','2024-07-14 17:46:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:47:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172096844423734712227',6271,'71720968374','22','1.00','50','retail','0','2024-07-14 17:47:16','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-14 14:47:34','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','49.00','48','Inclusive','branch','Inventory','','','','',''),('7172096851410230424621',6272,'71720968455','1','1.00','150','retail','0','2024-07-14 17:47:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:50:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172096859823023332203',6273,'71720968455','10','0.50','400','retail','0','2024-07-14 17:49:38','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-14 14:50:13','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.50','1','Inclusive','branch','Inventory','','','','',''),('7172096869020232062762',6274,'71720968614','10','0.50','400','retail','0','2024-07-14 17:50:14','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-14 14:52:38','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','1.00','0.5','Inclusive','branch','Inventory','','','','',''),('7172096872432339247002',6275,'71720968614','4','1.00','150','retail','0','2024-07-14 17:51:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:52:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172096873932332022232',6276,'71720968614','1','4.00','600','retail','0','2024-07-14 17:52:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:52:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.75','-3.25','Inclusive','branch','Inventory','','','','',''),('7172096889176226030393',6277,'71720968885','10','1.00','800','retail','0','2024-07-14 17:54:45','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-14 14:55:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.50','3.5','Inclusive','branch','Inventory','','','','',''),('7172096897892326777032',6278,'71720968952','1','1.00','150','retail','0','2024-07-14 17:55:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 14:57:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.75','1.75','Inclusive','branch','Inventory','','','','',''),('7172096903500212300224',6279,'71720968952','33','1.00','10','retail','0','2024-07-14 17:56:19','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-07-14 14:57:42','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7172096939003309309329',6280,'71720969063','1','3.00','450','retail','0','2024-07-14 17:57:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 15:03:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','1.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172096941033232922219',6281,'71720969063','10','0.25','200','retail','0','2024-07-14 18:03:11','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-14 15:03:44','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.50','3.25','Inclusive','branch','Inventory','','','','',''),('7172096945506332347599',6282,'71720969424','1','4.00','600','retail','0','2024-07-14 18:03:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 15:04:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','1.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172096955733012033320',6283,'71720969547','1','1.00','150','retail','0','2024-07-14 18:05:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 15:07:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.75','0.75','Inclusive','branch','Inventory','','','','',''),('7172096962233203326022',6284,'71720969547','1','2.00','300','retail','0','2024-07-14 18:05:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 15:07:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172096966333220039026',6285,'71720969655','1','3.00','450','retail','0','2024-07-14 18:07:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 15:08:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172096975922307202190',6286,'71720969751','10','1.00','800','retail','0','2024-07-14 18:09:11','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-14 15:10:15','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.25','2.25','Inclusive','branch','Inventory','','','','',''),('7172096977363333700723',6287,'71720969751','10','0.50','400','retail','0','2024-07-14 18:09:19','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-14 15:10:15','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.25','1.75','Inclusive','branch','Inventory','','','','',''),('7172096978920333292342',6288,'71720969751','1','3.00','450','retail','0','2024-07-14 18:09:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 15:10:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172096980070733382022',6289,'71720969751','17','6.00','240','retail','0','2024-07-14 18:09:49','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-07-14 15:10:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','33.00','27','Inclusive','branch','Inventory','','','','',''),('7172096990109332302099',6290,'71720969816','1','5.00','750','retail','0','2024-07-14 18:10:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 15:11:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.75','-4.25','Inclusive','branch','Inventory','','','','',''),('7172097538120237830871',6291,'71720975367','10','1.00','800','retail','0','2024-07-14 19:42:47','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-14 16:43:23','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.75','0.75','Inclusive','branch','Inventory','','','','',''),('7172097539522293537239',6292,'71720975367','1','6.00','900','retail','0','2024-07-14 19:43:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:43:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.75','-5.25','Inclusive','branch','Inventory','','','','',''),('7172097541803133073332',6293,'71720975403','1','4.00','600','retail','0','2024-07-14 19:43:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:43:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.75','-3.25','Inclusive','branch','Inventory','','','','',''),('7172097546234030009733',6294,'71720975455','1','3.00','450','retail','0','2024-07-14 19:44:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:44:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172097548407022332330',6295,'71720975464','10','0.50','400','retail','0','2024-07-14 19:44:24','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-14 16:45:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.75','0.25','Inclusive','branch','Inventory','','','','',''),('7172097550002230220075',6296,'71720975464','4','2.00','300','retail','0','2024-07-14 19:44:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:45:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172097552523720123520',6297,'71720975513','4','2.00','300','retail','0','2024-07-14 19:45:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:45:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172097556250923237522',6298,'71720975548','17','2.00','80','retail','0','2024-07-14 19:45:48','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-07-14 16:46:16','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','27.00','25','Inclusive','branch','Inventory','','','','',''),('7172097558801792235023',6299,'71720975577','1','1.00','150','retail','0','2024-07-14 19:46:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:46:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172097561203333201733',6300,'71720975601','1','1.00','150','retail','0','2024-07-14 19:46:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:47:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172097563600743422312',6301,'71720975626','1','1.00','150','retail','0','2024-07-14 19:47:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:47:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172097567820760722225',6302,'71720975651','4','1.00','150','retail','0','2024-07-14 19:47:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:48:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172097575653010460302',6303,'71720975707','20','2.00','120','retail','0','2024-07-14 19:48:27','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-07-14 16:49:39','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','42.00','40','Inclusive','branch','Inventory','','','','',''),('7172097579232293723707',6304,'71720975779','4','1.00','150','retail','0','2024-07-14 19:49:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:50:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172097581822313808927',6305,'71720975804','1','2.00','300','retail','0','2024-07-14 19:50:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:50:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172097584608300303420',6306,'71720975831','4','1.00','150','retail','0','2024-07-14 19:50:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:50:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172097587102128023213',6307,'71720975857','4','1.00','150','retail','0','2024-07-14 19:50:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:51:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172097595753330372332',6308,'71720975882','1','3.00','450','retail','0','2024-07-14 19:51:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:53:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172097600822037022727',6309,'71720975984','4','2.00','300','retail','0','2024-07-14 19:53:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:53:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172097605523200373000',6310,'71720976027','1','6.00','900','retail','0','2024-07-14 19:53:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:54:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.75','-5.25','Inclusive','branch','Inventory','','','','',''),('7172097607703733003270',6311,'71720976069','4','2.00','300','retail','0','2024-07-14 19:54:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 16:55:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172097609300002223231',6312,'71720976069','34','1.00','20','retail','0','2024-07-14 19:54:37','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-07-14 16:55:02','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('7172097780487022934303',6313,'71720977155','1','1.00','150','retail','0','2024-07-14 20:12:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 17:25:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172097785673733131326',6314,'71720977155','1','1.00','150','retail','0','2024-07-14 20:23:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 17:25:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172097790001227231710',6315,'71720977155','10','0.25','200','retail','0','2024-07-14 20:24:16','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-14 17:25:19','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('7172097793202333347001',6316,'71720977919','1','1.00','150','retail','0','2024-07-14 20:25:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 17:25:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172097799030010220333',6317,'71720977947','1','2.00','300','retail','0','2024-07-14 20:25:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 17:26:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172097829232802023133',6318,'71720978257','10','0.50','400','retail','0','2024-07-14 20:31:16','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-14 17:32:00','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.00','1.5','Inclusive','branch','Inventory','','','','',''),('7172097887723023207073',6319,'71720978869','1','1.00','150','retail','0','2024-07-14 20:41:09','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 17:41:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172097972660602023733',6320,'71720979479','1','6.00','900','retail','0','2024-07-14 20:51:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-14 17:55:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.75','-5.25','Inclusive','branch','Inventory','','','','',''),('6172104231422322131210',6321,'61721042310','1','1.00','150','retail','0','2024-07-15 14:18:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 11:19:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172104242430224136634',6322,'61721042416','1','1.00','150','retail','0','2024-07-15 14:20:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 11:21:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172104243032212420222',6323,'61721042416','17','2.00','80','retail','0','2024-07-15 14:20:28','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-15 11:21:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','25.00','23','Inclusive','branch','Inventory','','','','',''),('6172104244870330706227',6324,'61721042416','28','1.00','90','retail','0','2024-07-15 14:20:43','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-07-15 11:21:28','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('6172104254930540332143',6325,'61721042548','1','1.00','150','retail','0','2024-07-15 14:22:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 11:22:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172104257003103722332',6326,'61721042569','1','1.00','150','retail','0','2024-07-15 14:22:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 11:23:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172104273324222223160',6327,'61721042731','4','2.00','300','retail','0','2024-07-15 14:25:31','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 11:25:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172104276736022202137',6328,'61721042761','10','0.25','200','retail','0','2024-07-15 14:26:01','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-15 11:26:38','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6172104838737222218330',6329,'61721048387','1','1.00','150','retail','0','2024-07-15 15:59:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 13:00:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172104840723021734400',6330,'61721048387','10','0.25','200','retail','0','2024-07-15 15:59:58','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-15 13:00:10','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('6172105992000237372231',6331,'61721059917','2','2.00','300','retail','0','2024-07-15 19:11:57','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-15 16:12:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.50','-1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172106039062203179129',6332,'61721060380','10','0.50','400','retail','0','2024-07-15 19:19:40','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-15 16:19:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.00','0.5','Inclusive','branch','Inventory','','','','',''),('6172106043927246133003',6333,'61721060438','1','1.00','150','retail','0','2024-07-15 19:20:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 16:21:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172106048702002143710',6334,'61721060486','1','1.00','150','retail','0','2024-07-15 19:21:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 16:21:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172106052036200032743',6335,'61721060519','4','1.00','150','retail','0','2024-07-15 19:21:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 16:22:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172106064406304012273',6336,'61721060641','1','1.00','150','retail','0','2024-07-15 19:24:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 16:24:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172106065820003020222',6337,'61721060641','16','1.00','50','retail','0','2024-07-15 19:24:15','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-15 16:24:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('6172106068503602107301',6338,'61721060684','1','1.00','150','retail','0','2024-07-15 19:24:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 16:24:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172106157972232563132',6339,'61721061576','4','2.00','300','retail','0','2024-07-15 19:39:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 16:39:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172106160870102233036',6340,'61721061605','1','2.00','300','retail','0','2024-07-15 19:40:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 16:40:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172106164543122310602',6341,'61721061644','1','2.00','300','retail','0','2024-07-15 19:40:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 16:41:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172106165832223300121',6342,'61721061644','34','1.00','20','retail','0','2024-07-15 19:40:56','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-07-15 16:41:14','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('6172106169801303308031',6343,'61721061696','23','1.00','80','retail','0','2024-07-15 19:41:36','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-07-15 16:45:05','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.00','30','Inclusive','branch','Inventory','','','','',''),('6172106172420333320706',6344,'61721061696','1','1.00','150','retail','0','2024-07-15 19:42:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 16:45:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172106174076077103600',6345,'61721061696','17','2.00','80','retail','0','2024-07-15 19:42:10','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-15 16:45:05','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','23.00','21','Inclusive','branch','Inventory','','','','',''),('6172106192003300132003',6346,'61721061919','17','2.00','80','retail','0','2024-07-15 19:45:19','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-15 16:45:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','21.00','19','Inclusive','branch','Inventory','','','','',''),('6172106211123336142620',6347,'61721062109','17','2.00','80','retail','0','2024-07-15 19:48:29','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-15 16:48:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','19.00','17','Inclusive','branch','Inventory','','','','',''),('6172106214961220236023',6348,'61721062146','4','2.00','300','retail','0','2024-07-15 19:49:06','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 16:49:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172106228833222178130',6349,'61721062218','1','1.00','150','retail','0','2024-07-15 19:50:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 16:52:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172106237472332302030',6350,'61721062372','1','1.00','150','retail','0','2024-07-15 19:52:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 16:53:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172106239632022340302',6351,'61721062372','17','1.00','40','retail','0','2024-07-15 19:53:13','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-15 16:53:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('6172106245222672354032',6352,'61721062445','1','1.00','150','retail','0','2024-07-15 19:54:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 16:54:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172106247630322032003',6353,'61721062445','10','0.25','200','retail','0','2024-07-15 19:54:23','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-15 16:54:50','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('6172106251134162363226',6354,'61721062509','1','1.00','150','retail','0','2024-07-15 19:55:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 16:55:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172106257763223237232',6355,'61721062574','1','2.00','300','retail','0','2024-07-15 19:56:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 16:56:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172106259102303226223',6356,'61721062574','10','0.25','200','retail','0','2024-07-15 19:56:22','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-15 16:56:50','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6172106300623600213700',6357,'61721062998','1','1.00','150','retail','0','2024-07-15 20:03:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 17:04:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172106301440223200622',6358,'61721062998','17','2.00','80','retail','0','2024-07-15 20:03:32','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-15 17:04:01','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','16.00','14','Inclusive','branch','Inventory','','','','',''),('6172106585023222725232',6359,'61721065847','25','1.00','150','retail','0','2024-07-15 20:50:47','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 17:51:05','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('6172106595502232032133',6360,'61721065947','1','2.00','300','retail','0','2024-07-15 20:52:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-15 17:52:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172114663543222142120',6361,'71721146616','1','1.00','150','retail','0','2024-07-16 19:16:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:17:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172114668074737230043',6362,'71721146668','22','2.00','100','retail','0','2024-07-16 19:17:48','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-16 16:18:11','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','48.00','46','Inclusive','branch','Inventory','','','','',''),('7172114671202322000243',6363,'71721146691','4','1.00','150','retail','0','2024-07-16 19:18:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:18:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172114673322343236643',6364,'71721146724','1','1.00','150','retail','0','2024-07-16 19:18:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:19:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172114675423304322372',6365,'71721146743','4','1.00','150','retail','0','2024-07-16 19:19:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:19:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172114680531230154542',6366,'71721146794','1','1.00','150','retail','0','2024-07-16 19:19:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:20:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172114683823017320167',6367,'71721146818','1','1.00','150','retail','0','2024-07-16 19:20:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:20:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172114685707217336013',6368,'71721146847','1','1.00','150','retail','0','2024-07-16 19:20:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:21:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172114687847132280246',6369,'71721146867','1','1.00','150','retail','0','2024-07-16 19:21:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:21:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172114690823042204303',6370,'71721146890','4','1.00','150','retail','0','2024-07-16 19:21:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:21:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172114692870330647422',6371,'71721146919','4','1.00','150','retail','0','2024-07-16 19:21:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:22:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172114697032600032623',6372,'71721146956','4','5.00','750','retail','0','2024-07-16 19:22:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:22:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('7172114704103723423403',6373,'71721147029','10','0.50','400','retail','0','2024-07-16 19:23:49','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-16 16:24:17','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.00','1.5','Inclusive','branch','Inventory','','','','',''),('7172114704813333223300',6374,'71721147029','1','2.00','300','retail','0','2024-07-16 19:24:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:24:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172114707074233040133',6375,'71721147057','10','0.25','200','retail','0','2024-07-16 19:24:17','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-16 16:25:10','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('7172114709537220020222',6376,'71721147057','1','1.00','150','retail','0','2024-07-16 19:24:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:25:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172114711804223222002',6377,'71721147111','1','1.00','150','retail','0','2024-07-16 19:25:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:25:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172114712664133302312',6378,'71721147120','17','2.00','80','retail','0','2024-07-16 19:25:20','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-07-16 16:25:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','14.00','12','Inclusive','branch','Inventory','','','','',''),('7172114713537213303232',6379,'71721147120','1','1.00','150','retail','0','2024-07-16 19:25:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:25:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172114902127323332172',6380,'71721147190','10','1.00','800','retail','0','2024-07-16 19:26:30','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-16 16:57:29','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.25','0.25','Inclusive','branch','Inventory','','','','',''),('7172114902900222109372',6381,'71721147190','1','4.00','600','retail','0','2024-07-16 19:57:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:57:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.75','-3.25','Inclusive','branch','Inventory','','','','',''),('7172114903772340370333',6382,'71721147190','34','1.00','20','retail','0','2024-07-16 19:57:09','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-07-16 16:57:29','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('7172114905621224202233',6383,'71721149050','1','1.00','150','retail','0','2024-07-16 19:57:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 16:59:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172114917132320021203',6384,'71721149161','22','1.00','50','retail','0','2024-07-16 19:59:21','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-16 16:59:46','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.00','45','Inclusive','branch','Inventory','','','','',''),('7172114986693041323923',6385,'71721149186','4','1.00','150','retail','0','2024-07-16 19:59:46','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 17:11:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172114987570311231323',6386,'71721149186','1','2.00','300','retail','0','2024-07-16 20:11:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 17:11:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172114993632200232132',6387,'71721149921','4','1.00','150','retail','0','2024-07-16 20:12:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 17:12:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7172114995803209010474',6388,'71721149947','4','1.00','150','retail','0','2024-07-16 20:12:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 17:12:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172115375205213227430',6389,'71721150006','1','1.00','150','retail','0','2024-07-16 20:13:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 18:16:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172115378941222228220',6390,'71721153773','1','1.00','150','retail','0','2024-07-16 21:16:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 18:16:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172115381628206713280',6391,'71721153806','17','1.00','40','retail','0','2024-07-16 21:16:46','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-07-16 18:25:22','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('7172115433923213113323',6392,'71721154333','1','1.00','150','retail','0','2024-07-16 21:25:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-16 18:25:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172122700940302221030',6393,'61721227003','1','1.00','150','retail','0','2024-07-17 17:36:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 14:37:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172122703712060707702',6394,'61721227035','1','2.00','300','retail','0','2024-07-17 17:37:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 14:37:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172122704220302323073',6395,'61721227035','16','2.00','100','retail','0','2024-07-17 17:37:20','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-17 14:37:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','13.00','11','Inclusive','branch','Inventory','','','','',''),('6172122730817226700022',6396,'61721227306','1','2.00','300','retail','0','2024-07-17 17:41:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 14:42:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172122737223333223322',6397,'61721227369','1','1.00','150','retail','0','2024-07-17 17:42:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 14:43:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172122743023332622223',6398,'61721227429','1','1.00','150','retail','0','2024-07-17 17:43:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 14:44:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172122745143402303523',6399,'61721227429','16','1.00','50','retail','0','2024-07-17 17:44:09','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-17 14:44:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6172122802006022310230',6400,'61721227482','1','1.00','150','retail','0','2024-07-17 17:44:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 14:54:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172122803340211000030',6401,'61721227482','17','1.00','40','retail','0','2024-07-17 17:53:51','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-17 14:54:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6172122806912262033013',6402,'61721228067','1','2.00','300','retail','0','2024-07-17 17:54:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 14:54:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172122811533630020201',6403,'61721228108','10','0.25','200','retail','0','2024-07-17 17:55:08','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-17 14:55:27','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6172122815433347202330',6404,'61721228152','1','3.00','450','retail','0','2024-07-17 17:55:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 14:56:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('6172122841533225043502',6405,'61721228414','4','1.00','150','retail','0','2024-07-17 18:00:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 15:00:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172122842723132261172',6406,'61721228414','17','1.00','40','retail','0','2024-07-17 18:00:26','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-17 15:00:39','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6172122847932202332632',6407,'61721228478','1','1.00','150','retail','0','2024-07-17 18:01:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 15:01:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172122849532328302025',6408,'61721228478','17','1.00','40','retail','0','2024-07-17 18:01:32','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-17 15:01:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6172122852403625248405',6409,'61721228523','4','1.00','150','retail','0','2024-07-17 18:02:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 15:02:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172122855737857252313',6410,'61721228554','1','1.00','150','retail','0','2024-07-17 18:02:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 15:03:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172122856721001203273',6411,'61721228554','21','1.00','80','retail','0','2024-07-17 18:02:45','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-07-17 15:03:00','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','','','','',''),('6172122859603303323302',6412,'61721228594','17','2.00','80','retail','0','2024-07-17 18:03:14','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-17 15:03:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','8.00','6','Inclusive','branch','Inventory','','','','',''),('6172123762230230230033',6413,'61721237621','1','1.00','150','retail','0','2024-07-17 20:33:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 17:36:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172123775803313223763',6414,'61721237621','10','0.25','200','retail','0','2024-07-17 20:35:51','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-17 17:36:03','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('6172123777133732312217',6415,'61721237769','1','1.00','150','retail','0','2024-07-17 20:36:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 17:36:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172123777730717102230',6416,'61721237769','3','1.00','150','retail','0','2024-07-17 20:36:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 17:36:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6172123778433081306873',6417,'61721237769','17','2.00','80','retail','0','2024-07-17 20:36:21','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-17 17:36:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','6.00','4','Inclusive','branch','Inventory','','','','',''),('6172123863123321223802',6418,'61721238630','1','1.00','150','retail','0','2024-07-17 20:50:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 17:50:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172123864160232023220',6419,'61721238630','10','0.25','200','retail','0','2024-07-17 20:50:35','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-17 17:50:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('6172123866502322126330',6420,'61721238664','1','1.00','150','retail','0','2024-07-17 20:51:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 17:51:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172123867818373827283',6421,'61721238664','10','0.25','200','retail','0','2024-07-17 20:51:08','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-17 17:51:33','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6172123870733210232003',6422,'61721238706','3','2.00','300','retail','0','2024-07-17 20:51:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 17:52:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('6172123872571487003233',6423,'61721238706','10','0.50','400','retail','0','2024-07-17 20:51:57','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-17 17:52:18','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.25','1.75','Inclusive','branch','Inventory','','','','',''),('6172123876063732232330',6424,'61721238757','22','1.00','50','retail','0','2024-07-17 20:52:37','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-17 17:52:53','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','45.00','44','Inclusive','branch','Inventory','','','','',''),('6172123879520312012222',6425,'61721238790','10','0.25','200','retail','0','2024-07-17 20:53:10','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-17 17:53:33','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6172123880142207103222',6426,'61721238790','2','1.00','150','retail','0','2024-07-17 20:53:20','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-17 17:53:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.50','0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172123882522323222333',6427,'61721238824','1','1.00','150','retail','0','2024-07-17 20:53:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 17:53:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172123886823020362282',6428,'61721238867','1','1.00','150','retail','0','2024-07-17 20:54:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 17:54:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172123887230032028867',6429,'61721238867','16','1.00','50','retail','0','2024-07-17 20:54:31','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-17 17:54:44','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6172123890090232023220',6430,'61721238899','1','1.00','150','retail','0','2024-07-17 20:54:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 17:55:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172123890522232306022',6431,'61721238899','16','1.00','50','retail','0','2024-07-17 20:55:03','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-17 17:55:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6172123953623422321222',6432,'61721239535','1','1.00','150','retail','0','2024-07-17 21:05:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-17 18:06:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172123954303632203303',6433,'61721239535','17','2.00','80','retail','0','2024-07-17 21:05:40','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-17 18:06:04','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.00','2','Inclusive','branch','Inventory','','','','',''),('7172216146502236203123',6434,'71722160560','4','3.00','450','retail','0','2024-07-28 12:56:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-28 10:14:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('7172216148162118132331',6435,'71722160560','2','1.00','150','retail','0','2024-07-28 13:11:06','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-07-28 10:14:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172216181111033213237',6436,'71722161641','1','1.00','150','retail','0','2024-07-28 13:14:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-28 10:17:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172216183013222272213',6437,'71722161820','1','1.00','150','retail','0','2024-07-28 13:17:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-28 10:25:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172216230667032203223',6438,'71722161820','10','0.25','200','retail','0','2024-07-28 13:24:45','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-28 10:25:31','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','6.50','6.25','Inclusive','branch','Inventory','','','','',''),('7172216231520332072252',6439,'71722161820','4','1.00','150','retail','0','2024-07-28 13:25:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-28 10:25:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172216252302320111102',6440,'71722162333','3','2.00','300','retail','0','2024-07-28 13:25:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-28 10:29:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','','','',''),('7172216259733232326234',6441,'71722162562','1','1.00','150','retail','0','2024-07-28 13:29:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-28 10:31:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172216263992300222262',6442,'71722162562','1','1.00','150','retail','0','2024-07-28 13:30:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-28 10:31:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172216267627377206236',6443,'71722162661','1','3.00','450','retail','0','2024-07-28 13:31:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-28 10:31:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172216272872423230270',6444,'71722162713','3','1.00','150','retail','0','2024-07-28 13:31:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-28 10:32:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7172216275901302333374',6445,'71722162747','1','1.00','150','retail','0','2024-07-28 13:32:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-28 10:32:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172216279670326722233',6446,'71722162776','1','1.00','150','retail','0','2024-07-28 13:32:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-28 10:35:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172216459760220712125',6447,'71722162941','1','2.00','300','retail','0','2024-07-28 13:35:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-28 11:04:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172216461327266202332',6448,'71722162941','10','0.50','400','retail','0','2024-07-28 14:03:17','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-28 11:04:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','6.25','5.75','Inclusive','branch','Inventory','','','','',''),('7172216462203222220622',6449,'71722162941','28','1.00','90','retail','0','2024-07-28 14:03:34','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-07-28 11:04:12','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('7172216466232033403300',6450,'71722164652','1','1.00','150','retail','0','2024-07-28 14:04:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-28 11:04:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172216467333623020222',6451,'71722164652','2','2.00','300','retail','0','2024-07-28 14:04:22','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-07-28 11:04:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.50','-1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172216470432340213233',6452,'71722164693','1','4.00','600','retail','0','2024-07-28 14:04:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-28 11:05:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.75','-3.25','Inclusive','branch','Inventory','','','','',''),('7172216471213024332421',6453,'71722164693','34','1.00','20','retail','0','2024-07-28 14:05:04','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-07-28 11:05:25','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7172234132124321102437',6454,'71722341293','10','0.25','200','retail','0','2024-07-30 15:08:29','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-30 12:08:54','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.75','5.5','Inclusive','branch','Inventory','','','','',''),('7172234134813330832323',6455,'71722341334','22','2.00','100','retail','0','2024-07-30 15:08:54','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-30 12:09:21','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','44.00','42','Inclusive','branch','Inventory','','','','',''),('7172234137032002402321',6456,'71722341361','2','3.00','450','retail','0','2024-07-30 15:09:21','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-07-30 12:09:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.50','-2.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172234137833302344422',6457,'71722341361','16','1.00','50','retail','0','2024-07-30 15:09:30','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-30 12:09:52','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('7172234140201333222304',6458,'71722341393','1','1.00','150','retail','0','2024-07-30 15:09:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-30 12:10:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172234142910220300227',6459,'71722341412','10','0.25','200','retail','0','2024-07-30 15:10:12','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-30 12:10:56','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.50','5.25','Inclusive','branch','Inventory','','','','',''),('7172234144522324333501',6460,'71722341412','3','2.00','300','retail','0','2024-07-30 15:10:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-30 12:10:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172234146730233732272',6461,'71722341456','1','1.00','150','retail','0','2024-07-30 15:10:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-30 12:11:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172234147333723134341',6462,'71722341456','2','1.00','150','retail','0','2024-07-30 15:11:08','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-07-30 12:11:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172235354624237320536',6463,'71722353535','16','2.00','100','retail','0','2024-07-30 18:32:15','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-30 15:32:38','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','7.00','5','Inclusive','branch','Inventory','','','','',''),('7172235673400723330772',6464,'71722356727','1','2.00','300','retail','0','2024-07-30 19:25:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-30 16:25:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172235675937157322433',6465,'71722356746','2','3.00','450','retail','0','2024-07-30 19:25:46','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-07-30 16:26:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.50','-2.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172235676665766623223',6466,'71722356746','16','3.00','150','retail','0','2024-07-30 19:25:59','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-30 16:26:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','5.00','2','Inclusive','branch','Inventory','','','','',''),('7172235679232220332333',6467,'71722356778','4','1.00','150','retail','0','2024-07-30 19:26:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-30 16:27:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172235680421228002032',6468,'71722356778','1','1.00','150','retail','0','2024-07-30 19:26:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-30 16:27:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172235690102002330230',6469,'71722356859','5','1.00','150','retail','0','2024-07-30 19:27:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-30 16:28:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172235692620543720062',6470,'71722356909','34','1.00','20','retail','0','2024-07-30 19:28:29','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-07-30 16:28:56','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7172235757810722032542',6471,'71722356936','1','1.00','150','retail','0','2024-07-30 19:28:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-30 16:40:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172235759271720100333',6472,'71722356936','10','0.25','200','retail','0','2024-07-30 19:39:39','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-30 16:40:14','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.25','5','Inclusive','branch','Inventory','','','','',''),('7172235763464233332036',6473,'71722357614','1','1.00','150','retail','0','2024-07-30 19:40:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-30 16:41:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172235764553272337003',6474,'71722357614','3','2.00','300','retail','0','2024-07-30 19:40:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-30 16:41:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172235767102232261336',6475,'71722357662','1','1.00','150','retail','0','2024-07-30 19:41:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-30 16:41:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172235769271623309307',6476,'71722357662','10','0.25','200','retail','0','2024-07-30 19:41:11','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-30 16:41:44','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.00','4.75','Inclusive','branch','Inventory','','','','',''),('7172235772331005722233',6477,'71722357704','10','0.25','200','retail','0','2024-07-30 19:41:44','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-07-30 16:42:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.75','4.5','Inclusive','branch','Inventory','','','','',''),('7172235777635327222333',6478,'71722357732','1','1.00','150','retail','0','2024-07-30 19:42:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-30 16:43:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172235778382327334243',6479,'71722357732','16','1.00','50','retail','0','2024-07-30 19:42:56','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-30 16:43:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7172235782940123332222',6480,'71722357811','1','2.00','300','retail','0','2024-07-30 19:43:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-30 16:43:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172236125332320125233',6481,'71722357844','1','1.00','150','retail','0','2024-07-30 19:44:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-30 17:41:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172236125932223232329',6482,'71722357844','16','1.00','50','retail','0','2024-07-30 20:40:53','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-30 17:41:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7172236128166603232273',6483,'71722361272','2','1.00','150','retail','0','2024-07-30 20:41:12','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-07-30 17:42:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172236228000222222200',6484,'71722362273','16','2.00','100','retail','0','2024-07-30 20:57:53','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-07-30 17:58:21','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','26.00','24','Inclusive','branch','Inventory','','','','',''),('7172236231402210130322',6485,'71722362301','20','1.00','60','retail','0','2024-07-30 20:58:21','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-07-30 17:58:44','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','40.00','39','Inclusive','branch','Inventory','','','','',''),('7172236300330063236200',6486,'71722362984','1','1.00','150','retail','0','2024-07-30 21:09:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-07-30 18:10:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172242471237233036713',6487,'61722424702','3','1.00','150','retail','0','2024-07-31 14:18:22','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 11:18:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172242471731323726313',6488,'61722424702','1','2.00','300','retail','0','2024-07-31 14:18:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 11:18:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172242472807703203004',6489,'61722424702','16','1.00','50','retail','0','2024-07-31 14:18:44','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-31 11:18:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('6172242490342332093106',6490,'61722424900','3','2.00','300','retail','0','2024-07-31 14:21:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 11:22:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172242491702330322219',6491,'61722424900','4','1.00','150','retail','0','2024-07-31 14:21:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 11:22:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172242515833102245652',6492,'61722425157','1','1.00','150','retail','0','2024-07-31 14:25:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 11:26:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172242516720302246101',6493,'61722425157','16','1.00','50','retail','0','2024-07-31 14:26:04','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-31 11:26:09','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('6172242517820035270201',6494,'61722425177','3','1.00','150','retail','0','2024-07-31 14:26:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 11:26:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172242518663201822320',6495,'61722425177','17','2.00','80','retail','0','2024-07-31 14:26:22','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-31 11:26:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','52.00','50','Inclusive','branch','Inventory','','','','',''),('6172242521320222212022',6496,'61722425212','4','1.00','150','retail','0','2024-07-31 14:26:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 11:27:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172242528162023323522',6497,'61722425280','3','1.00','150','retail','0','2024-07-31 14:28:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 11:28:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172242529162191372352',6498,'61722425280','16','2.00','100','retail','0','2024-07-31 14:28:07','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-31 11:28:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','22.00','20','Inclusive','branch','Inventory','','','','',''),('6172243093520423220732',6499,'61722430934','1','1.00','150','retail','0','2024-07-31 16:02:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 13:02:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172243102903433322320',6500,'61722431024','17','1.00','40','retail','0','2024-07-31 16:03:44','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-31 13:04:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','50.00','49','Inclusive','branch','Inventory','','','','',''),('6172243108552222341223',6501,'61722431083','3','1.00','150','retail','0','2024-07-31 16:04:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 13:05:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172243113323463023333',6502,'61722431083','10','0.25','200','retail','0','2024-07-31 16:05:22','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-31 13:05:49','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.50','4.25','Inclusive','branch','Inventory','','','','',''),('6172243116421362202322',6503,'61722431161','1','1.00','150','retail','0','2024-07-31 16:06:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 13:06:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172243117333213623322',6504,'61722431161','16','3.00','150','retail','0','2024-07-31 16:06:07','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-31 13:06:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','20.00','17','Inclusive','branch','Inventory','','','','',''),('6172243122913120203333',6505,'61722431225','3','1.00','150','retail','0','2024-07-31 16:07:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 13:07:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172243123302320421222',6506,'61722431225','2','1.00','150','retail','0','2024-07-31 16:07:11','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-31 13:07:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172243127523271000212',6507,'61722431274','4','1.00','150','retail','0','2024-07-31 16:07:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 13:08:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172243144322133034322',6508,'61722431442','4','1.00','150','retail','0','2024-07-31 16:10:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 13:10:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172243151837022033220',6509,'61722431517','5','2.00','300','retail','0','2024-07-31 16:11:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 13:12:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172243157270323323223',6510,'61722431571','2','1.00','150','retail','0','2024-07-31 16:12:51','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-31 13:13:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172243159122311200426',6511,'61722431571','10','0.25','200','retail','0','2024-07-31 16:12:58','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-31 13:13:27','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.25','4','Inclusive','branch','Inventory','','','','',''),('6172243162882342420302',6512,'61722431626','2','2.00','300','retail','0','2024-07-31 16:13:46','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-31 13:21:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.50','-1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172243163436302344422',6513,'61722431626','1','2.00','300','retail','0','2024-07-31 16:13:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 13:21:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172243169037019313420',6514,'61722431626','10','1.00','800','retail','0','2024-07-31 16:14:13','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-31 13:21:04','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6172243208742230270270',6515,'61722432085','3','3.00','450','retail','0','2024-07-31 16:21:25','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 13:21:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','','','',''),('6172243212363202230223',6516,'61722432122','10','0.25','200','retail','0','2024-07-31 16:22:02','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-31 13:22:21','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('6172243216014233432223',6517,'61722432159','1','2.00','300','retail','0','2024-07-31 16:22:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 13:22:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172243221624322123423',6518,'61722432215','4','1.00','150','retail','0','2024-07-31 16:23:35','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 13:23:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172243234130023473326',6519,'61722432338','10','1.00','800','retail','0','2024-07-31 16:25:38','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-31 13:25:44','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.75','1.75','Inclusive','branch','Inventory','','','','',''),('6172243236836332422206',6520,'61722432366','23','1.00','80','retail','0','2024-07-31 16:26:06','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-07-31 13:26:10','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','30.00','29','Inclusive','branch','Inventory','','','','',''),('6172243942922322944341',6521,'61722439421','10','0.25','200','retail','0','2024-07-31 18:23:41','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-07-31 15:24:02','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6172243944022203030446',6522,'61722439421','3','1.00','150','retail','0','2024-07-31 18:23:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 15:24:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172243947642432034234',6523,'61722439473','2','4.00','600','retail','0','2024-07-31 18:24:33','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-31 15:24:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.50','-3.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172243993443223230204',6524,'61722439568','1','1.00','150','retail','0','2024-07-31 18:26:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 15:33:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172243995075306320313',6525,'61722439568','22','1.00','50','retail','0','2024-07-31 18:32:29','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-31 15:33:02','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','42.00','41','Inclusive','branch','Inventory','','','','',''),('6172244000024022304330',6526,'61722439999','2','1.00','150','retail','0','2024-07-31 18:33:19','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-31 15:33:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172244005803233746343',6527,'61722440050','16','2.00','100','retail','0','2024-07-31 18:34:10','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-31 15:34:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','17.00','15','Inclusive','branch','Inventory','','','','',''),('6172244009833470222090',6528,'61722440094','22','1.00','50','retail','0','2024-07-31 18:34:54','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-31 15:35:14','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','41.00','40','Inclusive','branch','Inventory','','','','',''),('6172244032544222222220',6529,'61722440323','3','2.00','300','retail','0','2024-07-31 18:38:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 15:38:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172244958753520053424',6530,'61722449586','2','1.00','150','retail','0','2024-07-31 21:13:06','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-07-31 18:13:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172244961336302344422',6531,'61722449611','17','2.00','80','retail','0','2024-07-31 21:13:31','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-31 18:13:45','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','49.00','47','Inclusive','branch','Inventory','','','','',''),('6172244967942242920722',6532,'61722449678','4','1.00','150','retail','0','2024-07-31 21:14:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 18:15:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172244969003320021339',6533,'61722449678','17','1.00','40','retail','0','2024-07-31 21:14:47','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-07-31 18:15:25','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','47.00','46','Inclusive','branch','Inventory','','','','',''),('6172244974033233402934',6534,'61722449739','4','2.00','300','retail','0','2024-07-31 21:15:39','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-07-31 18:16:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172244975907222932203',6535,'61722449739','34','1.00','20','retail','0','2024-07-31 21:15:58','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-07-31 18:16:15','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6172245015632221012331',6536,'61722450140','16','2.00','100','retail','0','2024-07-31 21:22:20','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-07-31 18:22:39','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','15.00','13','Inclusive','branch','Inventory','','','','',''),('6172252038502648422312',6537,'61722520384','1','1.00','150','retail','0','2024-08-01 16:53:04','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-01 13:56:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172252055343226300320',6538,'61722520384','10','0.50','400','retail','0','2024-08-01 16:55:44','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-01 13:56:10','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.50','1','Inclusive','branch','Inventory','','','','',''),('6172252059033020530223',6539,'61722520588','4','2.00','300','retail','0','2024-08-01 16:56:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-01 13:56:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172252062223220000202',6540,'61722520611','16','6.00','300','retail','0','2024-08-01 16:56:51','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-01 13:57:03','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','13.00','7','Inclusive','branch','Inventory','','','','',''),('6172252062931024333323',6541,'61722520628','4','1.00','150','retail','0','2024-08-01 16:57:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-01 13:57:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172252063502240332330',6542,'61722520628','22','1.00','50','retail','0','2024-08-01 16:57:14','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-01 13:57:18','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','40.00','39','Inclusive','branch','Inventory','','','','',''),('6172252064500231432332',6543,'61722520643','4','1.00','150','retail','0','2024-08-01 16:57:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-01 13:57:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172252065332232003662',6544,'61722520652','17','2.00','80','retail','0','2024-08-01 16:57:32','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-08-01 13:57:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','46.00','44','Inclusive','branch','Inventory','','','','',''),('6172253133132242303023',6545,'61722531329','1','2.00','300','retail','0','2024-08-01 19:55:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-01 17:40:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172253401994213021342',6546,'61722534018','17','1.00','40','retail','0','2024-08-01 20:40:18','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-08-01 17:40:20','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','','','','',''),('7172285383773358322227',6547,'71722853793','3','2.00','300','retail','0','2024-08-05 13:29:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-05 10:31:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172285518730323831232',6548,'71722855187','1','1.00','150','retail','0','2024-08-05 13:53:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-05 11:20:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172285519102390400748',6549,'71722855187','1','1.00','150','retail','0','2024-08-05 13:53:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-05 11:20:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172285520023320022222',6550,'71722855187','1','1.00','150','retail','0','2024-08-05 13:53:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-05 11:20:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172285584823337332302',6551,'71722855187','17','1.00','40','retail','0','2024-08-05 14:04:08','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-08-05 11:20:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','43.00','42','Inclusive','branch','Inventory','','','','',''),('7172285585132228233233',6552,'71722855187','17','1.00','40','retail','0','2024-08-05 14:04:10','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-08-05 11:20:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','42.00','41','Inclusive','branch','Inventory','','','','',''),('7172285585573237204733',6553,'71722855187','34','1.00','20','retail','0','2024-08-05 14:04:15','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-08-05 11:20:13','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('7172285587407300882717',6554,'71722855187','35','4.00','20','retail','0','2024-08-05 14:04:34','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-08-05 11:20:13','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','8.00','4','Inclusive','branch','Inventory','','','','',''),('7172285680937382292322',6555,'71722855187','1','1.00','150','retail','0','2024-08-05 14:20:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-05 11:20:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.75','0.75','Inclusive','branch','Inventory','','','','',''),('7172295845773932337332',6556,'71722958431','22','1.00','50','retail','0','2024-08-06 18:33:51','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-06 15:37:34','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','39.00','38','Inclusive','branch','Inventory','','','','',''),('7172295867702322322073',6557,'71722958654','1','1.00','150','retail','0','2024-08-06 18:37:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-06 15:38:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172295871503223802822',6558,'71722958705','3','1.00','150','retail','0','2024-08-06 18:38:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-06 15:38:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172295874233233402835',6559,'71722958728','2','1.00','150','retail','0','2024-08-06 18:38:48','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-06 15:39:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172295876183002375225',6560,'71722958728','17','2.00','80','retail','0','2024-08-06 18:39:02','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-08-06 15:39:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','41.00','39','Inclusive','branch','Inventory','','','','',''),('7172295878623292341222',6561,'71722958777','2','1.00','150','retail','0','2024-08-06 18:39:37','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-06 15:40:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172295884738330273372',6562,'71722958838','1','1.00','150','retail','0','2024-08-06 18:40:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-06 15:41:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172295887420233128827',6563,'71722958864','2','1.00','150','retail','0','2024-08-06 18:41:04','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-06 15:41:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172295893333323933331',6564,'71722958884','1','3.00','450','retail','0','2024-08-06 18:41:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-06 15:42:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172295895832212920222',6565,'71722958947','2','1.00','150','retail','0','2024-08-06 18:42:27','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-06 15:42:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172295896623232322220',6566,'71722958947','17','1.00','40','retail','0','2024-08-06 18:42:39','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-08-06 15:42:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','39.00','38','Inclusive','branch','Inventory','','','','',''),('7172295898930333929717',6567,'71722958974','3','1.00','150','retail','0','2024-08-06 18:42:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-06 15:43:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172295901823370805009',6568,'71722959003','34','1.00','20','retail','0','2024-08-06 18:43:23','','','','0','Cash',0.00,'20','','','7','16.00','1','2024-08-06 15:43:48','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('7172295903923004337390',6569,'71722959028','1','1.00','150','retail','0','2024-08-06 18:43:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-06 15:45:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172295912527939292532',6570,'71722959028','10','0.25','200','retail','0','2024-08-06 18:43:59','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-06 15:45:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('7172295944323723932320',6571,'71722959128','1','3.00','450','retail','0','2024-08-06 18:45:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-06 15:51:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172296181132220913220',6572,'71722961494','1','5.00','750','retail','0','2024-08-06 19:24:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-06 16:30:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.75','-4.25','Inclusive','branch','Inventory','','','','',''),('7172296182030133220273',6573,'71722961494','17','4.00','160','retail','0','2024-08-06 19:30:12','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-08-06 16:30:23','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','38.00','34','Inclusive','branch','Inventory','','','','',''),('7172296188400334029822',6574,'71722961877','17','1.00','40','retail','0','2024-08-06 19:31:17','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-08-06 16:31:26','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','34.00','33','Inclusive','branch','Inventory','','','','',''),('7172296269862933333333',6575,'71722961932','3','1.00','150','retail','0','2024-08-06 19:32:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-06 16:57:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172296340922432223092',6576,'71722961932','2','1.00','150','retail','0','2024-08-06 19:44:59','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-06 16:57:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172305219024320202537',6577,'61723052188','4','1.00','150','retail','0','2024-08-07 20:36:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:36:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172305219503333232230',6578,'61723052188','4','1.00','150','retail','0','2024-08-07 20:36:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:36:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172305221233233222032',6579,'61723052188','17','3.00','120','retail','0','2024-08-07 20:36:43','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-08-07 17:36:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','33.00','30','Inclusive','branch','Inventory','','','','',''),('6172305226600222222200',6580,'61723052264','3','2.00','300','retail','0','2024-08-07 20:37:44','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:38:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172305227732060022423',6581,'61723052264','10','0.50','400','retail','0','2024-08-07 20:37:49','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-07 17:38:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.75','0.25','Inclusive','branch','Inventory','','','','',''),('6172305228432036223233',6582,'61723052264','17','2.00','80','retail','0','2024-08-07 20:38:01','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-08-07 17:38:28','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','30.00','28','Inclusive','branch','Inventory','','','','',''),('6172305232422303233226',6583,'61723052323','1','1.00','150','retail','0','2024-08-07 20:38:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:39:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172305233602340326220',6584,'61723052323','22','1.00','50','retail','0','2024-08-07 20:38:50','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-07 17:39:14','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','38.00','37','Inclusive','branch','Inventory','','','','',''),('6172305234363200033226',6585,'61723052323','35','1.00','5','retail','0','2024-08-07 20:39:02','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-08-07 17:39:14','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('6172305236713024332276',6586,'61723052366','2','2.00','300','retail','0','2024-08-07 20:39:26','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:39:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.50','-1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172305237731420232733',6587,'61723052366','10','0.25','200','retail','0','2024-08-07 20:39:30','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-07 17:39:49','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6172305245702205433366',6588,'61723052455','4','2.00','300','retail','0','2024-08-07 20:40:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:41:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172305248000022250322',6589,'61723052479','1','1.00','150','retail','0','2024-08-07 20:41:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:41:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172305256150033306325',6590,'61723052554','10','0.25','200','retail','0','2024-08-07 20:42:34','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-07 17:43:00','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.00','2.75','Inclusive','branch','Inventory','','','','',''),('6172305259822226222030',6591,'61723052597','2','1.00','150','retail','0','2024-08-07 20:43:17','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:43:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172305261022030202223',6592,'61723052597','10','0.25','200','retail','0','2024-08-07 20:43:23','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-07 17:43:41','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','','','',''),('6172305264000032326230',6593,'61723052638','3','2.00','300','retail','0','2024-08-07 20:43:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:44:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172305267927002332263',6594,'61723052676','1','3.00','450','retail','0','2024-08-07 20:44:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:45:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('6172305269727694032031',6595,'61723052676','10','0.75','600','retail','0','2024-08-07 20:44:46','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-07 17:45:14','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','2.50','1.75','Inclusive','branch','Inventory','','','','',''),('6172305272532203037220',6596,'61723052723','1','2.00','300','retail','0','2024-08-07 20:45:23','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:46:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172305274373032402320',6597,'61723052723','17','4.00','160','retail','0','2024-08-07 20:45:34','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-08-07 17:46:10','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','28.00','24','Inclusive','branch','Inventory','','','','',''),('6172305275537005200332',6598,'61723052723','22','2.00','100','retail','0','2024-08-07 20:45:52','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-07 17:46:10','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','37.00','35','Inclusive','branch','Inventory','','','','',''),('6172305281223030332233',6599,'61723052810','3','2.00','300','retail','0','2024-08-07 20:46:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:47:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172305283123022224268',6600,'61723052810','10','0.50','400','retail','0','2024-08-07 20:47:01','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-07 17:47:25','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.75','1.25','Inclusive','branch','Inventory','','','','',''),('6172305287701723222703',6601,'61723052874','2','2.00','300','retail','0','2024-08-07 20:47:54','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:48:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.50','-1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172305290362037232243',6602,'61723052901','17','1.00','40','retail','0','2024-08-07 20:48:21','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-08-07 17:48:33','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('6172305292803223242402',6603,'61723052926','1','1.00','150','retail','0','2024-08-07 20:48:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:49:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172305294322227020242',6604,'61723052926','10','0.25','200','retail','0','2024-08-07 20:48:52','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-07 17:49:23','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('6172305298922297293333',6605,'61723052974','10','0.25','200','retail','0','2024-08-07 20:49:34','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-07 17:50:25','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('6172305300410303333330',6606,'61723052974','2','2.00','300','retail','0','2024-08-07 20:50:02','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:50:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.50','-1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172305306023100106513',6607,'61723053058','5','2.00','300','retail','0','2024-08-07 20:50:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:51:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172305308992200002380',6608,'61723053087','4','2.00','300','retail','0','2024-08-07 20:51:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:51:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172305313532212120222',6609,'61723053134','5','1.00','150','retail','0','2024-08-07 20:52:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:52:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172305316722022263306',6610,'61723053166','1','1.00','150','retail','0','2024-08-07 20:52:46','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:53:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172305319631203235393',6611,'61723053194','3','1.00','150','retail','0','2024-08-07 20:53:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:53:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172305323535020547324',6612,'61723053232','1','2.00','300','retail','0','2024-08-07 20:53:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:54:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172305324423326300222',6613,'61723053232','35','2.00','10','retail','0','2024-08-07 20:54:02','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-08-07 17:54:17','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','3.00','1','Inclusive','branch','Inventory','','','','',''),('6172305329972452033332',6614,'61723053297','4','1.00','150','retail','0','2024-08-07 20:54:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:55:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172305332030332600333',6615,'61723053297','10','0.25','200','retail','0','2024-08-07 20:55:02','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-07 17:55:55','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('6172305339323930203202',6616,'61723053387','2','2.00','300','retail','0','2024-08-07 20:56:27','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:57:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.50','-1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172305341025320303102',6617,'61723053387','36','2.00','10','retail','0','2024-08-07 20:56:46','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-08-07 17:57:09','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','184.00','182','Inclusive','branch','Inventory','','4000','Asset','',''),('6172305345733353530350',6618,'61723053445','10','0.25','200','retail','0','2024-08-07 20:57:25','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-07 17:58:22','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('6172305347210060722403',6619,'61723053445','3','2.00','300','retail','0','2024-08-07 20:57:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:58:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172305348805082483388',6620,'61723053445','21','2.00','160','retail','0','2024-08-07 20:58:05','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-08-07 17:58:22','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','25.00','23','Inclusive','branch','Inventory','','','','',''),('6172305351303243200301',6621,'61723053512','3','1.00','150','retail','0','2024-08-07 20:58:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:58:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172305353906253712237',6622,'61723053538','3','1.00','150','retail','0','2024-08-07 20:58:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:59:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172305357001223365501',6623,'61723053568','4','2.00','300','retail','0','2024-08-07 20:59:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:59:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172305357622313606025',6624,'61723053568','1','1.00','150','retail','0','2024-08-07 20:59:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 17:59:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172305361123252253236',6625,'61723053606','22','1.00','50','retail','0','2024-08-07 21:00:06','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-07 18:00:23','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','35.00','34','Inclusive','branch','Inventory','','','','',''),('6172305368502244083330',6626,'61723053679','4','2.00','300','retail','0','2024-08-07 21:01:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-07 18:01:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172312203923322400033',6627,'71723121893','2','1.00','150','retail','0','2024-08-08 15:58:13','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-08 13:00:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172312208103274227337',6628,'71723122054','2','2.00','300','retail','0','2024-08-08 16:00:54','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-08 13:03:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.50','-1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172312224403403402773',6629,'71723122230','2','2.00','300','retail','0','2024-08-08 16:03:50','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-08 13:04:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.50','-1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172312225803022223403',6630,'71723122230','4','4.00','600','retail','0','2024-08-08 16:04:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 13:04:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('7172312229622302323301',6631,'71723122282','1','1.00','150','retail','0','2024-08-08 16:04:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 13:05:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172312244744723224422',6632,'71723122429','10','0.50','400','retail','0','2024-08-08 16:07:09','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-08 13:07:40','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','7.25','6.75','Inclusive','branch','Inventory','','','','',''),('7172312249802222132320',6633,'71723122461','1','1.00','150','retail','0','2024-08-08 16:07:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 13:08:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172312252403004520300',6634,'71723122508','1','1.00','150','retail','0','2024-08-08 16:08:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 13:08:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172312254957103233923',6635,'71723122535','1','3.00','450','retail','0','2024-08-08 16:08:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 13:09:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172312693299613623224',6636,'71723126932','4','1.00','150','retail','0','2024-08-08 17:22:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 14:22:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7172312699723023209002',6637,'71723126996','1','1.00','150','retail','0','2024-08-08 17:23:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 14:23:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172312700023070307332',6638,'71723126996','1','1.00','150','retail','0','2024-08-08 17:23:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 14:23:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172312853825330335833',6639,'71723128537','2','3.00','450','retail','0','2024-08-08 17:48:57','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-08 14:49:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','1.50','-1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172312854848212023203',6640,'71723128537','22','3.00','150','retail','0','2024-08-08 17:49:07','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-08 14:49:12','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','34.00','31','Inclusive','branch','Inventory','','','','',''),('7172312858331322828733',6641,'71723128582','5','1.00','150','retail','0','2024-08-08 17:49:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 14:49:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172312859532734310223',6642,'71723128582','28','1.00','90','retail','0','2024-08-08 17:49:55','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-08-08 14:49:58','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7172313478823124133203',6643,'71723134780','4','5.00','750','retail','0','2024-08-08 19:33:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 16:33:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.00','-5','Inclusive','branch','Inventory','','','','',''),('7172313614524221752201',6644,'71723136145','1','1.00','150','retail','0','2024-08-08 19:55:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 16:56:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172313614823423834100',6645,'71723136145','1','1.00','150','retail','0','2024-08-08 19:55:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 16:56:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172313619920320731122',6646,'71723136188','10','0.25','200','retail','0','2024-08-08 19:56:38','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-08 16:56:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.75','5.5','Inclusive','branch','Inventory','','','','',''),('7172313628322242137036',6647,'71723136282','1','1.00','150','retail','0','2024-08-08 19:58:02','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 16:58:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172313628523022337222',6648,'71723136282','1','1.00','150','retail','0','2024-08-08 19:58:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 16:58:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172313629642032103326',6649,'71723136282','10','0.25','200','retail','0','2024-08-08 19:58:15','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-08 16:58:31','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','6.50','6.25','Inclusive','branch','Inventory','','','','',''),('7172313632530337323343',6650,'71723136325','1','1.00','150','retail','0','2024-08-08 19:58:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 16:58:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172313642423113320342',6651,'71723136423','5','1.00','150','retail','0','2024-08-08 20:00:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 17:00:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172313645030330323012',6652,'71723136423','10','0.25','200','retail','0','2024-08-08 20:00:49','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-08 17:00:51','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','6.25','6','Inclusive','branch','Inventory','','','','',''),('7172313648037721036122',6653,'71723136480','10','0.25','200','retail','0','2024-08-08 20:01:20','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-08 17:01:29','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','6.00','5.75','Inclusive','branch','Inventory','','','','',''),('7172313648732232303323',6654,'71723136480','1','1.00','150','retail','0','2024-08-08 20:01:26','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 17:01:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172313955330223305030',6655,'61723139550','1','2.00','300','retail','0','2024-08-08 20:52:30','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-08 17:52:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172313958423512432133',6656,'61723139582','1','1.00','150','retail','0','2024-08-08 20:53:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-08 17:53:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172313962533332222722',6657,'61723139619','10','0.25','200','retail','0','2024-08-08 20:53:39','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-08 17:54:04','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.75','5.5','Inclusive','branch','Inventory','','','','',''),('6172313963222423223022',6658,'61723139619','1','1.00','150','retail','0','2024-08-08 20:53:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-08 17:54:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172314056472302031322',6659,'61723140559','1','1.00','150','retail','0','2024-08-08 21:09:19','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-08 18:09:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172314060632633207331',6660,'61723140602','1','1.00','150','retail','0','2024-08-08 21:10:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-08 18:10:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172314064303132323020',6661,'61723140641','1','1.00','150','retail','0','2024-08-08 21:10:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-08 18:10:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172314085813330222105',6662,'71723140857','4','1.00','150','retail','0','2024-08-08 21:14:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 18:14:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7172314086223202122070',6663,'71723140857','4','1.00','150','retail','0','2024-08-08 21:14:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 18:14:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172314088131841224013',6664,'71723140880','10','0.25','200','retail','0','2024-08-08 21:14:40','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-08 18:14:44','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.50','5.25','Inclusive','branch','Inventory','','','','',''),('7172314093504923403230',6665,'71723140935','1','1.00','150','retail','0','2024-08-08 21:15:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 18:15:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172314095672252123767',6666,'71723140955','4','1.00','150','retail','0','2024-08-08 21:15:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 18:15:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172314098222132034323',6667,'71723140981','22','1.00','50','retail','0','2024-08-08 21:16:21','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-08 18:16:47','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','31.00','30','Inclusive','branch','Inventory','','','','',''),('7172314116040231323223',6668,'71723141159','1','1.00','150','retail','0','2024-08-08 21:19:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-08 18:19:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172322174622712237272',6669,'71723221692','1','2.00','300','retail','0','2024-08-09 19:41:32','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 16:42:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172322175902225322727',6670,'71723221692','1','1.00','150','retail','0','2024-08-09 19:42:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 16:42:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172322178870333703223',6671,'71723221773','1','3.00','450','retail','0','2024-08-09 19:42:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 16:43:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172322180627323320223',6672,'71723221792','1','1.00','150','retail','0','2024-08-09 19:43:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 16:43:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172322185922320314322',6673,'71723221829','1','2.00','300','retail','0','2024-08-09 19:44:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 16:45:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172322188933723334223',6674,'71723221829','10','0.50','400','retail','0','2024-08-09 19:44:19','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-09 16:45:37','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','5.25','4.75','Inclusive','branch','Inventory','','','','',''),('7172322232302323023233',6675,'71723222295','1','1.00','150','retail','0','2024-08-09 19:51:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 16:52:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172322237227230232032',6676,'71723222357','1','2.00','300','retail','0','2024-08-09 19:52:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 16:53:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172322250220700320222',6677,'71723222496','1','2.00','300','retail','0','2024-08-09 19:54:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 16:55:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172322253473320332022',6678,'71723222496','33','1.00','10','retail','0','2024-08-09 19:55:02','','','','0','Cash',0.00,'10','','','7','16.00','1','2024-08-09 16:55:48','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('7172322257902322201072',6679,'71723222548','1','3.00','450','retail','0','2024-08-09 19:55:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 16:56:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172322263120422170360',6680,'71723222617','1','1.00','150','retail','0','2024-08-09 19:56:57','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 16:57:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172322282777322002027',6681,'71723222648','10','0.25','200','retail','0','2024-08-09 19:57:28','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-09 17:00:38','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.75','4.5','Inclusive','branch','Inventory','','','','',''),('7172322423317323237223',6682,'71723224222','1','2.00','300','retail','0','2024-08-09 20:23:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 17:24:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172322427824403400743',6683,'71723224261','2','2.00','300','retail','0','2024-08-09 20:24:21','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-09 17:26:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172322432822133232331',6684,'71723224261','10','0.25','200','retail','0','2024-08-09 20:24:38','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-09 17:26:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.50','4.25','Inclusive','branch','Inventory','','','','',''),('7172322435302200233021',6685,'71723224261','23','2.00','160','retail','0','2024-08-09 20:25:28','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-08-09 17:26:07','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','29.00','27','Inclusive','branch','Inventory','','','','',''),('7172322437822347202430',6686,'71723224368','1','2.00','300','retail','0','2024-08-09 20:26:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 17:26:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172322439332413412323',6687,'71723224368','22','2.00','100','retail','0','2024-08-09 20:26:18','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-09 17:26:50','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','30.00','28','Inclusive','branch','Inventory','','','','',''),('7172322442347103233323',6688,'71723224410','10','1.00','800','retail','0','2024-08-09 20:26:50','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-09 17:28:13','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.25','3.25','Inclusive','branch','Inventory','','','','',''),('7172322448204208433377',6689,'71723224410','1','2.00','300','retail','0','2024-08-09 20:27:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 17:28:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''); INSERT INTO `sales_order` VALUES ('7172322454343372243234',6690,'71723224493','2','1.00','150','retail','0','2024-08-09 20:28:13','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-09 17:29:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.50','0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172322468930022473327',6691,'71723224616','3','2.00','300','retail','0','2024-08-09 20:30:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 17:31:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172322493130322717741',6692,'71723224705','3','2.00','300','retail','0','2024-08-09 20:31:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 17:35:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172322511040332051202',6693,'71723225094','1','2.00','300','retail','0','2024-08-09 20:38:14','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 17:38:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172322530320220030072',6694,'71723225289','1','1.00','150','retail','0','2024-08-09 20:41:29','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-09 17:41:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172328976033283222432',6695,'61723289754','1','4.00','600','retail','0','2024-08-10 14:35:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 11:36:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.75','-3.25','Inclusive','branch','Inventory','','','','',''),('6172328978023300427023',6696,'61723289778','22','1.00','50','retail','0','2024-08-10 14:36:18','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-10 11:36:25','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','28.00','27','Inclusive','branch','Inventory','','','','',''),('6172328986722270333342',6697,'61723289864','2','3.00','450','retail','0','2024-08-10 14:37:44','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-10 11:37:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.50','-2.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172328989662293222020',6698,'61723289895','1','1.00','150','retail','0','2024-08-10 14:38:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 11:38:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172328990430298620602',6699,'61723289895','4','1.00','150','retail','0','2024-08-10 14:38:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 11:38:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172328994792088923023',6700,'61723289945','25','1.00','150','retail','0','2024-08-10 14:39:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 11:39:36','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('6172328996100923326620',6701,'61723289945','23','1.00','80','retail','0','2024-08-10 14:39:20','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-08-10 11:39:36','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.00','26','Inclusive','branch','Inventory','','','','',''),('6172330201923330232333',6702,'61723302018','1','1.00','150','retail','0','2024-08-10 18:00:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 15:04:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172330247473023222233',6703,'61723302464','10','0.75','600','retail','0','2024-08-10 18:07:44','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-10 15:21:32','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','3.25','2.5','Inclusive','branch','Inventory','','','','',''),('6172330324447126006037',6704,'61723302464','1','3.00','450','retail','0','2024-08-10 18:20:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 15:21:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('6172330333330322717633',6705,'61723303320','1','3.00','450','retail','0','2024-08-10 18:22:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 15:22:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('6172330349232203400022',6706,'61723303488','1','2.00','300','retail','0','2024-08-10 18:24:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 15:28:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172330351130333213012',6707,'61723303488','22','1.00','50','retail','0','2024-08-10 18:25:00','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-10 15:28:25','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','27.00','26','Inclusive','branch','Inventory','','','','',''),('6172330366136362212322',6708,'61723303488','28','1.00','90','retail','0','2024-08-10 18:27:36','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-08-10 15:28:25','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('6172330368602337233233',6709,'61723303488','29','1.00','40','retail','0','2024-08-10 18:28:02','','','','0','Cash',0.00,'40','','','6','16.00','1','2024-08-10 15:28:25','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('6172330400002202032033',6710,'61723303998','1','1.00','150','retail','0','2024-08-10 18:33:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 15:47:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172330503204223332230',6711,'61723305029','1','3.00','450','retail','0','2024-08-10 18:50:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 15:51:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('6172330506026503202330',6712,'61723305029','10','0.50','400','retail','0','2024-08-10 18:50:50','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-10 15:51:31','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.50','2','Inclusive','branch','Inventory','','','','',''),('6172330518333223360320',6713,'61723305106','28','1.00','90','retail','0','2024-08-10 18:53:00','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-08-10 15:54:43','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6172330524512220056233',6714,'61723305106','10','0.25','200','retail','0','2024-08-10 18:53:57','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-10 15:54:43','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('6172330525553333232372',6715,'61723305106','1','1.00','150','retail','0','2024-08-10 18:54:12','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 15:54:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172330533130232033033',6716,'61723305329','3','4.00','600','retail','0','2024-08-10 18:55:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 15:55:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','2.00','-2','Inclusive','branch','Inventory','','','','',''),('6172330542134302323032',6717,'61723305420','1','1.00','150','retail','0','2024-08-10 18:57:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 15:57:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172330544733433230332',6718,'61723305446','1','1.00','150','retail','0','2024-08-10 18:57:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 15:57:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172330547702570235203',6719,'61723305476','1','2.00','300','retail','0','2024-08-10 18:57:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 16:00:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172330552000330202003',6720,'61723305476','10','0.25','200','retail','0','2024-08-10 18:58:00','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-10 16:00:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('6172330554300333020033',6721,'61723305476','10','0.25','200','retail','0','2024-08-10 18:58:53','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-10 16:00:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6172330558250000202230',6722,'61723305476','23','2.00','160','retail','0','2024-08-10 18:59:37','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-08-10 16:00:28','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','26.00','24','Inclusive','branch','Inventory','','','','',''),('6172330568733133202222',6723,'61723305680','10','0.25','200','retail','0','2024-08-10 19:01:20','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-10 16:03:22','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('6172330590520312012222',6724,'61723305902','1','3.00','450','retail','0','2024-08-10 19:05:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 16:05:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('6172330593906200320630',6725,'61723305938','1','1.00','150','retail','0','2024-08-10 19:05:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 16:06:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172330613733337142330',6726,'61723306131','1','1.00','150','retail','0','2024-08-10 19:08:51','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 16:09:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172330621231232707023',6727,'61723306205','3','3.00','450','retail','0','2024-08-10 19:10:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 16:11:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','2.00','-1','Inclusive','branch','Inventory','','','','',''),('6172330701460132131136',6728,'61723307002','10','0.50','400','retail','0','2024-08-10 19:23:22','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-10 16:23:59','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.00','0.5','Inclusive','branch','Inventory','','','','',''),('6172330702532331723333',6729,'61723307002','1','2.00','300','retail','0','2024-08-10 19:23:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 16:23:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172330740101023220200',6730,'61723307399','1','1.00','150','retail','0','2024-08-10 19:29:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 16:30:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172330741923622032323',6731,'61723307399','10','0.50','400','retail','0','2024-08-10 19:30:06','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-10 16:30:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.50','0','Inclusive','branch','Inventory','','','','',''),('6172330742630323231232',6732,'61723307399','22','1.00','50','retail','0','2024-08-10 19:30:24','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-10 16:30:28','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','','','','',''),('6172330766003243322332',6733,'61723307652','2','8.00','1200','retail','0','2024-08-10 19:34:12','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-10 16:34:23','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'8','0.50','-7.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172330773272330223020',6734,'61723307729','3','3.00','450','retail','0','2024-08-10 19:35:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 16:40:55','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','2.00','-1','Inclusive','branch','Inventory','','','','',''),('6172330804232023737400',6735,'61723307729','10','0.75','600','retail','0','2024-08-10 19:40:30','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-10 16:40:55','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.75','7.00','6.25','Inclusive','branch','Inventory','','','','',''),('6172330805322223312343',6736,'61723307729','22','3.00','150','retail','0','2024-08-10 19:40:49','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-10 16:40:55','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','25.00','22','Inclusive','branch','Inventory','','','','',''),('6172330810433332220081',6737,'61723308103','1','1.00','150','retail','0','2024-08-10 19:41:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 16:42:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172330812020320233133',6738,'61723308103','10','0.25','200','retail','0','2024-08-10 19:41:49','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-10 16:42:01','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','6.25','6','Inclusive','branch','Inventory','','','','',''),('6172330851702203320335',6739,'61723308514','1','4.00','600','retail','0','2024-08-10 19:48:34','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 16:48:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.75','-3.25','Inclusive','branch','Inventory','','','','',''),('6172330860233403207362',6740,'61723308600','2','1.00','150','retail','0','2024-08-10 19:50:00','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-10 16:50:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172330914603323234622',6741,'61723309139','10','0.25','200','retail','0','2024-08-10 19:58:59','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-10 16:59:18','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','6.00','5.75','Inclusive','branch','Inventory','','','','',''),('6172330919533272203023',6742,'61723309193','1','3.00','450','retail','0','2024-08-10 19:59:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 17:00:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('6172330923410002223422',6743,'61723309232','1','1.00','150','retail','0','2024-08-10 20:00:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 17:00:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172330926423132263372',6744,'61723309261','1','4.00','600','retail','0','2024-08-10 20:01:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 17:01:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.75','-3.25','Inclusive','branch','Inventory','','','','',''),('6172331281813417826313',6745,'61723312811','3','1.00','150','retail','0','2024-08-10 21:00:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 18:00:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('6172331282864022220226',6746,'61723312811','10','0.25','200','retail','0','2024-08-10 21:00:21','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-10 18:00:40','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.75','5.5','Inclusive','branch','Inventory','','','','',''),('6172331286130362327362',6747,'61723312860','1','1.00','150','retail','0','2024-08-10 21:01:00','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 18:01:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172331289222292716232',6748,'61723312884','3','1.00','150','retail','0','2024-08-10 21:01:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 18:02:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6172331291013220222320',6749,'61723312884','33','1.00','10','retail','0','2024-08-10 21:01:48','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-08-10 18:02:11','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('6172331291631623912204',6750,'61723312884','33','1.00','10','retail','0','2024-08-10 21:01:53','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-08-10 18:02:11','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('6172331295525352233522',6751,'61723312947','3','2.00','300','retail','0','2024-08-10 21:02:27','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 18:03:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('6172331310921022230233',6752,'61723313099','3','4.00','600','retail','0','2024-08-10 21:04:59','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-10 18:05:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','','','',''),('6172331337331203207333',6753,'61723313318','22','1.00','50','retail','0','2024-08-10 21:08:38','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-10 18:09:41','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('6172331337862303322102',6754,'61723313318','34','1.00','20','retail','0','2024-08-10 21:09:36','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-08-10 18:09:41','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('7172338927433332407422',6755,'71723389264','1','3.00','450','retail','0','2024-08-11 18:14:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:14:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172338931122304321331',6756,'71723389292','2','1.00','150','retail','0','2024-08-11 18:14:52','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:15:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172338940550333302323',6757,'71723389383','3','2.00','300','retail','0','2024-08-11 18:16:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:16:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172338943002332370047',6758,'71723389414','1','1.00','150','retail','0','2024-08-11 18:16:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:17:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172338943703232322293',6759,'71723389414','16','2.00','100','retail','0','2024-08-11 18:17:11','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:17:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','7.00','5','Inclusive','branch','Inventory','','','','',''),('7172338948130332200300',6760,'71723389447','1','5.00','750','retail','0','2024-08-11 18:17:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:18:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'5','0.75','-4.25','Inclusive','branch','Inventory','','','','',''),('7172338956852360820502',6761,'71723389499','20','2.00','120','retail','0','2024-08-11 18:18:19','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-08-11 15:19:37','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','39.00','37','Inclusive','branch','Inventory','','','','',''),('7172338959013333223355',6762,'71723389577','1','2.00','300','retail','0','2024-08-11 18:19:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:20:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172338961223133317282',6763,'71723389604','2','2.00','300','retail','0','2024-08-11 18:20:04','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:20:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.50','-1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172338978233202222330',6764,'71723389659','21','1.00','80','retail','0','2024-08-11 18:20:59','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-08-11 15:23:43','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('7172338984173819823033',6765,'71723389823','10','1.00','800','retail','0','2024-08-11 18:23:43','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-11 15:25:49','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.50','4.5','Inclusive','branch','Inventory','','','','',''),('7172338991602433321132',6766,'71723389823','16','6.00','300','retail','0','2024-08-11 18:25:07','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:25:49','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','31.00','25','Inclusive','branch','Inventory','','','','',''),('7172338992530303333224',6767,'71723389823','2','1.00','150','retail','0','2024-08-11 18:25:16','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:25:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172338993333223333203',6768,'71723389823','3','2.00','300','retail','0','2024-08-11 18:25:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:25:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172338997142207303222',6769,'71723389949','1','3.00','450','retail','0','2024-08-11 18:25:49','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:26:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172338999440922370922',6770,'71723389949','17','3.00','120','retail','0','2024-08-11 18:26:22','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-08-11 15:26:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','23.00','20','Inclusive','branch','Inventory','','','','',''),('7172339006424220223370',6771,'71723390011','10','0.50','400','retail','0','2024-08-11 18:26:51','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-11 15:28:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','4.50','4','Inclusive','branch','Inventory','','','','',''),('7172339007303733003290',6772,'71723390011','1','3.00','450','retail','0','2024-08-11 18:27:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:28:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172339008233337330833',6773,'71723390011','16','2.00','100','retail','0','2024-08-11 18:27:54','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:28:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','25.00','23','Inclusive','branch','Inventory','','','','',''),('7172339010507272100313',6774,'71723390092','2','4.00','600','retail','0','2024-08-11 18:28:12','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:28:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.50','-3.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339020502040003322',6775,'71723390155','2','4.00','600','retail','0','2024-08-11 18:30:04','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:30:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.50','-3.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339025172573332335',6776,'71723390250','3','1.00','150','retail','0','2024-08-11 18:30:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:31:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7172339025302375303330',6777,'71723390250','1','1.00','150','retail','0','2024-08-11 18:30:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:31:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339028332303092222',6778,'71723390282','2','1.00','150','retail','0','2024-08-11 18:31:22','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:31:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339028521083232032',6779,'71723390282','2','1.00','150','retail','0','2024-08-11 18:31:25','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:31:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339028622630232223',6780,'71723390282','2','1.00','150','retail','0','2024-08-11 18:31:26','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:31:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339028907300823407',6781,'71723390282','2','1.00','150','retail','0','2024-08-11 18:31:29','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:31:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339029220037033230',6782,'71723390282','2','1.00','150','retail','0','2024-08-11 18:31:31','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:31:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339033817202000223',6783,'71723390337','3','1.00','150','retail','0','2024-08-11 18:32:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:32:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339033821243227033',6784,'71723390337','3','1.00','150','retail','0','2024-08-11 18:32:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:32:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339034024032033003',6785,'71723390337','3','1.00','150','retail','0','2024-08-11 18:32:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:32:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339034223320233730',6786,'71723390337','3','1.00','150','retail','0','2024-08-11 18:32:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:32:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339034520042522003',6787,'71723390337','5','1.00','150','retail','0','2024-08-11 18:32:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:32:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339038048230232032',6788,'71723390379','1','1.00','150','retail','0','2024-08-11 18:32:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:33:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339038400300372332',6789,'71723390379','1','1.00','150','retail','0','2024-08-11 18:33:03','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:33:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339039502227200327',6790,'71723390379','16','1.00','50','retail','0','2024-08-11 18:33:15','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:33:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('7172339040394073227933',6791,'71723390379','16','1.00','50','retail','0','2024-08-11 18:33:22','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:33:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('7172339045403222034230',6792,'71723390417','2','1.00','150','retail','0','2024-08-11 18:33:37','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:36:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339048193130373033',6793,'71723390417','2','1.00','150','retail','0','2024-08-11 18:34:40','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:36:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339049317472700733',6794,'71723390417','1','1.00','150','retail','0','2024-08-11 18:34:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:36:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339049663320021330',6795,'71723390417','1','1.00','150','retail','0','2024-08-11 18:34:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:36:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339058023229292223',6796,'71723390417','10','1.00','800','retail','0','2024-08-11 18:36:19','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-11 15:36:57','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7172339068209202001022',6797,'71723390681','2','1.00','150','retail','0','2024-08-11 18:38:01','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:39:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339068733272020032',6798,'71723390681','2','1.00','150','retail','0','2024-08-11 18:38:06','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:39:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339072433470333333',6799,'71723390681','22','1.00','50','retail','0','2024-08-11 18:38:43','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:39:08','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('7172339072520325422252',6800,'71723390681','22','1.00','50','retail','0','2024-08-11 18:38:45','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:39:08','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('7172339073433320770227',6801,'71723390681','16','1.00','50','retail','0','2024-08-11 18:38:53','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:39:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('7172339073843708373482',6802,'71723390681','16','1.00','50','retail','0','2024-08-11 18:38:57','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:39:08','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('7172339076632232063027',6803,'71723390749','2','6.00','900','retail','0','2024-08-11 18:39:09','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:39:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.50','-5.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339079272127279202',6804,'71723390781','1','1.00','150','retail','0','2024-08-11 18:39:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:40:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339079842203232230',6805,'71723390781','1','1.00','150','retail','0','2024-08-11 18:39:52','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:40:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339082523032083322',6806,'71723390824','3','1.00','150','retail','0','2024-08-11 18:40:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:40:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339082530703341235',6807,'71723390824','3','1.00','150','retail','0','2024-08-11 18:40:25','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:40:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339082820332249329',6808,'71723390824','5','1.00','150','retail','0','2024-08-11 18:40:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:40:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339083129270082210',6809,'71723390824','4','1.00','150','retail','0','2024-08-11 18:40:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:40:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339087223323132338',6810,'71723390871','3','1.00','150','retail','0','2024-08-11 18:41:11','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:41:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339088000703302728',6811,'71723390871','16','1.00','50','retail','0','2024-08-11 18:41:19','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:41:39','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('7172339088630032283283',6812,'71723390871','16','1.00','50','retail','0','2024-08-11 18:41:25','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:41:39','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('7172339091372933321333',6813,'71723390913','5','1.00','150','retail','0','2024-08-11 18:41:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:42:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339093432102203237',6814,'71723390925','1','1.00','150','retail','0','2024-08-11 18:42:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:42:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339094421430213290',6815,'71723390925','1','1.00','150','retail','0','2024-08-11 18:42:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:42:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339094922432992322',6816,'71723390925','1','1.00','150','retail','0','2024-08-11 18:42:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:42:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339097603246907233',6817,'71723390975','3','1.00','150','retail','0','2024-08-11 18:42:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:43:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339097929920020223',6818,'71723390975','3','1.00','150','retail','0','2024-08-11 18:42:59','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:43:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339098242273302323',6819,'71723390975','3','1.00','150','retail','0','2024-08-11 18:43:01','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:43:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339098527892302320',6820,'71723390975','3','1.00','150','retail','0','2024-08-11 18:43:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:43:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339101122024013392',6821,'71723391010','2','1.00','150','retail','0','2024-08-11 18:43:30','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:43:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339101229133302332',6822,'71723391010','2','1.00','150','retail','0','2024-08-11 18:43:32','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:43:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339102002222432020',6823,'71723391010','2','1.00','150','retail','0','2024-08-11 18:43:40','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:43:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339105030300202301',6824,'71723391050','16','1.00','50','retail','0','2024-08-11 18:44:10','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:44:30','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('7172339105211327105022',6825,'71723391050','16','1.00','50','retail','0','2024-08-11 18:44:12','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:44:30','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('7172339105432103053040',6826,'71723391050','16','1.00','50','retail','0','2024-08-11 18:44:14','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:44:30','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('7172339108723032317332',6827,'71723391087','1','1.00','150','retail','0','2024-08-11 18:44:47','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:45:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339110543313173029',6828,'71723391087','4','1.00','150','retail','0','2024-08-11 18:45:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:45:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339113207329333332',6829,'71723391131','3','1.00','150','retail','0','2024-08-11 18:45:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:45:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339113673932212309',6830,'71723391131','2','1.00','150','retail','0','2024-08-11 18:45:35','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:45:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339113920227032373',6831,'71723391131','4','1.00','150','retail','0','2024-08-11 18:45:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:45:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339114222974273420',6832,'71723391131','5','1.00','150','retail','0','2024-08-11 18:45:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:45:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339117402037023402',6833,'71723391174','2','1.00','150','retail','0','2024-08-11 18:46:14','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:46:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339118031237273037',6834,'71723391174','4','1.00','150','retail','0','2024-08-11 18:46:19','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:46:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339118322304321333',6835,'71723391174','4','1.00','150','retail','0','2024-08-11 18:46:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:46:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339119113321400033',6836,'71723391174','2','1.00','150','retail','0','2024-08-11 18:46:30','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:46:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339123620033303722',6837,'71723391235','3','1.00','150','retail','0','2024-08-11 18:47:15','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:48:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339123920232023220',6838,'71723391235','3','1.00','150','retail','0','2024-08-11 18:47:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:48:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339129522392221332',6839,'71723391295','17','1.00','40','retail','0','2024-08-11 18:48:15','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-08-11 15:48:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('7172339129837939183023',6840,'71723391295','17','1.00','40','retail','0','2024-08-11 18:48:18','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-08-11 15:48:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('7172339130103323930207',6841,'71723391295','17','1.00','40','retail','0','2024-08-11 18:48:21','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-08-11 15:48:37','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('7172339134423233230301',6842,'71723391344','16','1.00','50','retail','0','2024-08-11 18:49:04','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:49:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7172339134709233202772',6843,'71723391344','16','1.00','50','retail','0','2024-08-11 18:49:06','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:49:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7172339134833003422120',6844,'71723391344','16','1.00','50','retail','0','2024-08-11 18:49:08','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:49:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('7172339135814233040333',6845,'71723391344','16','1.00','50','retail','0','2024-08-11 18:49:17','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:49:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('7172339136126243129267',6846,'71723391344','16','1.00','50','retail','0','2024-08-11 18:49:20','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:49:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('7172339141923222203049',6847,'71723391418','1','1.00','150','retail','0','2024-08-11 18:50:18','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:50:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339142304222332239',6848,'71723391418','1','1.00','150','retail','0','2024-08-11 18:50:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:50:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339146613332331406',6849,'71723391465','1','1.00','150','retail','0','2024-08-11 18:51:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:51:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339146833972022302',6850,'71723391465','1','1.00','150','retail','0','2024-08-11 18:51:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:51:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339149032323347430',6851,'71723391481','16','2.00','100','retail','0','2024-08-11 18:51:21','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 15:51:47','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','9.00','7','Inclusive','branch','Inventory','','','','',''),('7172339153523270232332',6852,'71723391535','2','1.00','150','retail','0','2024-08-11 18:52:15','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:52:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339154433222430703',6853,'71723391535','2','1.00','150','retail','0','2024-08-11 18:52:23','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:52:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339158320303310391',6854,'71723391582','2','1.00','150','retail','0','2024-08-11 18:53:02','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:53:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339158523322073333',6855,'71723391582','2','1.00','150','retail','0','2024-08-11 18:53:05','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:53:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339158902931132123',6856,'71723391582','2','1.00','150','retail','0','2024-08-11 18:53:08','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:53:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339159120343292123',6857,'71723391582','2','1.00','150','retail','0','2024-08-11 18:53:10','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:53:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339159310371239203',6858,'71723391582','2','1.00','150','retail','0','2024-08-11 18:53:13','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 15:53:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339231223227229230',6859,'71723392312','3','1.00','150','retail','0','2024-08-11 19:05:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 16:05:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339231713133373379',6860,'71723392312','3','1.00','150','retail','0','2024-08-11 19:05:16','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 16:05:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172339245503033023327',6861,'71723392442','2','4.00','600','retail','0','2024-08-11 19:07:22','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-11 16:09:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.50','-3.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172339246302323230242',6862,'71723392442','1','1.00','150','retail','0','2024-08-11 19:07:42','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 16:09:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339246822723232322',6863,'71723392442','1','1.00','150','retail','0','2024-08-11 19:07:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 16:09:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339247433330233243',6864,'71723392442','16','1.00','50','retail','0','2024-08-11 19:07:53','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 16:09:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('7172339247533243723770',6865,'71723392442','16','1.00','50','retail','0','2024-08-11 19:07:55','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 16:09:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('7172339247942339230200',6866,'71723392442','16','1.00','50','retail','0','2024-08-11 19:07:59','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 16:09:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7172339248324333383234',6867,'71723392442','16','1.00','50','retail','0','2024-08-11 19:08:02','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-11 16:09:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7172339249273237204733',6868,'71723392442','17','1.00','40','retail','0','2024-08-11 19:08:12','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-08-11 16:09:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('7172339249595414440352',6869,'71723392442','17','1.00','40','retail','0','2024-08-11 19:08:14','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-08-11 16:09:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('7172339252330312232022',6870,'71723392442','1','1.00','150','retail','0','2024-08-11 19:08:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-11 16:09:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172339256543227300392',6871,'71723392442','20','1.00','60','retail','0','2024-08-11 19:09:24','','','','0','Cash',0.00,'60','','','7','16.00','1','2024-08-11 16:09:35','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','37.00','36','Inclusive','branch','Inventory','','','','',''),('7172339256923330017127',6872,'71723392442','21','1.00','80','retail','0','2024-08-11 19:09:29','','','','0','Cash',0.00,'80','','','7','16.00','1','2024-08-11 16:09:35','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('7172339259205203323305',6873,'71723392575','10','0.50','400','retail','0','2024-08-11 19:09:35','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-11 16:09:54','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','3.00','2.5','Inclusive','branch','Inventory','','','','',''),('6172348474043204344234',6874,'61723484417','1','1.00','150','retail','0','2024-08-12 20:40:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 17:46:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348479882427182202',6875,'61723484777','1','2.00','300','retail','0','2024-08-12 20:46:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 17:46:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172348483933230232003',6876,'61723484812','1','2.00','300','retail','0','2024-08-12 20:46:52','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 17:47:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172348487131200224332',6877,'61723484862','1','1.00','150','retail','0','2024-08-12 20:47:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 17:48:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348491731120433271',6878,'61723484890','16','1.00','50','retail','0','2024-08-12 20:48:10','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-12 17:49:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('6172348493878077103608',6879,'61723484890','1','2.00','300','retail','0','2024-08-12 20:48:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 17:49:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172348497120233134926',6880,'61723484957','1','1.00','150','retail','0','2024-08-12 20:49:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 17:49:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348503222233536233',6881,'61723484988','22','1.00','50','retail','0','2024-08-12 20:49:48','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-12 17:50:42','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('6172348505202323223232',6882,'61723485042','1','2.00','300','retail','0','2024-08-12 20:50:42','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 17:51:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172348508608300042716',6883,'61723485063','1','1.00','150','retail','0','2024-08-12 20:51:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 17:52:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348510903330039722',6884,'61723485063','23','1.00','80','retail','0','2024-08-12 20:51:26','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-08-12 17:52:12','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('6172348511923231332033',6885,'61723485063','16','2.00','100','retail','0','2024-08-12 20:51:49','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-12 17:52:12','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.00','0','Inclusive','branch','Inventory','','','','',''),('6172348516840356177803',6886,'61723485161','1','1.00','150','retail','0','2024-08-12 20:52:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 17:53:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348521630220223305',6887,'61723485161','16','1.00','50','retail','0','2024-08-12 20:53:28','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-12 17:53:48','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6172348524823252230232',6888,'61723485228','1','2.00','300','retail','0','2024-08-12 20:53:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:01:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172348565228547220733',6889,'61723485228','33','1.00','10','retail','0','2024-08-12 20:54:08','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-08-12 18:01:08','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('6172348568220313213027',6890,'61723485668','2','2.00','300','retail','0','2024-08-12 21:01:08','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:01:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.50','-1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172348568937333395043',6891,'61723485668','33','1.00','10','retail','0','2024-08-12 21:01:22','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-08-12 18:01:42','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('6172348571322063332770',6892,'61723485702','2','1.00','150','retail','0','2024-08-12 21:01:43','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:02:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172348574243226300385',6893,'61723485723','2','1.00','150','retail','0','2024-08-12 21:02:03','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:02:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172348576232304232000',6894,'61723485753','1','1.00','150','retail','0','2024-08-12 21:02:33','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:03:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348577733333343322',6895,'61723485753','10','0.25','200','retail','0','2024-08-12 21:02:42','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-12 18:03:14','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('6172348580432405253324',6896,'61723485795','1','1.00','150','retail','0','2024-08-12 21:03:15','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:03:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348583625303232733',6897,'61723485818','1','1.00','150','retail','0','2024-08-12 21:03:38','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:04:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348585723330758060',6898,'61723485845','1','2.00','300','retail','0','2024-08-12 21:04:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:04:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172348587992292623032',6899,'61723485869','1','2.00','300','retail','0','2024-08-12 21:04:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:05:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172348592693032203622',6900,'61723485908','1','1.00','150','retail','0','2024-08-12 21:05:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:07:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348595201397220554',6901,'61723485908','16','2.00','100','retail','0','2024-08-12 21:05:26','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-12 18:07:17','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','5.00','3','Inclusive','branch','Inventory','','','','',''),('6172348596942250213330',6902,'61723485908','36','1.00','5','retail','0','2024-08-12 21:05:52','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-08-12 18:07:17','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','182.00','181','Inclusive','branch','Inventory','','4000','Asset','',''),('6172348604886342432403',6903,'61723486037','1','1.00','150','retail','0','2024-08-12 21:07:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:07:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348606833033004233',6904,'61723486037','1','1.00','150','retail','0','2024-08-12 21:07:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:07:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348609939222202230',6905,'61723486077','1','4.00','600','retail','0','2024-08-12 21:07:57','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:08:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.75','-3.25','Inclusive','branch','Inventory','','','','',''),('6172348611104273224363',6906,'61723486077','10','1.00','800','retail','0','2024-08-12 21:08:19','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-12 18:08:57','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.25','1.25','Inclusive','branch','Inventory','','','','',''),('6172348612402232300232',6907,'61723486077','22','3.00','150','retail','0','2024-08-12 21:08:31','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-12 18:08:57','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','18.00','15','Inclusive','branch','Inventory','','','','',''),('6172348614733434381642',6908,'61723486138','1','1.00','150','retail','0','2024-08-12 21:08:58','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:09:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348617180170320323',6909,'61723486160','1','1.00','150','retail','0','2024-08-12 21:09:20','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:09:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348619124320322022',6910,'61723486180','1','1.00','150','retail','0','2024-08-12 21:09:40','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:10:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348621512101120202',6911,'61723486180','10','0.25','200','retail','0','2024-08-12 21:09:52','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-12 18:10:37','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('6172348624632208230640',6912,'61723486237','3','1.00','150','retail','0','2024-08-12 21:10:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:10:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172348626533023400423',6913,'61723486254','1','1.00','150','retail','0','2024-08-12 21:10:54','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:11:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348628606620333663',6914,'61723486254','36','1.00','5','retail','0','2024-08-12 21:11:05','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-08-12 18:11:36','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','181.00','180','Inclusive','branch','Inventory','','4000','Asset','',''),('6172348632632224202322',6915,'61723486296','1','1.00','150','retail','0','2024-08-12 21:11:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:13:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348638424033020326',6916,'61723486296','10','0.50','400','retail','0','2024-08-12 21:12:06','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-12 18:13:36','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.00','0.5','Inclusive','branch','Inventory','','','','',''),('6172348639904322320334',6917,'61723486296','35','1.00','5','retail','0','2024-08-12 21:13:04','','','','0','Cash',0.00,'5','','','6','16.00','1','2024-08-12 18:13:36','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('6172348643503232322264',6918,'61723486416','1','4.00','600','retail','0','2024-08-12 21:13:36','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:14:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.75','-3.25','Inclusive','branch','Inventory','','','','',''),('6172348646436233244237',6919,'61723486453','1','1.00','150','retail','0','2024-08-12 21:14:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:14:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348649320291323639',6920,'61723486483','1','1.00','150','retail','0','2024-08-12 21:14:43','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:15:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348653230660107232',6921,'61723486503','1','1.00','150','retail','0','2024-08-12 21:15:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:18:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348657862822221343',6922,'61723486503','1','1.00','150','retail','0','2024-08-12 21:15:32','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:18:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172348668423237626322',6923,'61723486503','10','0.25','200','retail','0','2024-08-12 21:16:18','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-12 18:18:29','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('6172348674122322032006',6924,'61723486709','10','0.25','200','retail','0','2024-08-12 21:18:29','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-12 18:20:30','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6172348680822343236643',6925,'61723486709','1','2.00','300','retail','0','2024-08-12 21:19:01','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:20:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172348701920836203204',6926,'61723487008','3','1.00','150','retail','0','2024-08-12 21:23:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:23:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172348703422322813332',6927,'61723487025','1','1.00','150','retail','0','2024-08-12 21:23:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-12 18:23:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172354468938823333023',6928,'71723544655','1','1.00','150','retail','0','2024-08-13 13:24:38','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 10:59:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172354672670323073033',6929,'71723544655','10','0.25','200','retail','0','2024-08-13 13:27:00','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-13 10:59:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.00','3.75','Inclusive','branch','Inventory','','','','',''),('7172354676200332420033',6930,'71723546747','1','3.00','450','retail','0','2024-08-13 13:59:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 10:59:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172354997305209227320',6931,'71723549955','10','0.25','200','retail','0','2024-08-13 14:52:35','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-13 11:53:10','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.75','3.5','Inclusive','branch','Inventory','','','','',''),('7172355000213220701205',6932,'71723549990','1','2.00','300','retail','0','2024-08-13 14:53:10','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 11:53:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172355008930333033308',6933,'71723550069','10','1.00','800','retail','0','2024-08-13 14:54:29','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-13 11:55:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.50','2.5','Inclusive','branch','Inventory','','','','',''),('7172355011352053004322',6934,'71723550069','10','0.25','200','retail','0','2024-08-13 14:54:50','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-13 11:55:28','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.50','2.25','Inclusive','branch','Inventory','','','','',''),('7172355012322024022221',6935,'71723550069','1','1.00','150','retail','0','2024-08-13 14:55:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 11:55:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172355021073100237370',6936,'71723550194','3','2.00','300','retail','0','2024-08-13 14:56:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 11:57:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172355357730050202230',6937,'71723553576','2','1.00','150','retail','0','2024-08-13 15:52:56','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-13 12:53:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172355358722237841272',6938,'71723553576','2','1.00','150','retail','0','2024-08-13 15:53:01','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-13 12:53:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172355363630200322755',6939,'71723553628','4','1.00','150','retail','0','2024-08-13 15:53:48','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 12:55:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172355367331520220322',6940,'71723553628','2','1.00','150','retail','0','2024-08-13 15:53:59','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-13 12:55:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172355369650230220231',6941,'71723553628','2','1.00','150','retail','0','2024-08-13 15:54:46','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-13 12:55:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172355374323030233227',6942,'71723553733','1','1.00','150','retail','0','2024-08-13 15:55:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 12:55:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172355433571202302323',6943,'71723554331','3','1.00','150','retail','0','2024-08-13 16:05:31','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 13:05:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172355556773633230502',6944,'71723555566','3','1.00','150','retail','0','2024-08-13 16:26:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 13:46:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172355680232752323203',6945,'71723556793','1','1.00','150','retail','0','2024-08-13 16:46:33','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 13:47:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172355681103241507233',6946,'71723556793','22','1.00','50','retail','0','2024-08-13 16:46:42','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-13 13:47:01','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('7172355684222220002223',6947,'71723556821','10','0.25','200','retail','0','2024-08-13 16:47:01','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-13 13:47:43','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.25','2','Inclusive','branch','Inventory','','','','',''),('7172355685523332703223',6948,'71723556821','1','1.00','150','retail','0','2024-08-13 16:47:22','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 13:47:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172355688978307320513',6949,'71723556888','3','1.00','150','retail','0','2024-08-13 16:48:08','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 13:51:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172355689422502820113',6950,'71723556888','2','1.00','150','retail','0','2024-08-13 16:48:12','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-13 13:51:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172355689702303726222',6951,'71723556888','2','1.00','150','retail','0','2024-08-13 16:48:16','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-13 13:51:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172355690270302267234',6952,'71723556888','5','1.00','150','retail','0','2024-08-13 16:48:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 13:51:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172355705901332453572',6953,'71723556888','36','1.00','5','retail','0','2024-08-13 16:50:58','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-08-13 13:51:58','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','180.00','179','Inclusive','branch','Inventory','','4000','Asset','',''),('7172355706526213207037',6954,'71723556888','36','1.00','5','retail','0','2024-08-13 16:51:03','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-08-13 13:51:58','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','179.00','178','Inclusive','branch','Inventory','','4000','Asset','',''),('7172355707053232232303',6955,'71723556888','35','1.00','5','retail','0','2024-08-13 16:51:08','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-08-13 13:51:58','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','50.00','49','Inclusive','branch','Inventory','','','','',''),('7172355708022303022503',6956,'71723556888','35','1.00','5','retail','0','2024-08-13 16:51:19','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-08-13 13:51:58','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','49.00','48','Inclusive','branch','Inventory','','','','',''),('7172355708802022321432',6957,'71723556888','35','1.00','5','retail','0','2024-08-13 16:51:25','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-08-13 13:51:58','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','48.00','47','Inclusive','branch','Inventory','','','','',''),('7172355710277502350213',6958,'71723556888','35','1.00','5','retail','0','2024-08-13 16:51:40','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-08-13 13:51:58','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','47.00','46','Inclusive','branch','Inventory','','','','',''),('7172355760033017200223',6959,'71723557598','3','1.00','150','retail','0','2024-08-13 17:11:50','','','','0','Mpesa',0.00,'150','','','7','16.00','1','2024-08-13 14:13:42','1','1','printed','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172355830909537370452',6960,'71723557598','10','0.25','200','retail','0','2024-08-13 17:11:50','','','','0','Mpesa',0.00,'800','','','7','16.00','1','2024-08-13 14:13:42','1','2','printed','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.00','1.75','Inclusive','branch','Inventory','','','','',''),('7172355846934232233332',6963,'71723558463','22','1.00','50','retail','0','2024-08-13 17:14:23','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-13 14:14:54','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7172355847527237232302',6964,'71723558463','1','1.00','150','retail','0','2024-08-13 17:14:30','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 14:14:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172355948773822328022',6965,'71723558517','1','1.00','150','retail','0','2024-08-13 17:15:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 14:31:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172356335532220112323',6966,'71723563327','1','1.00','150','retail','0','2024-08-13 18:35:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 15:36:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172356624433203300624',6967,'71723566235','1','2.00','300','retail','0','2024-08-13 19:23:55','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 16:24:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('7172356626406600233310',6968,'71723566235','10','0.25','200','retail','0','2024-08-13 19:24:04','','','','0','Cash',0.00,'800','','','7','16.00','1','2024-08-13 16:24:37','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.75','1.5','Inclusive','branch','Inventory','','','','',''),('7172356630064722026337',6969,'71723566277','1','1.00','150','retail','0','2024-08-13 19:24:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 16:25:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172356631603302036733',6970,'71723566277','22','1.00','50','retail','0','2024-08-13 19:25:00','','','','0','Cash',0.00,'50','','','7','16.00','1','2024-08-13 16:25:31','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7172356635025573063376',6971,'71723566344','1','1.00','150','retail','0','2024-08-13 19:25:44','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 16:25:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172356637437304615123',6972,'71723566364','1','3.00','450','retail','0','2024-08-13 19:26:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 16:26:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('7172356715032320052333',6973,'71723567149','2','1.00','150','retail','0','2024-08-13 19:39:09','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-13 16:56:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172356716503233747343',6974,'71723567149','29','1.00','40','retail','0','2024-08-13 19:39:24','','','','0','Cash',0.00,'40','','','7','16.00','1','2024-08-13 16:56:35','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7172356739903022200732',6975,'71723567149','28','1.00','90','retail','0','2024-08-13 19:43:18','','','','0','Cash',0.00,'90','','','7','16.00','1','2024-08-13 16:56:35','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('7172356757537532232223',6976,'71723567149','36','2.00','10','retail','0','2024-08-13 19:43:20','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-08-13 16:56:35','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','178.00','176','Inclusive','branch','Inventory','','4000','Asset','',''),('7172356821732610303260',6977,'71723568196','3','2.00','300','retail','0','2024-08-13 19:56:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 16:57:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','','','',''),('7172357061522235010227',6978,'71723568962','2','2.00','300','retail','0','2024-08-13 20:09:22','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-13 17:37:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.50','-1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172357113022300733211',6979,'71723571123','1','1.00','150','retail','0','2024-08-13 20:45:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-13 17:45:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172357115433517104223',6980,'71723571142','2','1.00','150','retail','0','2024-08-13 20:45:42','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-13 17:46:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172374172667726032367',6981,'61723741723','2','2.00','300','retail','0','2024-08-15 20:08:43','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:09:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.50','-1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172374174112221721233',6982,'61723741723','21','1.00','80','retail','0','2024-08-15 20:08:58','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-08-15 17:09:03','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('6172374175572722321432',6983,'61723741754','1','2.00','300','retail','0','2024-08-15 20:09:14','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:09:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172374191023103402912',6984,'61723741909','1','1.00','150','retail','0','2024-08-15 20:11:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:12:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172374191802203301224',6985,'61723741909','33','1.00','10','retail','0','2024-08-15 20:11:57','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-08-15 17:12:38','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('6172374199027339273624',6986,'61723741989','1','1.00','150','retail','0','2024-08-15 20:13:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:13:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172374203002410730202',6987,'61723742029','1','1.00','150','retail','0','2024-08-15 20:13:49','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:14:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172374207862233072002',6988,'61723742069','10','0.25','200','retail','0','2024-08-15 20:14:29','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-15 17:14:58','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','','','',''),('6172374259933272020032',6989,'61723742597','1','2.00','300','retail','0','2024-08-15 20:23:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:23:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172374261202623343144',6990,'61723742597','22','2.00','100','retail','0','2024-08-15 20:23:28','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-15 17:23:50','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','12.00','10','Inclusive','branch','Inventory','','','','',''),('6172374264534202016413',6991,'61723742643','2','1.00','150','retail','0','2024-08-15 20:24:03','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:24:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172374267304723623220',6992,'61723742669','1','1.00','150','retail','0','2024-08-15 20:24:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:25:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172374268533202002332',6993,'61723742669','10','0.25','200','retail','0','2024-08-15 20:24:36','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-15 17:25:04','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','','','',''),('6172374271811231032133',6994,'61723742717','1','2.00','300','retail','0','2024-08-15 20:25:17','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:27:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172374283203273284122',6995,'61723742831','1','1.00','150','retail','0','2024-08-15 20:27:11','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:27:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172374284136022242823',6996,'61723742831','28','1.00','90','retail','0','2024-08-15 20:27:19','','','','0','Cash',0.00,'90','','','6','16.00','1','2024-08-15 17:27:40','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6172374287530223020722',6997,'61723742873','1','1.00','150','retail','0','2024-08-15 20:27:53','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:28:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172374326020237723327',6998,'61723743258','2','2.00','300','retail','0','2024-08-15 20:34:18','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:34:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.50','-1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172374329033333001036',6999,'61723743288','1','1.00','150','retail','0','2024-08-15 20:34:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:35:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172374331923323203923',7000,'61723743316','1','2.00','300','retail','0','2024-08-15 20:35:16','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:35:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172374334504233342240',7001,'61723743341','1','1.00','150','retail','0','2024-08-15 20:35:41','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:35:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172374337423232722133',7002,'61723743373','2','1.00','150','retail','0','2024-08-15 20:36:13','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:39:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172374338233233032202',7003,'61723743373','1','2.00','300','retail','0','2024-08-15 20:36:18','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:39:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172374366704222310060',7004,'61723743663','1','1.00','150','retail','0','2024-08-15 20:41:03','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:41:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172374370022322333023',7005,'61723743694','10','0.25','200','retail','0','2024-08-15 20:41:34','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-15 17:41:50','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.00','0.75','Inclusive','branch','Inventory','','','','',''),('6172374372623322002233',7006,'61723743725','1','2.00','300','retail','0','2024-08-15 20:42:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:42:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172374374944032426332',7007,'61723743748','1','1.00','150','retail','0','2024-08-15 20:42:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:42:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172374376134170203333',7008,'61723743748','10','0.25','200','retail','0','2024-08-15 20:42:31','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-15 17:42:52','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.75','0.5','Inclusive','branch','Inventory','','','','',''),('6172374380842232733332',7009,'61723743801','10','0.25','200','retail','0','2024-08-15 20:43:21','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-15 17:43:43','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','','','',''),('6172374383910223623704',7010,'61723743835','1','2.00','300','retail','0','2024-08-15 20:43:55','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:44:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172374386761833706306',7011,'61723743858','33','1.00','10','retail','0','2024-08-15 20:44:26','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-08-15 17:45:13','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('6172374388703443372234',7012,'61723743858','1','1.00','150','retail','0','2024-08-15 20:44:45','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:45:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172374389907992322022',7013,'61723743858','10','0.25','200','retail','0','2024-08-15 20:44:50','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-15 17:45:13','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.25','0','Inclusive','branch','Inventory','','','','',''),('6172374392633222320333',7014,'61723743924','1','2.00','300','retail','0','2024-08-15 20:45:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:45:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172374395130210232033',7015,'61723743950','1','1.00','150','retail','0','2024-08-15 20:45:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:47:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172374400922232406072',7016,'61723743950','10','0.25','200','retail','0','2024-08-15 20:46:42','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-15 17:47:08','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','6.00','5.75','Inclusive','branch','Inventory','','','','',''),('6172374401600424672221',7017,'61723743950','33','1.00','10','retail','0','2024-08-15 20:46:54','','','','0','Cash',0.00,'10','','','6','16.00','1','2024-08-15 17:47:08','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6172374405822435033730',7018,'61723744057','1','1.00','150','retail','0','2024-08-15 20:47:37','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:48:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172374407473004324303',7019,'61723744057','10','0.25','200','retail','0','2024-08-15 20:47:47','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-15 17:48:15','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.75','5.5','Inclusive','branch','Inventory','','','','',''),('6172374411033462022302',7020,'61723744108','1','3.00','450','retail','0','2024-08-15 20:48:28','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:48:40','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('6172374419030902270170',7021,'61723744188','1','1.00','150','retail','0','2024-08-15 20:49:48','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:50:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172374422727244307022',7022,'61723744225','34','1.00','20','retail','0','2024-08-15 20:50:25','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-08-15 17:50:38','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','','','',''),('6172374425237073630233',7023,'61723744250','1','2.00','300','retail','0','2024-08-15 20:50:50','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:51:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172374425733240374640',7024,'61723744250','34','1.00','20','retail','0','2024-08-15 20:50:54','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-08-15 17:51:09','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','','','',''),('6172374432970333603223',7025,'61723744328','1','1.00','150','retail','0','2024-08-15 20:52:08','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-15 17:52:11','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172380621102303626222',7026,'61723806206','1','3.00','450','retail','0','2024-08-16 14:03:26','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-16 11:03:53','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('6172380630234600730232',7027,'61723806256','21','1.00','80','retail','0','2024-08-16 14:04:59','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-08-16 11:05:09','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('6172380673522222023200',7028,'61723806733','1','2.00','300','retail','0','2024-08-16 14:12:13','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-16 11:12:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172380679533003222200',7029,'61723806786','10','0.25','200','retail','0','2024-08-16 14:13:06','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-16 11:13:34','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.50','5.25','Inclusive','branch','Inventory','','','','',''),('6172380685362032222262',7030,'61723806845','2','1.00','150','retail','0','2024-08-16 14:14:05','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-16 11:14:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.50','1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172380693733036700023',7031,'61723806924','5','1.00','150','retail','0','2024-08-16 14:15:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-16 11:16:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172380698692222482626',7032,'61723806924','21','1.00','80','retail','0','2024-08-16 14:16:18','','','','0','Cash',0.00,'80','','','6','16.00','1','2024-08-16 11:16:43','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('6172380708702880327406',7033,'61723807082','1','1.00','150','retail','0','2024-08-16 14:18:02','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-16 11:20:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172380714505168026042',7034,'61723807082','10','0.25','200','retail','0','2024-08-16 14:18:54','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-16 11:20:21','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','5.25','5','Inclusive','branch','Inventory','','','','',''),('6172380719007273006022',7035,'61723807082','22','1.00','50','retail','0','2024-08-16 14:19:38','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-16 11:20:21','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','','','',''),('6172380829122733282226',7036,'61723808287','1','1.00','150','retail','0','2024-08-16 14:38:07','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-16 11:39:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('6172380830733233330203',7037,'61723808287','10','0.50','400','retail','0','2024-08-16 14:38:18','','','','0','Cash',0.00,'800','','','6','16.00','1','2024-08-16 11:39:04','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','5.00','4.5','Inclusive','branch','Inventory','','','','',''),('6172380832731203003223',7038,'61723808287','34','1.00','20','retail','0','2024-08-16 14:38:45','','','','0','Cash',0.00,'20','','','6','16.00','1','2024-08-16 11:39:04','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','','','',''),('6172380836602203308220',7039,'61723808364','2','2.00','300','retail','0','2024-08-16 14:39:24','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-16 11:39:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172380837302320273683',7040,'61723808364','3','1.00','150','retail','0','2024-08-16 14:39:29','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-16 11:39:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('6172380840932230083422',7041,'61723808405','1','2.00','300','retail','0','2024-08-16 14:40:05','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-16 11:40:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6172382566560383231323',7042,'61723825658','16','2.00','100','retail','0','2024-08-16 19:27:38','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-16 16:28:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','3.00','1','Inclusive','branch','Inventory','','','','',''),('6172382572376383233273',7043,'61723825658','22','1.00','50','retail','0','2024-08-16 19:28:41','','','','0','Cash',0.00,'50','','','6','16.00','1','2024-08-16 16:28:51','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('6172382575120130024274',7044,'61723825749','1','3.00','450','retail','0','2024-08-16 19:29:09','','','','0','Cash',0.00,'150','','','6','16.00','1','2024-08-16 16:29:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.75','-2.25','Inclusive','branch','Inventory','','','','',''),('6172382581338302302224',7045,'61723825811','2','2.00','300','retail','0','2024-08-16 19:30:11','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-16 16:30:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6172382591500290432333',7046,'61723825903','2','4.00','600','retail','0','2024-08-16 19:31:43','','','','45.45','Cash',0.00,'150','','','6','16.00','1','2024-08-16 16:31:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','1.50','-2.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172475943933393232329',7047,'71724759438','21','1.00','90','retail','0','2024-08-27 14:50:38','','','','61.5','Cash',0.00,'90','','','7','16.00','1','2024-08-27 11:51:20','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('7172475950634735392433',7048,'71724759505','3','1.00','150','retail','0','2024-08-27 14:51:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 12:37:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172475963302200310222',7049,'71724759505','10','0.25','200','retail','0','2024-08-27 14:53:07','','','','450','Cash',0.00,'800','','','7','16.00','1','2024-08-27 12:37:16','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','4.50','4.25','Inclusive','branch','Inventory','','','','',''),('7172476225602334233262',7050,'71724762255','3','1.00','150','retail','0','2024-08-27 15:37:35','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 12:37:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172476243734223770442',7051,'71724762436','1','1.00','150','retail','0','2024-08-27 15:40:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 12:41:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172476546123222725232',7052,'71724765460','3','1.00','150','retail','0','2024-08-27 16:31:00','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 13:31:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7172476546672247322636',7053,'71724765460','3','1.00','150','retail','0','2024-08-27 16:31:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 13:31:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7172476546827226262223',7054,'71724765460','3','1.00','150','retail','0','2024-08-27 16:31:07','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 13:31:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7172476547327247433003',7055,'71724765460','3','1.00','150','retail','0','2024-08-27 16:31:12','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 13:31:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172476554832324244223',7056,'71724765546','2','1.00','150','retail','0','2024-08-27 16:32:27','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-27 13:35:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.50','0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172476556322723303434',7057,'71724765546','3','1.00','150','retail','0','2024-08-27 16:32:41','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 13:35:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172476587832327717273',7058,'71724765855','10','0.25','200','retail','0','2024-08-27 16:37:35','','','','450','Cash',0.00,'800','','','7','16.00','1','2024-08-27 13:39:39','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','7.25','7','Inclusive','branch','Inventory','','','','',''),('7172476594603032443220',7059,'71724765855','3','1.00','150','retail','0','2024-08-27 16:39:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 13:39:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172476594802122922404',7060,'71724765855','3','1.00','150','retail','0','2024-08-27 16:39:06','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 13:39:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172476599553327232300',7061,'71724765979','16','1.00','50','retail','0','2024-08-27 16:39:39','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 13:41:27','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7172476600870072203330',7062,'71724765979','2','1.00','150','retail','0','2024-08-27 16:40:07','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-27 13:41:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172476616407206320730',7063,'71724766163','1','1.00','150','retail','0','2024-08-27 16:42:43','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 13:43:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172476644933204222240',7064,'71724766448','3','1.00','150','retail','0','2024-08-27 16:47:28','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 13:54:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172476677123322073733',7065,'71724766448','16','1.00','50','retail','0','2024-08-27 16:52:50','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 13:54:01','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','26.00','25','Inclusive','branch','Inventory','','','','',''),('7172476677602240732230',7066,'71724766448','16','1.00','50','retail','0','2024-08-27 16:52:55','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 13:54:01','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','','','',''),('7172476693903742429020',7067,'71724766906','10','0.25','200','retail','0','2024-08-27 16:55:06','','','','450','Cash',0.00,'800','','','7','16.00','1','2024-08-27 13:57:16','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','8.00','7.75','Inclusive','branch','Inventory','','','','',''),('7172476695402403773496',7068,'71724766906','3','1.00','150','retail','0','2024-08-27 16:55:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 13:57:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172476808732224202322',7069,'71724768085','1','1.00','150','retail','0','2024-08-27 17:14:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:17:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172476812863032322303',7070,'71724768085','1','1.00','150','retail','0','2024-08-27 17:15:27','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:17:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172476822323304277322',7071,'71724768085','17','2.00','80','retail','0','2024-08-27 17:15:29','','','','20.4','Cash',0.00,'40','','','7','16.00','1','2024-08-27 14:17:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','15.00','13','Inclusive','branch','Inventory','','','','',''),('7172476828933383630367',7072,'71724768288','23','1.00','80','retail','0','2024-08-27 17:18:08','','','','50','Cash',0.00,'80','','','7','16.00','1','2024-08-27 14:18:39','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('7172476834724033430263',7073,'71724768345','1','1.00','150','retail','0','2024-08-27 17:19:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:22:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172476836222220467433',7074,'71724768345','1','1.00','150','retail','0','2024-08-27 17:19:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:22:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172476851312353733005',7075,'71724768345','1','1.00','150','retail','0','2024-08-27 17:21:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:22:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172476852033030232240',7076,'71724768345','1','1.00','150','retail','0','2024-08-27 17:21:56','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:22:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172476857462326372300',7077,'71724768571','3','1.00','150','retail','0','2024-08-27 17:22:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:26:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172476876203236622022',7078,'71724768571','20','1.00','60','retail','0','2024-08-27 17:26:01','','','','41.6','Cash',0.00,'60','','','7','16.00','1','2024-08-27 14:26:37','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.00','35','Inclusive','branch','Inventory','','','','',''),('7172476884322473872300',7079,'71724768841','3','1.00','150','retail','0','2024-08-27 17:27:21','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:27:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7172476891647303339623',7080,'71724768914','1','1.00','150','retail','0','2024-08-27 17:28:34','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:29:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172476893220320833413',7081,'71724768914','23','1.00','80','retail','0','2024-08-27 17:28:50','','','','50','Cash',0.00,'80','','','7','16.00','1','2024-08-27 14:29:14','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('7172476914124903202730',7082,'71724769140','1','1.00','150','retail','0','2024-08-27 17:32:20','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:32:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172476923643143633233',7083,'71724769235','2','1.00','150','retail','0','2024-08-27 17:33:55','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:37:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172476947523033324793',7084,'71724769474','1','1.00','150','retail','0','2024-08-27 17:37:54','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:38:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172476951663613323372',7085,'71724769515','2','1.00','150','retail','0','2024-08-27 17:38:35','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:39:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172476953420462939320',7086,'71724769515','16','1.00','50','retail','0','2024-08-27 17:38:53','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 14:39:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','','','',''),('7172476956900503376573',7087,'71724769568','16','1.00','50','retail','0','2024-08-27 17:39:28','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 14:39:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','','','',''),('7172476957432277325934',7088,'71724769568','16','1.00','50','retail','0','2024-08-27 17:39:32','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 14:39:46','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','22.00','21','Inclusive','branch','Inventory','','','','',''),('7172476961832122200823',7089,'71724769617','5','1.00','150','retail','0','2024-08-27 17:40:17','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:41:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172477031633247343007',7090,'71724770314','10','1.00','800','retail','0','2024-08-27 17:51:54','','','','450','Cash',0.00,'800','','','7','16.00','1','2024-08-27 14:54:16','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.75','7.75','Inclusive','branch','Inventory','','','','',''),('7172477037533330022200',7091,'71724770314','3','1.00','150','retail','0','2024-08-27 17:52:53','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:54:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('7172477038031083230003',7092,'71724770314','3','1.00','150','retail','0','2024-08-27 17:52:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:54:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('7172477038543370072323',7093,'71724770314','3','1.00','150','retail','0','2024-08-27 17:53:04','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:54:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('7172477041007232370343',7094,'71724770314','34','1.00','20','retail','0','2024-08-27 17:53:29','','','','5','Cash',0.00,'20','','','7','16.00','1','2024-08-27 14:54:16','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('7172477043232402332330',7095,'71724770314','25','1.00','150','retail','0','2024-08-27 17:53:51','','','','108.3','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:54:16','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7172477047473047072233',7096,'71724770472','2','1.00','150','retail','0','2024-08-27 17:54:32','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:55:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172477047730243102173',7097,'71724770472','3','1.00','150','retail','0','2024-08-27 17:54:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 14:55:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('7172477052653233220343',7098,'71724770472','10','0.25','200','retail','0','2024-08-27 17:54:46','','','','450','Cash',0.00,'800','','','7','16.00','1','2024-08-27 14:55:57','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','7.75','7.5','Inclusive','branch','Inventory','','','','',''),('7172477057427723477034',7099,'71724770573','3','1.00','150','retail','0','2024-08-27 17:56:13','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 15:02:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172477058843278323084',7100,'71724770573','35','1.00','5','retail','0','2024-08-27 17:56:27','','','','0','Cash',0.00,'5','','','7','16.00','1','2024-08-27 15:02:26','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','46.00','45','Inclusive','branch','Inventory','','','','',''),('7172477106472773333727',7101,'71724771063','3','1.00','150','retail','0','2024-08-27 18:04:23','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 15:05:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172477111441222330303',7102,'71724771063','16','1.00','50','retail','0','2024-08-27 18:05:12','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 15:05:41','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','','','',''),('7172477145320302745404',7103,'71724771452','21','1.00','90','retail','0','2024-08-27 18:10:52','','','','61.5','Cash',0.00,'90','','','7','16.00','1','2024-08-27 15:11:01','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('7172477149230271223122',7104,'71724771490','16','1.00','50','retail','0','2024-08-27 18:11:30','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 15:11:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','','','',''),('7172477152934013432752',7105,'71724771527','2','1.00','150','retail','0','2024-08-27 18:12:07','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-27 15:12:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172477267340422232236',7106,'71724772672','2','1.00','150','retail','0','2024-08-27 18:31:12','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-27 15:32:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172477436932332203343',7107,'71724774364','1','1.00','150','retail','0','2024-08-27 18:59:24','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 15:59:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172477633120617763333',7108,'71724776329','33','1.00','10','retail','0','2024-08-27 19:32:09','','','','3','Cash',0.00,'10','','','7','16.00','1','2024-08-27 16:32:34','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('7172477638022322718332',7109,'71724776376','2','1.00','150','retail','0','2024-08-27 19:32:56','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-27 16:33:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172477823972220978722',7110,'71724778238','3','1.00','150','retail','0','2024-08-27 20:03:58','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 17:04:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172477829210803230292',7111,'71724778291','3','1.00','150','retail','0','2024-08-27 20:04:51','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 17:06:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172477830772887283423',7112,'71724778291','3','1.00','150','retail','0','2024-08-27 20:05:05','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 17:06:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172477840720237247234',7113,'71724778405','1','1.00','150','retail','0','2024-08-27 20:06:45','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 17:07:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172477841140033077424',7114,'71724778405','1','1.00','150','retail','0','2024-08-27 20:06:50','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 17:07:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172477853004242300050',7115,'71724778520','3','1.00','150','retail','0','2024-08-27 20:08:40','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 17:09:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172477857832242122472',7116,'71724778577','4','1.00','150','retail','0','2024-08-27 20:09:37','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 17:10:52','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''),('7172477933093329400033',7117,'71724779328','16','1.00','50','retail','0','2024-08-27 20:22:08','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 17:23:13','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','19.00','18','Inclusive','branch','Inventory','','','','',''),('7172478157322272274220',7118,'71724781572','2','1.00','150','retail','0','2024-08-27 20:59:32','','','','45.45','Cash',0.00,'150','','','7','16.00','1','2024-08-27 18:00:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset','',''),('7172478157822732133123',7119,'71724781572','1','1.00','150','retail','0','2024-08-27 20:59:36','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 18:00:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.75','0.75','Inclusive','branch','Inventory','','','','',''),('7172478162002343233313',7120,'71724781618','16','1.00','50','retail','0','2024-08-27 21:00:19','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 18:00:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','18.00','17','Inclusive','branch','Inventory','','','','',''),('7172478162332387230232',7121,'71724781618','16','1.00','50','retail','0','2024-08-27 21:00:21','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 18:00:54','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('7172478170004430433774',7122,'71724781699','1','1.00','150','retail','0','2024-08-27 21:01:39','','','','0','Cash',0.00,'150','','','7','16.00','1','2024-08-27 18:02:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','','','',''),('7172478173920032232327',7123,'71724781699','10','0.25','200','retail','0','2024-08-27 21:01:41','','','','450','Cash',0.00,'800','','','7','16.00','1','2024-08-27 18:02:44','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','7.50','7.25','Inclusive','branch','Inventory','','','','',''),('7172478178530372203324',7124,'71724781784','16','1.00','50','retail','0','2024-08-27 21:03:04','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 18:03:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','16.00','15','Inclusive','branch','Inventory','','','','',''),('7172478178720320133413',7125,'71724781784','16','1.00','50','retail','0','2024-08-27 21:03:06','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 18:03:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','15.00','14','Inclusive','branch','Inventory','','','','',''),('7172478179020233001234',7126,'71724781784','16','1.00','50','retail','0','2024-08-27 21:03:08','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 18:03:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','14.00','13','Inclusive','branch','Inventory','','','','',''),('7172478179834373290292',7127,'71724781784','16','1.00','50','retail','0','2024-08-27 21:03:17','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 18:03:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('7172478180580222203220',7128,'71724781784','16','1.00','50','retail','0','2024-08-27 21:03:24','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 18:03:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','','','',''),('7172478181037232220003',7129,'71724781784','16','1.00','50','retail','0','2024-08-27 21:03:29','','','','25.7','Cash',0.00,'50','','','7','16.00','1','2024-08-27 18:03:34','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','','','',''),('7173702811677002412230',7130,'71737028115','10','1.00','800','retail','0','2025-01-16 14:48:35','','','','450','Cash',0.00,'800','','','7','16.00','1','2025-01-16 11:48:45','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.25','6.25','Inclusive','branch','Inventory','','','','',''),('7173702815443210732227',7131,'71737028154','30','1.00','100','retail','0','2025-01-16 14:49:14','','','','48.3','Cash',0.00,'100','','','7','16.00','1','2025-01-16 11:49:23','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','','','',''),('6174118503738322234530',7132,'61741185030','10','2.00','1600','retail','0','2025-03-05 17:30:31','','','','450','Cash',0.00,'800','','','6','16.00','1','2025-03-05 14:32:37','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','6.25','4.25','Inclusive','branch','Inventory','','','','',''),('6174118508682440237220',7133,'61741185030','25','1.00','150','retail','0','2025-03-05 17:31:21','','','','108.3','Cash',0.00,'150','','','6','16.00','1','2025-03-05 14:32:37','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('6174118512002122322301',7134,'61741185030','1','2.00','300','retail','0','2025-03-05 17:31:56','','','','0','Cash',0.00,'150','','','6','16.00','1','2025-03-05 14:32:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','','','',''),('6174118513702330214251',7135,'61741185030','2','2.00','300','retail','0','2025-03-05 17:32:13','','','','60.6','Cash',0.00,'150','','','6','16.00','1','2025-03-05 14:32:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.50','-1.5','Inclusive','branch','Inventory','','4000','Asset','',''),('6174118514775243021342',7136,'61741185030','4','1.00','150','retail','0','2025-03-05 17:32:24','','','','0','Cash',0.00,'150','','','6','16.00','1','2025-03-05 14:32:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','','','',''); /*!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=253 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 ('6170869377936233279237',1,'61708693173','10',0.25,'200','retail','0','2024-02-23 16:08:52','','','','0','Cash',0.00,'800','','','6','','1','2024-02-23 13:09:57','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','3.75','3.5','Inclusive','branch','Inventory','','',''),('6170869454702363320333',2,'61708694417','34',1.00,'20','retail','0','2024-02-23 16:21:57','','','','0','Cash',0.00,'20','','','6','','1','2024-02-23 13:22:40','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','',''),('6170869526636324020622',3,'61708694612','16',2.00,'100','retail','0','2024-02-23 16:23:32','','','','0','Cash',0.00,'50','','','6','','1','2024-02-23 13:36:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','19.00','17','Inclusive','branch','Inventory','','',''),('6170870081003022022437',4,'61708700181','22',1.00,'50','retail','0','2024-02-23 18:06:00','','','','0','Cash',0.00,'50','','','6','','1','2024-02-23 15:11:28','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','54.00','53','Inclusive','branch','Inventory','','',''),('6170870727732232073712',5,'61708707250','4',10.00,'1500','retail','0','2024-02-23 19:54:10','','','','0','Cash',0.00,'150','','','6','','1','2024-02-23 16:55:22','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'10','0.00','-10','Inclusive','branch','Inventory','','',''),('6170870740912024442044',6,'61708707323','1',40.00,'6000','retail','0','2024-02-23 19:56:03','','','','0','Cash',0.00,'150','','','6','','1','2024-02-23 16:57:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'40','0.00','-40','Inclusive','branch','Inventory','','',''),('6170870801731230320270',7,'61708707925','1',33.00,'4950','retail','0','2024-02-23 20:05:49','','','','0','Cash',0.00,'150','','','6','','1','2024-02-23 17:07:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'33','40.00','7','Inclusive','branch','Inventory','','',''),('6170876980722224360029',8,'61708769774','1',1.00,'150','retail','0','2024-02-24 13:16:14','','','','0','Cash',0.00,'150','','','6','','1','2024-02-24 10:17:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','35.00','34','Inclusive','branch','Inventory','','',''),('7170902255702303722222',9,'71709022508','10',1.00,'800','retail','0','2024-02-27 11:28:28','','','','0','Cash',0.00,'800','','','7','','1','2024-02-27 08:29:40','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','2.00','1','Inclusive','branch','Inventory','','',''),('7170903287000322127330',10,'71709032852','1',1.00,'150','retail','0','2024-02-27 14:20:52','','','','0','Cash',0.00,'150','','','7','','1','2024-02-27 11:27:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','',''),('7170903793433103927033',11,'71709037914','1',1.00,'150','retail','0','2024-02-27 15:45:14','','','','0','Cash',0.00,'150','','','7','','1','2024-02-27 12:46:57','1','1','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','5.00','4','Inclusive','branch','Inventory','','',''),('7170905471414274000300',12,'71709053627','4',1.00,'150','retail','0','2024-02-27 20:07:07','','','','0','Cash',0.00,'150','','','7','','1','2024-02-27 17:26:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6170912156063022603392',13,'61709121470','26',1.00,'220','retail','0','2024-02-28 14:58:53','','','','0','Cash',0.00,'220','','','6','','1','2024-02-28 11:59:28','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','',''),('6170912858830080332522',14,'61709127669','4',12.00,'1800','retail','0','2024-02-28 16:41:09','','','','0','Cash',0.00,'150','','','6','','1','2024-02-28 13:56:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'12','0.00','-12','Inclusive','branch','Inventory','','',''),('7170922692330370923962',15,'71709226892','16',1.00,'50','retail','0','2024-02-29 20:15:10','','','','0','Cash',0.00,'50','','','7','','1','2024-02-29 17:15:29','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','284.00','283','Inclusive','branch','Inventory','','',''),('6170931190933309022243',16,'61709311899','1',1.00,'150','retail','0','2024-03-01 19:51:39','','','','0','Cash',0.00,'150','','','6','','1','2024-03-02 13:56:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6170939532630229136636',17,'61709395151','1',12.00,'1800','retail','0','2024-03-02 18:59:11','','','','0','Cash',0.00,'150','','','6','','1','2024-03-02 16:02:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'12','0.00','-12','Inclusive','branch','Inventory','','',''),('7170965138802028176220',18,'71709648780','35',1.00,'5','retail','0','2024-03-05 18:09:31','','','','0','Cash',0.00,'5','','','7','','1','2024-03-15 11:03:29','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','287.00','286','Inclusive','branch','Inventory','','',''),('7170965137124321102537',19,'71709648780','17',2.00,'80','retail','0','2024-03-05 18:09:18','','','','0','Cash',0.00,'40','','','7','','1','2024-03-15 11:03:31','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','95.00','93','Inclusive','branch','Inventory','','',''),('7170965133901337220114',20,'71709648780','1',2.00,'300','retail','0','2024-03-05 17:26:20','','','','0','Cash',0.00,'150','','','7','','1','2024-03-15 11:03:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','',''),('7170965135854227628310',21,'71709648780','26',2.00,'440','retail','0','2024-03-05 18:09:00','','','','0','Cash',0.00,'220','','','7','','1','2024-03-15 11:03:36','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','31.00','29','Inclusive','branch','Inventory','','',''),('6171051390933930063423',22,'61710513465','3',1.00,'150','retail','0','2024-03-15 17:37:45','','','','0','Cash',0.00,'150','','','6','','1','2024-03-15 14:57:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171058375122252254220',23,'61710583745','3',1.00,'150','retail','0','2024-03-16 13:09:05','','','','0','Cash',0.00,'150','','','6','','1','2024-03-16 10:09:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171058383131331182312',24,'61710583830','23',1.00,'80','retail','0','2024-03-16 13:10:30','','','','0','Cash',0.00,'80','','','6','','1','2024-03-16 10:10:40','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','36.00','35','Inclusive','branch','Inventory','','',''),('6171058927650220033323',25,'61710589275','3',2.00,'300','retail','0','2024-03-16 14:41:15','','','','0','Cash',0.00,'150','','','6','','1','2024-03-16 11:42:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','',''),('6171058928792232037228',26,'61710589275','1',2.00,'300','retail','0','2024-03-16 14:41:24','','','','0','Cash',0.00,'150','','','6','','1','2024-03-16 11:43:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','',''),('6171059450232212520222',27,'61710594459','10',0.05,'36.3636364','retail','0','2024-03-16 16:07:45','','','','0','Cash',0.00,'800','','','6','','1','2024-03-16 13:08:31','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.0454545455','3.50','3.4545454545','Inclusive','branch','Inventory','','',''),('6171059510620325412067',28,'61710595099','3',1.00,'150','retail','0','2024-03-16 16:18:25','','','','0','Cash',0.00,'150','','','6','','1','2024-03-16 13:28:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171059510155439022202',29,'61710595099','16',2.00,'100','retail','0','2024-03-16 16:18:19','','','','0','Cash',0.00,'50','','','6','','1','2024-03-16 13:28:02','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','231.00','229','Inclusive','branch','Inventory','','',''),('7171060188321331223232',30,'71710601602','17',2.00,'80','retail','0','2024-03-16 18:11:22','','','','0','Cash',0.00,'40','','','7','','1','2024-03-16 15:11:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','93.00','91','Inclusive','branch','Inventory','','',''),('7171060160332323021003',31,'71710601602','17',1.00,'40','retail','0','2024-03-16 18:06:42','','','','0','Cash',0.00,'40','','','7','','1','2024-03-16 15:11:40','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','94.00','93','Inclusive','branch','Inventory','','',''),('7171060193531022192332',32,'71710601907','17',2.00,'80','retail','0','2024-03-16 18:11:51','','','','0','Cash',0.00,'40','','','7','','1','2024-03-16 15:30:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','92.00','90','Inclusive','branch','Inventory','','',''),('7171061400030032301301',33,'71710603208','1',1.00,'150','retail','0','2024-03-16 21:32:51','','','','0','Cash',0.00,'150','','','7','','1','2024-03-16 18:33:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7171084173213700213431',34,'71710840779','1',2.00,'300','retail','0','2024-03-19 12:35:59','','','','0','Cash',0.00,'150','','','7','','1','2024-03-19 09:48:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','',''),('7171084187033000022341',35,'71710841842','2',1.00,'150','retail','0','2024-03-19 12:51:09','','','','0','Cash',0.00,'150','','','7','','1','2024-03-19 09:51:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset'),('7171084185666040042008',36,'71710841842','22',1.00,'50','retail','0','2024-03-19 12:50:42','','','','0','Cash',0.00,'50','','','7','','1','2024-03-19 09:51:52','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','33.00','32','Inclusive','branch','Inventory','','',''),('7171084193832220129303',37,'71710841937','10',1.00,'800','retail','0','2024-03-19 12:52:17','','','','0','Cash',0.00,'800','','','7','','1','2024-03-19 09:52:48','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','',''),('7171084735003322412212',38,'71710847221','35',2.00,'10','retail','0','2024-03-19 14:21:37','','','','0','Cash',0.00,'5','','','7','','1','2024-03-19 11:22:54','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','281.00','279','Inclusive','branch','Inventory','','',''),('7171084740302724002070',39,'71710847221','29',2.00,'80','retail','0','2024-03-19 14:22:55','','','','0','Cash',0.00,'40','','','7','','1','2024-03-19 11:27:40','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','5.00','3','Inclusive','branch','Inventory','','',''),('7171084796010117431309',40,'71710847931','10',1.00,'800','retail','0','2024-03-19 14:32:11','','','','0','Cash',0.00,'800','','','7','','1','2024-03-19 11:33:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.75','1.75','Inclusive','branch','Inventory','','',''),('7171084894230330320012',41,'71710847987','1',1.00,'150','retail','0','2024-03-19 14:33:07','','','','0','Cash',0.00,'150','','','7','','1','2024-03-19 11:51:08','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','',''),('7171085049123042913223',42,'71710850447','16',1.00,'50','retail','0','2024-03-19 15:14:38','','','','0','Cash',0.00,'50','','','7','','1','2024-03-19 12:15:21','1','4','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','224.00','223','Inclusive','branch','Inventory','','',''),('7171087233903232331302',43,'71710872314','1',2.00,'300','retail','0','2024-03-19 21:18:34','','','','0','Cash',0.00,'150','','','7','','1','2024-03-19 18:19:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','',''),('1171092571623013222315',44,'11710578181','3',1.00,'150','retail','0','2024-03-20 12:08:23','','','','0','Cash',0.00,'150','','','1','','1','2024-03-20 09:15:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('1171092568329303111331',45,'11710578181','3',1.00,'150','retail','0','2024-03-20 12:07:58','','','','0','Cash',0.00,'150','','','1','','1','2024-03-20 09:15:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('1171057819800400530731',46,'11710578181','4',2.00,'300','retail','0','2024-03-16 11:36:21','','','','0','Cash',0.00,'150','','','1','','1','2024-03-20 09:15:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','',''),('6171092999627309029030',47,'61710929806','35',1.00,'5','retail','0','2024-03-20 13:19:55','','','','0','Cash',0.00,'5','','','6','','1','2024-03-20 10:21:22','1','8','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','275.00','274','Inclusive','branch','Inventory','','',''),('6171095074737220444023',48,'61710950746','1',1.00,'150','retail','0','2024-03-20 19:05:46','','','','0','Cash',0.00,'150','','','6','','1','2024-03-20 16:06:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171101748560003035132',49,'61711017484','1',1.00,'150','retail','0','2024-03-21 13:38:04','','','','0','Cash',0.00,'150','','','6','','1','2024-03-21 10:38:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171101749111703333021',50,'61711017484','17',2.00,'80','retail','0','2024-03-21 13:38:08','','','','0','Cash',0.00,'40','','','6','','1','2024-03-21 10:39:26','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','80.00','78','Inclusive','branch','Inventory','','',''),('6171102593807245060232',51,'61711025936','20',1.00,'60','retail','0','2024-03-21 15:58:56','','','','0','Cash',0.00,'60','','','6','','1','2024-03-21 12:59:11','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','',''),('6171104531223403137023',52,'61711045310','16',2.00,'100','retail','0','2024-03-21 21:21:50','','','','0','Cash',0.00,'50','','','6','','1','2024-03-22 10:58:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','165.00','163','Inclusive','branch','Inventory','','',''),('7171127541333327014272',53,'71711275334','1',7.00,'1050','retail','0','2024-03-24 13:15:34','','','','0','Cash',0.00,'150','','','7','','1','2024-03-24 10:17:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'7','0.00','-7','Inclusive','branch','Inventory','','',''),('7171127647427223020117',54,'71711275566','1',2.00,'300','retail','0','2024-03-24 13:34:11','','','','0','Cash',0.00,'150','','','7','','1','2024-03-24 10:35:10','1','1','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','1.00','1','Inclusive','branch','Inventory','','',''),('7171128156526225022113',55,'71711281096','1',1.00,'150','retail','0','2024-03-24 14:51:36','','','','0','Cash',0.00,'150','','','7','','1','2024-03-24 11:59:30','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7171128391023233230301',56,'71711283857','1',3.00,'450','retail','0','2024-03-24 15:37:37','','','','0','Cash',0.00,'150','','','7','','1','2024-03-24 12:39:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','',''),('1171154879713282730232',57,'11711548789','2',1.00,'150','retail','0','2024-03-27 17:13:09','','','','45.45','Cash',0.00,'150','','','1','','1','2024-03-27 14:13:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset'),('6171155243220233452223',58,'61711552431','2',1.00,'150','retail','0','2024-03-27 18:13:51','','','','45.45','Cash',0.00,'150','','','6','','1','2024-03-27 15:14:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset'),('6171163900502323722220',59,'61711638976','10',1.00,'800','retail','0','2024-03-28 18:16:16','','','','0','Cash',0.00,'800','','','6','','1','2024-03-28 15:16:54','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.25','1.25','Inclusive','branch','Inventory','','',''),('6171164128903462167301',60,'61711640826','1',1.00,'150','retail','0','2024-03-28 18:51:39','','','','0','Cash',0.00,'150','','','6','','1','2024-03-28 17:15:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171171792523230205022',61,'61711717923','22',1.00,'50','retail','0','2024-03-29 16:12:03','','','','0','Cash',0.00,'50','','','6','','1','2024-03-29 13:12:44','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','','',''),('6171173118373432121023',62,'61711731142','4',2.00,'300','retail','0','2024-03-29 19:52:22','','','','0','Cash',0.00,'150','','','6','','1','2024-03-29 17:02:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','',''),('6171180063322233232303',63,'61711800523','26',0.00,'0','retail','0','2024-03-30 15:09:08','','','','0','Cash',0.00,'220','','','6','','1','2024-03-30 12:11:09','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0','26.00','26','Inclusive','branch','Inventory','','',''),('6171180069622132010636',64,'61711800523','25',1.00,'150','retail','0','2024-03-30 15:11:09','','','','0','Cash',0.00,'150','','','6','','1','2024-03-30 12:11:44','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','',''),('7171181044330021473327',65,'71711810443','3',1.00,'150','retail','0','2024-03-30 17:54:03','','','','0','Cash',0.00,'150','','','7','','1','2024-03-30 14:54:13','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7171181046113330071033',66,'71711810443','10',1.00,'800','retail','0','2024-03-30 17:54:21','','','','0','Cash',0.00,'800','','','7','','1','2024-03-30 14:56:15','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','',''),('7171181055523723330132',67,'71711810443','10',1.00,'800','retail','0','2024-03-30 17:55:55','','','','0','Cash',0.00,'800','','','7','','1','2024-03-30 14:56:22','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','','',''),('7171181166332233323032',68,'71711811650','10',1.00,'800','retail','0','2024-03-30 18:14:22','','','','0','Cash',0.00,'800','','','7','','1','2024-03-30 15:14:43','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.50','1.5','Inclusive','branch','Inventory','','',''),('6171180335260203370222',69,'61711803338','1',1.00,'150','retail','0','2024-03-30 15:55:38','','','','0','Cash',0.00,'150','','','6','','1','2024-03-30 17:06:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7171188332683231132202',70,'71711882740','1',1.00,'150','retail','0','2024-03-31 14:07:49','','','','0','Cash',0.00,'150','','','7','','1','2024-03-31 11:10:31','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7171188694420232082792',71,'71711886919','10',1.00,'800','retail','0','2024-03-31 15:08:57','','','','0','Cash',0.00,'800','','','7','','1','2024-03-31 12:09:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','',''),('6171213989523420832358',72,'61712139722','20',2.00,'120','retail','0','2024-04-03 13:24:52','','','','0','Cash',0.00,'60','','','6','','1','2024-04-03 10:30:25','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','46.00','44','Inclusive','branch','Inventory','','',''),('7171222957803239130272',73,'71712229481','1',2.00,'300','retail','0','2024-04-04 14:18:11','','','','0','Cash',0.00,'150','','','7','','1','2024-04-04 11:19:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','',''),('7171224831721212812732',74,'71712248316','3',1.00,'150','retail','0','2024-04-04 19:31:56','','','','0','Cash',0.00,'150','','','7','','1','2024-04-04 16:32:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7171225029593054322222',75,'71712250272','4',1.00,'150','retail','0','2024-04-04 20:04:54','','','','0','Cash',0.00,'150','','','7','','1','2024-04-04 17:05:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7171242776402103307222',76,'71712427761','3',1.00,'150','retail','0','2024-04-06 21:22:44','','','','0','Cash',0.00,'150','','','7','','1','2024-04-06 18:23:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171250792832200232232',77,'61712507926','1',1.00,'150','retail','0','2024-04-07 19:38:46','','','','0','Cash',0.00,'150','','','6','','1','2024-04-07 16:38:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7171258743072142208375',78,'71712587429','10',1.00,'800','retail','0','2024-04-08 17:43:49','','','','0','Cash',0.00,'800','','','7','','1','2024-04-08 14:44:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','',''),('7171259990222252725233',79,'71712599902','29',1.00,'40','retail','0','2024-04-08 21:11:42','','','','0','Cash',0.00,'40','','','7','','1','2024-04-08 18:11:46','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','',''),('7171267714423730347371',80,'71712677055','1',2.00,'300','retail','0','2024-04-09 18:37:35','','','','0','Cash',0.00,'150','','','7','','1','2024-04-09 15:41:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','',''),('7171268517553231240773',81,'71712685088','4',2.00,'300','retail','0','2024-04-09 20:52:32','','','','0','Cash',0.00,'150','','','7','','1','2024-04-09 17:53:18','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','',''),('7171268515225207838123',82,'71712685088','16',1.00,'50','retail','0','2024-04-09 20:52:25','','','','0','Cash',0.00,'50','','','7','','1','2024-04-09 17:53:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','44.00','43','Inclusive','branch','Inventory','','',''),('7171268513123002357322',83,'71712685088','17',2.00,'80','retail','0','2024-04-09 20:51:28','','','','0','Cash',0.00,'40','','','7','','1','2024-04-09 17:53:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','108.00','106','Inclusive','branch','Inventory','','',''),('6171259747090239024120',84,'61712597469','2',1.00,'150','retail','0','2024-04-08 20:31:09','','','','45.45','Cash',0.00,'150','','','6','','1','2024-04-10 11:13:44','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset'),('7171283496882030860220',85,'71712834967','34',1.00,'20','retail','0','2024-04-11 14:29:27','','','','0','Cash',0.00,'20','','','7','','1','2024-04-11 12:10:02','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','',''),('7171283988673332022072',86,'71712839854','27',1.00,'160','retail','0','2024-04-11 15:51:25','','','','0','Cash',0.00,'160','','','7','','1','2024-04-11 12:51:39','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','',''),('7171285492232984383220',87,'71712854921','10',1.00,'800','retail','0','2024-04-11 20:02:01','','','','0','Cash',0.00,'800','','','7','','1','2024-04-11 17:02:04','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','',''),('7171292184744213224120',88,'71712921830','10',1.00,'800','retail','0','2024-04-12 14:37:10','','','','0','Cash',0.00,'800','','','7','','1','2024-04-12 11:37:31','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','',''),('7171292194833733223014',89,'71712921940','10',1.00,'800','retail','0','2024-04-12 14:39:01','','','','0','Cash',0.00,'800','','','7','','1','2024-04-12 11:39:20','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','',''),('6171293960636130129223',90,'61712939603','2',2.00,'300','retail','0','2024-04-12 19:33:23','','','','45.45','Cash',0.00,'150','','','6','','1','2024-04-12 16:33:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset'),('7171309165732233317520',91,'71713091647','1',2.00,'300','retail','0','2024-04-14 13:47:27','','','','0','Cash',0.00,'150','','','7','','1','2024-04-14 10:49:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','',''),('7171310048831130333013',92,'71713100437','17',1.00,'40','retail','0','2024-04-14 16:14:09','','','','0','Cash',0.00,'40','','','7','','1','2024-04-14 13:14:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','48.00','47','Inclusive','branch','Inventory','','',''),('7171311723903310933301',93,'71713117236','1',1.00,'150','retail','0','2024-04-14 20:53:56','','','','0','Cash',0.00,'150','','','7','','1','2024-04-14 17:54:33','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7171327011272372237320',94,'71713270088','4',1.00,'150','retail','0','2024-04-16 15:21:45','','','','0','Cash',0.00,'150','','','7','','1','2024-04-16 12:21:56','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7171328109132301100434',95,'71713277421','10',1.00,'800','retail','0','2024-04-16 17:23:41','','','','0','Cash',0.00,'800','','','7','','1','2024-04-16 15:25:02','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','2.75','1.75','Inclusive','branch','Inventory','','',''),('6171334668446283021342',96,'61713346675','1',1.00,'150','retail','0','2024-04-17 12:37:55','','','','0','Cash',0.00,'150','','','6','','1','2024-04-17 09:38:43','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171336132730221203222',97,'61713355467','2',2.00,'300','retail','0','2024-04-17 15:04:27','','','','45.45','Cash',0.00,'150','','','6','','1','2024-04-18 11:00:32','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset'),('6171335564702063250332',98,'61713355467','2',2.00,'300','retail','0','2024-04-17 15:04:27','','','','45.45','Cash',0.00,'150','','','6','','1','2024-04-18 11:00:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset'),('6171343804633346332423',99,'61713438042','1',3.00,'450','retail','0','2024-04-18 14:00:42','','','','0','Cash',0.00,'150','','','6','','1','2024-04-18 13:28:34','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','',''),('6171343805662223341123',100,'61713438042','16',2.00,'100','retail','0','2024-04-18 14:00:54','','','','0','Cash',0.00,'50','','','6','','1','2024-04-18 13:28:35','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','3.00','1','Inclusive','branch','Inventory','','',''),('7171344234540323234322',101,'71713442210','4',3.00,'450','retail','0','2024-04-18 15:10:55','','','','0','Cash',0.00,'150','','','7','','1','2024-04-19 10:02:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','',''),('7171344225524330022723',102,'71713442210','4',1.00,'150','retail','0','2024-04-18 15:10:17','','','','0','Cash',0.00,'150','','','7','','1','2024-04-19 10:02:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7171344221723113404332',103,'71713442210','5',1.00,'150','retail','0','2024-04-18 15:10:10','','','','0','Cash',0.00,'150','','','7','','1','2024-04-19 10:02:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171360537623222202700',104,'61713605332','2',1.00,'150','retail','0','2024-04-20 12:29:17','','','','45.45','Cash',0.00,'150','','','6','','1','2024-04-20 09:29:39','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','4000','Asset'),('7171369447472211330200',105,'71713694446','9',0.50,'300','retail','0','2024-04-21 13:14:06','','','','0','Cash',0.00,'600','','','7','','1','2024-04-21 10:14:41','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','5.00','4.5','Inclusive','branch','Inventory','','',''),('7171388967933732872323',106,'71713886940','16',2.00,'100','retail','0','2024-04-23 19:27:40','','','','0','Cash',0.00,'50','','','7','','1','2024-04-23 16:28:07','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','16.00','14','Inclusive','branch','Inventory','','',''),('7171388966030032020330',107,'71713886940','1',1.00,'150','retail','0','2024-04-23 18:42:20','','','','0','Cash',0.00,'150','','','7','','1','2024-04-23 16:28:07','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171395050730070042330',108,'61713950498','17',1.00,'40','retail','0','2024-04-24 12:21:45','','','','0','Cash',0.00,'40','','','6','','1','2024-04-24 09:30:10','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','21.00','20','Inclusive','branch','Inventory','','',''),('6171396249274963032430',109,'61713962485','17',3.00,'120','retail','0','2024-04-24 15:41:30','','','','0','Cash',0.00,'40','','','6','','1','2024-04-24 12:42:11','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','18.00','15','Inclusive','branch','Inventory','','',''),('7171389719400330322302',110,'71713897188','1',1.00,'150','retail','0','2024-04-23 21:33:08','','','','0','Cash',0.00,'150','','','7','','1','2024-04-25 17:40:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171415140932102043102',111,'61714151408','3',2.00,'300','retail','0','2024-04-26 20:10:08','','','','0','Cash',0.00,'150','','','6','','1','2024-04-26 17:10:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','',''),('7171431182322113021120',112,'71714311816','2',3.00,'450','retail','0','2024-04-28 16:43:43','','','','45.45','Cash',0.00,'150','','','7','','1','2024-04-28 13:43:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','4000','Asset'),('6171474407730022403223',113,'61714744056','10',0.25,'200','retail','0','2024-05-03 16:47:44','','','','0','Cash',0.00,'800','','','6','','1','2024-05-03 13:49:33','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.50','1.25','Inclusive','branch','Inventory','','',''),('6171474405723067473023',114,'61714744056','2',1.00,'150','retail','0','2024-05-03 16:47:36','','','','45.45','Cash',0.00,'150','','','6','','1','2024-05-03 13:49:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset'),('6171474963074431633222',115,'61714749629','2',1.00,'150','retail','0','2024-05-03 18:20:29','','','','45.45','Cash',0.00,'150','','','6','','1','2024-05-03 15:20:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset'),('6171518929613132297412',116,'61715189284','22',2.00,'100','retail','0','2024-05-08 20:28:12','','','','0','Cash',0.00,'50','','','6','','1','2024-05-08 17:28:56','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','60.00','58','Inclusive','branch','Inventory','','',''),('6171518931105012129106',117,'61715189284','1',1.00,'150','retail','0','2024-05-08 20:28:27','','','','0','Cash',0.00,'150','','','6','','1','2024-05-08 17:29:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171525649130032026667',118,'61715256489','1',2.00,'300','retail','0','2024-05-09 15:08:09','','','','0','Cash',0.00,'150','','','6','','1','2024-05-09 12:08:17','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','',''),('6171526061210221633030',119,'61715260609','30',1.00,'80','retail','0','2024-05-09 16:16:49','','','','0','Cash',0.00,'80','','','6','','1','2024-05-09 13:16:56','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','',''),('6171526080905319332232',120,'61715260806','3',1.00,'150','retail','0','2024-05-09 16:20:06','','','','0','Cash',0.00,'150','','','6','','1','2024-05-09 13:20:15','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171526083002323085033',121,'61715260824','3',8.00,'1200','retail','0','2024-05-09 16:20:24','','','','0','Cash',0.00,'150','','','6','','1','2024-05-09 13:20:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'8','1.00','-7','Inclusive','branch','Inventory','','',''),('6171535230703177033053',122,'61715352279','23',1.00,'80','retail','0','2024-05-10 17:45:05','','','','0','Cash',0.00,'80','','','6','','1','2024-05-10 14:45:14','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','',''),('6171543084782332430324',123,'61715430846','2',1.00,'150','retail','0','2024-05-11 15:34:06','','','','45.45','Cash',0.00,'150','','','6','','1','2024-05-11 12:34:24','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset'),('6171605655300703341233',124,'61716056544','17',3.00,'120','retail','0','2024-05-18 21:22:29','','','','0','Cash',0.00,'40','','','6','','1','2024-05-18 18:22:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','6.00','3','Inclusive','branch','Inventory','','',''),('7171610841132320617231',125,'71716108381','16',2.00,'100','retail','0','2024-05-19 11:46:21','','','','0','Cash',0.00,'50','','','7','','1','2024-05-19 08:46:55','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','33.00','31','Inclusive','branch','Inventory','','',''),('7171611047410313326013',126,'71716110430','28',1.00,'90','retail','0','2024-05-19 12:20:43','','','','0','Cash',0.00,'90','','','7','','1','2024-05-19 09:21:36','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','',''),('7171646292332460240227',127,'71716462863','4',1.00,'150','retail','0','2024-05-23 14:15:13','','','','0','Cash',0.00,'150','','','7','','1','2024-05-23 11:15:36','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7171655958921227292030',128,'71716559571','2',2.00,'300','retail','0','2024-05-24 17:06:11','','','','45.45','Cash',0.00,'150','','','7','','1','2024-05-24 14:06:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','4000','Asset'),('7171656007477033203237',129,'71716560046','2',0.00,'0','retail','0','2024-05-24 17:14:06','','','','45.45','Cash',0.00,'150','','','7','','1','2024-05-24 14:14:58','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0','2.00','2','Inclusive','branch','Inventory','','4000','Asset'),('7171663959997330733221',130,'71716639479','10',0.00,'0','retail','0','2024-05-25 15:17:59','','','','0','Cash',0.00,'800','','','7','','1','2024-05-25 12:20:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'','3.75','3.75','Inclusive','branch','Inventory','','',''),('7171672313403223232343',131,'71716723091','4',0.00,'0','retail','0','2024-05-26 14:31:31','','','','0','Cash',0.00,'150','','','7','','1','2024-05-26 11:32:46','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0','0.00','0','Inclusive','branch','Inventory','','',''),('7171673320733223337120',132,'71716733167','16',2.00,'100','retail','0','2024-05-26 17:19:51','','','','0','Cash',0.00,'50','','','7','','1','2024-05-26 14:20:19','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','19.00','17','Inclusive','branch','Inventory','','',''),('7171673377837232333733',133,'71716733495','25',1.00,'150','retail','0','2024-05-26 17:25:12','','','','0','Cash',0.00,'150','','','7','','1','2024-05-26 14:29:59','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','25.00','24','Inclusive','branch','Inventory','','',''),('7171673449663234240973',134,'71716734276','17',1.00,'40','retail','0','2024-05-26 17:41:21','','','','0','Cash',0.00,'40','','','7','','1','2024-05-26 14:42:26','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','',''),('7171673516720232032712',135,'71716735145','17',3.00,'120','retail','0','2024-05-26 17:52:37','','','','0','Cash',0.00,'40','','','7','','1','2024-05-26 14:52:58','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','9.00','6','Inclusive','branch','Inventory','','',''),('7171674080830330333330',136,'71716740638','16',2.00,'100','retail','0','2024-05-26 19:26:30','','','','0','Cash',0.00,'50','','','7','','1','2024-05-26 16:26:56','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','8.00','6','Inclusive','branch','Inventory','','',''),('6171683292801320229332',137,'61716832881','21',1.00,'80','retail','0','2024-05-27 21:01:56','','','','0','Cash',0.00,'80','','','6','','1','2024-05-27 18:02:17','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','47.00','46','Inclusive','branch','Inventory','','',''),('6171683336533707336382',138,'61716833278','1',1.00,'150','retail','0','2024-05-27 21:09:10','','','','0','Cash',0.00,'150','','','6','','1','2024-05-27 18:09:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171699716192239021040',139,'61716997152','17',2.00,'80','retail','0','2024-05-29 18:39:18','','','','0','Cash',0.00,'40','','','6','','1','2024-05-29 15:39:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.00','0','Inclusive','branch','Inventory','','',''),('6171699715505100237233',140,'61716997152','1',1.00,'150','retail','0','2024-05-29 18:39:12','','','','0','Cash',0.00,'150','','','6','','1','2024-05-29 15:39:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171700560535632232223',141,'61717005602','3',3.00,'450','retail','0','2024-05-29 21:00:02','','','','0','Cash',0.00,'150','','','6','','1','2024-05-29 18:00:09','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','',''),('6171700583724363733033',142,'61717005814','17',2.00,'80','retail','0','2024-05-29 21:03:55','','','','0','Cash',0.00,'40','','','6','','1','2024-05-29 18:04:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','2.00','0','Inclusive','branch','Inventory','','',''),('6171700603077223033023',143,'61717006028','1',1.00,'150','retail','0','2024-05-29 21:07:08','','','','0','Cash',0.00,'150','','','6','','1','2024-05-29 18:07:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171725916022230010300',144,'61717259150','16',3.00,'150','retail','0','2024-06-01 19:25:55','','','','0','Cash',0.00,'50','','','6','','1','2024-06-01 16:26:32','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','4.00','1','Inclusive','branch','Inventory','','',''),('7171724278423237332033',145,'71717242776','1',1.00,'150','retail','0','2024-06-01 14:52:56','','','','0','Cash',0.00,'150','','','7','','1','2024-06-02 10:30:42','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7171732319802397012203',146,'71717242776','10',0.25,'200','retail','0','2024-06-02 12:55:45','','','','0','Cash',0.00,'800','','','7','','1','2024-06-02 10:30:58','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','1.25','1','Inclusive','branch','Inventory','','',''),('7171732827222737282227',147,'71717328272','1',1.00,'150','retail','0','2024-06-02 14:37:52','','','','0','Cash',0.00,'150','','','7','','1','2024-06-02 11:38:16','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7171732827622320323333',148,'71717328272','10',1.00,'800','retail','0','2024-06-02 14:37:56','','','','0','Cash',0.00,'800','','','7','','1','2024-06-02 11:38:18','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','',''),('7171732828742382882222',149,'71717328272','10',0.00,'0','retail','0','2024-06-02 14:38:07','','','','0','Cash',0.00,'800','','','7','','1','2024-06-02 11:38:22','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'','0.00','0','Inclusive','branch','Inventory','','',''),('7171734801833307008227',150,'71717347999','20',1.00,'60','retail','0','2024-06-02 20:06:39','','','','0','Cash',0.00,'60','','','7','','1','2024-06-02 17:07:06','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','40.00','39','Inclusive','branch','Inventory','','',''),('6171777137313207223437',151,'61717771315','17',2.00,'80','retail','0','2024-06-07 17:42:45','','','','0','Cash',0.00,'40','','','6','','1','2024-06-07 14:43:18','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.00','2','Inclusive','branch','Inventory','','',''),('7171793744247497373373',152,'71717937346','1',4.00,'600','retail','0','2024-06-09 15:49:06','','','','0','Cash',0.00,'150','','','7','','1','2024-06-09 12:50:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','',''),('7171793833037327103313',153,'71717938287','25',1.00,'150','retail','0','2024-06-09 16:05:13','','','','0','Cash',0.00,'150','','','7','','1','2024-06-09 13:05:37','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','',''),('7171793839029023233733',154,'71717938358','26',1.00,'220','retail','0','2024-06-09 16:06:14','','','','0','Cash',0.00,'220','','','7','','1','2024-06-09 13:07:07','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','20.00','19','Inclusive','branch','Inventory','','',''),('7171795245527242212203',155,'71717952419','10',0.25,'200','retail','0','2024-06-09 20:00:19','','','','0','Cash',0.00,'800','','','7','','1','2024-06-09 17:01:15','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.50','0.25','Inclusive','branch','Inventory','','',''),('7171811016528078232106',156,'71718110101','25',1.00,'150','retail','0','2024-06-11 15:48:34','','','','0','Cash',0.00,'150','','','7','','1','2024-06-11 12:49:32','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','',''),('7171811011421130182011',157,'71718110101','1',1.00,'150','retail','0','2024-06-11 15:48:21','','','','0','Cash',0.00,'150','','','7','','1','2024-06-11 12:49:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7171813044832022403048',158,'71718130432','25',1.00,'150','retail','0','2024-06-11 21:27:12','','','','0','Cash',0.00,'150','','','7','','1','2024-06-11 18:27:35','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','24.00','23','Inclusive','branch','Inventory','','',''),('7171829359932912399213',159,'71718293587','10',0.50,'400','retail','0','2024-06-13 18:46:39','','','','0','Cash',0.00,'800','','','7','','1','2024-06-13 15:46:49','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','2.50','2','Inclusive','branch','Inventory','','',''),('6171838088322232806832',160,'61718380880','1',3.00,'450','retail','0','2024-06-14 19:01:20','','','','0','Cash',0.00,'150','','','6','','1','2024-06-14 16:01:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','',''),('7171845104237073730233',161,'71718451035','22',1.00,'50','retail','0','2024-06-15 14:30:41','','','','0','Cash',0.00,'50','','','7','','1','2024-06-15 11:30:46','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','97.00','96','Inclusive','branch','Inventory','','',''),('7171847399202287023283',162,'71718473991','22',1.00,'50','retail','0','2024-06-15 20:53:11','','','','0','Cash',0.00,'50','','','7','','1','2024-06-15 17:57:40','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','96.00','95','Inclusive','branch','Inventory','','',''),('7171854766530733224028',163,'71718547644','16',2.00,'100','retail','0','2024-06-16 17:20:44','','','','0','Cash',0.00,'50','','','7','','1','2024-06-16 14:21:15','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','253.00','251','Inclusive','branch','Inventory','','',''),('7171855829752552034255',164,'71718558296','1',1.00,'150','retail','0','2024-06-16 20:18:16','','','','0','Cash',0.00,'150','','','7','','1','2024-06-16 17:19:06','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171889384540084338328',165,'61718893775','22',2.00,'100','retail','0','2024-06-20 17:30:33','','','','0','Cash',0.00,'50','','','6','','1','2024-06-20 14:31:13','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','84.00','82','Inclusive','branch','Inventory','','',''),('6171898461202292862336',166,'61718984601','16',1.00,'50','retail','0','2024-06-21 18:43:28','','','','0','Cash',0.00,'50','','','6','','1','2024-06-21 15:43:42','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','217.00','216','Inclusive','branch','Inventory','','',''),('6171898460342362833430',167,'61718984601','2',1.00,'150','retail','0','2024-06-21 18:43:21','','','','45.45','Cash',0.00,'150','','','6','','1','2024-06-21 15:43:49','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset'),('7171906051533321336127',168,'71719060514','2',1.00,'150','retail','0','2024-06-22 15:48:34','','','','45.45','Cash',0.00,'150','','','7','','1','2024-06-22 12:48:41','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','4000','Asset'),('6171906144130226323224',169,'61719061438','1',2.00,'300','retail','0','2024-06-22 16:03:58','','','','0','Cash',0.00,'150','','','6','','1','2024-06-22 13:04:05','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','',''),('6171907228203087203202',170,'61719072278','1',6.00,'900','retail','0','2024-06-22 19:04:38','','','','0','Cash',0.00,'150','','','6','','1','2024-06-22 16:04:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'6','0.00','-6','Inclusive','branch','Inventory','','',''),('6171907280112026200022',171,'61719072788','1',0.25,'37.5','retail','0','2024-06-22 19:13:08','','','','0','Cash',0.00,'150','','','6','','1','2024-06-22 16:13:37','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','0.00','-0.25','Inclusive','branch','Inventory','','',''),('6171907283322267263303',172,'61719072821','10',0.25,'200','retail','0','2024-06-22 19:13:45','','','','0','Cash',0.00,'800','','','6','','1','2024-06-22 16:14:17','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.25','2.75','2.5','Inclusive','branch','Inventory','','',''),('6171907282278063032430',173,'61719072821','1',1.00,'150','retail','0','2024-06-22 19:13:41','','','','0','Cash',0.00,'150','','','6','','1','2024-06-22 16:14:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','',''),('6171908072113232232031',174,'61719080697','22',1.00,'50','retail','0','2024-06-22 21:25:19','','','','0','Cash',0.00,'50','','','6','','1','2024-06-22 18:25:38','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','80.00','79','Inclusive','branch','Inventory','','',''),('7171913253273232221407',175,'71719131557','10',0.50,'400','retail','0','2024-06-23 11:32:37','','','','0','Cash',0.00,'800','','','7','','1','2024-06-23 08:49:01','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.50','2.25','1.75','Inclusive','branch','Inventory','','',''),('7171915314949900323030',176,'71719153122','10',0.00,'0','retail','0','2024-06-23 17:32:16','','','','0','Cash',0.00,'800','','','7','','1','2024-06-23 14:32:41','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'\'0.25','1.50','1.5','Inclusive','branch','Inventory','','',''),('7171915356492219270332',177,'71719153499','10',0.00,'0','retail','0','2024-06-23 17:38:51','','','','0','Cash',0.00,'800','','','7','','1','2024-06-23 14:40:47','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'\'0.25','2.75','2.75','Inclusive','branch','Inventory','','',''),('7171915593902903133373',178,'71719155917','16',2.00,'100','retail','0','2024-06-23 18:18:37','','','','0','Cash',0.00,'50','','','7','','1','2024-06-23 15:19:14','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','185.00','183','Inclusive','branch','Inventory','','',''),('7171915784857313302033',179,'71719157837','1',2.00,'300','retail','0','2024-06-23 18:50:37','','','','0','Cash',0.00,'150','','','7','','1','2024-06-23 15:51:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.25','-1.75','Inclusive','branch','Inventory','','',''),('7171933057220320230232',180,'71719330218','22',1.00,'50','retail','0','2024-06-25 18:48:58','','','','0','Cash',0.00,'50','','','7','','1','2024-06-25 15:51:41','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','71.00','70','Inclusive','branch','Inventory','','',''),('6171957513422224370025',181,'61719575126','4',1.00,'150','retail','0','2024-06-28 14:45:32','','','','0','Cash',0.00,'150','','','6','','1','2024-06-28 11:45:45','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('6171965644023316300212',182,'61719656394','31',1.00,'30','retail','0','2024-06-29 13:20:35','','','','0','Cash',0.00,'30','','','6','','1','2024-06-29 10:21:13','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','',''),('7171968236170003031832',183,'71719682303','3',3.00,'450','retail','0','2024-06-29 20:31:58','','','','0','Cash',0.00,'150','','','7','','1','2024-06-29 17:32:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'3','0.00','-3','Inclusive','branch','Inventory','','',''),('7171968231810213133032',184,'71719682303','1',1.00,'150','retail','0','2024-06-29 20:31:43','','','','0','Cash',0.00,'150','','','7','','1','2024-06-29 17:32:50','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','',''),('6171974357131302902302',185,'61719743497','16',4.00,'200','retail','0','2024-06-30 13:31:37','','','','0','Cash',0.00,'50','','','6','','1','2024-06-30 10:32:53','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','84.00','80','Inclusive','branch','Inventory','','',''),('7171975626837232220803',186,'71719756259','1',1.00,'150','retail','0','2024-06-30 17:04:19','','','','0','Cash',0.00,'150','','','7','','1','2024-06-30 14:04:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','',''),('7171975635241240131203',187,'71719756330','16',2.00,'100','retail','0','2024-06-30 17:05:30','','','','0','Cash',0.00,'50','','','7','','1','2024-06-30 14:06:00','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','75.00','73','Inclusive','branch','Inventory','','',''),('6171975726922320232067',188,'61719757168','2',4.00,'600','retail','0','2024-06-30 17:19:28','','','','45.45','Cash',0.00,'150','','','6','','1','2024-06-30 16:13:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.00','-4','Inclusive','branch','Inventory','','4000','Asset'),('6172036559922203302123',189,'61720365587','10',0.50,'400','retail','0','2024-07-07 18:19:47','','','','0','Cash',0.00,'800','','','6','','1','2024-07-07 15:20:38','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','1.25','0.75','Inclusive','branch','Inventory','','',''),('6172037064821036620333',190,'61720370582','10',0.51,'408','retail','0','2024-07-07 19:43:59','','','','0','Cash',0.00,'800','','','6','','1','2024-07-07 16:44:15','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.51','1.00','0.49','Inclusive','branch','Inventory','','',''),('6172044902732243400462',191,'61720449017','1',4.00,'600','retail','0','2024-07-08 17:30:17','','','','0','Cash',0.00,'150','','','6','','1','2024-07-08 14:30:35','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','0.25','-3.75','Inclusive','branch','Inventory','','',''),('6172045796530733220673',192,'61720457961','1',1.00,'150','retail','0','2024-07-08 19:59:21','','','','0','Cash',0.00,'150','','','6','','1','2024-07-08 16:59:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.25','-0.75','Inclusive','branch','Inventory','','',''),('6172045797700762393330',193,'61720457961','16',1.00,'50','retail','0','2024-07-08 19:59:35','','','','0','Cash',0.00,'50','','','6','','1','2024-07-08 16:59:51','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','23.00','22','Inclusive','branch','Inventory','','',''),('6172089337722630002220',194,'61720893371','1',0.50,'75','retail','0','2024-07-13 20:56:11','','','','0','Cash',0.00,'150','','','6','','1','2024-07-13 17:56:21','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.5','0.25','-0.25','Inclusive','branch','Inventory','','',''),('7172095152105350272132',195,'71720951486','1',2.00,'300','retail','0','2024-07-14 13:04:56','','','','0','Cash',0.00,'150','','','7','','1','2024-07-14 10:05:29','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','',''),('7172095545620320720423',196,'71720955417','9',0.00,'0','retail','0','2024-07-14 14:10:30','','','','0','Cash',0.00,'600','','','7','','1','2024-07-14 11:11:00','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'','1.00','1','Inclusive','branch','Inventory','','',''),('7172096735023400223332',197,'71720967305','1',1.00,'150','retail','0','2024-07-14 17:28:25','','','','0','Cash',0.00,'150','','','7','','1','2024-07-14 14:31:00','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','',''),('7172096856610228723706',198,'71720968455','10',1.00,'800','retail','0','2024-07-14 17:48:34','','','','0','Cash',0.00,'800','','','7','','1','2024-07-14 14:49:38','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.50','0.5','Inclusive','branch','Inventory','','',''),('7172096883000879027032',199,'71720968797','1',2.00,'300','retail','0','2024-07-14 17:53:17','','','','0','Cash',0.00,'150','','','7','','1','2024-07-14 14:53:59','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.75','-1.25','Inclusive','branch','Inventory','','',''),('7172114991529115223221',200,'71721149887','4',1.00,'150','retail','0','2024-07-16 20:11:37','','','','0','Cash',0.00,'150','','','7','','1','2024-07-16 17:12:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7172114989732111342222',201,'71721149887','2',1.00,'150','retail','0','2024-07-16 20:11:27','','','','45.45','Cash',0.00,'150','','','7','','1','2024-07-16 17:12:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset'),('6172243993901332433462',202,'61722439568','16',1.00,'50','retail','0','2024-07-31 18:32:17','','','','0','Cash',0.00,'50','','','6','','1','2024-07-31 15:32:36','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','17.00','16','Inclusive','branch','Inventory','','',''),('6172253141333232222303',203,'61722531329','20',2.00,'120','retail','0','2024-08-01 19:56:51','','','','0','Cash',0.00,'60','','','6','','1','2024-08-01 17:39:57','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','39.00','37','Inclusive','branch','Inventory','','',''),('6172253133822732212226',204,'61722531329','16',2.00,'100','retail','0','2024-08-01 19:55:36','','','','0','Cash',0.00,'50','','','6','','1','2024-08-01 17:40:01','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','7.00','5','Inclusive','branch','Inventory','','',''),('7172285543002020324322',205,'71722855187','1',1.00,'150','retail','0','2024-08-05 13:57:09','','','','0','Cash',0.00,'150','','','7','','1','2024-08-05 10:57:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','',''),('7172312259353003033327',206,'71723122573','4',1.00,'150','retail','0','2024-08-08 16:09:44','','','','0','Cash',0.00,'150','','','7','','1','2024-08-08 13:17:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7172312258422203732204',207,'71723122573','2',1.00,'150','retail','0','2024-08-08 16:09:33','','','','45.45','Cash',0.00,'150','','','7','','1','2024-08-08 13:17:27','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset'),('7172313478027131212032',208,'71723134780','4',1.00,'150','retail','0','2024-08-08 19:33:00','','','','0','Cash',0.00,'150','','','7','','1','2024-08-08 16:33:26','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7172313618812673332320',209,'71723136188','10',1.00,'800','retail','0','2024-08-08 19:56:28','','','','0','Cash',0.00,'800','','','7','','1','2024-08-08 16:56:42','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.75','5.75','Inclusive','branch','Inventory','','',''),('7172313643032003432703',210,'71723136423','10',1.00,'800','retail','0','2024-08-08 20:00:30','','','','0','Cash',0.00,'800','','','7','','1','2024-08-08 17:00:34','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','6.25','5.25','Inclusive','branch','Inventory','','',''),('6172330512003027702610',211,'61723305106','3',2.00,'300','retail','0','2024-08-10 18:51:46','','','','0','Cash',0.00,'150','','','6','','1','2024-08-10 15:53:48','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.00','-2','Inclusive','branch','Inventory','','',''),('7172339015502373220733',212,'71723390155','3',1.00,'150','retail','0','2024-08-11 18:29:15','','','','0','Cash',0.00,'150','','','7','','1','2024-08-11 15:30:20','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7172356727423333340737',213,'71723567149','22',1.00,'50','retail','0','2024-08-13 19:41:12','','','','0','Cash',0.00,'50','','','7','','1','2024-08-13 16:41:25','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','12.00','11','Inclusive','branch','Inventory','','',''),('6172374385952672443824',214,'61723743858','2',2.00,'300','retail','0','2024-08-15 20:44:18','','','','45.45','Cash',0.00,'150','','','6','','1','2024-08-15 17:44:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','0.50','-1.5','Inclusive','branch','Inventory','','4000','Asset'),('6172380629202620830303',215,'61723806256','22',1.00,'50','retail','0','2024-08-16 14:04:16','','','','0','Cash',0.00,'50','','','6','','1','2024-08-16 11:05:07','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','10.00','9','Inclusive','branch','Inventory','','',''),('7172450409333073302020',216,'71724504051','30',1.00,'80','retail','0','2024-08-24 15:54:11','','','','0','Cash',0.00,'80','','','7','','1','2024-08-24 12:55:00','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','','',''),('7172475956625223625600',217,'71724759505','10',1.00,'800','retail','0','2024-08-27 14:51:54','','','','450','Cash',0.00,'800','','','7','','1','2024-08-27 11:53:07','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.50','3.5','Inclusive','branch','Inventory','','',''),('7172476457233240232003',218,'71724764558','3',1.00,'150','retail','0','2024-08-27 16:16:11','','','','0','Cash',0.00,'150','','','7','','1','2024-08-27 13:29:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7172476456713232232037',219,'71724764558','3',1.00,'150','retail','0','2024-08-27 16:16:06','','','','0','Cash',0.00,'150','','','7','','1','2024-08-27 13:29:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7172476456023276340027',220,'71724764558','3',1.00,'150','retail','0','2024-08-27 16:15:58','','','','0','Cash',0.00,'150','','','7','','1','2024-08-27 13:29:25','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7172476578014327072227',221,'71724765727','10',0.00,'0','retail','0','2024-08-27 16:35:27','','','','450','Cash',0.00,'800','','','7','','1','2024-08-27 13:37:35','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.','7.25','7.25','Inclusive','branch','Inventory','','',''),('7172476857822372855371',222,'71724768571','3',1.00,'150','retail','0','2024-08-27 17:22:56','','','','0','Cash',0.00,'150','','','7','','1','2024-08-27 14:23:19','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7172477023573200222003',223,'71724769725','10',0.85,'680','retail','0','2024-08-27 17:49:06','','','','450','Cash',0.00,'800','','','7','','1','2024-08-27 14:51:12','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'0.85','8.75','7.9','Inclusive','branch','Inventory','','',''),('7172476974733446340332',224,'71724769725','3',1.00,'150','retail','0','2024-08-27 17:42:26','','','','0','Cash',0.00,'150','','','7','','1','2024-08-27 14:51:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7172476974320333442007',225,'71724769725','3',1.00,'150','retail','0','2024-08-27 17:42:22','','','','0','Cash',0.00,'150','','','7','','1','2024-08-27 14:51:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7172476973512637402237',226,'71724769725','3',1.00,'150','retail','0','2024-08-27 17:42:14','','','','0','Cash',0.00,'150','','','7','','1','2024-08-27 14:51:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7172476972637277303200',227,'71724769725','3',1.00,'150','retail','0','2024-08-27 17:42:05','','','','0','Cash',0.00,'150','','','7','','1','2024-08-27 14:51:12','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7172477860672703220722',228,'71724778577','1',1.00,'150','retail','0','2024-08-27 20:10:04','','','','0','Cash',0.00,'150','','','7','','1','2024-08-27 17:10:47','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.75','-0.25','Inclusive','branch','Inventory','','',''),('7172477892107002377203',229,'71724778918','17',1.00,'50','retail','0','2024-08-27 20:15:18','','','','20.4','Cash',0.00,'50','','','7','','1','2024-08-27 17:21:43','1','4','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','13.00','12','Inclusive','branch','Inventory','','',''),('1172656596462232763352',230,'11726565885','10',1.00,'800','retail','0','2024-09-17 12:39:04','','','','450','Cash',0.00,'800','','','1','','1','2024-09-17 09:39:29','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.25','6.25','Inclusive','branch','Inventory','','',''),('1172656603260030032312',231,'11726565969','31',1.00,'30','retail','0','2024-09-17 12:40:16','','','','0','Cash',0.00,'30','','','1','','1','2024-09-17 09:40:37','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','11.00','10','Inclusive','branch','Inventory','','',''),('7172656684626100164613',232,'71726566844','3',1.00,'150','retail','0','2024-09-17 12:54:04','','','','0','Cash',0.00,'150','','','7','','1','2025-01-04 09:51:14','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.00','-1','Inclusive','branch','Inventory','','',''),('7173599299123322317310',233,'71735992991','33',2.00,'20','retail','0','2025-01-04 15:16:31','','','','3','Cash',0.00,'10','','','7','','1','2025-01-16 11:23:29','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','8.00','6','Inclusive','branch','Inventory','','',''),('7173702662424202722202',234,'71737026616','33',1.00,'10','retail','0','2025-01-16 14:23:44','','','','3','Cash',0.00,'10','','','7','','1','2025-01-16 11:23:50','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','',''),('7173702662123203730022',235,'71737026616','34',1.00,'20','retail','0','2025-01-16 14:23:41','','','','5','Cash',0.00,'20','','','7','','1','2025-01-16 11:23:50','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','','',''),('7173702661720320633713',236,'71737026616','33',1.00,'10','retail','0','2025-01-16 14:23:36','','','','3','Cash',0.00,'10','','','7','','1','2025-01-16 11:23:50','1','7','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','','',''),('7173702664223370202060',237,'71737026642','10',1.00,'800','retail','0','2025-01-16 14:24:02','','','','450','Cash',0.00,'800','','','7','','1','2025-01-16 11:24:06','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.25','6.25','Inclusive','branch','Inventory','','',''),('12175128415534020011351',238,'121751284155','3',1.00,'150','retail','0','2025-06-30 14:49:15','','','','0','Cash',0.00,'150','','','12','','1','2025-06-30 11:49:51','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','','',''),('12175128423422403222233',239,'121751284234','3',2.00,'300','retail','0','2025-06-30 14:50:34','','','','0','Cash',0.00,'150','','','12','','1','2025-06-30 11:56:10','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','1.00','-1','Inclusive','branch','Inventory','','',''),('12175128425410342203221',240,'121751284234','28',1.00,'90','retail','0','2025-06-30 14:50:54','','','','62.5','Cash',0.00,'90','','','12','','1','2025-06-30 11:56:20','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','',''),('12175128472522113134522',241,'121751284724','3',1.00,'150','retail','0','2025-06-30 14:58:44','','','','0','Cash',0.00,'150','','','12','','1','2025-06-30 11:58:54','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','','',''),('12175128506102250207001',242,'121751285060','3',2.00,'300','retail','0','2025-06-30 15:04:20','','','','0','Cash',0.00,'150','','','12','','1','2025-06-30 12:05:28','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','3.00','1','Inclusive','branch','Inventory','','',''),('12175128506821520352738',243,'121751285060','28',1.00,'90','retail','0','2025-06-30 15:04:28','','','','62.5','Cash',0.00,'90','','','12','','1','2025-06-30 12:05:36','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','',''),('12175128541232233221083',244,'121751285412','28',1.00,'90','retail','0','2025-06-30 15:10:13','','','','62.5','Cash',0.00,'90','','','12','','1','2025-06-30 12:11:27','1','6','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','9.00','8','Inclusive','branch','Inventory','','',''),('12175128560500222000172',245,'121751285605','10',1.00,'800','retail','0','2025-06-30 15:13:25','','','','450','Cash',0.00,'800','','','12','','1','2025-06-30 12:23:15','1','2','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','4.25','3.25','Inclusive','branch','Inventory','','',''),('1175128686338187221433',246,'11751286840','3',4.00,'600','retail','0','2025-06-30 15:34:00','','','','0','Cash',0.00,'150','','','1','','1','2025-06-30 12:34:38','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'4','3.00','-1','Inclusive','branch','Inventory','','',''),('12175128755932320081033',247,'121751287559','3',1.00,'150','retail','0','2025-06-30 15:45:59','','','','0','Cash',0.00,'150','','','12','','1','2025-06-30 12:46:57','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','',''),('12175128756938322320632',248,'121751287559','2',1.00,'150','retail','0','2025-06-30 15:46:09','','','','60.6','Cash',0.00,'150','','','12','','1','2025-06-30 12:47:01','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','0.50','-0.5','Inclusive','branch','Inventory','','4000','Asset'),('13175128879430333122340',249,'131751288793','3',1.00,'150','retail','0','2025-06-30 16:06:33','','','','0','Cash',0.00,'150','','','13','','1','2025-06-30 13:07:02','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.00','6','Inclusive','branch','Inventory','','',''),('13175128880723308003875',250,'131751288793','3',2.00,'300','retail','0','2025-06-30 16:06:46','','','','0','Cash',0.00,'150','','','13','','1','2025-06-30 13:07:03','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','6.00','4','Inclusive','branch','Inventory','','',''),('13175128881238322350102',251,'131751288793','3',2.00,'300','retail','0','2025-06-30 16:06:51','','','','0','Cash',0.00,'150','','','13','','1','2025-06-30 13:07:04','1','1','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'2','4.00','2','Inclusive','branch','Inventory','','',''),('1175129083885032123223',252,'11751290833','37',1.00,'0','retail','0','2025-06-30 16:40:33','','','','6000','Cash',0.00,'0','','','1','','1','2025-06-30 13:40:50','1','9','new','1','new','pcs','','','','no','','0','','','EXEMPTED',0.00,'1','7.17','6.17','Inclusive','branch','Inventory','1110','4000','5500'); /*!40000 ALTER TABLE `sales_ordercancelled` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_orderkitchen` -- DROP TABLE IF EXISTS `sales_orderkitchen`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_orderkitchen` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` varchar(50) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_orderkitchen` -- LOCK TABLES `sales_orderkitchen` WRITE; /*!40000 ALTER TABLE `sales_orderkitchen` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_orderkitchen` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_orderraw` -- DROP TABLE IF EXISTS `sales_orderraw`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_orderraw` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` 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=7387 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_orderraw` -- LOCK TABLES `sales_orderraw` WRITE; /*!40000 ALTER TABLE `sales_orderraw` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_orderraw` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sms_in` -- LOCK TABLES `sms_in` WRITE; /*!40000 ALTER TABLE `sms_in` DISABLE KEYS */; /*!40000 ALTER TABLE `sms_in` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `smsconfig` -- DROP TABLE IF EXISTS `smsconfig`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `smsconfig` ( `id` int(30) NOT NULL, `username` text NOT NULL, `apikey` text NOT NULL, `from` varchar(50) NOT NULL, `link` text NOT NULL, `businessname` text NOT NULL, `contact` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `code` varchar(50) NOT NULL, `description` text NOT NULL, `contactperson` varchar(100) NOT NULL, `password` varchar(50) NOT NULL, `contact2` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `currencysymbol` varchar(100) NOT NULL, `tax1` varchar(100) NOT NULL, `tax1rate` varchar(100) NOT NULL, `tax2` varchar(100) NOT NULL, `tax2rate` varchar(100) NOT NULL, `website` varchar(100) NOT NULL, `returnpolicy` text NOT NULL, `logo` text NOT NULL, `paymenttypes` text NOT NULL, `country` varchar(50) NOT NULL, `totalsms` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `display1` varchar(5) NOT NULL, `display2` varchar(5) NOT NULL, `maindiscount` varchar(10) NOT NULL DEFAULT 'no', `receiptdescription` varchar(5) NOT NULL DEFAULT 'yes', `deadline` text NOT NULL, `tillno` text NOT NULL, `invoicedetails` text NOT NULL, `barcode` varchar(3) NOT NULL DEFAULT 'no', `deadlinedetails` text NOT NULL, `businesskey` text NOT NULL, `display` varchar(30) NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) NOT NULL, `starttime` varchar(30) NOT NULL, `duetime` varchar(30) NOT NULL, `view` text NOT NULL, `receipt` varchar(50) NOT NULL, `mode` varchar(30) NOT NULL, `feedback` text NOT NULL, `sendfeedback` varchar(10) NOT NULL, `dublicate` varchar(10) NOT NULL, `smscompany` varchar(30) NOT NULL DEFAULT 'Infobip', `newuser` varchar(30) NOT NULL, `newpassword` varchar(30) NOT NULL, `senderid` varchar(30) NOT NULL, `leftoverview` text NOT NULL, `rightoverview` text NOT NULL, `assetaccount` varchar(50) NOT NULL, `salesaccount` varchar(50) NOT NULL, `expenseaccount` varchar(50) NOT NULL, `starthappyhour` varchar(20) NOT NULL, `endhappyhourse` varchar(20) NOT NULL, `statushappyhour` varchar(20) NOT NULL, `salesmethod` varchar(20) NOT NULL, `plot` int(11) NOT NULL DEFAULT 10, `defautpage` varchar(255) NOT NULL DEFAULT 'user/home', `ecommerce` varchar(10) NOT NULL DEFAULT 'deactivate', `landingpage` varchar(40) NOT NULL DEFAULT 'products', `path` text NOT NULL, `shortcode` text NOT NULL, `confirmationurl` text NOT NULL, `validationurl` text NOT NULL, `responseType` text NOT NULL, `consumer_key` text NOT NULL, `consumer_secret` text NOT NULL, `signature` text DEFAULT NULL, `kitchen` varchar(30) NOT NULL DEFAULT 'no', `kitchenid` int(11) DEFAULT NULL, `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', 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','','<H1 style=\"margin:0px;\">CHIPS FIX </H1>\r\nRUIRU, KAMAKIS\r\n</BR>072445927\r\n</BR>TILL NO. 9373575\r\n\r\n\r\n\r\n','254724459274','Kamakis, off eastern bypass','support@robisearch.com','ROBISEARCHPOS','Pay within 30days <br>\r\n','Jackie','e7bd1efe6cee0b56cf3b31d7fb5d01c7','254724459274','','KES','VAT','0','levy','0','RO0001',' Goods once sold will not be returned ,Prices inclusive of vat where applicable, <br>We appreciate your valuable business','2023-12-131702465002.png','1','116 ','','1','2025-06-30 17:13:19','no','no','no','no','qQ0XKKV3qUvyiHNJOkY7X8mmE2FYOkPNna9kpELTHhrRioaNGtdz9xMndsSUGoX7AbGqTLvWyxgJiOmjgjhIHg==','2333','<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.','vEOw4uYKHyLm89AFqpOBLjsdoFqzKlaGjpiH5Z+++nRRlZ0+OXq/iKpWdYrdPbE5eXplqDYZ8UEE9JMVPBHtLNcuvppfBRgR+g3CN8iG69UCiFbeKAdmo2AKqnwSXj/N','100','Current','Current','00:00','23:59','CompleteTouch','One With Automatic Logout','Before Receipt','thank you for shopping with us. ','no','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','702006','https://pos.wifimatt.com/getpayment','https://pos.wifimatt.com/verifypayment','application/json','UYlkylGuzGjZxpMNz2rmGGYc6N5wslzp','HSGog9FsAchErCLj','From Robisearch LTD','no',0,'no','no','Left','no','no','0','no','no','no','no'); /*!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=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `smstemplate` -- LOCK TABLES `smstemplate` WRITE; /*!40000 ALTER TABLE `smstemplate` DISABLE KEYS */; INSERT INTO `smstemplate` VALUES (1,'Closing Day1','Your daughter has been released for December holiday today.1','2020-04-25 09:20:01am','active','1','','1'),(2,'Opening Day','Your Daughter Has Just Arrived To School ','2019-02-23 10:17:16am','active','1','','1'),(3,'Closing Day','Your daughter has been released for December holiday today.','2018-10-24 05:51:21pm','active','1','','1'),(4,'MIDTERM','Parents/Guardians who came for Thanks Giving day will be allowed to leave with their daughters for half-term, others will leave on 17/02/19.','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'); /*!40000 ALTER TABLE `smstemplate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `splitbill` -- DROP TABLE IF EXISTS `splitbill`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `splitbill` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `dateposted` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `batchno` int(11) NOT NULL, `description` text NOT NULL, `salesid` int(11) NOT NULL, `qty` decimal(10,2) DEFAULT NULL, `price` decimal(10,2) DEFAULT NULL, `originalinvoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `splitbill` -- LOCK TABLES `splitbill` WRITE; /*!40000 ALTER TABLE `splitbill` DISABLE KEYS */; /*!40000 ALTER TABLE `splitbill` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `splitbillmaster` -- DROP TABLE IF EXISTS `splitbillmaster`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `splitbillmaster` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `dateposted` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `batchno` int(11) NOT NULL, `description` text NOT NULL, `originalinvoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `splitbillmaster` -- LOCK TABLES `splitbillmaster` WRITE; /*!40000 ALTER TABLE `splitbillmaster` DISABLE KEYS */; /*!40000 ALTER TABLE `splitbillmaster` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `statement` -- DROP TABLE IF EXISTS `statement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `statement` ( `id` int(30) NOT NULL AUTO_INCREMENT, `account` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `invoice` varchar(50) NOT NULL, `crateddate` varchar(30) NOT NULL, `debit` decimal(10,2) NOT NULL, `credit` decimal(10,2) NOT NULL, `balance` varchar(20) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `paymentmethodes` varchar(10) NOT NULL, `description` text NOT NULL, `amount` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `refno` varchar(30) NOT NULL, `vatable` varchar(30) NOT NULL, `vat` varchar(30) NOT NULL, `tax` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `statement` -- LOCK TABLES `statement` WRITE; /*!40000 ALTER TABLE `statement` DISABLE KEYS */; /*!40000 ALTER TABLE `statement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `status` -- DROP TABLE IF EXISTS `status`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `status` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `status` -- LOCK TABLES `status` WRITE; /*!40000 ALTER TABLE `status` DISABLE KEYS */; INSERT INTO `status` VALUES (1,'New'),(2,'Waiting Approval'),(3,'Approved'),(4,'Rejected'),(5,'Pending'),(6,'Returned'); /*!40000 ALTER TABLE `status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stock` -- DROP TABLE IF EXISTS `stock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stock` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `open` decimal(10,2) NOT NULL, `added` decimal(10,2) NOT NULL, `total` decimal(10,2) NOT NULL, `sold` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `price` decimal(10,2) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `branchid` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'open', `userid` int(30) NOT NULL, `companyid` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `closedate` varchar(10) NOT NULL, `updatedby` int(10) NOT NULL, `postedtime` varchar(30) NOT NULL, `unsold` varchar(50) NOT NULL, `returned` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stock` -- LOCK TABLES `stock` WRITE; /*!40000 ALTER TABLE `stock` DISABLE KEYS */; /*!40000 ALTER TABLE `stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stocktaking` -- DROP TABLE IF EXISTS `stocktaking`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stocktaking` ( `id` int(10) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `open` decimal(10,2) NOT NULL, `added` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(10) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'open', `userid` int(30) NOT NULL, `companyid` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `closedate` varchar(10) NOT NULL, `updatedby` int(10) NOT NULL, `postedtime` varchar(30) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'open', `maincategory` int(11) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`,`branchid`,`startdate`) ) ENGINE=InnoDB AUTO_INCREMENT=107 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,'38',166.50,22.00,-144.50,1,'branch',6,1,'2024-03-16','2024-03-16',6,'11:48:10','open',1,'0'),(2,'36',194.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(3,'35',282.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(4,'34',4.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(5,'33',26.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(6,'32',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(7,'31',12.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(8,'30',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(9,'29',5.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(10,'28',27.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(11,'27',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(12,'26',30.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(13,'25',4.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(14,'24',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(15,'23',36.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(16,'22',34.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(17,'21',13.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(18,'20',20.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(19,'19',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(20,'18',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(21,'17',94.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(22,'16',242.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(23,'15',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(24,'14',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(25,'13',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(26,'12',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(27,'11',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(28,'10',0.50,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(29,'9',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(30,'6',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(31,'5',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(32,'4',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(33,'3',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(34,'2',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(35,'1',0.00,0.00,0.00,1,'branch',6,1,'2024-03-16','',0,'11:48:10','open',1,''),(36,'38',16.67,1.00,-15.67,1,'branch',6,1,'2024-03-20','2024-03-20',6,'12:19:36','open',1,'0'),(37,'36',194.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(38,'35',275.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(39,'34',4.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(40,'33',21.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(41,'32',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(42,'31',11.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(43,'30',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(44,'29',5.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(45,'28',19.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(46,'27',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(47,'26',30.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(48,'25',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(49,'24',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(50,'23',32.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(51,'22',31.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(52,'21',13.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(53,'20',12.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(54,'19',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(55,'18',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(56,'17',87.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(57,'16',207.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(58,'15',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(59,'14',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(60,'13',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(61,'12',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(62,'11',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(63,'10',2.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(64,'9',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(65,'6',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(66,'5',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(67,'4',2.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(68,'3',2.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(69,'2',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(70,'1',0.00,0.00,0.00,1,'branch',6,1,'2024-03-20','',0,'12:19:36','open',1,''),(71,'37',7.28,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(72,'38',1.96,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(73,'36',176.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(74,'35',46.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(75,'34',5.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(76,'33',9.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(77,'32',0.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(78,'31',11.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(79,'30',5.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(80,'29',12.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(81,'28',9.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(82,'27',6.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(83,'26',20.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(84,'25',14.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(85,'24',0.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(86,'23',23.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(87,'22',8.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(88,'21',18.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(89,'20',36.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(90,'19',0.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(91,'18',0.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(92,'17',15.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(93,'16',1.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(94,'15',1.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(95,'14',0.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(96,'13',0.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(97,'12',0.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(98,'11',2.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(99,'10',4.50,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(100,'9',0.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(101,'6',0.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(102,'5',0.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(103,'4',0.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(104,'3',0.00,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(105,'2',1.50,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''),(106,'1',0.75,0.00,0.00,1,'branch',1,1,'2024-08-23','',0,'12:26:03','open',1,''); /*!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 AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `suggestions` -- LOCK TABLES `suggestions` WRITE; /*!40000 ALTER TABLE `suggestions` DISABLE KEYS */; INSERT INTO `suggestions` VALUES (1,'POS','best','2019-07-12 05:44:51am','1','','','active'); /*!40000 ALTER TABLE `suggestions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `supervisor` -- DROP TABLE IF EXISTS `supervisor`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `supervisor` ( `id` int(30) NOT NULL AUTO_INCREMENT, `title` varchar(30) NOT NULL, `department` varchar(50) NOT NULL, `startdate` varchar(30) NOT NULL, `enddate` varchar(30) NOT NULL, `description` text NOT NULL, `employeeno` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `userid` int(30) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `companyid` int(11) NOT NULL DEFAULT 1, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `supervisor` -- LOCK TABLES `supervisor` WRITE; /*!40000 ALTER TABLE `supervisor` DISABLE KEYS */; INSERT INTO `supervisor` VALUES (1,'1','1','2023-05-27','2023-05-27','',1,'2023-05-27 01:28:10pm',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','A-Vatable','B','2','16','B-16%','A-Vatable'),(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 AUTO_INCREMENT=15 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 */; INSERT INTO `traffic` VALUES (1,'2024-03-11 02:27:39am','About Us','66.249.70.64',''),(2,'2024-03-12 03:39:02am','About Us','66.249.70.70',''),(3,'2024-06-20 09:53:08am','About Us','66.249.70.64',''),(4,'2024-07-21 10:04:29am','About Us','66.220.149.12',''),(5,'2024-07-22 17:24:43pm','About Us','69.171.230.16',''),(6,'2024-08-23 20:35:58pm','About Us','40.77.167.14',''),(7,'2024-08-31 23:45:48pm','About Us','40.77.167.54',''),(8,'2024-12-20 21:11:38pm','About Us','57.141.0.3',''),(9,'2025-02-21 19:14:10pm','About Us','57.141.0.6',''),(10,'2025-03-02 16:54:45pm','About Us','57.141.0.27',''),(11,'2025-03-10 17:52:37pm','About Us','57.141.0.1',''),(12,'2025-03-16 23:28:08pm','About Us','66.249.66.70',''),(13,'2025-03-17 14:56:55pm','About Us','57.141.0.3',''),(14,'2025-03-21 16:42:24pm','About Us','57.141.0.12',''); /*!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=21 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `uom` -- LOCK TABLES `uom` WRITE; /*!40000 ALTER TABLE `uom` DISABLE KEYS */; INSERT INTO `uom` VALUES (1,'Piece','pc','2020-06-22 06:18:43','active','1','','1','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'); /*!40000 ALTER TABLE `uom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `uomproducts` -- DROP TABLE IF EXISTS `uomproducts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `uomproducts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uom` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` decimal(10,4) NOT NULL, `price` varchar(30) NOT NULL, `brice` varchar(30) NOT NULL, `unitprice` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `uomproducts` -- LOCK TABLES `uomproducts` WRITE; /*!40000 ALTER TABLE `uomproducts` DISABLE KEYS */; INSERT INTO `uomproducts` VALUES (4,'38','2024-02-23 15:06:01','child','1','','1','1','1',0.0455,'6.818181825','0',''),(6,'38','2024-02-23 15:08:37','child','1','','1','3','1',0.0455,'6.818181825','0',''),(7,'38','2024-02-23 15:09:07','child','1','','1','4','1',0.0455,'6.818181825','0',''),(8,'38','2024-02-23 15:09:55','child','1','','1','5','1',0.0455,'6.818181825','0',''),(9,'37','2024-03-27 17:10:20','child','1','','1','2','1',0.0101,'','0',''),(12,'38','2024-05-11 10:02:02','child','1','','1','37','1',5.0000,'0','22500',''); /*!40000 ALTER TABLE `uomproducts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `upgrade` -- DROP TABLE IF EXISTS `upgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `upgrade` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `version` varchar(50) NOT NULL, `package` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `userid` int(10) DEFAULT NULL, `entrydate` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `upgrade` -- LOCK TABLES `upgrade` WRITE; /*!40000 ALTER TABLE `upgrade` DISABLE KEYS */; /*!40000 ALTER TABLE `upgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `utilityinvoice` -- DROP TABLE IF EXISTS `utilityinvoice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `utilityinvoice` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `month` varchar(100) NOT NULL, `year` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `duedate` varchar(40) NOT NULL, `paymentstatus` varchar(40) NOT NULL DEFAULT 'receipt', `paymentmode` varchar(40) NOT NULL, `paymentcode` varchar(100) NOT NULL, `transactioncode` varchar(100) NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `paid` varchar(40) NOT NULL, `balance` varchar(40) NOT NULL DEFAULT '0', `companyid` varchar(100) NOT NULL DEFAULT '1', `commission` decimal(10,2) NOT NULL, `vat` decimal(10,2) NOT NULL, `paymentdate` varchar(30) NOT NULL, `branchid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `utilityinvoice` -- LOCK TABLES `utilityinvoice` WRITE; /*!40000 ALTER TABLE `utilityinvoice` DISABLE KEYS */; /*!40000 ALTER TABLE `utilityinvoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `voucher` -- DROP TABLE IF EXISTS `voucher`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `voucher` ( `id` int(30) NOT NULL AUTO_INCREMENT, `value` decimal(10,2) NOT NULL, `customer` varchar(100) DEFAULT NULL, `deleted` int(1) NOT NULL DEFAULT 0, `status` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `dateupdated` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `cardnumber` varchar(100) NOT NULL, `type` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `amount` decimal(10,2) NOT NULL, `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `originalamount` decimal(10,2) NOT NULL, `fromdate` varchar(20) DEFAULT NULL, `business` text NOT NULL, `todate` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), KEY `deleted` (`deleted`), KEY `phppos_giftcards_ibfk_1` (`customer`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `voucher` -- LOCK TABLES `voucher` WRITE; /*!40000 ALTER TABLE `voucher` DISABLE KEYS */; /*!40000 ALTER TABLE `voucher` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2025-06-30 18:08:54
.
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